← Voltar à pesquisa de CVEs

CVE-2026-72227

Linux kernel

Descrição

In the Linux kernel, the following vulnerability has been resolved: batman-adv: mcast: avoid OOB read of num_dests header Before the access to struct batadv_tvlv_mcast_tracker-s num_dests, it is attempted to check whether enough space is actually in the network header. But instead of using offsetofend() to check for the whole size (2) which must be accessible, offsetof() of is called. The latter is always returning 0. The comparison with the network header length will always return that enough data is available - even when only 1 or 0 bytes are accessible. Instead of using offsetofend(), use the more common check for the whole header.

CVSS 8.1EPSS 0.331%Risco 0.83
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:A/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H