NONE · 0

CVE-2022-50713

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()...

Vulnerability 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.

References

FAQ

What is CVE-2022-50713?

CVE-2022-50713 is a documented vulnerability. 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()...

How severe is CVE-2022-50713?

CVSS scoring is not yet available for CVE-2022-50713. Check NVD for updates.

Is there a patch for CVE-2022-50713?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.