CVE-2026-80668

9.8

Linux · Kernel

A race condition in the Linux kernel netfilter subsystem allows for potential memory corruption due to improper management of expectation timers and garbage collection.

Executive summary

A critical race condition vulnerability in the Linux kernel netfilter subsystem could allow an unauthenticated attacker to achieve remote code execution, denial of service, or unauthorized data access.

Vulnerability

The vulnerability exists in the nf_conntrack_expect component, where a race condition occurs between the timer API and the garbage collection worker. This flaw allows an unauthenticated attacker to trigger a stale pointer access, potentially leading to system instability or arbitrary code execution.

Business impact

Successful exploitation of this vulnerability poses a severe risk to infrastructure stability and data confidentiality. Given the CVSS score of 9.8, the vulnerability is classified as critical, as it allows for full compromise of the affected system without requiring authentication or user interaction. Potential impacts include total system failure, unauthorized access to sensitive kernel memory, and complete loss of control over the affected host.

Remediation

Immediate Action: Update the Linux kernel to version 7.1.5 or later, or apply the upstream fixes referenced in the kernel stable git repositories (commits 7ec786f4230c2a9b2eaf97a2d45368933b49d2b2 or b8b09dc2bf35a00d4e0556b5d6308c7b917ebda2).

Proactive Monitoring: Monitor system logs for kernel panics, unexpected reboots, or suspicious netfilter-related activity that may indicate an exploitation attempt.

Compensating Controls: Restrict access to network services that utilize netfilter connection tracking if immediate patching is not feasible, though these measures are limited in effectiveness against kernel-level exploits.

Exploitation status

Public Exploit Available: No (exploit_available: false)

Analyst recommendation

The severity of this kernel-level flaw necessitates immediate attention from all system administrators and security operations teams. Prioritize the deployment of the provided kernel updates across all production environments to neutralize the risk of remote compromise. Failure to patch may leave systems vulnerable to catastrophic exploitation.

More Linux CVEs

Sources