CVE-2026-63993
Received Received - Intake

Linux Kernel VxLAN PMTU UAF Vulnerability

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

Publication date: 2026-07-19

Last updated on: 2026-07-19

Assigner: kernel.org

Description

In the Linux kernel, the following vulnerability has been resolved: vxlan: do not reuse cached ip_hdr() value after skb_tunnel_check_pmtu() skb_tunnel_check_pmtu() can change skb->head. Reusing old_iph afer skb_tunnel_check_pmtu() can cause an UAF. Use instead ip_hdr(skb) as done in drivers/net/bareudp.c and drivers/net/geneve.c. Found by Sashiko.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-19
Last Modified
2026-07-19
Generated
2026-07-20
AI Q&A
2026-07-19
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
linux kernel *
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 use-after-free (UAF) vulnerability in the Linux kernel's VXLAN implementation. It occurs when skb_tunnel_check_pmtu() modifies skb->head, but the code incorrectly reuses a cached ip_hdr() value afterward. This leads to accessing freed memory, causing potential crashes or arbitrary code execution.

Detection Guidance

This vulnerability is specific to the Linux kernel's VXLAN implementation and requires kernel-level detection. Check if your kernel version includes the vulnerable code path by examining the VXLAN module. Use commands like 'uname -a' to check kernel version and 'lsmod | grep vxlan' to verify VXLAN module loading. No direct network commands detect this issue.

Impact Analysis

If exploited, this vulnerability could allow an attacker to crash the system or execute arbitrary code with kernel privileges. This may lead to denial-of-service conditions or unauthorized access to sensitive data on systems using vulnerable Linux kernel versions.

Compliance Impact

This vulnerability is a use-after-free (UAF) issue in the Linux kernel's VXLAN implementation. It does not directly impact compliance with standards like GDPR or HIPAA, as those focus on data protection and privacy controls rather than kernel-level memory management flaws.

Mitigation Strategies

Update your Linux kernel to a patched version that resolves this issue. Monitor vendor advisories for kernel updates. If immediate patching isn't possible, disable VXLAN functionality temporarily as a workaround until the kernel is updated.

Chat Assistant

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

EPSS Chart