Bug 2395389 (CVE-2023-53195) - CVE-2023-53195 kernel: mlxsw: minimal: fix potential memory leak in mlxsw_m_linecards_init
Summary: CVE-2023-53195 kernel: mlxsw: minimal: fix potential memory leak in mlxsw_m_l...
Keywords:
Status: NEW
Alias: CVE-2023-53195
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-09-15 15:11 UTC by OSIDB Bzimport
Modified: 2025-09-19 16:42 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-09-15 15:11:16 UTC
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().


Note You need to log in before you can comment on or make changes to this bug.