CVE-2023-53371
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
18/09/2025
Last modified:
19/09/2025
Description
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().