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-74489

8.8 · HIGH
Published Aug 15, 2026 EPSS 0.22% (12th pctl)

Overview

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

This vulnerability has a CVSS 3.1 base score of 8.8, 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:

wifi: mac80211: fix tid_tx use-after-free on BA session stop

ieee80211_stop_tx_ba_cb() hands tid_tx to kfree_rcu() through

ieee80211_remove_tid_tx(), and then reads tid_tx->ndp after dropping

sta->lock:

ieee80211_remove_tid_tx(sta, tid); /* kfree_rcu(tid_tx, rcu_head) */

...

spin_unlock_bh(&sta->lock);

if (start_txq)

ieee80211_agg_start_txq(sta, tid, false);

if (send_delba)

ieee80211_send_delba(..., tid_tx->ndp);

That read is not covered by an RCU read-side critical section, and it runs

in preemptible process context: both callers hold the wiphy mutex, reaching

it either from the ieee80211_ba_session_work() wiphy work or from

ieee80211_sta_tear_down_BA_sessions() during station teardown.

Softirqs can run in that window too, both from the local_bh_enable() that

ends ieee80211_agg_start_txq() and from any interrupt exit, so the RCU

callback can free tid_tx before the read.

Driving the function from a test

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-74489?

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

How severe is CVE-2026-74489?

This vulnerability has a CVSS 3.1 base score of 8.8, 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-74489?

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-74489?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-74489 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.