In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: fix a double-free in arfs_create_groups When `in` allocated by kvzalloc fails, arfs_create_groups will free ft->g and return an error. However, arfs_create_table, the only caller of arfs_create_groups, will hold this error and call to mlx5e_destroy_flow_table, in which the ft->g will be freed again.
| Version | Score | Severity | Vector String |
|---|---|---|---|
| 3.1 | 5.3 | Medium | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N |
| Product | Vendor | Version |
|---|---|---|
| Linux | Linux | 12.3(7)T9 |
| Linux | Linux | 12.3(8)T11 |
| Linux | Linux | 32-bit systems |
| Linux | Linux | Itanium-Based Systems Service Pack 1 |