Answer in brief
CVE-2026-80897 records a Unknown severity vulnerability in netfs: release readahead folios on iterator preparation failure. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
A CVSS score is not reported in the current record. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=06fa229ceb36898e68022b5654c017d2c6582d7d <2c148a31ca01fc160aceec777bbc0041b0d0b8bd || >=06fa229ceb36898e68022b5654c017d2c6582d7d <935e7b74bb2368f215cf8c2ad4bff60ee4e7589e || >=06fa229ceb36898e68022b5654c017d2c6582d7d <87eb3d272dcbcbbfe5c1576c10e5dc72810cf1f6 | 2c148a31ca01fc160aceec777bbc0041b0d0b8bd, 935e7b74bb2368f215cf8c2ad4bff60ee4e7589e, 87eb3d272dcbcbbfe5c1576c10e5dc72810cf1f6 |
| Linux/Linuxgeneric | 6.14 | Not reported |
Published upstream
Sep 4, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 4, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Sep 4, 2026
In the Linux kernel, the following vulnerability has been resolved: netfs: release readahead folios on iterator preparation failure netfs_prepare_read_iterator() batches readahead folios in put_batch so that the folio references can be dropped after the I/O iterator has been prepared. If rolling_buffer_load_from_ra() fails after earlier folios have been batched, the function returns immediately and leaves those references held. Release the batch before returning the error.
Quoted source text, attributed separately from HOL analysis.