Bug 2402247 (CVE-2022-50523) - CVE-2022-50523 kernel: clk: rockchip: Fix memory leak in rockchip_clk_register_pll()
Summary: CVE-2022-50523 kernel: clk: rockchip: Fix memory leak in rockchip_clk_registe...
Keywords:
Status: NEW
Alias: CVE-2022-50523
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-10-07 16:05 UTC by OSIDB Bzimport
Modified: 2025-10-30 18:48 UTC (History)
0 users

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-10-07 16:05:17 UTC
In the Linux kernel, the following vulnerability has been resolved:

clk: rockchip: Fix memory leak in rockchip_clk_register_pll()

If clk_register() fails, @pll->rate_table may have allocated memory by
kmemdup(), so it needs to be freed, otherwise 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.