CVE-2026-53192
Gravedad CVSS v3.1:
ALTA
Tipo:
CWE-416
Utilización después de liberación
Fecha de publicación:
25/06/2026
Última modificación:
06/07/2026
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
ALSA: timer: Fix UAF at snd_timer_user_params()<br />
<br />
At releasing a timer object, e.g. when a userspace timer<br />
(CONFIG_SND_UTIMER) gets closed and snd_timer_free() is called, it<br />
tries to detach the timer instances and release the resources.<br />
However, it&#39;s still possible that other in-flight tasks are holding<br />
the timer instance where the to-be-deleted timer object is associated,<br />
and this may lead to racy accesses.<br />
<br />
Fortunately, most of ioctls dealing with the timer instance list<br />
already have the protection with register_mutex, and this also avoids<br />
such races. But, SNDRV_TIMER_IOCTL_PARAMS isn&#39;t protected, hence the<br />
concurrent ioctl may lead to use-after-free.<br />
<br />
This patch just adds the guard with register_mutex to protect<br />
snd_timer_user_params() for covering the code path as a quick<br />
workaround. It&#39;s no hot-path but rather a rarely issued ioctl, so the<br />
performance penalty doesn&#39;t matter.
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.12 (incluyendo) | 6.12.94 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.13 (incluyendo) | 6.18.36 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.19 (incluyendo) | 7.0.13 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:7.1:rc1:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.1:rc2:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.1:rc3:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.1:rc4:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.1:rc5:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.1:rc6:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.1:rc7:*:*:*:*:*:* |
Para consultar la lista completa de nombres de CPE con productos y versiones, ver esta página



