Vulnerability Description
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]
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 4.9, < 6.1.25 |
Related Weaknesses (CWE)
References
- https://git.kernel.org/stable/c/1773185a0a87006c1be78a978d9dd61aa7a33db8Patch
- https://git.kernel.org/stable/c/813cc94c7847ae4a17e9f744fb4dbdf7df6bd732Patch
- https://git.kernel.org/stable/c/9d482a09acd3d5f61a56aefc125d32c81994707bPatch
FAQ
What is CVE-2023-53682?
CVE-2023-53682 is a vulnerability with a CVSS score of 5.5 (MEDIUM). 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_...
How severe is CVE-2023-53682?
CVE-2023-53682 has been rated MEDIUM with a CVSS base score of 5.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2023-53682?
Check the references section above for vendor advisories and patch information. Affected products include: Linux Linux Kernel.