Monitor vulnerabilities like this one. Sign up free to get alerted when software you use is affected.
5.5

CVE-2022-50449: Linux Kernel Samsung Clock Memory Leak Fixed

CVE-2022-50449
Summary

A memory leak has been fixed in the Linux kernel's Samsung clock handling code. This issue could lead to slow system performance or crashes over time. Updates to the Linux kernel should be applied to fix this issue.

What to do

No fix is available yet. Check with your software vendor for updates.

Affected software
VendorProductAffected versions
linux linux_kernel >= 3.12, < 4.14.303
>= 4.15, < 4.19.270
>= 4.20, < 5.4.229
>= 5.5, < 5.10.163
>= 5.11, < 5.15.86
>= 5.16, < 6.0.16
>= 6.1, < 6.1.2
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Original title
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 memor...
Original 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.
nvd CVSS3.1 5.5
Vulnerability type
CWE-401 Memory Leak
Published: 1 Oct 2025 · Updated: 28 Jun 2026 · First seen: 7 Mar 2026