CVE-2023-53674 - clk: Fix memory leak in devm_clk_notifier_register()
CVE ID : CVE-2023-53674
Published : Oct. 7, 2025, 3:21 p.m. | 21 minutes ago
Description : In the Linux kernel, the following vulnerability has been resolved: clk: Fix memory leak in devm_clk_notifier_register() devm_clk_notifier_register() 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 allocated resource was leaked. Fix the issue by registering the resource through devres_add(). This issue was found with kmemleak on a Chromebook.
Severity: 0.0 | NA
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
Published : Oct. 7, 2025, 3:21 p.m. | 21 minutes ago
Description : In the Linux kernel, the following vulnerability has been resolved: clk: Fix memory leak in devm_clk_notifier_register() devm_clk_notifier_register() 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 allocated resource was leaked. Fix the issue by registering the resource through devres_add(). This issue was found with kmemleak on a Chromebook.
Severity: 0.0 | NA
Visit the link for more details, such as CVSS details, affected products, timeline, and more...