CVE-2026-68405Patch

LOW

Signal is active with 1 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: free AP_VLAN bc_buf SKBs outside IRQ lock ieee80211_do_stop() removes AP_VLAN packets from the parent AP ps->bc_buf while holding ps->bc_buf.lock with IRQs disabled. It then calls ieee80211_free_txskb() before dropping the lock. ieee80211_free_txskb() is not just a passive SKB release. For SKBs with TX status state it can report a dropped frame through cfg80211/nl80211, and that path can reach netlink tap transmit. This is the same reason the pending queue cleanup in ieee80211_do_stop() already unlinks SKBs under the queue lock and frees them after IRQ state is restored. The buggy scenario involves two paths, with each column showing the order within that path: AP_VLAN management TX: AP_VLAN stop: 1. attach ACK-status state 1. clear the running state 2. queue a multicast SKB on 2. take ps->bc_buf.lock with IRQs parent ps->bc_buf disabled 3. unlink the AP_VLAN SKB 4. call ieee80211_free_txskb() Unlink matching AP_VLAN SKBs from ps->bc_buf under the existing lock, but move them to a local free queue. Drop the lock and restore IRQ state before calling ieee80211_free_txskb(). WARNING: kernel/softirq.c:430 at __local_bh_enable_ip

0.5/ 10 priority

Sources & remediation

Priority

LOW

Exploitation

NONE

PoC

NONE

Patch

AVAILABLE

Momentum

STABLE

Threat summary

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

What's happening

  • Patch or workaround mentioned in 2 signals
  • Technical details provided in 1 signal
  • Peaked 1d ago at 1 mentions (2026-08-10); latest day: 1
  • 2 total mentions across 2 days

Deep dive

Activity timeline2 mentions / 2d
00111Mentions · 2026-08-10: 1Mentions · 2026-08-11: 1Patch / Workaround · 2026-08-10: 1Patch / Workaround · 2026-08-11: 1Technical Details · 2026-08-11: 108-1008-11
Signal classification1 categories
Patch
2100.0%
Referenced assets2 URLs
Full discourse2 posts
  • Vulmon Vulnerability Feed@VulmonFeeds
    Patch

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

    Post summary

    The snippet announces that CVE‑2026‑68405 has been resolved in the Linux kernel, with minimal detail beyond the resolution statement.

    00010149
    4.1K followersView on X
  • Windows Forum@windowsforum
    Patch

    🛡️ CVE-2026-68405 is a Linux Wi‑Fi kernel lockup bug, not an exploit blockbuster—yet. Stable trees have the fix, so patching beats waiting for your AP VLANs to throw a tantrum. https://windowsforum.com/security-alerts.84/cve-2026-68405-linux-ap-vlan-kernel-fix-reaches-stable.442389/?utm_source=x&utm_medium=social&utm_campaign=news_node84 #LinuxKernel #WiFiSecurity #Mac80211 #ApVlan https://t.co/fsRmT8VROI

    Post summary

    The tweet highlights that CVE‑2026‑68405, a Linux Wi‑Fi kernel lockup bug, is now fixed in stable kernels, urging users to apply the patch.

    0000047
    1.3K followersView on X

Explore more