Memory Leak Vulnerability in Linux Kernel hwmon Driver Affecting Xgene Products
CVE-2023-53682

Currently unrated

Key Information:

Vendor

Linux

Status
Vendor
CVE Published:
7 October 2025

What is CVE-2023-53682?

A memory leak vulnerability has been identified in the hwmon driver of the Linux kernel, specifically affecting Xgene products. The issue arises from improper handling of memory mapping functions within the xgene_hwmon_probe function. The driver does not correctly release memory allocated via ioremap() and memremap(), leading to potential resource leakage. Developers have resolved this by updating the driver to utilize devm_ioremap and devm_memremap, ensuring that memory is appropriately managed and alleviating the risk of leaks that could impact system performance.

Affected Version(s)

Linux 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < 9d482a09acd3d5f61a56aefc125d32c81994707b

Linux 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < 1773185a0a87006c1be78a978d9dd61aa7a33db8

Linux 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < 813cc94c7847ae4a17e9f744fb4dbdf7df6bd732

References

Timeline

  • Vulnerability published

  • Vulnerability Reserved

.
CVE-2023-53682 : Memory Leak Vulnerability in Linux Kernel hwmon Driver Affecting Xgene Products