Use-after-free in Linux kernel - CVE-2026-64452

 

Use-after-free in Linux kernel - CVE-2026-64452

Published: July 27, 2026


Vulnerability identifier: #VU139482
CSH Severity: Medium
CVSS v4: 8.7 [CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N]
CVE-ID: CVE-2026-64452
CWE-ID: CWE-416
Exploitation vector: Remote access
Exploit availability: No public exploit available

Vulnerability details

The vulnerability allows a remote attacker to cause a denial of service.

The vulnerability exists due to a use-after-free in lowpan_nhc_do_uncompression() when processing a malformed 6LoWPAN packet on an error path. A remote attacker can send a specially crafted packet to cause a denial of service.

The issue is caused by a race condition involving descriptor unregistration and access to nhc->name outside the protection of lowpan_nhc_lock, and it can be reached through the Bluetooth 6LoWPAN L2CAP receive path.


Affected software

Linux kernel

How to mitigate CVE-2026-64452

Install security update from vendor's repository.

Linux kernel - update to 7.0 rc3

External References

Related Security Bulletins