5 matches found
CVE-2026-74661
In the Linux kernel, the following vulnerability has been resolved: mac802154: fix netdev use-after-free in beacon worker mac802154beaconworker reads local-beaconreq 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...
EUVD-2026-64348
In the Linux kernel, the following vulnerability has been resolved: mac802154: fix netdev use-after-free in beacon worker mac802154beaconworker reads local-beaconreq 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...
CVE-2026-74661 mac802154: fix netdev use-after-free in beacon worker
In the Linux kernel, the following vulnerability has been resolved: mac802154: fix netdev use-after-free in beacon worker mac802154beaconworker reads local-beaconreq 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...
CVE-2026-74661
CVE-2026-74661 is a use-after-free vulnerability in the Linux kernel's mac802154 subsystem (IEEE 802.15.4 wireless). The root cause is in mac802154_beacon_worker(), which reads local->beacon_req under RCU, derives the sub-interface, then drops the RCU read lock while continuing to use sdata an...
PT-2026-79666
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 t...