CVE-2026-80681: vxlan: re-fetch eth header after route_shortcircuit()

Published Aug 28, 2026
·
Updated

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

vxlan: re-fetch eth header after routeshortcircuit()

Before routeshortcircuit(), the eth header pointer is cached from ethhdr(skb).

Inside routeshortcircuit(), pskbmaypull() can be called, which may reallocate skb->head.

In this case, returning to vxlanxmit() leaves the cached eth pointer pointing to freed memory, leading to a use-after-free when dereferencing eth->hdest.

Fix this by updating eth = ethhdr(skb) after calling routeshortcircuit().

Affected Software

1 affected component
Linux Linux kernel

Event History

Aug 28, 2026
CVE Published
via MITRE·06:52 AM
Data Sourced
via MITRE·06:52 AM
Description

Frequently Asked Questions

1

Which systems are exposed to this issue?

Systems running the Linux kernel with VXLAN traffic that reaches the affected vxlan_xmit() path are exposed. The issue is in VXLAN transmit handling, not a general use-after-free affecting all network traffic.

2

What condition triggers the use-after-free?

The condition requires route_shortcircuit() to call pskb_may_pull(), which can reallocate skb->head. After that reallocation, vxlan_xmit() may dereference a cached Ethernet-header pointer that refers to freed memory.

3

How can the issue be mitigated if an updated kernel cannot be deployed immediately?

The provided information supports limiting exposure by avoiding VXLAN use or VXLAN traffic that reaches the affected transmit path. The described fix is to re-fetch the Ethernet header after route_shortcircuit() returns.

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