CVE-2023-54097
Published: Dec 24, 2025
Modified: May 11, 2026
Description
In the Linux kernel, the following vulnerability has been resolved: regulator: stm32-pwr: fix of_iomap leak Smatch reports: drivers/regulator/stm32-pwr.c:166 stm32_pwr_regulator_probe() warn: 'base' from of_iomap() not released on lines: 151,166. In stm32_pwr_regulator_probe(), base is not released when devm_kzalloc() fails to allocate memory or devm_regulator_register() fails to register a new regulator device, which may cause a leak. To fix this issue, replace of_iomap() with devm_platform_ioremap_resource(). devm_platform_ioremap_resource() is a specialized function for platform devices. It allows 'base' to be automatically released whether the probe function succeeds or fails. Besides, use IS_ERR(base) instead of !base as the return value of devm_platform_ioremap_resource() can either be a pointer to the remapped memory or an ERR_PTR() encoded error code if the operation fails.
| Vendor | Product | Versions |
|---|---|---|
Linux | Linux | affected dc62f951a6a8490bcccc7b6de36cd85bd57be740 - < 824683dbec234a01bd49a0589ee3323594a6f4cfaffected dc62f951a6a8490bcccc7b6de36cd85bd57be740 - < dfce9bb3517a78507cf96f9b83948d0b81338afaaffected dc62f951a6a8490bcccc7b6de36cd85bd57be740 - < ad6481f49fb2c703efa3a929643934f24b666d6aaffected dc62f951a6a8490bcccc7b6de36cd85bd57be740 - < f25994f7a9ad53eb756bc4869497c3ebe281ad5eaffected dc62f951a6a8490bcccc7b6de36cd85bd57be740 - < c091bb49b3233307c7af73dae888f0799752af3d+2 more versions |
Linux | Linux | affected 5.2unaffected 0 - < 5.2unaffected 5.4.243 - <= 5.4.*unaffected 5.10.180 - <= 5.10.*unaffected 5.15.111 - <= 5.15.*+4 more versions |
References
Security Training
Train your team to recognize and prevent security threats with our comprehensive security awareness program.
Start TrainingVulnerability Scanning
Discover vulnerabilities in your applications and infrastructure before attackers do.
Scan Now