CVE-2026-74661

Source
https://cve.org/CVERecord?id=CVE-2026-74661
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-74661.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-74661
Downstream
Published
2026-08-22T15:32:34Z
Modified
2026-08-27T11:30:21Z
Severity
  • 7.8 (High) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
mac802154: fix netdev use-after-free in beacon worker
Details

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.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/74xxx/CVE-2026-74661.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
3accf4762734a69ebd03cba989249c78ac7dfc7e
Fixed
fe820dcc1d8ff77783a9d2bcc93b98c99ac6d517
Fixed
e5fb0e03bc7f45508c182a427357bf6b389a9033
Fixed
e6cd416a899edc912b428c4ba399bd73f516cb31
Fixed
9d067e581597c462c51fee8a30b51bc48a68c4e1
Fixed
5f26a690e8efa54315e4922368daf54e0b8f5515

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-74661.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.3.0
Fixed
6.6.152
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.104
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.45
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.9

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-74661.json"