VYPR
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.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

Affected products

159

Patches

Vulnerability mechanics

References

6

News mentions

0

No linked articles in our index yet.