CVE-2026-43461
Gravedad CVSS v3.1:
ALTA
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
08/05/2026
Última modificación:
20/05/2026
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
spi: amlogic: spifc-a4: Fix DMA mapping error handling<br />
<br />
Fix three bugs in aml_sfc_dma_buffer_setup() error paths:<br />
1. Unnecessary goto: When the first DMA mapping (sfc->daddr) fails,<br />
nothing needs cleanup. Use direct return instead of goto.<br />
2. Double-unmap bug: When info DMA mapping failed, the code would<br />
unmap sfc->daddr inline, then fall through to out_map_data which<br />
would unmap it again, causing a double-unmap.<br />
3. Wrong unmap size: The out_map_info label used datalen instead of<br />
infolen when unmapping sfc->iaddr, which could lead to incorrect<br />
DMA sync behavior.
Impacto
Puntuación base 3.x
7.80
Gravedad 3.x
ALTA
Productos y versiones vulnerables
| CPE | Desde | Hasta |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.18 (incluyendo) | 6.18.19 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.19 (incluyendo) | 6.19.9 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:7.0:rc1:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.0:rc2:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.0:rc3:*:*:*:*:*:* |
Para consultar la lista completa de nombres de CPE con productos y versiones, ver esta página



