CVE-2022-49713

CVSS 3.1 Score 5.5 of 10 (medium)

Details

Published Feb 26, 2025
Updated: Mar 11, 2025
CWE ID 401

Summary

CVE-2022-49713 is a vulnerability affecting the Linux kernel's USB subsystem. The issue lies in the dwc2 driver, specifically in the dwc2_hcd_init function. When usb_create_hcd fails to obtain the required resources, it does not free the allocated memory for the hcd, resulting in a memory leak. To address this issue, the code now goes to the error2 label instead of error1 to prevent the memory leak.

Ligh bulbPrevent cyber attacks with Recorded Future by prioritizing and patching critical vulnerabilities being exploited by threat actors targeting your industry. Book your demo to learn more.

Share