CVE-2026-89497
Last modified
CVE-2026-89497 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. 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().. EPSS estimates a 0.13% chance of exploitation in the next 30 days.
Description
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().
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= f7be4ee07fb72a516563bc2870ef41fa589a964a, < 173bfd69696815bcf1c052f61cb69c26cca4e443; >= f7be4ee07fb72a516563bc2870ef41fa589a964a, < 995f4d05589f87452a56672270af28918c8939c3; >= f7be4ee07fb72a516563bc2870ef41fa589a964a, < 0ef38d53bca5ea1375fea0d3d11e9727df064b85; >= f7be4ee07fb72a516563bc2870ef41fa589a964a, < ce748ae1181d0daf5dd0d2d906d5c1cc328c153b; >= f7be4ee07fb72a516563bc2870ef41fa589a964a, < 15d79c806231e62a7b746d3b42626810004e1b27; >= f7be4ee07fb72a516563bc2870ef41fa589a964a, < 116d14f29a0524853c9316f32a2ac06cff5d4bf6; >= f7be4ee07fb72a516563bc2870ef41fa589a964a, < 1774c5b3713add32fe15ab0d3db4b73355f94e35; >= f7be4ee07fb72a516563bc2870ef41fa589a964a, < d410cd5303ec59c7cf23dd61423752ce8e9ecb59 |
| Linux | Linux | 4.6 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-89497?
How severe is CVE-2026-89497?
How do I fix CVE-2026-89497?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-89491In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89492In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-89493In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-89494In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-89495In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-89496In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89498In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89499In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-8950Same-origin policy bypass in the Networking: HTTP component.…9.3
- CVE-2026-89500In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89501In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89502In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-89497?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
