CVE-2026-64069
Last modified
CVE-2026-64069 is a critical-severity vulnerability rated 9.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: netfs: Fix cancellation of a DIO and single read subrequests When the preparation of a new subrequest for a read fails, if the subrequest has already been added to the stream->subrequests list, it can't simply be put and abandoned as the collector may see it. Also, if it hasn't been queued yet, it has two outstanding refs that both need to be put. EPSS estimates a 0.44% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: netfs: Fix cancellation of a DIO and single read subrequests When the preparation of a new subrequest for a read fails, if the subrequest has already been added to the stream->subrequests list, it can't simply be put and abandoned as the collector may see it. Also, if it hasn't been queued yet, it has two outstanding refs that both need to be put. Both DIO read and single-read dispatch fail at this; further, both differ in the order they do things to the way buffered read works. Fix cancellation of both DIO-read and single-read subrequests that failed preparation by the following steps: (1) Harmonise all three reads (buffered, dio, single) to queue the subreq before prepping it. (2) Make all three call netfs_queue_read() to do the queuing. (3) Set NETFS_RREQ_ALL_QUEUED independently of the queuing as we don't know the length of the subreq at this point. (4) In all cases, set the error and NETFS_SREQ_FAILED flag on the subreq and then call netfs_read_subreq_terminated() to deal with it. This will pass responsibility off to the collector for dealing with it.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= e2d46f2ec332533816417b60933954173f602121, < 5366199be46fb53de62861721d34ba816e7e440e; >= e2d46f2ec332533816417b60933954173f602121, < f73372a4c6900d117f8e903fe10b62692f95e6c4; >= e2d46f2ec332533816417b60933954173f602121, < 6f0f7ac1915abc0d202f0eb4b003a6548a5ba60d |
| Linux | Linux | 6.14 |
References
Timeline
- Published
- Last Modified
- Status
- Awaiting Analysis
Frequently Asked Questions
What is CVE-2026-64069?
How severe is CVE-2026-64069?
How do I fix CVE-2026-64069?
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-64063In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64064In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64065In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64066In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-64067In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-64068In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-64070In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64071In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64072In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64073In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-64074In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-64075In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-64069?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
