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

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

Overview

CVE-2026-64581 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:

xfrm: fix sk_dst_cache double-free in xfrm_user_policy()

xfrm_user_policy() clears the socket dst cache with __sk_dst_reset(),

i.e. the non-atomic __sk_dst_set(sk, NULL): it reads sk_dst_cache with

rcu_dereference_protected(), stores NULL and dst_release()s the old dst.

That is only safe if no other thread modifies sk_dst_cache concurrently.

For a connected UDP socket that does not hold: the transmit fast path

(udp_sendmsg -> sk_dst_check -> sk_dst_reset) resets the cache locklessly

with an atomic xchg(). A per-socket policy change racing a send can make

both sides observe the same old dst and each dst_release() it, dropping

the socket's single reference twice and freeing the xfrm_dst bundle while

it is still referenced:

BUG: KASAN: slab-use-after-free in dst_release

Write of size 4 at addr ffff88801897b6c0 by task exploit/155

Call Trace:

...

dst_release (... ./include/linux/rcuref.h:109)

xfrm_user_p

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

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

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

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

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