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

5.5 · MEDIUM
Published Jul 29, 2024 linux CWE-667 EPSS 0.18% (7th pctl)

Overview

CVE-2024-42085 is a medium-severity vulnerability affecting linux linux_kernel. It was published on July 29, 2024 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. 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: dwc3: core: remove lock of otg mode during gadget suspend/resume to avoid deadlock

When config CONFIG_USB_DWC3_DUAL_ROLE is selected, and trigger system

to enter suspend status with below command:

echo mem > /sys/power/state

There will be a deadlock issue occurring. Detailed invoking path as

below:

dwc3_suspend_common()

spin_lock_irqsave(&dwc->lock, flags); <-- 1st

dwc3_gadget_suspend(dwc);

dwc3_gadget_soft_disconnect(dwc);

spin_lock_irqsave(&dwc->lock, flags); <-- 2nd

This issue is exposed by commit c7ebd8149ee5 ("usb: dwc3: gadget: Fix

NULL pointer dereference in dwc3_gadget_suspend") that removes the code

of checking whether dwc->gadget_driver is NULL or not. It causes the

following code is executed and deadlock occurs when trying to get the

spinlock. In fact, the root cause is the commit 5265397f9442("usb: dwc3:

Remove DWC3 locking during gadget suspend/resume")

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 >= 5.15.128, < 5.15.162 Affected

Frequently Asked Questions

What is CVE-2024-42085?

CVE-2024-42085 is a medium-severity vulnerability affecting linux linux_kernel. It was published on July 29, 2024 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

How severe is CVE-2024-42085?

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. 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-42085?

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

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