In the Linux kernel, the following vulnerability has been resolved:
net/mlx5e: fix a potential double-free in fs_any_create_groups
When kcalloc() for ft->g succeeds but kvzalloc() for in fails,
fs_any_create_groups() will free ft->g. However, its caller
fs_any_create_table() will free ft->g again through calling
mlx5e_destroy_flow_table(), which will lead to a double-free.
Fix this by setting ft->g to NULL in fs_any_create_groups().
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2024-05-17 14:15
Updated : 2025-01-10 17:43
NVD link : CVE-2023-52667
Mitre link : CVE-2023-52667
CVE.ORG link : CVE-2023-52667
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-415
Double Free
