CVE-2022-50713
Unknown Unknown - Not Provided

Memory Leak in Linux Kernel visconti PLL Registration

Vulnerability report for CVE-2022-50713, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2025-12-24

Last updated on: 2025-12-24

Assigner: kernel.org

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2025-12-24
Last Modified
2025-12-24
Generated
2026-07-06
AI Q&A
2025-12-24
EPSS Evaluated
2026-07-05
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a memory leak in the Linux kernel's visconti clock driver. Specifically, when the function visconti_register_pll() allocates memory for pll->rate_table using kmemdup(), if the subsequent clk_hw_register() call fails, the allocated memory is not freed, causing a memory leak. The patch fixes this by ensuring the allocated memory is properly freed on failure.

Impact Analysis

The memory leak can lead to increased memory usage over time, potentially degrading system performance or causing resource exhaustion if the failure condition occurs repeatedly. This could affect system stability and reliability.

Mitigation Strategies

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

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2022-50713. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart