CVE-2023-53371: net/mlx5e: fix memory leak in mlx5e_fs_tt_redirect_any_create
In the Linux kernel, the following vulnerability has been resolved:
net/mlx5e: fix memory leak in mlx5efsttredirectanycreate
The memory pointed to by the fs->any pointer is not freed in the error path of mlx5efsttredirectanycreate, which can lead to a memory leak. Fix by freeing the memory in the error path, thereby making the error path identical to mlx5efsttredirectanydestroy().
Affected Software
Remediation
Event History
Frequently Asked Questions
What is the severity of CVE-2023-53371?
CVE-2023-53371 has been classified as a moderate severity vulnerability due to the potential for a memory leak.
How do I fix CVE-2023-53371?
To resolve CVE-2023-53371, update your Linux kernel to the latest version where this vulnerability has been patched.
What software is affected by CVE-2023-53371?
CVE-2023-53371 affects the Linux kernel, particularly within the mlx5e network driver.
What types of attacks can CVE-2023-53371 lead to?
The memory leak in CVE-2023-53371 could potentially lead to Denial of Service if not addressed.
Is CVE-2023-53371 exploitable remotely?
CVE-2023-53371 is not classified as remotely exploitable, as it requires local access to the affected system.