2 matches found
CVE-2023-53674
CVE-2023-53674 affects the Linux kernel clk subsystem. The issue is a memory leak in devm_clk_notifier_register(): the devres resource for the clk notifier was allocated but not registered with the device, causing the notifier/resource to leak on device detach. The fix is to register the resource...
7.8CVSS6AI score0.00153EPSS
SaveExploits0References5Affected Software1
CVE-2023-53674: Missing Release of Memory after Effective Lifetime
In the Linux kernel, the following vulnerability has been resolved: clk: Fix memory leak in devmclknotifierregister devmclknotifierregister allocates a devres resource for clk notifier but didn't register that to the device, so the notifier didn't get unregistered on device detach and the allocat...
7.8CVSS5.6AI score0.00153EPSS
SaveExploits0References7
20