Security Advisory

CVE-2023-53195

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2025-09-15 14:06:42
Last updated 2026-05-11 19:40:06
Assigner Linux
State PUBLISHED

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().