PT-2026-68080 · Linux · Linux Kernel
CVE-2026-64579
·
Published
2026-08-05
·
Updated
2026-08-09
None
No severity ratings or metrics are available. When they are, we'll update the corresponding info on the page.
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
An issue exists in the xfrm policy component where the
xfrm hash rebuild() function fails to correctly preallocate bins and chains for inexact policies. Due to an inverted guard, the function skips preallocation for policies where prefixlen is less than the threshold, forcing the reinsert process to use the xfrm policy inexact insert() path, which performs a GFP ATOMIC allocation. Under memory pressure, if this allocation fails, the system continues with a poisoned node. Subsequent rebuild attempts that call hlist del rcu() then dereference this poisoned node, leading to a general protection fault (GPF) and a kernel panic.Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Exploit
Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
Linux Kernel