CVE-2026-89497High· 7.8▾ TwilightIn 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 th…
▾ Twilight zone — High severity, or a signal on a lesser flaw
impact 42.9 · likelihood 0 · exploitation 0
Need a working PoC? Pro members can cast a request and our team develops one — it lands right here.
Exploit-prediction probability, daily snapshots since Sep 12.
Disclosure to exploitation, from the record and what we observed since indexing it.
Disclosed via CVEORG
0.2%
— → 5.6
none → medium
— → 7.8
none → high
Last analysed / modified upstream
7.8 → 5.6
high → medium
5.6 → 7.8
medium → high
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().
Linux >= f7be4ee07fb72a516563bc2870ef41fa589a964a < 173bfd69696815bcf1c052f61cb69c26cca4e443Linux >= f7be4ee07fb72a516563bc2870ef41fa589a964a < 995f4d05589f87452a56672270af28918c8939c3Linux >= f7be4ee07fb72a516563bc2870ef41fa589a964a < 0ef38d53bca5ea1375fea0d3d11e9727df064b85Linux >= f7be4ee07fb72a516563bc2870ef41fa589a964a < ce748ae1181d0daf5dd0d2d906d5c1cc328c153bLinux >= f7be4ee07fb72a516563bc2870ef41fa589a964a < 15d79c806231e62a7b746d3b42626810004e1b27Linux >= f7be4ee07fb72a516563bc2870ef41fa589a964a < 116d14f29a0524853c9316f32a2ac06cff5d4bf6Linux >= f7be4ee07fb72a516563bc2870ef41fa589a964a < 1774c5b3713add32fe15ab0d3db4b73355f94e35Linux >= f7be4ee07fb72a516563bc2870ef41fa589a964a < d410cd5303ec59c7cf23dd61423752ce8e9ecb59Linux 4.6Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
Field changes observed since this record was first indexed.
Connected by shared product, vendor, weakness, or advisory.
CVE-2026-90055NoneIn the Linux kernel, the following vulnerability has been resolved: usb: atm: usbatm: fix invalid ci_range initialization syzbot reported a shift-out-of-bounds in __vcc_connect(): UBSAN: shift-out-of-bounds in net/atm/common.c:382:3…
CVE-2026-90060NoneIn the Linux kernel, the following vulnerability has been resolved: ALSA: control: Don't add invalid kcontrols to LED layer The kcontrol LED state layer tries to track the all associated kcontrol elements with naive assumptions that th…
CVE-2026-90168NoneRejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.
CVE-2026-90196NoneIn the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: validate topology volume range before allocation SOF treats the topology mixer min and max values as non-negative indices into its volume table
CVE-2026-90209NoneIn the Linux kernel, the following vulnerability has been resolved: s390/debug: Fix deadlock during unregister Unregistering an s390dbf debug area while one of the associated debugfs files is being written to can cause a deadlock: $ e…
CVE-2026-90221NoneIn the Linux kernel, the following vulnerability has been resolved: nfc: nci: fix use of uninitialized memory in CORE_INIT_RSP parsing nci_core_init_rsp_packet_v1() and nci_core_init_rsp_packet_v2() parse the CORE_INIT_RSP packet witho…