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

In the Linux kernel, the following vulnerability has been resolved: vxlan: re-fetch eth header after route_shortcircuit() Before route_shortcircuit(), the eth header pointer is cached from eth_hdr(skb). Inside route_shortcircuit(), pskb_may_pull() can be called, which may reallocate skb->head. In this case, returning to vxlan_xmit() leaves the cached eth pointer pointing to freed memory, leading to a use-after-free when dereferencing eth->h_dest. Fix this by updating eth = eth_hdr(skb) after calling route_shortcircuit().

INFO

Published Date :

Aug. 28, 2026, 8:16 a.m.

Last Modified :

Aug. 28, 2026, 8:16 a.m.

Remotely Exploit :

No

Source :

416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Products

The following products are affected by CVE-2026-80681 vulnerability. Even if cvefeed.io is aware of the exact versions of the products that are affected, the information is not represented in the table below.

No affected product recoded yet

Solution
Update Ethernet header pointer after route_shortcircuit call to prevent use-after-free.
  • Update eth = eth_hdr(skb) after route_shortcircuit.
  • Re-fetch the Ethernet header pointer.
  • Apply the kernel patch for vxlan.
CWE - Common Weakness Enumeration

While CVE identifies specific instances of vulnerabilities, CWE categorizes the common flaws or weaknesses that can lead to vulnerabilities. CVE-2026-80681 is associated with the following CWEs:

Common Attack Pattern Enumeration and Classification (CAPEC)

Common Attack Pattern Enumeration and Classification (CAPEC) stores attack patterns, which are descriptions of the common attributes and approaches employed by adversaries to exploit the CVE-2026-80681 weaknesses.

We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).

Results are limited to the first 15 repositories due to potential performance issues.

The following list is the news that have been mention CVE-2026-80681 vulnerability anywhere in the article.

The following table lists the changes that have been made to the CVE-2026-80681 vulnerability over time.

Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability's severity, exploitability, or other characteristics.

  • New CVE Received by 416baaa9-dc9f-4396-8d5f-8c081fb06d67

    Aug. 28, 2026

    Action Type Old Value New Value
    Added Description In the Linux kernel, the following vulnerability has been resolved: vxlan: re-fetch eth header after route_shortcircuit() Before route_shortcircuit(), the eth header pointer is cached from eth_hdr(skb). Inside route_shortcircuit(), pskb_may_pull() can be called, which may reallocate skb->head. In this case, returning to vxlan_xmit() leaves the cached eth pointer pointing to freed memory, leading to a use-after-free when dereferencing eth->h_dest. Fix this by updating eth = eth_hdr(skb) after calling route_shortcircuit().
    Added Affected New affected value received. <a href="https://github.com/CVEProject/cvelistV5/blob/main/cves/2026/80xxx/CVE-2026-80681.json">CVE-2026-80681</a>
    Added Reference https://git.kernel.org/stable/c/1235e017aa11cf01e91b613c4c5ed6aa28934fff
    Added Reference https://git.kernel.org/stable/c/1395a676ec15a0a02a2a6d86602324f2d5fd41d5
    Added Reference https://git.kernel.org/stable/c/1511631b7cfc4152b10a0a9d04c7a0bf2ddf4585
    Added Reference https://git.kernel.org/stable/c/1b7f7b653e3557690047c62f03b80a24ea5a58a5
    Added Reference https://git.kernel.org/stable/c/2355c8c26d2aa1b4385b369e67202e47d460d555
    Added Reference https://git.kernel.org/stable/c/6375093eb45cd7d89f1945f939eeae3b29d79f56
    Added Reference https://git.kernel.org/stable/c/bf045341dfb3e767f0ff94cf240ce3c371973bd4
    Added Reference https://git.kernel.org/stable/c/c9dceac9e1c7c772c43c732fc0d325e72835801a
EPSS is a daily estimate of the probability of exploitation activity being observed over the next 30 days. Following chart shows the EPSS score history of the vulnerability.