CVE-2026-74406
Received Received - Intake

Null Pointer Dereference in Linux Kernel VXLAN Module

Vulnerability report for CVE-2026-74406, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-15

Last updated on: 2026-08-17

Assigner: kernel.org

Description

In the Linux kernel, the following vulnerability has been resolved: vxlan: Fix potential null-ptr-deref in vxlan_gro_prepare_receive(). udp_tunnel_sock_release() could set sk->sk_user_data to NULL while vxlan_gro_prepare_receive() is running. Let's check if rcu_dereference_sk_user_data() is NULL after skb_gro_remcsum_init().

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-15
Last Modified
2026-08-17
Generated
2026-09-04
AI Q&A
2026-08-15
EPSS Evaluated
2026-09-03
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is a null-pointer dereference vulnerability in the Linux kernel's VXLAN module. It occurs when udp_tunnel_sock_release() sets sk->sk_user_data to NULL while vxlan_gro_prepare_receive() is running. The issue involves checking if rcu_dereference_sk_user_data() is NULL after skb_gro_remcsum_init().

Detection Guidance

This vulnerability involves a null pointer dereference in the Linux kernel's VXLAN module. Detection requires checking kernel logs for crashes or errors related to vxlan_gro_prepare_receive() or udp_tunnel_sock_release(). Use commands like dmesg | grep -i vxlan or journalctl -k | grep -i vxlan to inspect kernel logs for related errors.

Impact Analysis

This could lead to kernel crashes or system instability if exploited. Attackers might trigger the null-pointer dereference to cause denial-of-service conditions on affected systems running vulnerable Linux kernels.

Compliance Impact

This vulnerability is a null-pointer dereference issue in the Linux kernel's VXLAN module, which could lead to kernel crashes or instability. It does not directly affect data confidentiality, integrity, or access controls, which are the primary concerns for GDPR and HIPAA compliance. However, system crashes could indirectly impact compliance by disrupting data processing or availability.

Mitigation Strategies

Apply the latest kernel security patches from your Linux distribution to resolve this issue. If immediate patching is not possible, consider disabling VXLAN traffic temporarily or restricting VXLAN usage until the patch is applied.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-74406. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart