CVE-2026-74406

Linux · Kernel

A null pointer dereference vulnerability exists in the Linux kernel vxlan implementation within the vxlan_gro_prepare_receive function, potentially allowing for system crashes or code execution.

Executive summary

A critical null pointer dereference vulnerability in the Linux kernel vxlan subsystem poses a significant risk of system instability and potential remote code execution.

Vulnerability

The vulnerability is a null pointer dereference occurring during the vxlan_gro_prepare_receive process. Because the udp_tunnel_sock_release function can set sk_user_data to NULL while the receiving function is active, an unauthenticated attacker could trigger a kernel panic or potentially execute arbitrary code.

Business impact

The flaw is rated with a CVSS score of 9.8, reflecting its severity as a high-impact, easily exploitable network-based vulnerability. A successful exploit could lead to complete system compromise, unauthorized access to sensitive data, or total denial of service, significantly impacting business continuity and data integrity.

Remediation

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

Proactive Monitoring: Monitor system logs for kernel oops, panic messages, or unexpected segmentation faults that may indicate an exploitation attempt.

Compensating Controls: If immediate patching is not possible, restrict VXLAN traffic at the network perimeter to trusted sources to reduce the attack surface.

Exploitation status

Public Exploit Available: Unknown

Analyst recommendation

Given the critical nature of this kernel-level vulnerability and the potential for remote exploitation, organizations should prioritize patching their Linux environments immediately. Apply the provided kernel updates through your standard patch management process to ensure system stability and security against this defect.

More Linux CVEs

Sources