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

8.8 · HIGH
Published Aug 10, 2026 EPSS 0.24% (15th pctl)

Overview

CVE-2026-68409 is a high-severity vulnerability. It was published on August 10, 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: defer link RX stats percpu free to RCU

sta_remove_link() frees a removed MLO link's RX stats percpu buffer right

away, but defers only the link container to RCU:

sta_info_free_link(&alloc->info);

kfree_rcu(alloc, rcu_head);

The RX fast path reads link_sta under rcu_read_lock and writes the percpu

stats. A reader that resolved link_sta before the removal keeps the

pointer. The container stays alive from the kfree_rcu, so the read still

works. But the percpu block it points to is already freed. This needs

uses_rss. That is when pcpu_rx_stats exists.

The full STA teardown frees the deflink stats only after

synchronize_net(). The link removal path had no such barrier. The race is

hard to win in practice, but the free should still wait for RCU.

Free the link together with its data from a single RCU callback, so the

percpu block is reclaimed only after readers drain.

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

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

How severe is CVE-2026-68409?

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

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

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