PT-2026-4664 · Linux · Linux Kernel
Published
2026-01-01
·
Updated
2026-02-27
·
CVE-2026-23002
CVSS v3.1
5.5
Medium
| Vector | AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H |
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
A flaw exists in the Linux kernel’s lib/buildid component related to handling kernel NULL pointer dereferences during file reading in sleepable contexts. Specifically, the issue involves using direct page cache access via
read cache folio() which can lead to a kernel crash. The resolution involves converting to kernel read() for sleepable contexts to utilize the standard kernel file reading interface, simplifying the faultable code path. The fix prevents a "BUG: unable to handle kernel NULL pointer dereference in filemap read folio". The initial fix focuses on sleepable contexts to simplify backporting to stable kernels, with plans for future improvements to support non-sleepable contexts.Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Exploit
NULL Pointer Dereference
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Linux Kernel