Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2026-72489

8.4 · HIGH
Published Aug 15, 2026 EPSS 0.15% (4th pctl)

Overview

CVE-2026-72489 is a high-severity vulnerability. It was published on August 15, 2026 and has a CVSS 3.1 base score of 8.4 (HIGH).

This vulnerability has a CVSS 3.1 base score of 8.4, rated HIGH. It requires local or adjacent network access to exploit. No authentication or special privileges are required for exploitation.

Technical 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.

Remediation

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Frequently Asked Questions

What is CVE-2026-72489?

CVE-2026-72489 is a high-severity vulnerability. It was published on August 15, 2026 and has a CVSS 3.1 base score of 8.4 (HIGH).

How severe is CVE-2026-72489?

This vulnerability has a CVSS 3.1 base score of 8.4, rated HIGH. It requires local or adjacent network access to exploit. No authentication or special privileges are required for exploitation.

How do I fix or remediate CVE-2026-72489?

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2026-72489?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-72489 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.