3 matches found
CVE-2026-53192
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...
EUVD-2026-39283
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...
CVE-2026-53192
CVE-2026-53192 affects the Linux kernel ALSA timer path. A use-after-free could occur when releasing a timer object (e.g., closing a userspace timer with CONFIG_SND_UTIMER and calling snd_timer_free()) if other in-flight tasks hold the timer instance tied to the to-be-deleted object, and the conc...