Vulnerability Description
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().
CVSS Score
HIGH
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 5.13, < 5.15.149 |
Related Weaknesses (CWE)
References
- https://git.kernel.org/stable/c/2897c981ee63e1be5e530b1042484626a10b26d8Patch
- https://git.kernel.org/stable/c/65a4ade8a6d205979292e88beeb6a626ddbd4779Patch
- https://git.kernel.org/stable/c/72a729868592752b5a294d27453da264106983b1Patch
- https://git.kernel.org/stable/c/aef855df7e1bbd5aa4484851561211500b22707ePatch
- https://git.kernel.org/stable/c/b2fa86b2aceb4bc9ada51cea90f61546d7512cbePatch
- https://git.kernel.org/stable/c/2897c981ee63e1be5e530b1042484626a10b26d8Patch
- https://git.kernel.org/stable/c/65a4ade8a6d205979292e88beeb6a626ddbd4779Patch
- https://git.kernel.org/stable/c/72a729868592752b5a294d27453da264106983b1Patch
- https://git.kernel.org/stable/c/aef855df7e1bbd5aa4484851561211500b22707ePatch
- https://git.kernel.org/stable/c/b2fa86b2aceb4bc9ada51cea90f61546d7512cbePatch
FAQ
What is CVE-2023-52667?
CVE-2023-52667 is a vulnerability with a CVSS score of 7.8 (HIGH). 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_a...
How severe is CVE-2023-52667?
CVE-2023-52667 has been rated HIGH with a CVSS base score of 7.8/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2023-52667?
Check the references section above for vendor advisories and patch information. Affected products include: Linux Linux Kernel.