Improper control of a resource through its lifetime in Linux kernel - CVE-2026-46248
Published: June 4, 2026
Linux kernel
Detailed vulnerability description
The vulnerability allows a local user to cause a denial of service.
The vulnerability exists due to improper state management in ath12k_mac_op_change_vif_links and ahvif->links_map when handling failed MLO connection preparation in non-AP STA mode. A local user can trigger authentication handling that reuses the same link id to cause a denial of service.
The issue occurs when an arvif is initialized but not created, leaving a stale link mapping that can trigger a WARN_ON.