First published: Tue Aug 20 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Always drain health in shutdown callback There is no point in recovery during device shutdown. if health work started need to wait for it to avoid races and NULL pointer access. Hence, drain health WQ on shutdown callback.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | >=4.13.16<6.1.113 | |
Linux Kernel | >=6.2<6.6.45 | |
Linux Kernel | >=6.7<6.10.4 | |
Linux Kernel | =6.11-rc1 | |
debian/linux | <=5.10.223-1<=5.10.226-1 | 6.1.123-1 6.1.119-1 6.12.11-1 |
debian/linux-6.1 | 6.1.119-1~deb11u1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-43866 is considered a moderate severity vulnerability in the Linux kernel.
To fix CVE-2024-43866, update to the latest version of the Linux kernel, specifically versions 6.1.123-1 or 6.1.119-1.
CVE-2024-43866 affects Linux kernel versions from 4.13.16 up to 6.10.4, excluding the patched versions.
CVE-2024-43866 specifically impacts the net/mlx5 component of the Linux kernel.
Yes, CVE-2024-43866 could potentially lead to NULL pointer access, making it exploitable in production environments if not mitigated.