CVE-2026-53103
Gravedad CVSS v3.1:
MEDIA
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
24/06/2026
Última modificación:
21/07/2026
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
wifi: mt76: mt7925: fix potential deadlock in mt7925_roc_abort_sync<br />
<br />
roc_abort_sync() can deadlock with roc_work(). roc_work() holds<br />
dev->mt76.mutex, while cancel_work_sync() waits for roc_work()<br />
to finish. If the caller already owns the same mutex, both<br />
sides block and no progress is possible.<br />
<br />
This deadlock can occur during station removal when<br />
mt76_sta_state() -> mt76_sta_remove() -><br />
mt7925_mac_sta_remove_link() -> mt7925_mac_link_sta_remove() -><br />
mt7925_roc_abort_sync() invokes cancel_work_sync() while<br />
roc_work() is still running and holding dev->mt76.mutex.<br />
<br />
This avoids the mutex deadlock and preserves exactly-once<br />
work ownership.
Impacto
Puntuación base 3.x
5.50
Gravedad 3.x
MEDIA
Productos y versiones vulnerables
| CPE | Desde | Hasta |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.11.2 (incluyendo) | 6.18.33 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.19 (incluyendo) | 7.0.10 (excluyendo) |
Para consultar la lista completa de nombres de CPE con productos y versiones, ver esta página



