CVE-2026-80681
Last modified
CVE-2026-80681 is a critical-severity vulnerability rated 9.8/10 on the CVSS scale. 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().. EPSS estimates a 0.18% chance of exploitation in the next 30 days.
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().
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= ae8840825605f36f98f247323edc150e761cb64e, < 6375093eb45cd7d89f1945f939eeae3b29d79f56; >= ae8840825605f36f98f247323edc150e761cb64e, < 1b7f7b653e3557690047c62f03b80a24ea5a58a5; >= ae8840825605f36f98f247323edc150e761cb64e, < bf045341dfb3e767f0ff94cf240ce3c371973bd4; >= ae8840825605f36f98f247323edc150e761cb64e, < 2355c8c26d2aa1b4385b369e67202e47d460d555; >= ae8840825605f36f98f247323edc150e761cb64e, < 1511631b7cfc4152b10a0a9d04c7a0bf2ddf4585; >= ae8840825605f36f98f247323edc150e761cb64e, < 1235e017aa11cf01e91b613c4c5ed6aa28934fff; >= ae8840825605f36f98f247323edc150e761cb64e, < c9dceac9e1c7c772c43c732fc0d325e72835801a; >= ae8840825605f36f98f247323edc150e761cb64e, < 1395a676ec15a0a02a2a6d86602324f2d5fd41d5 |
| Linux | Linux | 3.10 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-80681?
How severe is CVE-2026-80681?
How do I fix CVE-2026-80681?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-80675In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-80676In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80677In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-80678In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-80679In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80680In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-80682In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-80683In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-80684In the Linux kernel, the following vulnerability has been re…9.3
- CVE-2026-80685In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-80686In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80687In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-80681?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
