CVE-2026-81000

CVE Details

Release Date:2026-09-11
Impact:Important What is this?

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.

See more information about CVE-2026-81000 from MITRE CVE dictionary and NIST NVD


NOTE: The following CVSS metrics and score provided are preliminary and subject to review.


CVSS v3 metrics

Base Score: 7.8
Vector String: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Version: 3.1
Attack Vector: Local
Attack Complexity: Low
Privileges Required: Low
User Interaction: None
Scope: Unchanged
Confidentiality Impact: High
Integrity Impact: High
Availability Impact: High

Errata information


PlatformErrataRelease Date
Oracle Linux version 10 (kernel-uek) ELSA-2026-5003282026-09-17
Oracle Linux version 7 (kernel-uek) ELSA-2026-5003302026-09-17
Oracle Linux version 8 (kernel-uek) ELSA-2026-5003292026-09-17
Oracle Linux version 8 (kernel-uek) ELSA-2026-5003302026-09-17
Oracle Linux version 9 (kernel-uek) ELSA-2026-5003282026-09-17
Oracle Linux version 9 (kernel-uek) ELSA-2026-5003292026-09-17


This page is generated automatically and has not been checked for errors or omissions. For clarification or corrections:

software.hardware.complete