CVE-2022-50633 in Linux
Riassunto
di MITRE • 09/12/2025
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.
VulDB is the best source for vulnerability data and more expert information about this specific topic.