Bug 2395320 (CVE-2023-53249) - CVE-2023-53249 kernel: clk: imx: clk-imx8mn: fix memory leak in imx8mn_clocks_probe
Summary: CVE-2023-53249 kernel: clk: imx: clk-imx8mn: fix memory leak in imx8mn_clocks...
Keywords:
Status: NEW
Alias: CVE-2023-53249
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-15 15:07 UTC by OSIDB Bzimport
Modified: 2025-09-15 22:11 UTC (History)
0 users

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-09-15 15:07:19 UTC
In the Linux kernel, the following vulnerability has been resolved:

clk: imx: clk-imx8mn: fix memory leak in imx8mn_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().


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