CVE-2026-64568: wifi: mac80211: fix unsol_bcast_probe_resp double free on alloc failure

Published Aug 5, 2026
·
Updated

In the Linux kernel, the following vulnerability has been resolved:

wifi: mac80211: fix unsolbcastproberesp double free on alloc failure

ieee80211setunsolbcastproberesp() calls kfreercu() on the old template before allocating the replacement. If the kzalloc() then fails, it returns -ENOMEM while link->u.ap.unsolbcastproberesp still points at the object already queued for freeing. A later update or AP teardown re-queues that same rcuhead; the second free is caught by KASAN when the RCU sheaf is processed in softirq:

BUG: KASAN: double-free in rcufreesheaf (mm/slub.c:5850) Free of addr ffff88800d06f300 by task exploit/145 ... rcufreesheafprepare (mm/slub.c:2634 mm/slub.c:2940) rcufreesheaf (mm/slub.c:5850) rcucore (kernel/rcu/tree.c:2617 kernel/rcu/tree.c:2869) handlesoftirqs (kernel/softirq.c:622) The buggy address belongs to the cache kmalloc-128 of size 128

Queue the old object for kfreercu() only after the new one is published, matching ieee80211setproberesp() and ieee80211sets1gshortbeacon().

Affected Software

1 affected component
Linux Linux kernel

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Configuration

    Apply the kernel fix “Queue the old object for kfree_rcu() only after the new one is published” for the double-free in rcu_free_sheaf (mm/slub.c) / wifi mac80211 unsol_bcast_probe_resp double free on alloc failure, as described in the provided patch context.

    Linux kernel (mm/slub.c / RCU) RCU sheaf free ordering = Queue the old object for kfree_rcu() only after the new one is published

Event History

Aug 5, 2026
CVE Published
via MITRE·08:08 AM
Data Sourced
via MITRE·08:08 AM
Description
Data Sourced
via NVD·08:16 AM
Description
Free Weekly Intel

Don't miss critical vulnerabilities

Join thousands of security professionals who receive our weekly digest of trending CVEs, zero-days, and exploited vulnerabilities.

No spam. Unsubscribe anytime.

Frequently Asked Questions

1

What is the severity of CVE-2026-64568?

CVE-2026-64568 has a risk rating of 34, indicating a moderate level of severity.

2

How do I fix CVE-2026-64568?

To resolve CVE-2026-64568, update the Linux kernel to the latest version that includes the fix.

3

What does CVE-2026-64568 affect?

CVE-2026-64568 affects the Linux kernel, specifically the mac80211 component related to Wi-Fi.

4

What is the nature of the vulnerability in CVE-2026-64568?

CVE-2026-64568 involves a double free memory issue that can occur upon allocation failure.

5

When was CVE-2026-64568 published?

CVE-2026-64568 was published on August 5, 2026.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203