CVE-2026-64574
Last modified
CVE-2026-64574 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: tear down new links on vif update error path When ieee80211_vif_update_links() adds new links it allocates a link container for each and calls ieee80211_link_init() (which registers the per-link debugfs files with file->private_data pointing into the container) and ieee80211_link_setup(). If the subsequent drv_change_vif_links() fails, the error path restores the old pointers and jumps to 'free', which frees the new containers but never removes their debugfs entries or stops the links. EPSS estimates a 0.16% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: tear down new links on vif update error path When ieee80211_vif_update_links() adds new links it allocates a link container for each and calls ieee80211_link_init() (which registers the per-link debugfs files with file->private_data pointing into the container) and ieee80211_link_setup(). If the subsequent drv_change_vif_links() fails, the error path restores the old pointers and jumps to 'free', which frees the new containers but never removes their debugfs entries or stops the links. The debugfs files survive with file->private_data dangling at the freed container, so a later open()+read() (e.g. link-1/txpower) dereferences freed memory in ieee80211_if_read_link(), a use-after-free. The removal path already dismantles links correctly via ieee80211_tear_down_links(), which removes each link's keys and debugfs entries and calls ieee80211_link_stop(); the add path on the error branch does not. Commit be1ba9ed221f ("wifi: mac80211: avoid weird state in error path") hardened this same error path for the link-removal case (new_links == 0) but left the newly-added links' teardown unaddressed. drv_change_vif_links() can fail at runtime on MLO drivers (internal allocation / queue / firmware command failures). Remove the new links' debugfs entries and stop them before freeing. BUG: KASAN: slab-use-after-free in ieee80211_if_read_link (net/mac80211/debugfs_netdev.c:127) Read of size 8 at addr ffff888011290000 by task exploit/145 Call Trace: ... ieee80211_if_read_link (net/mac80211/debugfs_netdev.c:127) short_proxy_read (fs/debugfs/file.c:373) vfs_read (fs/read_write.c:572) ksys_read (fs/read_write.c:716) do_syscall_64 (arch/x86/entry/syscall_64.c:94) entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:121) ... Oops: general protection fault, probably for non-canonical address 0xdffffc000000000a RIP: 0010:ieee80211_if_read_link (net/mac80211/debugfs_netdev.c:127) Kernel panic - not syncing: Fatal exception
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 170cd6a66d9a164180eb4dc72d50afa6ce1ce566, < 329589417214d3b7221432e5b266ed2bba7ff674; >= 170cd6a66d9a164180eb4dc72d50afa6ce1ce566, < c57d97f381306bbfba174e8f708419e007824e0c; >= 170cd6a66d9a164180eb4dc72d50afa6ce1ce566, < 0f7eaeb950adb77f71beb546e5ab30f90b41fe6f; >= 170cd6a66d9a164180eb4dc72d50afa6ce1ce566, < 901a73523e093beff123b54b1ceaf3113f18acc9; >= 170cd6a66d9a164180eb4dc72d50afa6ce1ce566, < 952c02b33f56207a160421bcd61e7ac53c9c59ae |
| Linux | Linux | 6.4 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-64574?
How severe is CVE-2026-64574?
How do I fix CVE-2026-64574?
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-64569In the Linux kernel, the following vulnerability has been re…
- CVE-2026-6457The Geo Mashup plugin for WordPress is vulnerable to time-ba…6.5
- CVE-2026-64570In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-64571In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64572In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64573In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64575In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-64576In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-64577In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-64578In the Linux kernel, the following vulnerability has been re…8.2
- CVE-2026-64579In the Linux kernel, the following vulnerability has been re…
- CVE-2026-6458Missing cryptographic step in Caliptra Core Firmware (aes_25…5.1
Are you affected by CVE-2026-64574?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
