CVE-2026-80664

Linux · Kernel

A NULL pointer dereference vulnerability exists in the Linux kernel netfilter component, specifically within the xt_nat SNAT and DNAT target handlers, potentially allowing local privilege escalation.

Executive summary

A vulnerability in the Linux kernel netfilter subsystem may allow a local attacker to trigger a system crash or potentially achieve privilege escalation.

Vulnerability

The vulnerability resides in the xt_nat module, which fails to correctly validate IP-family conntrack states when instantiated via nft_compat. An attacker with local access can exploit this by crafting specific network rules to trigger a NULL pointer dereference, leading to a system crash or potential code execution in the context of the kernel.

Business impact

Successful exploitation allows a local user to cause a denial of service by crashing the kernel, which results in system downtime and potential data loss. Given the CVSS score of 7.3, the impact on system integrity and availability is significant, particularly in multi-user environments or containerized infrastructures where local access may be granted to non-privileged users.

Remediation

Immediate Action: Apply the latest kernel security updates provided by your distribution vendor, ensuring the kernel is updated to at least version 5.10.261, 5.15.212, 6.1.178, or 6.6.145.

Proactive Monitoring: Review system logs for kernel oops or crash dumps that may indicate an attempted exploitation of the netfilter subsystem.

Compensating Controls: Restrict access to network configuration capabilities, such as the ability to load nftables or bridge-family rules, for non-privileged users to limit the attack surface.

Exploitation status

Public Exploit Available: Unknown

Analyst recommendation

Although this vulnerability requires local access, the potential for kernel-level impact warrants prompt attention. Administrators should prioritize patching the Linux kernel across all affected systems to prevent potential exploitation and maintain system stability.

More Linux CVEs

Sources