CVE-2023-53195
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
15/09/2025
Last modified:
15/09/2025
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
mlxsw: minimal: fix potential memory leak in mlxsw_m_linecards_init<br />
<br />
The line cards array is not freed in the error path of<br />
mlxsw_m_linecards_init(), which can lead to a memory leak. Fix by<br />
freeing the array in the error path, thereby making the error path<br />
identical to mlxsw_m_linecards_fini().