Bug 2426227 (CVE-2023-54169) - CVE-2023-54169 kernel: net/mlx5e: fix memory leak in mlx5e_ptp_open
Summary: CVE-2023-54169 kernel: net/mlx5e: fix memory leak in mlx5e_ptp_open
Keywords:
Status: NEW
Alias: CVE-2023-54169
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-12-30 13:17 UTC by OSIDB Bzimport
Modified: 2025-12-31 11:51 UTC (History)
0 users

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-12-30 13:17:51 UTC
In the Linux kernel, the following vulnerability has been resolved:

net/mlx5e: fix memory leak in mlx5e_ptp_open

When kvzalloc_node or kvzalloc failed in mlx5e_ptp_open, the memory
pointed by "c" or "cparams" is not freed, which can lead to a memory
leak. Fix by freeing the array in the error path.


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