Answer in brief
CVE-2026-89497 records a Unknown severity vulnerability in orangefs: skip leading spaces before parsing client debug masks. 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 | >=f7be4ee07fb72a516563bc2870ef41fa589a964a <15d79c806231e62a7b746d3b42626810004e1b27 || >=f7be4ee07fb72a516563bc2870ef41fa589a964a <116d14f29a0524853c9316f32a2ac06cff5d4bf6 || >=f7be4ee07fb72a516563bc2870ef41fa589a964a <1774c5b3713add32fe15ab0d3db4b73355f94e35 || >=f7be4ee07fb72a516563bc2870ef41fa589a964a <d410cd5303ec59c7cf23dd61423752ce8e9ecb59 | 15d79c806231e62a7b746d3b42626810004e1b27, 116d14f29a0524853c9316f32a2ac06cff5d4bf6, 1774c5b3713add32fe15ab0d3db4b73355f94e35, d410cd5303ec59c7cf23dd61423752ce8e9ecb59 |
| Linux/Linuxgeneric | 4.6 | Not reported |
Published upstream
Sep 11, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 11, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Sep 11, 2026
In the Linux kernel, the following vulnerability has been resolved: orangefs: skip leading spaces before parsing client debug masks orangefs_prepare_cdm_array() sizes each client debug keyword buffer with strcspn(cds_head, " "), but then parses the keyword with %s. The %s conversion skips leading whitespace, while strcspn() does not. If a client debug entry starts with a space, the allocation can be sized for an empty keyword while sscanf() copies the following non-empty token. This can write past the end of the allocated keyword buffer. Skip leading spaces before computing the keyword length so the allocation matches the string parsed by sscanf().
Quoted source text, attributed separately from HOL analysis.