CVE-2023-53264
Last modified
CVE-2023-53264 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: clk: imx: clk-imxrt1050: fix memory leak in imxrt1050_clocks_probe Use devm_of_iomap() instead of of_iomap() to automatically handle the unused ioremap region. If any error occurs, regions allocated by kzalloc() will leak, but using devm_kzalloc() instead will automatically free the memory using devm_kfree(). Also, fix error handling of hws by adding unregister_hws label, which unregisters remaining hws when iomap failed.. EPSS estimates a 0.14% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: clk: imx: clk-imxrt1050: fix memory leak in imxrt1050_clocks_probe Use devm_of_iomap() instead of of_iomap() to automatically handle the unused ioremap region. If any error occurs, regions allocated by kzalloc() will leak, but using devm_kzalloc() instead will automatically free the memory using devm_kfree(). Also, fix error handling of hws by adding unregister_hws label, which unregisters remaining hws when iomap failed.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 5.18, < 6.1.39 |
| Linux | Linux Kernel | >= 6.2, < 6.3.13 |
| Linux | Linux Kernel | >= 6.4, < 6.4.4 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2023-53264?
How severe is CVE-2023-53264?
How do I fix CVE-2023-53264?
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-53259In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2023-5326A vulnerability was found in SATO CL4NX-J Plus 1.13.2-u455_r…8.8
- CVE-2023-53260In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-53261In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-53262In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2023-53263In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2023-53265In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2023-53266In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-53267In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-53268In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-53269In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-5327A vulnerability was found in SATO CL4NX-J Plus 1.13.2-u455_r…6.5
Are you affected by CVE-2023-53264?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
