Answer in brief
CVE-2026-97550 records a Unknown severity vulnerability in xfs: fix unit conversions in per_binval computation. 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 | >=b2311ec6778fcde9d40cd9e22899f8bd594d8465 <b5089a328acc83fe2f23127a79397a0bfd9ebc33 || >=b2311ec6778fcde9d40cd9e22899f8bd594d8465 <cfeba3bdf4dfa405e29f4ee13a20e9063fd0b7ef || >=b2311ec6778fcde9d40cd9e22899f8bd594d8465 <05cff7c2b79f76c7cfe90613a60e16aaaa051ef7 | b5089a328acc83fe2f23127a79397a0bfd9ebc33, cfeba3bdf4dfa405e29f4ee13a20e9063fd0b7ef, 05cff7c2b79f76c7cfe90613a60e16aaaa051ef7 |
| Linux/Linuxgeneric | 6.18 | 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 unit conversions in per_binval computation LOLLM noticed that we're doing the unit conversion in the per_binval computation backwards -- xfs_buf_inval_log_space's second parameter is supposed to be in bytes, but max_binval is in units of fsblocks. Hence the conversion should be FSB -> B, not the other way around.
Quoted source text, attributed separately from HOL analysis.