Unrated severityNVD Advisory· Published Sep 15, 2025· Updated Jan 14, 2026
firmware: stratix10-svc: Fix a potential resource leak in svc_create_memory_pool()
CVE-2023-53255
Description
In the Linux kernel, the following vulnerability has been resolved:
firmware: stratix10-svc: Fix a potential resource leak in svc_create_memory_pool()
svc_create_memory_pool() is only called from stratix10_svc_drv_probe(). Most of resources in the probe are managed, but not this memremap() call.
There is also no memunmap() call in the file.
So switch to devm_memremap() to avoid a resource leak.
Affected products
2- Linux/Linuxv5Range: 5.0
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
6- git.kernel.org/stable/c/1995f15590ca222f91193ed11461862b450abfd6mitre
- git.kernel.org/stable/c/7363de081c793e47866cb54ce7cb8a480cffc259mitre
- git.kernel.org/stable/c/974ac045a05ad12a0b4578fb303f00dcc22f3abamitre
- git.kernel.org/stable/c/c04ed61ebf01968d7699b121663982493ed577fbmitre
- git.kernel.org/stable/c/cb8a31a56df8492fb0d900959238e1a3ff8b8981mitre
- git.kernel.org/stable/c/e3373e6b6c79aff698442b00d20c9f285d296e46mitre
News mentions
0No linked articles in our index yet.