Bug 2400776 (CVE-2022-50449) - CVE-2022-50449 kernel: clk: samsung: Fix memory leak in _samsung_clk_register_pll()
Summary: CVE-2022-50449 kernel: clk: samsung: Fix memory leak in _samsung_clk_register...
Keywords:
Status: NEW
Alias: CVE-2022-50449
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-10-01 12:06 UTC by OSIDB Bzimport
Modified: 2026-06-29 20:11 UTC (History)
2 users (show)

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-10-01 12:06:47 UTC
In the Linux kernel, the following vulnerability has been resolved:

clk: samsung: Fix memory leak in _samsung_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.

Comment 1 Jon Moroney 2025-10-01 19:54:09 UTC Comment hidden (spam)

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