Entreprise d'experts en Sécurité Informatique : Audits et conseils en cybersécurité
Entreprise française de cybersécurité depuis 2004
☎ 03 60 47 09 81 - info@securiteinfo.com


CVE-2025-23134

Description

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 oftenproblematic when it's called inside another mutex, as they might leadto deadlocks.In the case of ALSA timer code, the bad pattern is withguard(mutex)(®ister_mutex) that covers copy_from/to_user() -- whichwas mistakenly introduced at converting to guard(), and it had beencarefully worked around in the past.This patch fixes those pieces simply by moving copy_from/to_user() outof the register mutex lock again.

POC

Reference

No PoCs from references.

Github

- https://github.com/ARPSyndicate/cve-scores