CVE-2026-53192
Vulnerability Summary
Timeline
Description
In the Linux kernel, the following vulnerability has been resolved: ALSA: timer: Fix UAF at snd_timer_user_params() At releasing a timer object, e.g. when a userspace timer (CONFIG_SND_UTIMER) gets closed and snd_timer_free() 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 register_mutex, and this also avoids such races. But, SNDRV_TIMER_IOCTL_PARAMS isn't protected, hence the concurrent ioctl may lead to use-after-free. This patch just adds the guard with register_mutex to protect snd_timer_user_params() 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.
CVSS Metrics
- v4.0•HIGH•Score: 7.3CVSS:4.0/AV:L/AC:L/AT:P/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N
- v3.1•HIGH•Score: 7.8CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Trends
Current EPSS score: 0.13%• Percentile: 3%
Techniques & Countermeasures
- CWE-416•Use After Free
The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory "belongs" to the code that operates on the new pointer.
Affected Systems
- chainguard•linux-aws-6.12
< 6.12.95-r0
- chainguard•linux-aws-6.18
< 6.18.38-r0
- chainguard•linux-azure-6.18
< 6.18.38-r0
- chainguard•linux-gcp-6.12
< 6.12.95-r0
- chainguard•linux-gcp-6.18
< 6.18.38-r0
- chainguard•linux-gcp-6.18-bootc-boot-installed
< 6.18.38-r0
- chainguard•linux-qemu-6.12
< 6.12.95-r0
- chainguard•linux-qemu-6.18
< 6.18.38-r0
- chainguard•linux-qemu-6.18-bootc-boot-installed
< 6.18.38-r0
- chainguard•linux-qemu-melange
< 6.18.38-r0
- chainguard•linux-vmware-6.12
< 6.12.95-r0
- chainguard•linux-vmware-6.18
< 6.18.38-r0
- debian•linux
< 6.12.94-1 | < 7.0.13-1
- ubuntu•linux
all | all | < 7.0.0-31.31
- ubuntu•linux-allwinner-5.19
all
- ubuntu•linux-aws
all | all | < 7.0.0-1012.12
- ubuntu•linux-aws-5.0
all
- ubuntu•linux-aws-5.11
all
- ubuntu•linux-aws-5.13
all
- ubuntu•linux-aws-5.19
all
- ubuntu•linux-aws-5.3
all
- ubuntu•linux-aws-5.8
all
- ubuntu•linux-aws-6.14
all
- ubuntu•linux-aws-6.17
all
- ubuntu•linux-aws-6.2
all
- ubuntu•linux-aws-6.5
all
- ubuntu•linux-aws-7.0
all | < 7.0.0-1012.12~24.04.1
- ubuntu•linux-azure
all | all | all
- ubuntu•linux-azure-5.11
all
- ubuntu•linux-azure-5.13
all
- ubuntu•linux-azure-5.19
all
- ubuntu•linux-azure-5.3
all
- ubuntu•linux-azure-5.8
all
- ubuntu•linux-azure-6.11
all
- ubuntu•linux-azure-6.14
all
- ubuntu•linux-azure-6.17
all
- ubuntu•linux-azure-6.2
all
- ubuntu•linux-azure-6.5
all
- ubuntu•linux-azure-7.0
all
- ubuntu•linux-azure-edge
all
- ubuntu•linux-azure-fde
all | all | all
- ubuntu•linux-azure-fde-5.19
all
- ubuntu•linux-azure-fde-6.14
all
- ubuntu•linux-azure-fde-6.2
all
- ubuntu•linux-azure-fde-7.0
all
- ubuntu•linux-azure-nvidia-6.14
all
- ubuntu•linux-bluefield
all
- ubuntu•linux-gcp
all | all | all | < 7.0.0-1011.11
- ubuntu•linux-gcp-5.11
all
- ubuntu•linux-gcp-5.13
all
Showing first 50 affected entries in server-rendered view.
References (20)
- https://git.kernel.org/stable/c/92ad2d7f80cad43b046f093e808e11fe919d304a
- https://git.kernel.org/stable/c/117743d62e1225e208568a3ffc2c07214f1347cb
- https://git.kernel.org/stable/c/b2214914e461d0466548a52dfe4f4ee8ce362276
- https://git.kernel.org/stable/c/e2331730175f74169046d2af8db1b47243df7c7a
- https://git.kernel.org/stable/c/38034d04d4a75bbca01df2b313ced0bcd0fa3242
- https://git.kernel.org/stable/c/3d39da65b5c422c5e5afb7d5651b0698d060a827
- https://git.kernel.org/stable/c/306427adf9b97e29e5958cb9cf3096c6151fc9ff
- https://git.kernel.org/stable/c/053a401b592be424fea9d57c789f66cd5d8cec11
- https://ubuntu.com/security/CVE-2026-53192
- https://www.cve.org/CVERecord?id=CVE-2026-53192
- https://git.kernel.org/linus/053a401b592be424fea9d57c789f66cd5d8cec11
- https://security-tracker.debian.org/tracker/CVE-2026-53192
- https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/53xxx/CVE-2026-53192.json
- https://nvd.nist.gov/vuln/detail/CVE-2026-53192
- https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
- https://ubuntu.com/security/notices/USN-8726-1
- https://ubuntu.com/security/notices/USN-8727-1
- https://ubuntu.com/security/notices/USN-8728-1
- https://ubuntu.com/security/notices/USN-8760-1
- https://ubuntu.com/security/notices/USN-8726-2