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().
Published: 2026-08-15
Score: 9.8 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Linux kernel contains a null pointer dereference in the function vxlan_gro_prepare_receive. When udp_tunnel_sock_release clears sk->sk_user_data while vxlan_gro_prepare_receive is active, the kernel may attempt to dereference a NULL pointer, causing a crash. This vulnerability leads to a loss of availability on the affected host, potentially interrupting services that depend on the kernel’s networking stack.

Affected Systems

All Linux kernel builds prior to the application of the fix are susceptible. The vendor name listed is Linux, and the CPE indicates the generic Linux kernel. No specific package versions are provided in the CNA data, so any kernel release lacking the patch is considered affected.

Risk and Exploitability

The CVSS score of 9.8 indicates critical severity. The EPSS score is <1%, suggesting a low probability of exploitation, but the criticality warrants attention. The vulnerability is not listed in the CISA KEV catalog. Based on the description, the likely attack vector is through crafted VXLAN packets passed over a UDP tunnel. The attack may require privileged or compromised network access to inject traffic into the VXLAN interface, but no exploitation proof is documented in the CVE references.

Generated by OpenCVE AI on August 22, 2026 at 01:52 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest Linux kernel update that contains the patch for vxlan_gro_prepare_receive.
  • If a kernel upgrade cannot be performed immediately, restrict or block VXLAN UDP traffic (port 4789) using firewall rules to prevent crafted packets from reaching the network stack.
  • Alternatively, reboot the affected host to clear any in-flight udp_tunnel references, then reapply network configuration before resuming operations.

Generated by OpenCVE AI on August 22, 2026 at 01:52 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 22 Aug 2026 00:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416
CWE-667

Wed, 19 Aug 2026 12:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-476
References
Metrics threat_severity

None

threat_severity

Moderate


Mon, 17 Aug 2026 14:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416
CWE-667

Mon, 17 Aug 2026 12:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-476

Mon, 17 Aug 2026 06:00:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 9.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'}


Sat, 15 Aug 2026 13:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-476

Sat, 15 Aug 2026 06:15:00 +0000

Type Values Removed Values Added
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().
Title vxlan: Fix potential null-ptr-deref in vxlan_gro_prepare_receive().
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-08-17T05:46:49.365Z

Reserved: 2026-08-15T05:44:03.892Z

Link: CVE-2026-74406

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-15T06:22:42.633

Modified: 2026-08-17T06:19:35.850

Link: CVE-2026-74406

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-15T00:00:00Z

Links: CVE-2026-74406 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-22T02:00:17Z

Weaknesses