CVE-2026-81000
Last modified
CVE-2026-81000 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: net: tun: bound receive headroom tun_get_user() uses tun->align both as skb headroom and when choosing how much packet data to keep linear. OVS can propagate an oversized headroom request from another port to TUN or TAP. When align is larger than the usable space in a one-page skb head, SKB_MAX_HEAD(align) underflows and the result becomes negative when stored in good_linear. EPSS estimates a 0.16% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: net: tun: bound receive headroom tun_get_user() uses tun->align both as skb headroom and when choosing how much packet data to keep linear. OVS can propagate an oversized headroom request from another port to TUN or TAP. When align is larger than the usable space in a one-page skb head, SKB_MAX_HEAD(align) underflows and the result becomes negative when stored in good_linear. That value later wraps when assigned to the size_t linear variable, and tun_alloc_skb() can place skb->data outside the allocated head. Bound the headroom stored by TUN to the one-page skb-head budget and the largest non-sentinel 16-bit skb header offset. Leave one linear byte for raw TUN and a complete Ethernet header for TAP, including NET_IP_ALIGN. Also pull the raw-TUN protocol byte and the TAP Ethernet header before accessing them, so these checks remain safe for nonlinear skbs supplied by other allocation paths.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= eaea34b23c46bf17b4a5638be69ab3561854f34b, < ad715e713610d2d5473c3a6498c825ccecf26491; >= eaea34b23c46bf17b4a5638be69ab3561854f34b, < 708e87937de93f445225c134a2e20519f9b4ce60; >= eaea34b23c46bf17b4a5638be69ab3561854f34b, < 18ef24cdb2eba32e38f1d27f2d02b7b4212e8f76; >= eaea34b23c46bf17b4a5638be69ab3561854f34b, < 010eee265d6bd8769b6a523d2a0693d9b3f5df43; >= eaea34b23c46bf17b4a5638be69ab3561854f34b, < 379d85c7f25f3e05a428225e6b8a65613c6e9b9d; >= eaea34b23c46bf17b4a5638be69ab3561854f34b, < e098d9cc8859614a7f7baebc96e32a5a16b18ed2; >= eaea34b23c46bf17b4a5638be69ab3561854f34b, < 0ada54ea63e48b9c1608e917ccb7dfadbe86db28; >= eaea34b23c46bf17b4a5638be69ab3561854f34b, < 447c9303942c439a117d9b76ce6d6e2116b38ee7 |
| Linux | Linux | 4.6 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-81000?
How severe is CVE-2026-81000?
How do I fix CVE-2026-81000?
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-80995In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-80996In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80997In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-80998In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-80999In the Linux kernel, the following vulnerability has been re…
- CVE-2026-8100Impact A security issue has been identified in Chef 360 tha…8.6
- CVE-2026-81001In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-81002In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-81003In the Linux kernel, the following vulnerability has been re…8.1
- CVE-2026-81004In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-81005In the Linux kernel, the following vulnerability has been re…
- CVE-2026-81006In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-81000?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
