CVE-2026-81000

Source
https://cve.org/CVERecord?id=CVE-2026-81000
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-81000.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-81000
Downstream
Published
2026-09-11T19:42:54Z
Modified
2026-09-13T03:47:17Z
Summary
net: tun: bound receive headroom
Details

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.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/81xxx/CVE-2026-81000.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
eaea34b23c46bf17b4a5638be69ab3561854f34b
Fixed
379d85c7f25f3e05a428225e6b8a65613c6e9b9d
Fixed
e098d9cc8859614a7f7baebc96e32a5a16b18ed2
Fixed
0ada54ea63e48b9c1608e917ccb7dfadbe86db28
Fixed
447c9303942c439a117d9b76ce6d6e2116b38ee7

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-81000.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
4.6.0
Fixed
6.12.109
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.50
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.4

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-81000.json"