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.
References
Configurations
Configuration 1 (hide)
|
History
09 Dec 2025, 22:31
| Type | Values Removed | Values Added |
|---|---|---|
| CWE | CWE-401 | |
| First Time |
Linux
Linux linux Kernel |
|
| References | () https://git.kernel.org/stable/c/2a735e4b5580a2a6bbd6572109b4c4f163c57462 - Patch | |
| References | () https://git.kernel.org/stable/c/3a213503f483173e7eea76f2e7e3bdd6df7fd6f8 - Patch | |
| References | () https://git.kernel.org/stable/c/79c3afb55942368921237d7b5355d48c52bdde20 - Patch | |
| CPE | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | |
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
17 Sep 2025, 15:15
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2025-09-17 15:15
Updated : 2025-12-09 22:31
NVD link : CVE-2022-50357
Mitre link : CVE-2022-50357
CVE.ORG link : CVE-2022-50357
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-401
Missing Release of Memory after Effective Lifetime
