CVE-2022-50357

Publication date

2025-09-17 14:56:09

Family

Linux

State

PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: usb: dwc3: core: fix some leaks in probe The dwc3_get_properties() function calls: dwc->usb_psy = power_supply_get_by_name(usb_psy_name); so there is some additional clean up required on these error paths.