Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2024-26933

7.8 · HIGH
Published May 1, 2024 linux CWE-667 EPSS 0.18% (8th pctl)

Overview

CVE-2024-26933 is a high-severity vulnerability affecting linux linux_kernel. It was published on May 1, 2024 and has a CVSS 3.1 base score of 7.8 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical 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 afte

Remediation

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
linux linux_kernel >= 6.0, < 6.1.84 Affected

Frequently Asked Questions

What is CVE-2024-26933?

CVE-2024-26933 is a high-severity vulnerability affecting linux linux_kernel. It was published on May 1, 2024 and has a CVSS 3.1 base score of 7.8 (HIGH).

How severe is CVE-2024-26933?

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

How do I fix or remediate CVE-2024-26933?

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2024-26933?

CyberStrike's AI-powered security agents can automatically detect CVE-2024-26933 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.