CVE-2026-23156
غير مصنفة
VULNERABILITY BRIEF
CVE-2026-23156
المصدر الرسمي: NVD
مستوى الخطورة
غير متوفر
درجة CVSS
-
حالة الاستغلال KEV
غير مدرجة حاليًا
تاريخ النشر
2026-02-14
وصف الثغرة
In the Linux kernel, the following vulnerability has been resolved: efivarfs: fix error propagation in efivar_entry_get() efivar_entry_get() always returns success even if the underlying __efivar_entry_get() fails, masking errors. This may result in uninitialized heap memory being copied to userspace in the efivarfs_file_read() path. Fix it by returning the error from __efivar_entry_get().
الأثر المحتمل
لم تتوفر تفاصيل إضافية في المصدر الرسمي.
التوصيات والمعالجة
لم تتوفر تفاصيل إضافية في المصدر الرسمي.\nراجع روابط المصدر الرسمية.
حالة الاستغلال (KEV)
لا يوجد إدراج حاليًا في قائمة KEV.
المراجع الرسمية
- https://git.kernel.org/stable/c/3960f1754664661a970dc9ebbab44ff93a0b4c42
- https://git.kernel.org/stable/c/4b22ec1685ce1fc0d862dcda3225d852fb107995
- https://git.kernel.org/stable/c/510a16f1c5c1690b33504052bc13fbc2772c23f8
- https://git.kernel.org/stable/c/89b8ca709eeeabcc11ebba64806677873a2787a8
- https://git.kernel.org/stable/c/e4e15a0a4403c96d9898d8398f0640421df9cb16
English Technical Fields
Description: In the Linux kernel, the following vulnerability has been resolved: efivarfs: fix error propagation in efivar_entry_get() efivar_entry_get() always returns success even if the underlying __efivar_entry_get() fails, masking errors. This may result in uninitialized heap memory being copied to userspace in the efivarfs_file_read() path. Fix it by returning the error from __efivar_entry_get().