PT-2025-54050 · Linux+1 · Linux Kernel+1
CVE-2023-54221
·
Published
2023-06-12
·
Updated
2026-07-03
CVSS v2.0
4.6
Medium
| Vector | AV:L/AC:L/Au:S/C:N/I:N/A:C |
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
A flaw exists in the Linux kernel related to memory management and resource handling within the imx93 clock driver. Specifically, the
probe() function does not properly release hardware resources (hws) when an error occurs during initialization, leading to a memory leak. The issue arises from a direct return from the function without unregistering these resources. Additionally, the code lacks a proper unwind mechanism for error handling. The fix involves adding a 'goto unregister hws;' statement to ensure resource cleanup and utilizing devm kzalloc() and devm of iomap() for automatic memory and ioremap region management, respectively. The vulnerable function is probe().Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Exploit
Memory Leak
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Linux Kernel
Red Os