CVE-2026-64216
Last modified
CVE-2026-64216 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 potential UAF in netfs_unlock_abandoned_read_pages() netfs_unlock_abandoned_read_pages(rreq) accesses the index of the folios it is wanting to unlock and compares that to rreq->no_unlock_folio so that it doesn't unlock a folio being read for netfs_perform_write() or netfs_write_begin(). However, given that netfs_unlock_abandoned_read_pages() is called _after_ NETFS_RREQ_IN_PROGRESS is cleared, the one folio that it's not allowed to dereference is the one specified by ->no_unlock_folio as ownership immediately reverts to the caller. Fix this by storing the folio pointer instead and using that rather than the index. Also fix netfs_unlock_read_folio() where the same applies.. EPSS estimates a 0.45% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: netfs: Fix potential UAF in netfs_unlock_abandoned_read_pages() netfs_unlock_abandoned_read_pages(rreq) accesses the index of the folios it is wanting to unlock and compares that to rreq->no_unlock_folio so that it doesn't unlock a folio being read for netfs_perform_write() or netfs_write_begin(). However, given that netfs_unlock_abandoned_read_pages() is called _after_ NETFS_RREQ_IN_PROGRESS is cleared, the one folio that it's not allowed to dereference is the one specified by ->no_unlock_folio as ownership immediately reverts to the caller. Fix this by storing the folio pointer instead and using that rather than the index. Also fix netfs_unlock_read_folio() where the same applies.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 6.12, < 6.18.34 | — |
| Linux | Linux Kernel | >= 6.19, < 7.0.11 | — |
| Linux | Linux Kernel | 7.1 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-64216?
How severe is CVE-2026-64216?
How do I fix CVE-2026-64216?
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-64210In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-64211In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-64212In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-64213In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-64214In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-64215In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-64217In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-64218In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-64219In the Linux kernel, the following vulnerability has been re…7
- CVE-2026-64220In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-64221In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-64222In the Linux kernel, the following vulnerability has been re…7
Are you affected by CVE-2026-64216?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
