Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2026-64568

7.8 · HIGH
Published Aug 5, 2026 EPSS 0.12% (2th pctl)

Overview

CVE-2026-64568 is a high-severity vulnerability. It was published on August 5, 2026 and has a CVSS 3.1 base score of 7.8 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical Description

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

wifi: mac80211: fix unsol_bcast_probe_resp double free on alloc failure

ieee80211_set_unsol_bcast_probe_resp() calls kfree_rcu() on the old

template before allocating the replacement. If the kzalloc() then fails,

it returns -ENOMEM while link->u.ap.unsol_bcast_probe_resp still points

at the object already queued for freeing. A later update or AP teardown

re-queues that same rcu_head; the second free is caught by KASAN when the

RCU sheaf is processed in softirq:

BUG: KASAN: double-free in rcu_free_sheaf (mm/slub.c:5850)

Free of addr ffff88800d06f300 by task exploit/145

...

__rcu_free_sheaf_prepare (mm/slub.c:2634 mm/slub.c:2940)

rcu_free_sheaf (mm/slub.c:5850)

rcu_core (kernel/rcu/tree.c:2617 kernel/rcu/tree.c:2869)

handle_softirqs (kernel/softirq.c:622)

The buggy address belongs to the cache kmalloc-128 of size 128

Queue the old object for kfree_rcu() only after the new one is published,

matchi

Remediation

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Frequently Asked Questions

What is CVE-2026-64568?

CVE-2026-64568 is a high-severity vulnerability. It was published on August 5, 2026 and has a CVSS 3.1 base score of 7.8 (HIGH).

How severe is CVE-2026-64568?

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

How do I fix or remediate CVE-2026-64568?

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2026-64568?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-64568 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.