CVE-2026-74705
Received Received - Intake

UDP Tunnel Segmentation Use-After-Free in Linux Kernel

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

Publication date: 2026-08-22

Last updated on: 2026-08-25

Assigner: kernel.org

Description

In the Linux kernel, the following vulnerability has been resolved: udp: fix potential use-after-free in tunnel segmentation __skb_udp_tunnel_segment() gets the UDP header before ensuring the tunnel header is in the skb head. If the pull reallocates skb->head, the saved UDP header pointer is no longer valid. Get the UDP header after the pull to avoid a potential use-after-free.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-22
Last Modified
2026-08-25
Generated
2026-09-12
AI Q&A
2026-08-22
EPSS Evaluated
2026-09-10
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 use-after-free vulnerability in the Linux kernel's UDP tunnel segmentation code. The function __skb_udp_tunnel_segment() retrieves the UDP header before checking if the tunnel header is in the correct memory location. If the memory needs to be reallocated, the saved UDP header pointer becomes invalid, potentially leading to memory corruption or crashes.

Detection Guidance

This vulnerability is specific to the Linux kernel's UDP tunnel segmentation. Detection requires checking if your kernel version includes the vulnerable code path. Use commands like 'uname -a' to check your kernel version and compare it against patched versions. Monitor kernel logs for segmentation faults or crashes in network-related processes.

Impact Analysis

This vulnerability could cause system instability, crashes, or unexpected behavior in Linux systems using UDP tunnels. Attackers might exploit it to execute arbitrary code, escalate privileges, or cause denial-of-service conditions on affected systems.

Compliance Impact

This vulnerability is a use-after-free issue in the Linux kernel's UDP tunnel segmentation. It does not directly relate to data privacy or security controls required by standards like GDPR or HIPAA. Compliance impact would depend on whether this flaw could be exploited to access or manipulate sensitive data, but no evidence suggests such a connection.

Mitigation Strategies

Immediately update your Linux kernel to the latest stable version that includes the fix for this vulnerability. If updating is not immediately possible, consider disabling UDP tunnel segmentation features if they are not critical to your operations.

Chat Assistant

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

EPSS Chart