CVE-2026-74661
Last modified
CVE-2026-74661 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: mac802154: fix netdev use-after-free in beacon worker mac802154_beacon_worker() reads local->beacon_req under RCU and derives the sub-interface from the request, but then drops the RCU read lock and continues to use both sdata and the embedded wpan_dev. mac802154_stop_beacons_locked() cancels only pending beacon work, clears local->beacon_req and frees the request. A beacon worker that is already running can therefore continue after interface teardown and dereference the freed netdev private area. The scan worker already pins the netdev before leaving RCU.
Description
In the Linux kernel, the following vulnerability has been resolved: mac802154: fix netdev use-after-free in beacon worker mac802154_beacon_worker() reads local->beacon_req under RCU and derives the sub-interface from the request, but then drops the RCU read lock and continues to use both sdata and the embedded wpan_dev. mac802154_stop_beacons_locked() cancels only pending beacon work, clears local->beacon_req and frees the request. A beacon worker that is already running can therefore continue after interface teardown and dereference the freed netdev private area. The scan worker already pins the netdev before leaving RCU. Apply the same lifetime rule to the beacon worker: take a netdev reference while the request is still protected by RCU, and release it on all paths that continue after the reference is acquired.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 3accf4762734a69ebd03cba989249c78ac7dfc7e, < fe820dcc1d8ff77783a9d2bcc93b98c99ac6d517; >= 3accf4762734a69ebd03cba989249c78ac7dfc7e, < e5fb0e03bc7f45508c182a427357bf6b389a9033; >= 3accf4762734a69ebd03cba989249c78ac7dfc7e, < e6cd416a899edc912b428c4ba399bd73f516cb31; >= 3accf4762734a69ebd03cba989249c78ac7dfc7e, < 9d067e581597c462c51fee8a30b51bc48a68c4e1; >= 3accf4762734a69ebd03cba989249c78ac7dfc7e, < 5f26a690e8efa54315e4922368daf54e0b8f5515 |
| Linux | Linux | 6.3 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-74661?
How severe is CVE-2026-74661?
How do I fix CVE-2026-74661?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-74656In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74657In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74658In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74659In the Linux kernel, the following vulnerability has been re…
- CVE-2026-7466AgentFlow contains an arbitrary code execution vulnerability…8.8
- CVE-2026-74660In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74662In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74663In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74664In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74665In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74666In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74667In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-74661?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
