n 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]
Configuration 1 (hide)
|
03 Feb 2026, 18:24
| Type | Values Removed | Values Added |
|---|---|---|
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
| References | () https://git.kernel.org/stable/c/1773185a0a87006c1be78a978d9dd61aa7a33db8 - Patch | |
| References | () https://git.kernel.org/stable/c/813cc94c7847ae4a17e9f744fb4dbdf7df6bd732 - Patch | |
| References | () https://git.kernel.org/stable/c/9d482a09acd3d5f61a56aefc125d32c81994707b - Patch | |
| CPE | cpe:2.3:o:linux:linux_kernel:6.3:rc1:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.3:rc3:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.3:rc2:*:*:*:*:*:* |
|
| CWE | CWE-401 | |
| First Time |
Linux linux Kernel
Linux |
07 Oct 2025, 16:15
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Published : 2025-10-07 16:15
Updated : 2026-02-26 23:09
NVD link : CVE-2023-53682
Mitre link : CVE-2023-53682
CVE.ORG link : CVE-2023-53682
JSON object : View
Missing Release of Memory after Effective Lifetime