4 matches found
The vulnerability of the devm_clk_notifier_register() function in the drivers/clk/clk.c module of the timer driver for Samsung Exynos CPUs with Linux operating system allows a hacker to trigger a service failure.
The vulnerability of the devmclknotifierregister function in the drivers/clk/clk.c module of the Samsung Exynos CPU driver for Linux operating systems is related to improper memory release. Exploiting this vulnerability could allow an attacker to cause a system failure...
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...