CVE-2023-54221
Last modified
CVE-2023-54221 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: clk: imx93: fix memory leak and missing unwind goto in imx93_clocks_probe In function probe(), it returns directly without unregistered hws when error occurs. Fix this by adding 'goto unregister_hws;' on line 295 and line 310. Use devm_kzalloc() instead of kzalloc() to automatically free the memory using devm_kfree() when error occurs. Replace of_iomap() with devm_of_iomap() to automatically handle the unused ioremap region and delete 'iounmap(anatop_base);' in unregister_hws.. EPSS estimates a 0.17% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: clk: imx93: fix memory leak and missing unwind goto in imx93_clocks_probe In function probe(), it returns directly without unregistered hws when error occurs. Fix this by adding 'goto unregister_hws;' on line 295 and line 310. Use devm_kzalloc() instead of kzalloc() to automatically free the memory using devm_kfree() when error occurs. Replace of_iomap() with devm_of_iomap() to automatically handle the unused ioremap region and delete 'iounmap(anatop_base);' in unregister_hws.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 24defbe194b650218680fcd9dec8cd103537b531, < 280a5ff665e12d1e0c54c20cedc9c5008aa686a5; >= 24defbe194b650218680fcd9dec8cd103537b531, < fac9c624138c4bc021d7a8ee3b974c9e10926d92; >= 24defbe194b650218680fcd9dec8cd103537b531, < d17c16a2b2a6589c45b0bfb1b9914da80b72d89e; >= 24defbe194b650218680fcd9dec8cd103537b531, < e02ba11b457647050cb16e7cad16cec3c252fade |
| Linux | Linux | 5.18 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2023-54221?
How severe is CVE-2023-54221?
How do I fix CVE-2023-54221?
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-54216In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2023-54217In the Linux kernel, the following vulnerability has been re…
- CVE-2023-54218In the Linux kernel, the following vulnerability has been re…
- CVE-2023-54219In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2023-5422The functions to fetch e-mail via POP3 or IMAP as well as se…9.1
- CVE-2023-54220In the Linux kernel, the following vulnerability has been re…7.8
- 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
Are you affected by CVE-2023-54221?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
