CVE-2024-35835

MEDIUM

Linux Kernel < 4.19.307 - Double Free

Title source: rule

Description

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.

Scores

CVSS v3 5.3
EPSS 0.0016
EPSS Percentile 36.4%
Attack Vector NETWORK
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N

Classification

CWE
CWE-415
Status published

Affected Products (10)

linux/linux_kernel < 4.19.307
linux/linux_kernel
debian/debian_linux
linux/Kernel < 4.19.307linux
linux/Kernel < 5.4.269linux
linux/Kernel < 5.10.210linux
linux/Kernel < 5.15.149linux
linux/Kernel < 6.1.76linux
linux/Kernel < 6.6.15linux
linux/Kernel < 6.7.3linux

Timeline

Published May 17, 2024
Tracked Since Feb 18, 2026