CVE-2023-54221

NONE EPSS 6.4%
Published Dec 30, 20256mo ago · Modified Jun 17, 20261w ago
Find Similar
Published Dec 30, 2025 6mo ago
Last Modified Jun 17, 2026 1w ago

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.

Threat Intelligence

EPSS Exploit Probability
6.4% percentile
Exploit & Patch Status
No Known Exploit
No Patch Available

References 4

  • git.kernel.org https://git.kernel.org/stable/c/280a5ff665e12d1e0c54c20cedc9c5008aa686a5
  • git.kernel.org https://git.kernel.org/stable/c/d17c16a2b2a6589c45b0bfb1b9914da80b72d89e
  • git.kernel.org https://git.kernel.org/stable/c/e02ba11b457647050cb16e7cad16cec3c252fade
  • git.kernel.org https://git.kernel.org/stable/c/fac9c624138c4bc021d7a8ee3b974c9e10926d92

Remediation

No remediation data recorded yet

Check vendor advisories and the NVD entry for patch availability.