Bug 2420258 (CVE-2022-50633) - CVE-2022-50633 kernel: usb: dwc3: qcom: Fix memory leak in dwc3_qcom_interconnect_init
Summary: CVE-2022-50633 kernel: usb: dwc3: qcom: Fix memory leak in dwc3_qcom_intercon...
Keywords:
Status: NEW
Alias: CVE-2022-50633
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-12-09 01:03 UTC by OSIDB Bzimport
Modified: 2025-12-10 06:42 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-12-09 01:03:51 UTC
In the Linux kernel, the following vulnerability has been resolved:

usb: dwc3: qcom: Fix memory leak in dwc3_qcom_interconnect_init

of_icc_get() alloc resources for path handle, we should release it when not
need anymore. Like the release in dwc3_qcom_interconnect_exit() function.
Add icc_put() in error handling to fix this.


Note You need to log in before you can comment on or make changes to this bug.