NONE · 0

CVE-2026-74705

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...

Vulnerability 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.

References

FAQ

What is CVE-2026-74705?

CVE-2026-74705 is a documented vulnerability. 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...

How severe is CVE-2026-74705?

CVSS scoring is not yet available for CVE-2026-74705. Check NVD for updates.

Is there a patch for CVE-2026-74705?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.