CVE-2023-54228
Last modified
CVE-2023-54228 is a vulnerability of currently unknown severity. 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. EPSS estimates a 0.15% chance of exploitation in the next 30 days.
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().
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 7bce16630837c705f72e8fd53a11ae8c236236f4, < 2bf2d2ac9e67184dc99275875a6452ca6e3027ff; >= 7bce16630837c705f72e8fd53a11ae8c236236f4, < e21ac64e669e960688e79bf5babeed63132dac8a |
| Linux | Linux | 6.5 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2023-54228?
How severe is CVE-2023-54228?
How do I fix CVE-2023-54228?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2023
- CVE-2023-54222In the Linux kernel, the following vulnerability has been re…
- CVE-2023-54223In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2023-54224In the Linux kernel, the following vulnerability has been re…
- CVE-2023-54225In the Linux kernel, the following vulnerability has been re…
- CVE-2023-54226In the Linux kernel, the following vulnerability has been re…
- CVE-2023-54227In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2023-54229In the Linux kernel, the following vulnerability has been re…
- CVE-2023-5423A vulnerability has been found in SourceCodester Online Pizz…9.8
- CVE-2023-54230In the Linux kernel, the following vulnerability has been re…
- CVE-2023-54231In the Linux kernel, the following vulnerability has been re…
- CVE-2023-54232In the Linux kernel, the following vulnerability has been re…
- CVE-2023-54233In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2023-54228?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
