CVE-2023-53255
Published: Sep 15, 2025
Modified: May 11, 2026
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.
| Vendor | Product | Versions |
|---|---|---|
Linux | Linux | affected 7ca5ce896524f5292e610b27d168269e5ab74951 - < e3373e6b6c79aff698442b00d20c9f285d296e46affected 7ca5ce896524f5292e610b27d168269e5ab74951 - < c04ed61ebf01968d7699b121663982493ed577fbaffected 7ca5ce896524f5292e610b27d168269e5ab74951 - < 974ac045a05ad12a0b4578fb303f00dcc22f3abaaffected 7ca5ce896524f5292e610b27d168269e5ab74951 - < cb8a31a56df8492fb0d900959238e1a3ff8b8981affected 7ca5ce896524f5292e610b27d168269e5ab74951 - < 7363de081c793e47866cb54ce7cb8a480cffc259+1 more versions |
Linux | Linux | affected 5.0unaffected 0 - < 5.0unaffected 5.4.251 - <= 5.4.*unaffected 5.10.188 - <= 5.10.*unaffected 5.15.121 - <= 5.15.*+3 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