CVE-2026-53100
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: fix deadlock in remain-on-channel<br />
<br />
mt76_remain_on_channel() and mt76_roc_complete() call mt76_set_channel()<br />
while already holding dev->mutex. Since mt76_set_channel() also acquires<br />
dev->mutex, this results in a deadlock.<br />
<br />
Use __mt76_set_channel() instead of mt76_set_channel().<br />
Add cancel_delayed_work_sync() for mac_work before acquiring the mutex<br />
in mt76_remain_on_channel() to prevent a secondary deadlock with the<br />
mac_work workqueue.
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.14 (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



