CVE-2023-54228
NONE EPSS 5.1%
Published Dec 30, 20256mo ago · Modified Jun 17, 20261w ago
Published Dec 30, 2025 6mo ago
Last Modified Jun 17, 2026 1w ago
Description
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().
Threat Intelligence
EPSS Exploit Probability
5.1% percentile
Exploit & Patch Status
No Known Exploit
No Patch Available
References 2
- git.kernel.org https://git.kernel.org/stable/c/2bf2d2ac9e67184dc99275875a6452ca6e3027ff
- git.kernel.org https://git.kernel.org/stable/c/e21ac64e669e960688e79bf5babeed63132dac8a
Remediation
No remediation data recorded yet
Check vendor advisories and the NVD entry for patch availability.