CVE-2026-53192: ALSA: timer: Fix UAF at snd_timer_user_params()

Published Jun 25, 2026
·
Updated

In the Linux kernel, the following vulnerability has been resolved:

ALSA: timer: Fix UAF at sndtimeruserparams()

At releasing a timer object, e.g. when a userspace timer (CONFIGSNDUTIMER) gets closed and sndtimerfree() is called, it tries to detach the timer instances and release the resources. However, it's still possible that other in-flight tasks are holding the timer instance where the to-be-deleted timer object is associated, and this may lead to racy accesses.

Fortunately, most of ioctls dealing with the timer instance list already have the protection with registermutex, and this also avoids such races. But, SNDRVTIMERIOCTLPARAMS isn't protected, hence the concurrent ioctl may lead to use-after-free.

This patch just adds the guard with registermutex to protect sndtimeruserparams() for covering the code path as a quick workaround. It's no hot-path but rather a rarely issued ioctl, so the performance penalty doesn't matter.

Affected Software

12 affected components
Linux Linux kernel
Microsoft azl3 kernel 6.6.143.1-1
Linux Linux kernel>=6.12<6.12.94
Linux Linux kernel>=6.13<6.18.36
Linux Linux kernel>=6.19<7.0.13
Linux Linux kernel=7.1-rc1
Linux Linux kernel=7.1-rc2
Linux Linux kernel=7.1-rc3
Linux Linux kernel=7.1-rc4
Linux Linux kernel=7.1-rc5
Linux Linux kernel=7.1-rc6
Linux Linux kernel=7.1-rc7

Event History

Jun 25, 2026
CVE Published
via MITRE·08:39 AM
Data Sourced
via MITRE·08:39 AM
DescriptionSeverity
Data Sourced
via NVD·09:16 AM
RemedyDescriptionSeverityWeaknessAffected Software
Jun 27, 2026
Data Sourced
via Microsoft·08:11 AM
DescriptionSeverityWeaknessAffected Software

Frequently Asked Questions

1

Who is realistically exposed to this issue?

Systems using the affected Linux kernel ALSA timer functionality are exposed, including the listed Microsoft azl3 kernel 6.6.143.1-1. Exploitation requires local access with low privileges, as reflected by the AV:L and PR:L vector.

2

What race condition is required for exploitation?

An attacker needs a concurrent SNDRV_TIMER_IOCTL_PARAMS operation while a timer object is being released and its associated timer instances are being detached. The vulnerable path can occur when a userspace timer is closed with CONFIG_SND_UTIMER enabled.

3

Is this triggered by normal high-frequency timer activity?

The affected operation is SNDRV_TIMER_IOCTL_PARAMS, which the fix describes as a rarely issued ioctl rather than a hot-path operation. The race specifically involves this ioctl lacking the register_mutex protection already used by most timer-instance list ioctls.

4

What does the fix change?

The fix protects snd_timer_user_params() with register_mutex. This serializes the parameters ioctl against timer-object release and prevents racy accesses to a timer instance associated with a deleted timer object.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203