3 matches found
Linux Distros Unpatched Vulnerability : CVE-2023-53674
The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: clk: Fix memory leak in devmclknotifierregister devmclknotifierregister allocates a devres...
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...
CVE-2023-53674 clk: Fix memory leak in devm_clk_notifier_register()
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...