CVE-2024-26933
Last modified
CVE-2024-26933 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. 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. EPSS estimates a 0.18% chance of exploitation in the next 30 days.
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().
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 6.0, < 6.1.84 | — |
| Linux | Linux Kernel | >= 6.2, < 6.6.24 | — |
| Linux | Linux Kernel | >= 6.7, < 6.7.12 | — |
| Linux | Linux Kernel | >= 6.8, < 6.8.3 | — |
| Linux | Linux Kernel | 6.9 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2024-26933?
How severe is CVE-2024-26933?
How do I fix CVE-2024-26933?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2024
- CVE-2024-26928In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-26929Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2024-2693The Link Whisper Free plugin for WordPress is vulnerable to …8.8
- CVE-2024-26930In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-26931In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-26932In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-26934In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-26935In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-26936In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-26937In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-26938In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-26939In the Linux kernel, the following vulnerability has been re…7
Are you affected by CVE-2024-26933?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
