CVE-2026-72489
Last modified
CVE-2026-72489 is a high-severity vulnerability rated 8.4/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: staging: nvec: fix use-after-free in nvec_rx_completed() In nvec_rx_completed(), when an incomplete RX transfer is detected, nvec_msg_free() is called to return the message back to the pool by clearing its 'used' atomic flag. Immediately after this, the code accesses nvec->rx->data[0] to check the message type. Since nvec_msg_free() marks the pool slot as available via atomic_set(), any concurrent or subsequent call to nvec_msg_alloc() could claim that same slot and overwrite its data[] array. EPSS estimates a 0.18% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: staging: nvec: fix use-after-free in nvec_rx_completed() In nvec_rx_completed(), when an incomplete RX transfer is detected, nvec_msg_free() is called to return the message back to the pool by clearing its 'used' atomic flag. Immediately after this, the code accesses nvec->rx->data[0] to check the message type. Since nvec_msg_free() marks the pool slot as available via atomic_set(), any concurrent or subsequent call to nvec_msg_alloc() could claim that same slot and overwrite its data[] array. Reading nvec->rx->data[0] after freeing the message is therefore a use-after-free. Fix this by saving the message type byte before calling nvec_msg_free(), then using the saved value for the battery quirk check.
Metrics
CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= d6bdcf2e1019351cbc176e963b7756766bdd8721, < 6b2ea886ebdae44a2394029844a4e78f58e1587d; >= d6bdcf2e1019351cbc176e963b7756766bdd8721, < a37625c7b688fcf68a54263528eccbabfd7fa17a; >= d6bdcf2e1019351cbc176e963b7756766bdd8721, < 9f7fe4165a1f1014bdadc8e744c0fd3c2d8c0b89; >= d6bdcf2e1019351cbc176e963b7756766bdd8721, < 08626fcfe12308ca3f8b22c538ba7dee0b2dce7a; >= d6bdcf2e1019351cbc176e963b7756766bdd8721, < f19a5bc059051143c489dd6f79a0f9c3bfd13aea; >= d6bdcf2e1019351cbc176e963b7756766bdd8721, < bb3d592c7d6c4ec8ac6640c690ca13298e7e8e90; >= d6bdcf2e1019351cbc176e963b7756766bdd8721, < 5de04caa46b635e180cecbd164e333eca535db94; >= d6bdcf2e1019351cbc176e963b7756766bdd8721, < 26813881181deb3a32fbb59eadb2599cbe8423f6 |
| Linux | Linux | 3.2 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-72489?
How severe is CVE-2026-72489?
How do I fix CVE-2026-72489?
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-72483In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72484In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72485In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72486In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72487In the Linux kernel, the following vulnerability has been re…7.7
- CVE-2026-72488In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-7249The Location Weather plugin for WordPress is vulnerable to u…4.3
- CVE-2026-72490In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72491In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-72492In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-72493In the Linux kernel, the following vulnerability has been re…9.9
- CVE-2026-72494In the Linux kernel, the following vulnerability has been re…9.8
Are you affected by CVE-2026-72489?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
