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-64570

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

Overview

CVE-2026-64570 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 fils_discovery double free on alloc failure

ieee80211_set_fils_discovery() calls kfree_rcu() on the old template

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

returns -ENOMEM while link->u.ap.fils_discovery still points at the

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

(ieee80211_stop_ap()) 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 ffff88800c065280 by task swapper/0/0

...

__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-96 of size 96

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

matching i

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-64570?

CVE-2026-64570 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-64570?

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-64570?

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-64570?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-64570 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.