CVE-2026-89497

Source
https://cve.org/CVERecord?id=CVE-2026-89497
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-89497.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-89497
Downstream
Published
2026-09-11T19:43:47Z
Modified
2026-09-13T03:47:19Z
Summary
orangefs: skip leading spaces before parsing client debug masks
Details

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().

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/89xxx/CVE-2026-89497.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
f7be4ee07fb72a516563bc2870ef41fa589a964a
Fixed
15d79c806231e62a7b746d3b42626810004e1b27
Fixed
116d14f29a0524853c9316f32a2ac06cff5d4bf6
Fixed
1774c5b3713add32fe15ab0d3db4b73355f94e35
Fixed
d410cd5303ec59c7cf23dd61423752ce8e9ecb59

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-89497.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
4.6.0
Fixed
6.12.109
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.50
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.4

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-89497.json"