CVE-2026-68405: wifi: mac80211: free AP_VLAN bc_buf SKBs outside IRQ lock

Published Aug 10, 2026
·
Updated

In the Linux kernel, the following vulnerability has been resolved:

wifi: mac80211: free APVLAN bcbuf SKBs outside IRQ lock

ieee80211dostop() removes APVLAN packets from the parent AP ps->bcbuf while holding ps->bcbuf.lock with IRQs disabled. It then calls ieee80211freetxskb() before dropping the lock.

ieee80211freetxskb() 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 ieee80211dostop() 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:

APVLAN management TX: APVLAN stop: 1. attach ACK-status state 1. clear the running state 2. queue a multicast SKB on 2. take ps->bcbuf.lock with IRQs parent ps->bcbuf disabled 3. unlink the APVLAN SKB 4. call ieee80211freetxskb()

Unlink matching APVLAN SKBs from ps->bcbuf under the existing lock, but move them to a local free queue. Drop the lock and restore IRQ state before calling ieee80211freetxskb().

WARNING: kernel/softirq.c:430 at localbhenableip

Event History

Aug 10, 2026
CVE Published
via MITRE·12:04 PM
Data Sourced
via MITRE·12:04 PM
Description
Data Sourced
via NVD·01:20 PM
Description
Free Weekly Intel

Don't miss critical vulnerabilities

Join thousands of security professionals who receive our weekly digest of trending CVEs, zero-days, and exploited vulnerabilities.

No spam. Unsubscribe anytime.

Frequently Asked Questions

1

What is the severity of CVE-2026-68405?

CVE-2026-68405 has a risk rating of 34.

2

How do I fix CVE-2026-68405?

To fix CVE-2026-68405, apply the latest Linux kernel updates that address this vulnerability.

3

Is CVE-2026-68405 exploitable?

Yes, CVE-2026-68405 may be exploitable in scenarios involving improper handling of AP_VLAN packets.

4

Which versions of the Linux kernel are affected by CVE-2026-68405?

CVE-2026-68405 affects specific releases of the Linux kernel before the vulnerability was patched on August 10, 2026.

5

What components are implicated in CVE-2026-68405?

CVE-2026-68405 specifically affects the mac80211 subsystem responsible for handling Wi-Fi in the Linux kernel.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203