CVE-2023-53682

In the Linux kernel, the following vulnerability has been resolved: hwmon: (xgene) Fix ioremap and memremap leak Smatch reports: drivers/hwmon/xgene-hwmon.c:757 xgene_hwmon_probe() warn: 'ctx->pcc_comm_addr' from ioremap() not released on line: 757. This is because in drivers/hwmon/xgene-hwmon.c:701 xgene_hwmon_probe(), ioremap and memremap is not released, which may cause a leak. To fix this, ioremap and memremap is modified to devm_ioremap and devm_memremap. [groeck: Fixed formatting and subject]
Configurations

Configuration 1 (hide)

OR cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:6.3:rc1:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:6.3:rc2:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:6.3:rc3:*:*:*:*:*:*

History

03 Feb 2026, 18:24

Type Values Removed Values Added
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 5.5
First Time Linux linux Kernel
Linux
References () https://git.kernel.org/stable/c/1773185a0a87006c1be78a978d9dd61aa7a33db8 - () https://git.kernel.org/stable/c/1773185a0a87006c1be78a978d9dd61aa7a33db8 - Patch
References () https://git.kernel.org/stable/c/813cc94c7847ae4a17e9f744fb4dbdf7df6bd732 - () https://git.kernel.org/stable/c/813cc94c7847ae4a17e9f744fb4dbdf7df6bd732 - Patch
References () https://git.kernel.org/stable/c/9d482a09acd3d5f61a56aefc125d32c81994707b - () https://git.kernel.org/stable/c/9d482a09acd3d5f61a56aefc125d32c81994707b - Patch
CPE cpe:2.3:o:linux:linux_kernel:6.3:rc3:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:6.3:rc2:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:6.3:rc1:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
CWE CWE-401

Information

Published : 2025-10-07 16:15

Updated : 2026-02-03 18:24


NVD link : CVE-2023-53682

Mitre link : CVE-2023-53682

CVE.ORG link : CVE-2023-53682


JSON object : View

Products Affected

linux

  • linux_kernel
CWE
CWE-401

Missing Release of Memory after Effective Lifetime