CVE-2022-50357
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
17/09/2025
Last modified:
18/09/2025
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
usb: dwc3: core: fix some leaks in probe<br />
<br />
The dwc3_get_properties() function calls:<br />
<br />
dwc->usb_psy = power_supply_get_by_name(usb_psy_name);<br />
<br />
so there is some additional clean up required on these error paths.