Vulnerability in Linux
CVE-2026-64157
In the Linux kernel, the following vulnerability has been resolved: netfs: Fix partial invalidation of streaming-write folio In netfs_invalidate_folio(), if the region of a partial invalidation overlaps the front (but not all) of a dirty write cached in a streaming write page (dirty, but not uptodate, with the dirty region tracked by a netfs_folio struct), the function modifies the dirty region - but incorrectly as it moves the region forward by setting the start to the start, not the end, of the invalidation region. Fix this by setting finfo->dirty_offset to the end of the invalidation region (iend).
EPSS: 0.001 (2.2th percentile) — read the EPSS interpretation.
CVSS v3 metric
CVSS v3 base score 5.5 (Medium). Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H.
Affected products
- Linux — versions cce6bfa6ca0e30af9927b0074c97fe6a92f28092, e2814004138a541110d4b2dc254a8f619c2c4ce0, 6.10.8
- Linux Linux_kernel — versions 6.11, 7.1
References
Frequently asked questions
- What is CVE-2026-64157?
- CVE-2026-64157 is a medium-severity vulnerability in Linux. CVSS score: 5.5/10. Published 2026-07-19.
- How severe is CVE-2026-64157?
- Medium severity. CVSS v3 base score is 5.5 out of 10.