Instituto Nacional de ciberseguridad. Sección Incibe
Instituto Nacional de Ciberseguridad. Sección INCIBE-CERT

CVE-2026-52934

Gravedad CVSS v3.1:
ALTA
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
24/06/2026
Última modificación:
08/07/2026

Descripción

*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> batman-adv: tvlv: reject oversized TVLV packets<br /> <br /> batadv_tvlv_container_ogm_append() builds a TVLV packet section from<br /> the tvlv.container_list. The total size of this section is computed by<br /> batadv_tvlv_container_list_size(), which sums the sizes of all registered<br /> containers.<br /> <br /> The return type and accumulator in batadv_tvlv_container_list_size() were<br /> u16. If the accumulated size exceeds U16_MAX, the value wraps around,<br /> causing the subsequent allocation in batadv_tvlv_container_ogm_append()<br /> to be undersized. The memcpy-style copy that follows would then write<br /> beyond the end of the allocated buffer, corrupting kernel memory.<br /> <br /> Fix this by widening the return type of batadv_tvlv_container_list_size()<br /> to size_t. In batadv_tvlv_container_ogm_append(), check the computed length<br /> against U16_MAX before proceeding, and bail out as if the allocation had<br /> failed when the limit is exceeded.

Productos y versiones vulnerables

CPE Desde Hasta
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 3.13 (incluyendo) 5.10.259 (excluyendo)
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 5.11 (incluyendo) 5.15.210 (excluyendo)
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 5.16 (incluyendo) 6.1.176 (excluyendo)
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 6.2 (incluyendo) 6.6.143 (excluyendo)
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 6.7 (incluyendo) 6.12.93 (excluyendo)
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 6.13 (incluyendo) 6.18.34 (excluyendo)
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 6.19 (incluyendo) 7.0.11 (excluyendo)
cpe:2.3:o:linux:linux_kernel:7.1:rc1:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.1:rc2:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.1:rc3:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.1:rc4:*:*:*:*:*:*