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-2021-47272

5.5 · MEDIUM
Published May 21, 2024 linux EPSS 0.22% (13th pctl)

Overview

CVE-2021-47272 is a medium-severity vulnerability affecting linux linux_kernel. It was published on May 21, 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: gadget: Bail from dwc3_gadget_exit() if dwc->gadget is NULL

There exists a possible scenario in which dwc3_gadget_init() can fail:

during during host -> peripheral mode switch in dwc3_set_mode(), and

a pending gadget driver fails to bind. Then, if the DRD undergoes

another mode switch from peripheral->host the resulting

dwc3_gadget_exit() will attempt to reference an invalid and dangling

dwc->gadget pointer as well as call dma_free_coherent() on unmapped

DMA pointers.

The exact scenario can be reproduced as follows:

- Start DWC3 in peripheral mode

- Configure ConfigFS gadget with FunctionFS instance (or use g_ffs)

- Run FunctionFS userspace application (open EPs, write descriptors, etc)

- Bind gadget driver to DWC3's UDC

- Switch DWC3 to host mode

=> dwc3_gadget_exit() is called. usb_del_gadget() will put the

ConfigFS driver instance on the gadget_driver_pending_list

- Stop FunctionFS applicati

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.10, < 5.10.44 Affected

Frequently Asked Questions

What is CVE-2021-47272?

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

How severe is CVE-2021-47272?

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-2021-47272?

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-2021-47272?

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