CVE-2023-54097
CVE-2023-54097 is a security vulnerability that is still awaiting full analysis and scoring. It is not currently listed as actively exploited by CISA, and its EPSS exploit-prediction score is low.
Key facts
- EPSS exploit prediction: 0% (8th percentile)
- Actively exploited: Not listed in CISA KEV
- EU (EUVD) id: EUVD-2023-60348
- Published:
- Last modified:
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.
Frequently asked questions
- What is CVE-2023-54097?
- 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.
- Is CVE-2023-54097 being actively exploited?
- It is not currently listed in CISA's KEV catalog. Its EPSS exploit-prediction score is 0% (8th percentile), an estimate of the probability of exploitation in the next 30 days.
- How do I fix CVE-2023-54097?
- Review the linked vendor and NVD advisories for patched versions and mitigations, then upgrade or apply the recommended workaround.
- Does CVE-2023-54097 have an EU (EUVD) identifier?
- Yes. CVE-2023-54097 is tracked in the ENISA EU Vulnerability Database (EUVD) as EUVD-2023-60348.
- When was CVE-2023-54097 published?
- CVE-2023-54097 was published on 2025-12-24 and last updated on 2026-06-17.
References
- https://git.kernel.org/stable/c/0ad07e02be0d3f0d554653382ffe53ae4879378d
- https://git.kernel.org/stable/c/824683dbec234a01bd49a0589ee3323594a6f4cf
- https://git.kernel.org/stable/c/ad6481f49fb2c703efa3a929643934f24b666d6a
- https://git.kernel.org/stable/c/c091bb49b3233307c7af73dae888f0799752af3d
- https://git.kernel.org/stable/c/c4a413e56d16a2ae84e6d8992f215c4dcc7fac20
- https://git.kernel.org/stable/c/dfce9bb3517a78507cf96f9b83948d0b81338afa
- https://git.kernel.org/stable/c/f25994f7a9ad53eb756bc4869497c3ebe281ad5e