Answer in brief
CVE-2026-97548 records a High severity (CVSS 7.8) vulnerability in xfs: fix the rtrmap and rtrefcount _maxlevels_ondisk functions. 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.
CVSS is 7.8. 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 | >=9abe03a0e4f978615a2b1b484b8d09ca84c16ea0 <108114437915e61e8f88d1cbcc442c3f886a347e || >=9abe03a0e4f978615a2b1b484b8d09ca84c16ea0 <84316cb25af95a60e655ccc8fe646bb5ad631b71 || >=9abe03a0e4f978615a2b1b484b8d09ca84c16ea0 <aa301322f72f82f26e4ba0826018d41388ab9896 | 108114437915e61e8f88d1cbcc442c3f886a347e, 84316cb25af95a60e655ccc8fe646bb5ad631b71, aa301322f72f82f26e4ba0826018d41388ab9896 |
| Linux/Linuxgeneric | 6.14 | 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: fix the rtrmap and rtrefcount _maxlevels_ondisk functions The _maxlevels_ondisk functions are used to compute the size of in-memory btree cursors for each btree type. Unfortunately, LOLLM noticed that the rtrmap and rtrefcount versions of these functions forget to account for the inode root, which means that we could access beyond the end of the cursor given a sufficiently large btree. Fix this.
Quoted source text, attributed separately from HOL analysis.