CVE-2026-23002
Last modified
CVE-2026-23002 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: lib/buildid: use __kernel_read() for sleepable context Prevent a "BUG: unable to handle kernel NULL pointer dereference in filemap_read_folio". For the sleepable context, convert freader to use __kernel_read() instead of direct page cache access via read_cache_folio(). This simplifies the faultable code path by using the standard kernel file reading interface which handles all the complexity of reading file data. At the moment we are not changing the code for non-sleepable context which uses filemap_get_folio() and only succeeds if the target folios are already in memory and up-to-date. EPSS estimates a 0.15% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: lib/buildid: use __kernel_read() for sleepable context Prevent a "BUG: unable to handle kernel NULL pointer dereference in filemap_read_folio". For the sleepable context, convert freader to use __kernel_read() instead of direct page cache access via read_cache_folio(). This simplifies the faultable code path by using the standard kernel file reading interface which handles all the complexity of reading file data. At the moment we are not changing the code for non-sleepable context which uses filemap_get_folio() and only succeeds if the target folios are already in memory and up-to-date. The reason is to keep the patch simple and easier to backport to stable kernels. Syzbot repro does not crash the kernel anymore and the selftests run successfully. In the follow up we will make __kernel_read() with IOCB_NOWAIT work for non-sleepable contexts. In addition, I would like to replace the secretmem check with a more generic approach and will add fstest for the buildid code.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 6.12.1, < 6.12.67 | — |
| Linux | Linux Kernel | >= 6.13, < 6.18.7 | — |
| Linux | Linux Kernel | 6.12 | — |
| Linux | Linux Kernel | 6.19 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-23002?
How severe is CVE-2026-23002?
How do I fix CVE-2026-23002?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-22997In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-22998In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-22999In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-2300The BJ Lazy Load plugin for WordPress is vulnerable to Store…6.4
- CVE-2026-23000In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-23001In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-23003In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-23004In the Linux kernel, the following vulnerability has been re…4.7
- CVE-2026-23005In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-23006In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-23007In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-23008In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2026-23002?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
