CVE-2026-81000
Reported by Linux · Published September 11, 2026
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.
EPSS 0.16% · 6.0th percentile
Risk Scores
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | eaea34b23c46bf17b4a5638be69ab3561854f34b, eaea34b23c46bf17b4a5638be69ab3561854f34b, eaea34b23c46bf17b4a5638be69ab3561854f34b |
| Linux | Linux | 4.6, 0, 5.10.270 |
| linux | linux_kernel | 4.6, 4.6, 4.6 |
| Linux | Linux | eaea34b23c46bf17b4a5638be69ab3561854f34b, eaea34b23c46bf17b4a5638be69ab3561854f34b, eaea34b23c46bf17b4a5638be69ab3561854f34b |
Timeline
- Sep 11, 2026 CVE Published
- Sep 12, 2026 EPSS Score
- Sep 12, 2026 Coalition ESS Score
- Sep 13, 2026 EPSS Score
- Sep 14, 2026 CVE Updated
- Sep 15, 2026 EPSS Score