CVE-2023-53195
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2025-09-15

Last updated on: 2025-12-02

Assigner: kernel.org

Description
In the Linux kernel, the following vulnerability has been resolved: mlxsw: minimal: fix potential memory leak in mlxsw_m_linecards_init The line cards array is not freed in the error path of mlxsw_m_linecards_init(), which can lead to a memory leak. Fix by freeing the array in the error path, thereby making the error path identical to mlxsw_m_linecards_fini().
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-09-15
Last Modified
2025-12-02
Generated
2026-06-16
AI Q&A
2025-09-15
EPSS Evaluated
2026-06-15
NVD
Affected Vendors & Products
Showing 2 associated CPEs
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
CWE Icon
KEV
KEV Icon
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 Quick Actions
Instant insights powered by AI
Executive Summary

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.

Impact Analysis

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.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2023-53195. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart