First published: Wed Jan 15 2025(Updated: )
In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Skip restore TC rules for vport rep without loaded flag During driver unload, unregister_netdev is called after unloading vport rep. So, the mlx5e_rep_priv is already freed while trying to get rpriv->netdev, or walk rpriv->tc_ht, which results in use-after-free. So add the checking to make sure access the data of vport rep which is still loaded.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Red Hat Kernel-devel | ||
Linux Kernel | >=6.6<6.6.70 | |
Linux Kernel | >=6.7<6.12.9 | |
Linux Kernel | =6.13-rc1 | |
Linux Kernel | =6.13-rc2 | |
Linux Kernel | =6.13-rc3 | |
Linux Kernel | =6.13-rc4 | |
Linux Kernel | =6.13-rc5 | |
debian/linux | 5.10.223-1 5.10.234-1 6.1.129-1 6.1.133-1 6.12.22-1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-57801 has a severity rating that reflects potential denial of service risks within the Linux kernel.
To mitigate CVE-2024-57801, it is recommended to update to the latest patch version of the Linux kernel that addresses this vulnerability.
CVE-2024-57801 affects various versions of the Linux kernel ranging from 6.7 to 6.6.70 and 6.13 release candidates.
CVE-2024-57801 can result in instability or crashes in networking operations, primarily when the driver unloads.
As of now, there are no publicly known exploits targeting CVE-2024-57801.