VDB

CISA-2025-23134

CISA-2025-23134 PUBLISHED CVSS 5.5 MEDIUM

Reported by Linux · Published April 16, 2025

In the Linux kernel, the following vulnerability has been resolved: ALSA: timer: Don't take register_mutex with copy_from/to_user() The infamous mmap_lock taken in copy_from/to_user() can be often problematic when it's called inside another mutex, as they might lead to deadlocks. In the case of ALSA timer code, the bad pattern is with guard(mutex)(&register_mutex) that covers copy_from/to_user() -- which was mistakenly introduced at converting to guard(), and it had been carefully worked around in the past. This patch fixes those pieces simply by moving copy_from/to_user() out of the register mutex lock again.

Risk Scores

CVSS 3.1
5.5
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

Affected Products

VendorProductVersions
LinuxLinux3923de04c81733b30b8ed667569632272fdfed9a, 3923de04c81733b30b8ed667569632272fdfed9a, 3923de04c81733b30b8ed667569632272fdfed9a
LinuxLinux6.9, 0, 6.12.23
linuxlinux_kernel6.9, 6.9, 6.9
LinuxLinux3923de04c81733b30b8ed667569632272fdfed9a, 3923de04c81733b30b8ed667569632272fdfed9a, 3923de04c81733b30b8ed667569632272fdfed9a

Timeline

  • Apr 16, 2025 CVE Published
  • Oct 1, 2025 CVE Updated

References

Open in Interactive Console →
$ Console Community · 100/wk Open console ›