CVE-2023-53371
Gravedad:
Pendiente de análisis
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
18/09/2025
Última modificación:
19/09/2025
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
net/mlx5e: fix memory leak in mlx5e_fs_tt_redirect_any_create<br />
<br />
The memory pointed to by the fs->any pointer is not freed in the error<br />
path of mlx5e_fs_tt_redirect_any_create, which can lead to a memory leak.<br />
Fix by freeing the memory in the error path, thereby making the error path<br />
identical to mlx5e_fs_tt_redirect_any_destroy().