CVE-2024-26934
Published: May 1, 2024
Modified: May 12, 2026
Description
In the Linux kernel, the following vulnerability has been resolved: USB: core: Fix deadlock in usb_deauthorize_interface() Among the attribute file callback routines in drivers/usb/core/sysfs.c, the interface_authorized_store() function is the only one which acquires a device lock on an ancestor device: It calls usb_deauthorize_interface(), which locks the interface's parent USB device. The will lead to deadlock if another process already owns that lock and tries to remove the interface, whether through a configuration change or because the device has been disconnected. As part of the removal procedure, device_del() waits for all ongoing sysfs attribute callbacks to complete. But usb_deauthorize_interface() can't complete until the device lock has been released, and the lock won't be released until the removal has finished. The mechanism provided by sysfs to prevent this kind of deadlock is to use the sysfs_break_active_protection() function, which tells sysfs not to wait for the attribute callback. Reported-and-tested by: Yue Sun <[email protected]> Reported by: xingwei lee <[email protected]>
| Vendor | Product | Versions |
|---|---|---|
Linux | Linux | affected 310d2b4124c073a2057ef9d952d4d938e9b1dfd9 - < 8cbdd324b41528994027128207fae8100dff094faffected 310d2b4124c073a2057ef9d952d4d938e9b1dfd9 - < 12d6a5681a0a5cecc2af7860f0a1613fa7c6e947affected 310d2b4124c073a2057ef9d952d4d938e9b1dfd9 - < e451709573f8be904a8a72d0775bf114d7c291d9affected 310d2b4124c073a2057ef9d952d4d938e9b1dfd9 - < 1b175bc579f46520b11ecda443bcd2ee4904f66aaffected 310d2b4124c073a2057ef9d952d4d938e9b1dfd9 - < ab062fa3dc69aea88fe62162c5881ba14b50ecc5+4 more versions |
Linux | Linux | affected 4.4unaffected 0 - < 4.4unaffected 4.19.312 - <= 4.19.*unaffected 5.4.274 - <= 5.4.*unaffected 5.10.215 - <= 5.10.*+6 more versions |
References
Security Training
Train your team to recognize and prevent security threats with our comprehensive security awareness program.
Start TrainingVulnerability Scanning
Discover vulnerabilities in your applications and infrastructure before attackers do.
Scan Now