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->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->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.
Impacto
Puntuación base 3.x
8.80
Gravedad 3.x
ALTA
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:*:*:*:*:*:* |
Para consultar la lista completa de nombres de CPE con productos y versiones, ver esta página



