← Voltar à pesquisa de CVEs

CVE-2026-72226

Linux kernel

Descrição

In the Linux kernel, the following vulnerability has been resolved: batman-adv: tt: prevent TVLV OOB check overflow A TT unicast TVLV contains the number of VLANs stored in it. This number is an u16 and gets multiplied by the size of the struct batadv_tvlv_tt_vlan_data (8 bytes). The size can therefore overflow the u16 used to store the tt_vlan_len. All additional safety checks to prevent out-of-bounds access of the TVLV buffer are invalid due to this overflow. Using size_t prevents this overflow and ensures that the safety checks compare against the actual buffer requirements.

CVSS 9.8EPSS 0.7040000000000001%Risco 1.04
Ver fonte
Publicação
2026-08-15 06:21:49
Versões afetadas
unknown
Tipo
Kernel
Última alteração
2026-08-17 06:18:23
Vetor
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H