CVE-2023-53249

Source
https://nvd.nist.gov/vuln/detail/CVE-2023-53249
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2023-53249.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2023-53249
Downstream
Published
2025-09-15T15:15:52Z
Modified
2025-09-15T21:01:11Z
Summary
[none]
Details

In the Linux kernel, the following vulnerability has been resolved:

clk: imx: clk-imx8mn: fix memory leak in imx8mnclocksprobe

Use devmofiomap() instead of of_iomap() to automatically handle the unused ioremap region.

If any error occurs, regions allocated by kzalloc() will leak, but using devmkzalloc() instead will automatically free the memory using devmkfree().

References

Affected packages