CVE-2022-50449
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2025-10-01

Last updated on: 2025-10-02

Assigner: kernel.org

Description
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.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-10-01
Last Modified
2025-10-02
Generated
2026-05-07
AI Q&A
2025-10-01
EPSS Evaluated
2026-05-05
NVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
samsung linux_kernel *
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

This vulnerability is a memory leak in the Linux kernel's Samsung clock driver. Specifically, if the function clk_register() fails during the registration of a phase-locked loop (PLL) clock, the allocated memory for the rate_table is not freed, causing a memory leak. The patch fixes this by ensuring the allocated memory is properly freed when clk_register() fails.


How can this vulnerability impact me? :

The memory leak caused by this vulnerability can lead to increased memory usage and potential resource exhaustion on affected systems. Over time, this could degrade system performance or cause instability, especially on devices relying on the Samsung clock driver in the Linux kernel.


What immediate steps should I take to mitigate this vulnerability?

To mitigate this vulnerability, update the Linux kernel to a version that includes the patch fixing the memory leak in _samsung_clk_register_pll(). This patch ensures that allocated memory by kmemdup() is properly freed if clk_register() fails, preventing the memory leak.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart