CVE-2023-52667
N/A
N/A
Summary
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().
Affected Software
| Vendor | Product | Version Range | Status |
|---|---|---|---|
| Linux | Linux | 0f575c20bf0686caf3d82d6c626c2e1e4a4c36e6 < 72a729868592752b5a294d27453da264106983b1 | affected |
| Linux | Linux | 0f575c20bf0686caf3d82d6c626c2e1e4a4c36e6 < b2fa86b2aceb4bc9ada51cea90f61546d7512cbe | affected |
| Linux | Linux | 0f575c20bf0686caf3d82d6c626c2e1e4a4c36e6 < 2897c981ee63e1be5e530b1042484626a10b26d8 | affected |
| Linux | Linux | 0f575c20bf0686caf3d82d6c626c2e1e4a4c36e6 < 65a4ade8a6d205979292e88beeb6a626ddbd4779 | affected |
| Linux | Linux | 0f575c20bf0686caf3d82d6c626c2e1e4a4c36e6 < aef855df7e1bbd5aa4484851561211500b22707e | affected |
| Linux | Linux | 5.13 | affected |
| Linux | Linux | 0 < 5.13 | unaffected |
| Linux | Linux | 5.15.149 <= 5.15.* | unaffected |
| Linux | Linux | 6.1.76 <= 6.1.* | unaffected |
| Linux | Linux | 6.6.15 <= 6.6.* | unaffected |
| Linux | Linux | 6.7.3 <= 6.7.* | unaffected |
| Linux | Linux | 6.8 <= * | unaffected |
Weaknesses
ADP Enrichment
CVE Program Container
Additional References
- https://git.kernel.org/stable/c/72a729868592752b5a294d27453da264106983b1
- https://git.kernel.org/stable/c/b2fa86b2aceb4bc9ada51cea90f61546d7512cbe
- https://git.kernel.org/stable/c/2897c981ee63e1be5e530b1042484626a10b26d8
- https://git.kernel.org/stable/c/65a4ade8a6d205979292e88beeb6a626ddbd4779
- https://git.kernel.org/stable/c/aef855df7e1bbd5aa4484851561211500b22707e
CISA ADP Vulnrichment
- SSVC:
- Exploitation: none
- Automatable: no
- Technical Impact: partial
References
- https://git.kernel.org/stable/c/72a729868592752b5a294d27453da264106983b1
- https://git.kernel.org/stable/c/b2fa86b2aceb4bc9ada51cea90f61546d7512cbe
- https://git.kernel.org/stable/c/2897c981ee63e1be5e530b1042484626a10b26d8
- https://git.kernel.org/stable/c/65a4ade8a6d205979292e88beeb6a626ddbd4779
- https://git.kernel.org/stable/c/aef855df7e1bbd5aa4484851561211500b22707e
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.