CVE-2024-35835 | 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.
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.
- 🔗 git.kernel.org/stable/c/e3d3ed8c152971dbe64c92c9ecb98fdb…
- 🔗 git.kernel.org/stable/c/2501afe6c4c9829d03abe9a368b83d9e…
- 🔗 git.kernel.org/stable/c/cf116d9c3c2aebd653c2dfab5b10c278…
- 🔗 git.kernel.org/stable/c/c57ca114eb00e03274dd38108d07a375…
- 🔗 git.kernel.org/stable/c/42876db001bbea7558e8676d1019f08f…
- 🔗 git.kernel.org/stable/c/b21db3f1ab7967a81d6bbd328d28fe5a…
- 🔗 git.kernel.org/stable/c/66cc521a739ccd5da057a1cb3d6346c6…
- 🔗 git.kernel.org/stable/c/3c6d5189246f590e4e1f167991558bdb…
Zero-Day & Vulnerability Intelligence Hub
Echtzeit-Tracking mit EPSS Exploit-Wahrscheinlichkeiten, Angriffsvektor-Decodern und KI-Patch-Anleitungen.
📊 Historien-Charts — Criticals-Trend · Vendors · EPSS-Verteilung
| Tier | 2026-08-31 | 2026-09-19 |
|---|---|---|
| ≥90 % | 0 | 538 |
| ≥50 % | 0 | 1603 |
| ≥10 % | 0 | 17 |
| <10 % | 300 | 56400 |
CVE-2024-35835 | 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.
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_tab