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

7.1 · HIGH
Published Jul 25, 2026 EPSS 0.22% (12th pctl)

Overview

CVE-2026-64452 is a high-severity vulnerability. It was published on July 25, 2026 and has a CVSS 3.1 base score of 7.1 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.1, rated HIGH. It requires local or adjacent network access to exploit. No authentication or special privileges are required for exploitation.

Technical Description

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

6lowpan: fix NHC entry use-after-free on error path

lowpan_nhc_do_uncompression() looks up an NHC descriptor while holding

lowpan_nhc_lock. If the descriptor has no uncompress callback, the error

path drops the lock before printing nhc->name.

lowpan_nhc_del() removes descriptors under the same lock and then relies

on synchronize_net() before the owning module can be unloaded. That only

waits for net RX RCU readers. lowpan_header_decompress() is also exported

and can be reached from callers that are not necessarily covered by the net

core RX critical section, for example the Bluetooth 6LoWPAN L2CAP receive

path.

This leaves a race where one task drops lowpan_nhc_lock in the error path,

another task unregisters and frees the matching descriptor after

synchronize_net() returns, and the first task then dereferences nhc->name

for the warning.

With the post-unlock window widened, KASAN reports:

BUG: KASAN: slab-us

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

CVE-2026-64452 is a high-severity vulnerability. It was published on July 25, 2026 and has a CVSS 3.1 base score of 7.1 (HIGH).

How severe is CVE-2026-64452?

This vulnerability has a CVSS 3.1 base score of 7.1, rated HIGH. It requires local or adjacent network access to exploit. No authentication or special privileges are required for exploitation.

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

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

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