Vulnerability Description
The implementation of this ioctl attempts to acquire locks on all channels in a sync group. If locking a channel would block, it releases the sync group list lock and sleeps. Upon reawakening, it is possible that the sync group structure is freed, but the implementation did not handle this possibility. On a system with a multiple audio devices, an unprivileged local user can exploit this use-after-free to escalate privileges.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
FAQ
What is CVE-2026-58091?
CVE-2026-58091 is a vulnerability with a CVSS score of 7.8 (HIGH). The implementation of this ioctl attempts to acquire locks on all channels in a sync group. If locking a channel would block, it releases the sync group list lock and sleeps. Upon reawakening, it is...
How severe is CVE-2026-58091?
CVE-2026-58091 has been rated HIGH with a CVSS base score of 7.8/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-58091?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.