CVE-2023-53255
15.09.2025, 15:15
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.Enginsight
| Vendor | Product | Version |
|---|---|---|
| linux | linux_kernel | 5.0 ≤ 𝑥 < 5.4.251 |
| linux | linux_kernel | 5.5 ≤ 𝑥 < 5.10.188 |
| linux | linux_kernel | 5.11 ≤ 𝑥 < 5.15.121 |
| linux | linux_kernel | 5.16 ≤ 𝑥 < 6.1.40 |
| linux | linux_kernel | 6.2 ≤ 𝑥 < 6.4.5 |
𝑥
= Vulnerable software versions
Debian Releases
Common Weakness Enumeration
References