CVE-2023-53195
BaseFortify
Publication date: 2025-09-15
Last updated on: 2025-12-02
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | From 6.1 (inc) to 6.1.39 (exc) |
| linux | linux_kernel | From 6.2 (inc) to 6.4.4 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-401 | The product does not sufficiently track and release allocated memory after it has been used, making the memory unavailable for reallocation and reuse. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a potential memory leak in the Linux kernel's mlxsw driver. Specifically, in the mlxsw_m_linecards_init() function, if an error occurs, the allocated line cards array is not freed properly, which can cause a memory leak. The fix involves freeing this array in the error path to prevent the leak.
How can this vulnerability impact me? :
The impact of this vulnerability is a potential memory leak in the Linux kernel, which could lead to increased memory usage and possibly degrade system performance or stability over time if the error path is triggered repeatedly.