net: tun: bound receive headroom
41Vexday Risk Score
Sem sinal de exploração. Ela tem prova de conceito pública.
ssvc Attendcvss 7.8epss 0.2%
da publicação à arma8 dias
Publicada no NVD11 de set.
1ª PoC+8d
probabilidade de exploração
0.2%top 94% das CVEs
exploração observada
nãonenhuma fonte reporta
2 exploit(s) público(s)
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.
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Produtos afetados
Linux · LinuxPoCs públicas encontradas — 2
githubgithub.com/0xBlackash/CVE-2026-81000★ 0githubgithub.com/HORKimhab/CVE-2026-81000★ 0⚠ Recursos públicos, para você avaliar a exposição de sistemas que controla ou está autorizado a testar. Teste apenas com autorização.
Referências
https://git.kernel.org/stable/c/010eee265d6bd8769b6a523d2a0693d9b3f5df43https://git.kernel.org/stable/c/0ada54ea63e48b9c1608e917ccb7dfadbe86db28https://git.kernel.org/stable/c/18ef24cdb2eba32e38f1d27f2d02b7b4212e8f76https://git.kernel.org/stable/c/379d85c7f25f3e05a428225e6b8a65613c6e9b9dhttps://git.kernel.org/stable/c/447c9303942c439a117d9b76ce6d6e2116b38ee7https://git.kernel.org/stable/c/708e87937de93f445225c134a2e20519f9b4ce60https://git.kernel.org/stable/c/ad715e713610d2d5473c3a6498c825ccecf26491https://git.kernel.org/stable/c/e098d9cc8859614a7f7baebc96e32a5a16b18ed2