CVE-2026-46069
Gravedad CVSS v3.1:
ALTA
Tipo:
CWE-416
Utilización después de liberación
Fecha de publicación:
27/05/2026
Última modificación:
24/06/2026
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
wifi: mwifiex: fix use-after-free in mwifiex_adapter_cleanup()<br />
<br />
The mwifiex_adapter_cleanup() function uses timer_delete()<br />
(non-synchronous) for the wakeup_timer before the adapter structure is<br />
freed. This is incorrect because timer_delete() does not wait for any<br />
running timer callback to complete.<br />
<br />
If the wakeup_timer callback (wakeup_timer_fn) is executing when<br />
mwifiex_adapter_cleanup() is called, the callback will continue to<br />
access adapter fields (adapter->hw_status, adapter->if_ops.card_reset,<br />
etc.) which may be freed by mwifiex_free_adapter() called later in the<br />
mwifiex_remove_card() path.<br />
<br />
Use timer_delete_sync() instead to ensure any running timer callback has<br />
completed before returning.
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:*:*:*:*:*:*:*:* | 4.0 (incluyendo) | 5.10.259 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.11 (incluyendo) | 5.15.210 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.16 (incluyendo) | 6.1.176 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.2 (incluyendo) | 6.6.140 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.7 (incluyendo) | 6.12.86 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.13 (incluyendo) | 6.18.27 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.19 (incluyendo) | 7.0.4 (excluyendo) |
Para consultar la lista completa de nombres de CPE con productos y versiones, ver esta página
Referencias a soluciones, herramientas e información
- https://git.kernel.org/stable/c/030abbae49cf9fd1fba7aa08e15ec81efbeb78cf
- https://git.kernel.org/stable/c/11869ce402d95519d49b25a2a97741f68d69d103
- https://git.kernel.org/stable/c/1958a92599b2653d730ccb6f5685fc3fbed21812
- https://git.kernel.org/stable/c/4e179a60a60c0a5aea245e8e67768343c0f070b8
- https://git.kernel.org/stable/c/63fe3389b3e092d6c0eeea9fc0318e7918b16618
- https://git.kernel.org/stable/c/a88f5391dc68f78cae5eb6a8cd341cafee795d3d
- https://git.kernel.org/stable/c/ae5e95d4157481693be2317e3ffcd84e36010cbb
- https://git.kernel.org/stable/c/c3508895450cca4aeaf5dbadbb5e582363005264



