NONE · 0

CVE-2023-54169

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

Vulnerability 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.

References

FAQ

What is CVE-2023-54169?

CVE-2023-54169 is a documented vulnerability. 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...

How severe is CVE-2023-54169?

CVSS scoring is not yet available for CVE-2023-54169. Check NVD for updates.

Is there a patch for CVE-2023-54169?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.