Answer in brief
CVE-2026-97543 records a Unknown severity vulnerability in xfs: destroy seen inode bitmap when we fail to add a dirpath. 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 | >=928b721a11789a9363d6d7c32a1f3166a79f3b5f <3b10ca4302ee2dda4233f70b2033883ee376fa6a || >=928b721a11789a9363d6d7c32a1f3166a79f3b5f <0b756de8167f2f06ffceadc71cb17c1fc7be4be8 || >=928b721a11789a9363d6d7c32a1f3166a79f3b5f <582f54dce62043f7a0503ab8c76d718d0293da59 || >=928b721a11789a9363d6d7c32a1f3166a79f3b5f <1a441c6842da75c5b862cc1c9f7969d6a93b54b9 | 3b10ca4302ee2dda4233f70b2033883ee376fa6a, 0b756de8167f2f06ffceadc71cb17c1fc7be4be8, 582f54dce62043f7a0503ab8c76d718d0293da59, 1a441c6842da75c5b862cc1c9f7969d6a93b54b9 |
| Linux/Linuxgeneric | 6.10 | 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: destroy seen inode bitmap when we fail to add a dirpath LOLLM observes a memory leak in xchk_dirtree_create_path if we create the directory path object but appending the name to the path fails. When this happens, we don't tear down the (empty) seen inode bitmap. This is a pretty trivial error, but let's not leave logic bombs. Do the same for a similar bug in xrep_dirtree_create_adoption_path.
Quoted source text, attributed separately from HOL analysis.