DEBIAN-CVE-2025-38105
In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: Kill timer properly at removal The USB-audio MIDI code initializes the timer, but in a rare case, the driver might be freed without the disconnect call. This leaves the timer in an active state while the assigned object is released via snd_usbmidi_free(), which ends up with a kernel warning when the debug configuration is enabled, as spotted by fuzzer. For avoiding the problem, put timer_shutdown_sync() at snd_usbmidi_free(), so that the timer can be killed properly. While we're at it, replace the existing timer_delete_sync() at the disconnect callback with timer_shutdown_sync(), too.
Risk Scores
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Debian:11 | linux | 6.1.153-1, 5.10.179-4, 5.10.179-5 |
| Debian:12 | linux | 6.9.7-1~bpo12+1, 6.3.7-1~bpo12+1, 6.4.1-1~exp1 |
| Debian:11 | linux-6.1 | 6.1.106-3, 6.1.106-3, 6.1.128-1 |
| Debian:13 | linux | 6.12.41-1, 6.12.48-1, 6.12.57-1~bpo12+1 |
| Debian:14 | linux | 6.16.1-1~exp1, 6.16.3-1~bpo13+1, * |
Exploit Intelligence
- 2026-05-06_426_linux-signed-amd64.yaml (github-poc)
Timeline
- Jul 3, 2025 CVE Published
- May 2, 2026 CVE Updated