πŸ” CVE Alert

CVE-2023-54228

UNKNOWN 0.0

regulator: raa215300: Fix resource leak in case of error

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

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().

Vendor linux
Product linux
Ecosystems
Industries
Technology
Published Dec 30, 2025
Last Updated May 11, 2026
Stay Ahead of the Next One

Get instant alerts for linux linux

Be the first to know when new unknown vulnerabilities affecting linux linux are published β€” delivered to Slack, Telegram or Discord.

Get Free Alerts β†’ Free Β· No credit card Β· 60 sec setup

Affected Versions

Linux / Linux
7bce16630837c705f72e8fd53a11ae8c236236f4 < 2bf2d2ac9e67184dc99275875a6452ca6e3027ff 7bce16630837c705f72e8fd53a11ae8c236236f4 < e21ac64e669e960688e79bf5babeed63132dac8a
Linux / Linux
6.5

References

NVD β†— CVE.org β†— EPSS Data β†—
git.kernel.org: https://git.kernel.org/stable/c/2bf2d2ac9e67184dc99275875a6452ca6e3027ff git.kernel.org: https://git.kernel.org/stable/c/e21ac64e669e960688e79bf5babeed63132dac8a