CVE-2024-26933

Updated: 2025-03-10 21:27:47.266052

Description:

In the Linux kernel, the following vulnerability has been resolved: USB: core: Fix deadlock in port "disable" sysfs attribute The show and store callback routines for the "disable" sysfs attribute file in port.c acquire the device lock for the port's parent hub device. This can cause problems if another process has locked the hub to remove it or change its configuration: Removing the hub or changing its configuration requires the hub interface to be removed, which requires the port device to be removed, and device_del() waits until all outstanding sysfs attribute callbacks for the ports have returned. The lock can't be released until then. But the disable_show() or disable_store() routine can't return until after it has acquired the lock. The resulting deadlock can be avoided by calling sysfs_break_active_protection(). This will cause the sysfs core not to wait for the attribute's callback routine to return, allowing the removal to proceed. The disadvantage is that after making this call, there is no guarantee that the hub structure won't be deallocated at any moment. To prevent this, we have to acquire a reference to it first by calling hub_get().


Links NIST CIRCL RHEL Ubuntu

Severity

Severity Score
CVSS Version 2.x 0
CVSS Version 3.x HIGH 7.8

Status

OS name Project name Version Score Severity Status Errata Last updated

Statement

AlmaLinux 9.2 ESU kernel 5.14.0 7.8 HIGH Released CLSA-2025:1743193221 2024-06-24 11:21:07
CentOS 6 ELS kernel 2.6.32 7.8 HIGH Not Vulnerable 2024-06-11 10:15:39
CentOS 7 ELS kernel 3.10.0 7.8 HIGH Not Vulnerable 2024-06-11 10:15:39
CentOS 8.4 ELS kernel 4.18.0 7.8 HIGH Not Vulnerable 2024-07-08 14:23:37
CentOS 8.5 ELS kernel 4.18.0 7.8 HIGH Not Vulnerable 2024-07-08 14:23:37
CentOS Stream 8 ELS kernel 4.18.0 7.8 HIGH Already Fixed 2024-06-09 11:20:11
CloudLinux 6 ELS kernel 2.6.32 7.8 HIGH Not Vulnerable 2024-06-11 10:15:39
CloudLinux 7 ELS kernel 3.10.0 7.8 HIGH Ignored 2025-01-11 02:42:18
Oracle Linux 6 ELS kernel 2.6.32 7.8 HIGH Not Vulnerable 2024-06-11 10:15:39
Oracle Linux 7 ELS kernel 3.10.0 7.8 HIGH Not Vulnerable 2025-05-12 04:25:11
Total: 13