Use After Free in Linux
CVE-2026-64216
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.
Vulnerability class: Use-After-Free
EPSS: 0.005 (38.2th percentile) — read the EPSS interpretation.
CVSS v3 metric
CVSS v3 base score 9.8 (Critical). Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H.
Affected products
- Linux — versions ee4cdf7ba857a894ad1650d6ab77669cbbfa329e, 6.12, 0
- Linux Linux_kernel — versions 7.1
Weakness classification (CWE)
References
Frequently asked questions
- What is CVE-2026-64216?
- CVE-2026-64216 is a critical-severity vulnerability in Linux, classified under Use After Free. CVSS score: 9.8/10. Published 2026-07-24.
- How severe is CVE-2026-64216?
- Critical severity. CVSS v3 base score is 9.8 out of 10.