Logo
-

Byte Open Security

(ByteOS Network)

Log In

Sign Up

ByteOS

Security
Vulnerability Details
Registries
Custom Views
Weaknesses
Attack Patterns
Filters & Tools
CVE Vulnerability Details :
CVE-2026-53192
PUBLISHED
More InfoOfficial Page
Assigner-Linux
Assigner Org ID-416baaa9-dc9f-4396-8d5f-8c081fb06d67
View Known Exploited Vulnerability (KEV) details
Published At-25 Jun, 2026 | 08:39
Updated At-29 Jun, 2026 | 04:18
Rejected At-
▼CVE Numbering Authority (CNA)
ALSA: timer: Fix UAF at snd_timer_user_params()

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.

Affected Products
Vendor
Linux Kernel Organization, IncLinux
Product
Linux
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Program Files
  • sound/core/timer.c
Default Status
unaffected
Versions
Affected
  • From 37745918e0e7575bc40f38da93a99b9fa6406224 before 38034d04d4a75bbca01df2b313ced0bcd0fa3242 (git)
  • From 37745918e0e7575bc40f38da93a99b9fa6406224 before 3d39da65b5c422c5e5afb7d5651b0698d060a827 (git)
  • From 37745918e0e7575bc40f38da93a99b9fa6406224 before 306427adf9b97e29e5958cb9cf3096c6151fc9ff (git)
  • From 37745918e0e7575bc40f38da93a99b9fa6406224 before 053a401b592be424fea9d57c789f66cd5d8cec11 (git)
Vendor
Linux Kernel Organization, IncLinux
Product
Linux
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Program Files
  • sound/core/timer.c
Default Status
affected
Versions
Affected
  • 6.12
Unaffected
  • From 0 before 6.12 (semver)
  • From 6.12.94 through 6.12.* (semver)
  • From 6.18.36 through 6.18.* (semver)
  • From 7.0.13 through 7.0.* (semver)
  • From 7.1 through * (original_commit_for_fix)
Metrics
VersionBase scoreBase severityVector
3.17.8HIGH
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Version: 3.1
Base score: 7.8
Base severity: HIGH
Vector:
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Metrics Other Info
Impacts
CAPEC IDDescription
Solutions

Configurations

Workarounds

Exploits

Credits

Timeline
EventDate
Replaced By

Rejected Reason

References
HyperlinkResource
https://git.kernel.org/stable/c/38034d04d4a75bbca01df2b313ced0bcd0fa3242
N/A
https://git.kernel.org/stable/c/3d39da65b5c422c5e5afb7d5651b0698d060a827
N/A
https://git.kernel.org/stable/c/306427adf9b97e29e5958cb9cf3096c6151fc9ff
N/A
https://git.kernel.org/stable/c/053a401b592be424fea9d57c789f66cd5d8cec11
N/A
Hyperlink: https://git.kernel.org/stable/c/38034d04d4a75bbca01df2b313ced0bcd0fa3242
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/3d39da65b5c422c5e5afb7d5651b0698d060a827
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/306427adf9b97e29e5958cb9cf3096c6151fc9ff
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/053a401b592be424fea9d57c789f66cd5d8cec11
Resource: N/A
Details not found