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

 

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

Published: August 6, 2026


Vulnerability identifier: #VU141035
CSH Severity: Low
CVSS v4: 5.6 [CVSS:4.0/AV:L/AC:L/AT:P/PR:H/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N]
CVE-ID: CVE-2026-64572
CWE-ID: CWE-416
Exploitation vector: Local access
Exploit availability: No public exploit available

Vulnerability details

The vulnerability allows a local privileged user to cause a denial of service.

The vulnerability exists due to a use-after-free in fib_table_lookup() and the IPv4 FIB alias list handling in fib_trie.c when processing concurrent route insertion failure and lookup operations. A local privileged user can trigger a route insertion error path and perform a concurrent lookup to cause a denial of service.

Exploitation requires CAP_NET_ADMIN and a registered FIB notifier that can reject a route, such as when an IPv4 FIB resource is exhausted on a netdevsim device.


Affected software

Linux kernel

How to mitigate CVE-2026-64572

Install security update from vendor's repository.

Linux kernel - update to 7.0 rc3

External References

Related Security Bulletins