cbcvebase.
CVE-2024-38600
published 2024-06-19

CVE-2024-38600: In the Linux kernel, the following vulnerability has been resolved: ALSA: Fix deadlocks with kctl removals at disconnection In snd_card_disconnect(), we set…

PriorityP421medium5.5CVSS 3.1
AVLACLPRLUINSUCNINAH
EPSS
0.19%
9.3th percentile
In the Linux kernel, the following vulnerability has been resolved:

ALSA: Fix deadlocks with kctl removals at disconnection

In snd_card_disconnect(), we set card->shutdown flag at the beginning,
call callbacks and do sync for card->power_ref_sleep waiters at the
end. The callback may delete a kctl element, and this can lead to a
deadlock when the device was in the suspended state. Namely:

* A process waits for the power up at snd_power_ref_and_wait() in
snd_ctl_info() or read/write() inside card->controls_rwsem.

* The system gets disconnected meanwhile, and the driver tries to
delete a kctl via snd_ctl_remove*(); it tries to take
card->controls_rwsem again, but this is already locked by the
above. Since the sleeper isn't woken up, this deadlocks.

An easy fix is to wake up sleepers before processing the driver
disconnect callbacks but right after setting the card->shutdown flag.
Then all sleepers will abort immediately, and the code flows again.

So, basically this patch moves the wait_event() call at the right
timing. While we're at it, just to be sure, call wait_event_all()
instead of wait_event(), although we don't use exclusive events on
this queue for now.

Affected

19 ranges
VendorProductVersion rangeFixed in
debianlinux< linux 6.1.94-1 (bookworm)linux 6.1.94-1 (bookworm)
linuxlinux
linuxlinux>= e94fdbd7b25d87e64688bb109e2c550217a4c879 < ff80185e7b7b547a0911fcfc8aefc61c3e8304d7ff80185e7b7b547a0911fcfc8aefc61c3e8304d7
linuxlinux>= e94fdbd7b25d87e64688bb109e2c550217a4c879 < c2fb439f4f1425a961d20bec818fed2c2d9ef70ac2fb439f4f1425a961d20bec818fed2c2d9ef70a
linuxlinux>= e94fdbd7b25d87e64688bb109e2c550217a4c879 < 2f103287ef7960854808930499d1181bd0145d682f103287ef7960854808930499d1181bd0145d68
linuxlinux>= e94fdbd7b25d87e64688bb109e2c550217a4c879 < 88ce3fe255d58a93624b467af036dc3519f309c788ce3fe255d58a93624b467af036dc3519f309c7
linuxlinux>= e94fdbd7b25d87e64688bb109e2c550217a4c879 < 6b55e879e7bd023a03888fc6c8339edf82f576f46b55e879e7bd023a03888fc6c8339edf82f576f4
linuxlinux>= e94fdbd7b25d87e64688bb109e2c550217a4c879 < 87988a534d8e12f2e6fc01fe63e6c1925dc5307c87988a534d8e12f2e6fc01fe63e6c1925dc5307c
linuxlinux_kernel< 5.15.1615.15.161
linuxlinux_kernel>= 0 < 6.1.94-16.1.94-1
linuxlinux_kernel>= 0 < 6.8.12-16.8.12-1
linuxlinux_kernel>= 0 < 6.8.12-16.8.12-1
linuxlinux_kernel>= 0 < 5.4.0-192.2125.4.0-192.212
linuxlinux_kernel>= 0 < 5.15.0-118.1285.15.0-118.128
linuxlinux_kernel>= 0 < 6.8.0-40.406.8.0-40.40
linuxlinux_kernel>= 5.16 < 6.1.936.1.93
linuxlinux_kernel>= 6.2 < 6.6.336.6.33
linuxlinux_kernel>= 6.7 < 6.8.126.8.12
linuxlinux_kernel>= 6.9 < 6.9.36.9.3

CVSS provenance

nvdv3.15.5MEDIUMCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
osv7.8HIGH
vendor_ubuntu7.8HIGH
vendor_debian5.5MEDIUM
vendor_redhat5.5MEDIUM
Stop checking back — get the weekly exploitation signal.

Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.