Sploitus

CVE-2026-72489

No indexed exploits for CVE-2026-72489 yet

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.

CVSS 3.1
8.4 HIGH
EPSS
0.1% (4th percentile)
NVD status
Received
Published
2026-08-15
CVE-2026-72489 at NVD
Authoritative description, scoring and affected products

No indexed exploits for CVE-2026-72489 yet

Our index is partial: it proves presence, never absence

No exploit for CVE-2026-72489 has been indexed yet. Our index is built from live traffic and upstream syncs, so this page can only say what it knows — not that no exploit exists.