Home
Trends
Vulnerabilities
News
Researchers
Why dbugs?

Jaroslav Kysela

#44998of 53,635
5.5Total CVSS
Vulnerabilities · 1
PT-2024-9785
5.5
2024-05-10
Linux · Linux Kernel · CVE-2024-38600
Name of the Vulnerable Software and Affected Versions: Linux kernel (affected versions not specified) Description: The issue is related to a deadlock in the ALSA component of the Linux kernel, specifically in the `snd card disconnect()` function. This occurs when a process waits for power up at `snd power ref and wait()` in `snd ctl info()` or read/write() inside `card->controls rwsem`, and the system gets disconnected meanwhile, causing the driver to try to delete a kctl via `snd ctl remove*()`. The fix involves waking up sleepers before processing the driver disconnect callbacks but right after setting the `card->shutdown` flag. This change allows the code to flow again without deadlocks. Recommendations: At the moment, there is no information about a newer version that contains a fix for this vulnerability.