CVE-2023-54221
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
30/12/2025
Last modified:
30/12/2025
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
clk: imx93: fix memory leak and missing unwind goto in imx93_clocks_probe<br />
<br />
In function probe(), it returns directly without unregistered hws<br />
when error occurs.<br />
<br />
Fix this by adding &#39;goto unregister_hws;&#39; on line 295 and<br />
line 310.<br />
<br />
Use devm_kzalloc() instead of kzalloc() to automatically<br />
free the memory using devm_kfree() when error occurs.<br />
<br />
Replace of_iomap() with devm_of_iomap() to automatically<br />
handle the unused ioremap region and delete &#39;iounmap(anatop_base);&#39;<br />
in unregister_hws.



