Security Advisory

CVE-2023-54169

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2025-12-30 12:08:44
Last updated 2026-05-11 19:56:47
Assigner Linux
State PUBLISHED

Description

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.