Double free in Linux kernel - CVE-2026-64568
Published: August 6, 2026
Vulnerability details
The vulnerability allows a local user to cause a denial of service.
The vulnerability exists due to double free in ieee80211_set_unsol_bcast_probe_resp() when handling updates to unsolicited broadcast probe response templates after an allocation failure. A local user can trigger a later update or AP teardown to cause a denial of service.
The issue occurs because the pointer can still reference an object already queued for RCU freeing after kzalloc() fails.