CVE-2026-53192

Aliases:UBUNTU-CVE-2026-53192DEBIAN-CVE-2026-53192CGA-22g6-v3fv-pp3rCGA-4ppm-6c3p-8q99CGA-652p-3wm4-hcx7CGA-69h8-927p-h7wqCGA-7q53-g2rp-49qwCGA-8xwj-f96m-27q2CGA-c4rc-xrh8-w7mfCGA-gq7v-3758-62x4CGA-j83q-94g4-vjqhCGA-j8q5-rxxh-93c3CGA-j962-x7pg-27wwCGA-pgv5-6ghr-g2rw
Analyzed
Published: 25 Jun 2026, 08:39
Last modified:05 Aug 2026, 12:33

Vulnerability Summary

Overall Risk (default)
medium
31/100
CVSS Score
7.8 HIGH
v3.1 (cve.org)
EPSS Score
0.13% LOW
0% probability -0.04%
KEV
Not listed
Ransomware
No reports
Public exploits
None found
Dark Web
Not detected

Timeline

25 Jun 2026, 08:39
Published
Vulnerability first disclosed
05 Aug 2026, 12:33
Last Modified
Vulnerability information updated

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.0HIGHScore: 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.1HIGHScore: 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-416Use 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

  • chainguardlinux-aws-6.12

    < 6.12.95-r0

  • chainguardlinux-aws-6.18

    < 6.18.38-r0

  • chainguardlinux-azure-6.18

    < 6.18.38-r0

  • chainguardlinux-gcp-6.12

    < 6.12.95-r0

  • chainguardlinux-gcp-6.18

    < 6.18.38-r0

  • chainguardlinux-gcp-6.18-bootc-boot-installed

    < 6.18.38-r0

  • chainguardlinux-qemu-6.12

    < 6.12.95-r0

  • chainguardlinux-qemu-6.18

    < 6.18.38-r0

  • chainguardlinux-qemu-6.18-bootc-boot-installed

    < 6.18.38-r0

  • chainguardlinux-qemu-melange

    < 6.18.38-r0

  • chainguardlinux-vmware-6.12

    < 6.12.95-r0

  • chainguardlinux-vmware-6.18

    < 6.18.38-r0

  • debianlinux

    < 6.12.94-1 | < 7.0.13-1

  • ubuntulinux

    all | all | < 7.0.0-31.31

  • ubuntulinux-allwinner-5.19

    all

  • ubuntulinux-aws

    all | all | < 7.0.0-1012.12

  • ubuntulinux-aws-5.0

    all

  • ubuntulinux-aws-5.11

    all

  • ubuntulinux-aws-5.13

    all

  • ubuntulinux-aws-5.19

    all

  • ubuntulinux-aws-5.3

    all

  • ubuntulinux-aws-5.8

    all

  • ubuntulinux-aws-6.14

    all

  • ubuntulinux-aws-6.17

    all

  • ubuntulinux-aws-6.2

    all

  • ubuntulinux-aws-6.5

    all

  • ubuntulinux-aws-7.0

    all | < 7.0.0-1012.12~24.04.1

  • ubuntulinux-azure

    all | all | all

  • ubuntulinux-azure-5.11

    all

  • ubuntulinux-azure-5.13

    all

  • ubuntulinux-azure-5.19

    all

  • ubuntulinux-azure-5.3

    all

  • ubuntulinux-azure-5.8

    all

  • ubuntulinux-azure-6.11

    all

  • ubuntulinux-azure-6.14

    all

  • ubuntulinux-azure-6.17

    all

  • ubuntulinux-azure-6.2

    all

  • ubuntulinux-azure-6.5

    all

  • ubuntulinux-azure-7.0

    all

  • ubuntulinux-azure-edge

    all

  • ubuntulinux-azure-fde

    all | all | all

  • ubuntulinux-azure-fde-5.19

    all

  • ubuntulinux-azure-fde-6.14

    all

  • ubuntulinux-azure-fde-6.2

    all

  • ubuntulinux-azure-fde-7.0

    all

  • ubuntulinux-azure-nvidia-6.14

    all

  • ubuntulinux-bluefield

    all

  • ubuntulinux-gcp

    all | all | all | < 7.0.0-1011.11

  • ubuntulinux-gcp-5.11

    all

  • ubuntulinux-gcp-5.13

    all

Showing first 50 affected entries in server-rendered view.

References (20)