IT

Tracker / CVE-2023-53674

CVE-2023-53674

High 7.8

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.

Affected products and versions

linux linux_kernel · 5.11 → 5.15.121
linux linux_kernel · 5.16 → 6.1.39
linux linux_kernel · 6.2 → 6.3.13
linux linux_kernel · 6.4 → 6.4.4

Analysis

This page is not indexable yet.Until it carries original analysis — what it actually exposes, how to check in two minutes whether a system was touched, what to do if it was — the page stays noindex. The database decides that, not the template.

References