CVE-2026-43353
Gravedad CVSS v3.1:
ALTA
Tipo:
CWE-362
Ejecución concurrente utilizando recursos compartidos con una incorrecta sincronización (Condición de carrera)
Fecha de publicación:
08/05/2026
Última modificación:
15/05/2026
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
i3c: mipi-i3c-hci: Fix race in DMA ring dequeue<br />
<br />
The HCI DMA dequeue path (hci_dma_dequeue_xfer()) may be invoked for<br />
multiple transfers that timeout around the same time. However, the<br />
function is not serialized and can race with itself.<br />
<br />
When a timeout occurs, hci_dma_dequeue_xfer() stops the ring, processes<br />
incomplete transfers, and then restarts the ring. If another timeout<br />
triggers a parallel call into the same function, the two instances may<br />
interfere with each other - stopping or restarting the ring at unexpected<br />
times.<br />
<br />
Add a mutex so that hci_dma_dequeue_xfer() is serialized with respect to<br />
itself.
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:*:*:*:*:*:*:*:* | 5.11 (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



