CVE-2022-50713 Details
Description
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.
A memory leak vulnerability has been identified in the Linux kernel's Visconti clock driver. The issue arises in the 'visconti_register_pll' function, where the 'rate_table' member of the PLL structure is allocated memory using 'kmemdup()'. If the subsequent call to 'clk_hw_register()' fails, this allocated memory is not freed, leading to a memory leak. This vulnerability affects the Linux kernel stable tree.
The vulnerability has been addressed in the Linux kernel. Users can upgrade to the latest version of the stable Linux kernel to apply the fix.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Dec 24, 2025References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://git.kernel.org/stable/c/70af9bf13be1716eac452c8a29ce6fe6b957a5db | kernel.org | Source CodeVendor |
| https://git.kernel.org/stable/c/b55226f8553d255f5002c751c7c6ba9291f34bf2 | kernel.org | Source CodeVendor |
| https://git.kernel.org/stable/c/f0f1982ddfb418bf7bf05dadebae5c6869a41d41 | kernel.org | Source CodeVendor |
Weakness Enumeration
No weakness enumeration is available for this CVE.
Affected Products
| Product | Versions |
|---|---|
| Linux kernel | All versions |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | kernel.org |
| Dec 24, 2025 | New CVE Received | kernel.org |
Volerion