CVE-2026-63979

9.8

Linux · Kernel

A race condition in the Linux kernel net/handshake component allows unauthenticated attackers to trigger a use-after-free or null pointer dereference, potentially leading to arbitrary code execution.

Executive summary

A critical use-after-free vulnerability in the Linux kernel net/handshake subsystem poses a significant risk of remote code execution or system instability.

Vulnerability

The vulnerability exists due to an unsafe race condition in the handshake request handling logic where a pinned file reference is dropped before the accept process completes. An unauthenticated attacker can trigger this flaw by initiating specific handshake operations that cause the kernel to access freed memory or a null pointer during socket cleanup.

Business impact

The CVSS score of 9.8 reflects the extreme severity of this vulnerability, as it allows for unauthenticated remote exploitation. Successful exploitation could lead to full system compromise, data theft, or complete service disruption, necessitating an immediate response from all infrastructure teams managing Linux-based environments.

Remediation

Immediate Action: Update the Linux kernel to version 6.18.44, 7.0.12, or a later stable release where the fix has been backported.

Proactive Monitoring: Monitor system logs for kernel panic events or unexpected segmentation faults that may indicate failed exploitation attempts in the network stack.

Compensating Controls: Implement network-level ingress filtering to limit access to services utilizing the affected kernel handshake functionality, thereby reducing the attack surface for remote threats.

Exploitation status

Public Exploit Available: Unknown

Analyst recommendation

Given the critical nature of this kernel vulnerability and the high CVSS score, organizations must prioritize patching their Linux environments immediately. The complexity of the race condition requires a kernel-level fix; therefore, administrative teams should schedule maintenance windows to apply the upstream-provided updates as soon as they are available through their respective distribution vendors.

More Linux CVEs

Sources