VDB
CISA-2023-52667
CISA-2023-52667
PUBLISHED
Reported by Linux · Published May 17, 2024
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 Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | 0f575c20bf0686caf3d82d6c626c2e1e4a4c36e6, 0f575c20bf0686caf3d82d6c626c2e1e4a4c36e6, 0f575c20bf0686caf3d82d6c626c2e1e4a4c36e6 |
| Linux | Linux | 5.13, 0, 5.15.149 |
| Linux | Linux | 0f575c20bf0686caf3d82d6c626c2e1e4a4c36e6, 0f575c20bf0686caf3d82d6c626c2e1e4a4c36e6, 0f575c20bf0686caf3d82d6c626c2e1e4a4c36e6 |
Timeline
- May 17, 2024 CVE Published
- Dec 19, 2024 CVE Updated