IT

Tracker / CVE-2023-53255

CVE-2023-53255

Medium 5.5

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 and versions

linux linux_kernel · 5.0 → 5.4.251
linux linux_kernel · 5.11 → 5.15.121
linux linux_kernel · 5.16 → 6.1.40
linux linux_kernel · 5.5 → 5.10.188
linux linux_kernel · 6.2 → 6.4.5

Analysis

This page is not indexable yet.Until it carries original analysis — what it actually exposes, how to check in two minutes whether a system was touched, what to do if it was — the page stays noindex. The database decides that, not the template.

References