Bug 2395317 (CVE-2023-53196) - CVE-2023-53196 kernel: usb: dwc3: qcom: Fix potential memory leak
Summary: CVE-2023-53196 kernel: usb: dwc3: qcom: Fix potential memory leak
Keywords:
Status: NEW
Alias: CVE-2023-53196
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-09-15 15:07 UTC by OSIDB Bzimport
Modified: 2026-06-29 18:35 UTC (History)
2 users (show)

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-09-15 15:07:12 UTC
In the Linux kernel, the following vulnerability has been resolved:

usb: dwc3: qcom: Fix potential memory leak

Function dwc3_qcom_probe() allocates memory for resource structure
which is pointed by parent_res pointer. This memory is not
freed. This leads to memory leak. Use stack memory to prevent
memory leak.

Found by Linux Verification Center (linuxtesting.org) with SVACE.

Comment 1 Jon Moroney 2025-09-15 22:11:32 UTC Comment hidden (spam)

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