CVE-2026-74705: udp: fix potential use-after-free in tunnel segmentation

Published Aug 22, 2026
·
Updated

In the Linux kernel, the following vulnerability has been resolved:

udp: fix potential use-after-free in tunnel segmentation

skbudptunnelsegment() 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.

Affected Software

1 affected component
Linux Kernel

Event History

Aug 22, 2026
CVE Published
via MITRE·03:33 PM
Data Sourced
via MITRE·03:33 PM
Description
Data Sourced
via NVD·04:16 PM
Description

Frequently Asked Questions

1

What traffic path is affected?

The issue is in UDP tunnel segmentation, specifically in __skb_udp_tunnel_segment(). Systems that do not use this kernel path are not indicated as affected by the provided information.

2

What triggers the invalid pointer condition?

The condition can occur when the tunnel header must be pulled into the skb head and that pull reallocates skb->head. A UDP header pointer obtained before that reallocation can then become invalid.

3

What does the fix change?

The fix retrieves the UDP header only after ensuring the tunnel header is in the skb head. This prevents use of a stale UDP header pointer after a possible skb head reallocation.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203