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-26934

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

Overview

CVE-2024-26934 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 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

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 >= 4.4, < 4.19.312 Affected

Frequently Asked Questions

What is CVE-2024-26934?

CVE-2024-26934 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-26934?

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-26934?

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-26934?

CyberStrike's AI-powered security agents can automatically detect CVE-2024-26934 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.