CVE-2026-68126: mac802154: hold an interface reference across the scan worker

Published Aug 10, 2026
·
Updated

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

mac802154: hold an interface reference across the scan worker

mac802154scanworker() captures the scanning sub-interface under RCU and then keeps dereferencing sdata->dev after rcureadunlock() and outside the rtnl -- in the failure traces, in mac802154transmitbeaconreq() (skb->dev = sdata->dev), and in the endscan cleanup. Nothing keeps that netdev alive across the worker iteration.

A concurrent DELINTERFACE or PHY removal can unregister the interface once the worker drops the rtnl between its two drvsetchannel() sections. unregisternetdevice() frees the netdev asynchronously from netdevruntodo() with the rtnl already dropped, so neither holding the rtnl nor the per-PHY IEEE802154ISSCANNING flag prevents a stale worker iteration from dereferencing the freed netdev -- a KASAN slab-use-after-free, reachable by racing TRIGGERSCAN against DELINTERFACE (both CAPNETADMIN).

Pin the netdev with netdevhold() while the RCU read lock is still held, and release it at every worker exit.

Affected Software

1 affected component
Linux Linux kernel

Event History

Aug 10, 2026
CVE Published
via MITRE·11:58 AM
Data Sourced
via MITRE·11:58 AM
Description
Data Sourced
via NVD·01:19 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-68126?

CVE-2026-68126 is rated with a risk score of 46, indicating a significant potential impact.

2

What systems are affected by CVE-2026-68126?

CVE-2026-68126 affects the Linux kernel, specifically components using the mac802154 subsystem.

3

How do I fix CVE-2026-68126?

To fix CVE-2026-68126, you should update your Linux kernel to the latest version that includes the security patch.

4

What type of vulnerability is CVE-2026-68126?

CVE-2026-68126 is classified as a Use After Free vulnerability.

5

What is the impact of CVE-2026-68126?

The impact of CVE-2026-68126 could lead to potential exploitation that compromises system stability and security.

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