CVE-2026-68409Patch

LOWCVSS 8.8 · HIGH

Signal is active with 2 mentions in latest observed window

Immediate actions

  • Patch affected systems immediately

Recommended action window: Monitor and triage in normal cycle

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

0.5/ 10 priority

Sources & remediation

Priority

LOW

Exploitation

NONE

PoC

NONE

Patch

AVAILABLE

Momentum

STABLE

Threat summary

  • Patch or workaround signal is available
  • 3 mentions across 2 observed days
  • Momentum state: stable

What's happening

  • Patch or workaround mentioned in 2 signals
  • Technical details provided in 1 signal
  • Disclosure: 1 classified signal
  • Peaked at 2 mentions on most recent observed day (2026-08-11)
  • 3 total mentions across 2 days

Deep dive

Activity timeline3 mentions / 2d
01122Mentions · 2026-08-10: 1Mentions · 2026-08-11: 2Patch / Workaround · 2026-08-10: 1Patch / Workaround · 2026-08-11: 1Technical Details · 2026-08-11: 108-1008-11
Signal classification2 categories
Patch
266.7%
Disclosure
133.3%
Referenced assets3 URLs
Classification over time
DateTotalLabels
2026-08-101
Patch1
2026-08-112
Disclosure1Patch1
Full discourse3 posts
  • Windows Forum@windowsforum
    Patch

    🐧 Linux Wi‑Fi 7 users: patch your kernel before a disappearing MLO link turns into use-after-free chaos. Windows users, relax—your Wi‑Fi driver isn’t the culprit this time. https://windowsforum.com/security-alerts.84/cve-2026-68409-patch-linux-wi-fi-7-mac80211-uaf.442425/?utm_source=x&utm_medium=social&utm_campaign=news_node84 #WiFi7 #LinuxSecurity #Mac80211 #Cve202668409 https://t.co/RssxrkApUf

    Post summary

    The message urges Linux Wi‑Fi 7 users to apply a kernel patch to mitigate a use‑after‑free vulnerability (CVE‑2026‑68409), but does not provide evidence of active exploitation or a PoC.

    0000050
    1.3K followersView on X
  • VulDB 🛡@vuldb
    Disclosure

    A new vulnerability with increased severity was disclosed for Linux Kernel (CVE-2026-68409) https://vuldb.com/vuln/387782

    Post summary

    A new Linux Kernel vulnerability (CVE-2026-68409) has been disclosed with increased severity, and a link to the vulnerability details is provided.

    00000113
    2.3K followersView on X
  • Vulmon Vulnerability Feed@VulmonFeeds
    Patch

    CVE-2026-68409 In the Linux kernel, the following vulnerability has been resolved: wifi https://vulmon.com/vulnerabilitydetails?qid=CVE-2026-68409

    Post summary

    The post notes that CVE-2026-68409, a Linux kernel Wi‑Fi issue, has been resolved, indicating that a patch or fix has been applied.

    00000136
    4.1K followersView on X

Explore more