Answer in brief
CVE-2026-97542 records a Unknown severity vulnerability in xfs: bail out on bitmap errors in xrep_agfl_fill. 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 | >=014ad53732d2bac34d21a251f3622a4da516e21b <e49977bc568c2649cf1a37992e538df8e3779ee4 || >=014ad53732d2bac34d21a251f3622a4da516e21b <82a0fd3fe908914425798b6be2b9b0a4f69ff84d || >=014ad53732d2bac34d21a251f3622a4da516e21b <b5309ae6504e9b727d83bdfb2a19f44896a8f019 || >=014ad53732d2bac34d21a251f3622a4da516e21b <eaf580538eb1be3d162400d04c4b7dc4c627296b | e49977bc568c2649cf1a37992e538df8e3779ee4, 82a0fd3fe908914425798b6be2b9b0a4f69ff84d, b5309ae6504e9b727d83bdfb2a19f44896a8f019, eaf580538eb1be3d162400d04c4b7dc4c627296b |
| Linux/Linuxgeneric | 6.6 | Not reported |
Published upstream
Sep 25, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 25, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Sep 25, 2026
In the Linux kernel, the following vulnerability has been resolved: xfs: bail out on bitmap errors in xrep_agfl_fill LOLLM also points out that the xagb_bitmap_set call in xrep_agfl_fill can fail, but we don't check the result of xagb_bitmap_walk, so we silently drop the error and proceed with inconsistent incore data. That shouldn't be allowed.
Quoted source text, attributed separately from HOL analysis.