CVE-2023-54228
Linux Kernel 6.5-6.5.3 - Resource Leak in raa215300 Regulator Error Path
Title source: llmDescription
In the Linux kernel, the following vulnerability has been resolved: regulator: raa215300: Fix resource leak in case of error The clk_register_clkdev() allocates memory by calling vclkdev_alloc() and this memory is not freed in the error path. Similarly, resources allocated by clk_register_fixed_rate() are not freed in the error path. Fix these issues by using devm_clk_hw_register_fixed_rate() and devm_clk_hw_register_clkdev(). After this, the static variable clk is not needed. Replace it with local variable hw in probe() and drop calling clk_unregister_fixed_rate() from raa215300_rtc_unregister_device().
References (2)
Core 2
Scores
EPSS
0.0016
EPSS Percentile
5.8%
Details
Status
published
Products (7)
linux/Kernel
6.5.0 - 6.5.4linux
Linux/Linux
< 6.5
Linux/Linux
6.5
Linux/Linux
6.5.4 - 6.5.*
Linux/Linux
6.6
Linux/Linux
7bce16630837c705f72e8fd53a11ae8c236236f4 - 2bf2d2ac9e67184dc99275875a6452ca6e3027ff
Linux/Linux
7bce16630837c705f72e8fd53a11ae8c236236f4 - e21ac64e669e960688e79bf5babeed63132dac8a
Published
Dec 30, 2025
Tracked Since
Feb 18, 2026