Bug 2395687 (CVE-2023-53264) - CVE-2023-53264 kernel: clk: imx: clk-imxrt1050: fix memory leak in imxrt1050_clocks_probe
Summary: CVE-2023-53264 kernel: clk: imx: clk-imxrt1050: fix memory leak in imxrt1050_...
Keywords:
Status: NEW
Alias: CVE-2023-53264
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-09-16 09:03 UTC by OSIDB Bzimport
Modified: 2025-09-16 14:41 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-09-16 09:03:36 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.