Security Advisory

CVE-2022-50633

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2025-12-09 00:00:00
Last updated 2026-05-11 19:22:37
Assigner Linux
State PUBLISHED

Description

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.