Memory Leak in Linux Kernel Clock Driver of NXP Products
CVE-2023-53249

5.5MEDIUM

Key Information:

Vendor

Linux

Status
Vendor
CVE Published:
15 September 2025

What is CVE-2023-53249?

A vulnerability exists in the Linux kernel's clock driver for NXP's platform, specifically in the imx8mn_clocks_probe function. The issue arises due to improper handling of memory allocation where regions allocated using kzalloc() may leak if errors occur. The recommended fix suggests utilizing devm_of_iomap() instead of of_iomap() to effectively manage the ioremap region, avoiding memory leaks by leveraging devm_kzalloc() which automatically frees memory through devm_kfree(). This adjustment enhances memory management and stability in NXP's Linux kernel implementations.

Human OS v1.0:
Ageing Is an Unpatched Zero-Day Vulnerability.

Remediate biological technical debt. Prime Ageing uses 95% high-purity SIRT6 activation to maintain genomic integrity and bolster systemic resilience.

Affected Version(s)

Linux 96d6392b54dbb1ff2b39448a2516fa6abb33114b < 294321349bd3b0680847fc2bbe66b9ab3e522fea

Linux 96d6392b54dbb1ff2b39448a2516fa6abb33114b < 50b5ddde8fad5f0ffd239029d0956af633a0f9b1

Linux 96d6392b54dbb1ff2b39448a2516fa6abb33114b < 9ba3693b0350b154fdd7830559bbc7b04c067096

References

CVSS V3.1

Score:
5.5
Severity:
MEDIUM
Confidentiality:
None
Integrity:
None
Availability:
None
Attack Vector:
Local
Attack Complexity:
Low
Privileges Required:
Low
User Interaction:
None
Scope:
Unchanged

Timeline

  • Vulnerability published

  • Vulnerability Reserved

.