CVE-2023-53264
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
16/09/2025
Last modified:
02/12/2025
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
clk: imx: clk-imxrt1050: fix memory leak in imxrt1050_clocks_probe<br />
<br />
Use devm_of_iomap() instead of of_iomap() to automatically<br />
handle the unused ioremap region. If any error occurs, regions allocated by<br />
kzalloc() will leak, but using devm_kzalloc() instead will automatically<br />
free the memory using devm_kfree().<br />
<br />
Also, fix error handling of hws by adding unregister_hws label, which<br />
unregisters remaining hws when iomap failed.
Impact
Base Score 3.x
5.50
Severity 3.x
MEDIUM
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.18 (including) | 6.1.39 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.2 (including) | 6.3.13 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.4 (including) | 6.4.4 (excluding) |
To consult the complete list of CPE names with products and versions, see this page



