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().
References
Configurations
Configuration 1 (hide)
|
History
02 Dec 2025, 02:40
| Type | Values Removed | Values Added |
|---|---|---|
| CWE | CWE-401 | |
| First Time |
Linux linux Kernel
Linux |
|
| CPE | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | |
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
| References | () https://git.kernel.org/stable/c/08fc75735fda3be97194bfbf3c899c87abb3d0fe - Patch | |
| References | () https://git.kernel.org/stable/c/cd716022c968bc6748f23708b986f845b45791b7 - Patch | |
| References | () https://git.kernel.org/stable/c/d4f5b1dd816dccd4ee6bb60b2a81a3d4373636a9 - Patch |
Information
Published : 2025-09-15 14:15
Updated : 2025-12-02 02:40
NVD link : CVE-2023-53195
Mitre link : CVE-2023-53195
CVE.ORG link : CVE-2023-53195
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-401
Missing Release of Memory after Effective Lifetime
