Bug 2425041 (CVE-2022-50713) - CVE-2022-50713 kernel: clk: visconti: Fix memory leak in visconti_register_pll()
Summary: CVE-2022-50713 kernel: clk: visconti: Fix memory leak in visconti_register_pll()
Keywords:
Status: NEW
Alias: CVE-2022-50713
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-12-24 13:04 UTC by OSIDB Bzimport
Modified: 2025-12-25 06:52 UTC (History)
0 users

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-12-24 13:04:10 UTC
In the Linux kernel, the following vulnerability has been resolved:

clk: visconti: Fix memory leak in visconti_register_pll()

@pll->rate_table has allocated memory by kmemdup(), if clk_hw_register()
fails, it should be freed, otherwise it will cause memory leak issue,
this patch fixes it.


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