CVE-2023-53255 Details
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.
A resource leak vulnerability has been identified in the Linux kernel's Stratix10 service layer driver. The issue arises in the 'svc_create_memory_pool()' function, which is called during the probe phase of the driver. While most resources are properly managed, the 'memremap()' call in this function is not, leading to a potential resource leak. The absence of a corresponding 'memunmap()' call further exacerbates the issue. To address this, the 'memremap()' call has been replaced with 'devm_memremap()', which automatically manages the memory mapping and unmapping, preventing the resource leak.
The vulnerability has been addressed in the Linux kernel by updating the memory management in the Stratix10 service layer driver. Users should upgrade to the latest version of the Linux kernel where this fix has been applied.
Metrics
CVSS 4.0 Severity and Vector Strings:
No CVSS 4.0 data is available for this CVE.
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Jan 14, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://git.kernel.org/stable/c/1995f15590ca222f91193ed11461862b450abfd6 | kernel.org | Patch |
| https://git.kernel.org/stable/c/7363de081c793e47866cb54ce7cb8a480cffc259 | kernel.org | Patch |
| https://git.kernel.org/stable/c/974ac045a05ad12a0b4578fb303f00dcc22f3aba | kernel.org | Patch |
| https://git.kernel.org/stable/c/c04ed61ebf01968d7699b121663982493ed577fb | kernel.org | Patch |
| https://git.kernel.org/stable/c/cb8a31a56df8492fb0d900959238e1a3ff8b8981 | kernel.org | Patch |
| https://git.kernel.org/stable/c/e3373e6b6c79aff698442b00d20c9f285d296e46 | kernel.org | Patch |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-401 | Missing Release of Memory after Effective Lifetime | [email protected] |
| CWE-401 | Missing Release of Memory after Effective Lifetime | CISA-ADP |
Affected Products
| Product | Versions |
|---|---|
| linux linux kernel | >= 5.0, < 5.4.251 >= 5.5, < 5.10.188 >= 5.11, < 5.15.121 >= 5.16, < 6.1.40 >= 6.2, < 6.4.5 |
CPE
Remediation
| |
Change History
5 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | kernel.org |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Jan 14, 2026 | CVE Modified | CISA-ADP |
| Dec 3, 2025 | Initial Analysis | [email protected] |
| Sep 15, 2025 | New CVE Received | kernel.org |