CVE-2026-46125
wifi: mac80211 Station Use-After-Free Fix
Publication date: 2026-05-28
Last updated on: 2026-05-28
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability exists in the Linux kernel's wifi mac80211 component. When connection preparation fails for Multi-Link Operation (MLO) connections, the network interface is reset to a non-Multi-Link Device (MLD) state. In this scenario, the station associated with the virtual interface (vif) being removed must also be deleted. Failure to do so leads to a use-after-free or double-free error in debugfs if debugfs is enabled, because the vif's debugfs entries are recreated during this transition.
How can this vulnerability impact me? :
The vulnerability can cause memory corruption issues such as use-after-free or double-free errors in the Linux kernel's debugfs subsystem when handling wifi MLO connections. This can potentially lead to system instability, crashes, or unexpected behavior in the network stack, especially if debugfs is enabled.