CVE-2026-64157
N/A
N/A
Summary
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).
Affected Software
| Vendor | Product | Version Range | Status |
|---|---|---|---|
| Linux | Linux | cce6bfa6ca0e30af9927b0074c97fe6a92f28092 < f6b2569ae29b666fd15ff2848684c445ba442a39 | affected |
| Linux | Linux | cce6bfa6ca0e30af9927b0074c97fe6a92f28092 < 3d9601c029b934b5b6a10f99791467b10eb6b211 | affected |
| Linux | Linux | cce6bfa6ca0e30af9927b0074c97fe6a92f28092 < 6a3d27116be2c5fb9a03d5cf37c486ac517f3689 | affected |
| Linux | Linux | cce6bfa6ca0e30af9927b0074c97fe6a92f28092 < 6d91acc7fb85d33ea58fca9b964a32a453937f4b | affected |
| Linux | Linux | e2814004138a541110d4b2dc254a8f619c2c4ce0 | affected |
| Linux | Linux | 6.10.8 < 6.11 | affected |
| Linux | Linux | 6.11 | affected |
| Linux | Linux | 0 < 6.11 | unaffected |
| Linux | Linux | 6.12.92 <= 6.12.* | unaffected |
| Linux | Linux | 6.18.34 <= 6.18.* | unaffected |
| Linux | Linux | 7.0.11 <= 7.0.* | unaffected |
| Linux | Linux | 7.1 <= * | unaffected |
Weaknesses
References
- https://git.kernel.org/stable/c/f6b2569ae29b666fd15ff2848684c445ba442a39
- https://git.kernel.org/stable/c/3d9601c029b934b5b6a10f99791467b10eb6b211
- https://git.kernel.org/stable/c/6a3d27116be2c5fb9a03d5cf37c486ac517f3689
- https://git.kernel.org/stable/c/6d91acc7fb85d33ea58fca9b964a32a453937f4b
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.