CVE-2022-50713

Summary

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.

Affected Software

VendorProductVersion RangeStatus
LinuxLinuxb4cbe606dc3674b25cb661e7cd1a1c6ddaaafaaa < 70af9bf13be1716eac452c8a29ce6fe6b957a5dbaffected
LinuxLinuxb4cbe606dc3674b25cb661e7cd1a1c6ddaaafaaa < f0f1982ddfb418bf7bf05dadebae5c6869a41d41affected
LinuxLinuxb4cbe606dc3674b25cb661e7cd1a1c6ddaaafaaa < b55226f8553d255f5002c751c7c6ba9291f34bf2affected
LinuxLinux5.17affected
LinuxLinux0 < 5.17unaffected
LinuxLinux6.0.16 <= 6.0.*unaffected
LinuxLinux6.1.2 <= 6.1.*unaffected
LinuxLinux6.2 <= *unaffected

Weaknesses

References