CVE-2026-72451

Linux · Kernel

A race condition in the Linux kernel xfrm state cache insertion allows for the potential insertion of dead states, which may lead to memory corruption or system instability.

Executive summary

A critical race condition vulnerability exists in the Linux kernel xfrm subsystem, which may allow an unauthenticated attacker to trigger system instability or potential code execution.

Vulnerability

The vulnerability is a race condition (CWE-362) located within the xfrm input state cache insertion logic. Because the validity check for the state occurs outside of the global xfrm_state_lock, an attacker can trigger a race that inserts a dead state into the cache, with the CVSS vector indicating that this is exploitable by an unauthenticated remote attacker.

Business impact

The CVSS score of 9.8 reflects the high severity of this flaw, as it permits remote, unauthenticated exploitation with low attack complexity. Successful exploitation could lead to full system compromise, including unauthorized data access, integrity loss, or denial of service, posing a severe risk to infrastructure availability and data security.

Remediation

Immediate Action: Update the Linux kernel to version 6.12.97, 6.18.40, 7.1.5, or a later stable release provided by your distribution vendor.

Proactive Monitoring: Monitor system logs for kernel panics or unexpected crashes associated with network traffic processing, as these may indicate attempted exploitation of the xfrm subsystem.

Compensating Controls: While no direct virtual patch exists, implement strict network segmentation and firewall rules to limit exposure of the affected server to untrusted network traffic until the kernel patch is applied.

Exploitation status

Public Exploit Available: No (unknown)

Analyst recommendation

Given the critical nature of this vulnerability and the potential for remote execution, administrators must prioritize patching the Linux kernel across all affected environments. Apply the recommended kernel updates immediately to eliminate the underlying race condition and ensure system stability.

More Linux CVEs

Sources