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

CVE-2026-53171

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

Descripción

*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> accel/ethosu: fix arithmetic issues in dma_length()<br /> <br /> dma_length() derives DMA region usage from command stream values and<br /> updates region_size[]:<br /> <br /> len = ((len + stride[0]) * size0 + stride[1]) * size1<br /> region_size[region] = max(..., len + dma-&gt;offset)<br /> <br /> Several arithmetic issues can corrupt the derived region size:<br /> <br /> - signed stride values may underflow when added to len<br /> - intermediate multiplications may overflow<br /> - len + dma-&gt;offset may overflow during region_size updates<br /> - dma_length() error returns were not validated by the caller<br /> <br /> region_size[] is later used by ethosu_job.c to validate command stream<br /> accesses against GEM buffer sizes. Arithmetic wraparound can therefore<br /> under-report region usage and bypass the bounds validation.<br /> <br /> Fix by validating signed additions, using overflow helpers for<br /> multiplications and offset updates, and propagating dma_length()<br /> failures to the caller.

Productos y versiones vulnerables

CPE Desde Hasta
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 6.19 (incluyendo) 7.0.13 (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:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.1:rc5:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.1:rc6:*:*:*:*:*:*