Security Advisory

CVE-2026-74705

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2026-08-22 15:33:04
Last updated 2026-08-22 15:33:04
Assigner Linux
CVSS score not scored
State PUBLISHED

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.