CVE-2024-43866: net/mlx5: Always drain health in shutdown callback
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.
A Linux kernel network driver bug can cause a crash during shutdown because background health work may race with device shutdown. Business impact is mainly availability for systems running affected kernels where net/mlx5 is in use. The provided sources do not report active exploitation.
Executive priority
Treat this as a maintenance-priority kernel reliability issue unless local exposure is broad or the driver supports critical workloads. Patch through normal kernel update channels, with higher urgency for production hosts using net/mlx5.
Technical view
CVE-2024-43866 is in Linux net/mlx5. During device shutdown, health recovery work could still run, creating a race and possible NULL pointer access. The kernel fix drains the health workqueue in the shutdown callback instead of allowing recovery to continue.
Likely exposure
Exposure appears limited to Linux systems on affected kernel versions where the net/mlx5 driver is present and relevant shutdown paths can execute. The source bundle lists affected Linux kernel ranges but provides no CVSS score or broader product matrix.
Exploitation context
The CVE is not listed as KEV in the provided bundle, and no cited source reports exploitation. The described condition is a shutdown-time race, which suggests reliability risk rather than clearly documented remote compromise.
Researcher notes
Evidence is sparse: no CVSS, CWE, exploit report, or detailed trigger path is provided. The available record supports a race-to-NULL-pointer issue during mlx5 shutdown, fixed by draining health work before shutdown completes.
Mitigation direction
Update to a Linux kernel containing the referenced stable commits.
Apply distribution kernel security updates when available.
Review Debian LTS guidance if using affected Debian releases.
Prioritize systems where net/mlx5 is loaded or required.
Schedule reboot windows needed to activate patched kernels.
Validation and detection
Inventory running kernel versions against the affected ranges in the CVE record.
Confirm whether net/mlx5 is present, loaded, or required on each host.
Verify the installed kernel includes the stable fix commit for its branch.
Check distribution advisories for packaged fixed kernel versions.
Monitor shutdown or device removal logs for mlx5-related crashes.
Based on public source material and reviewed before publication.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cve · low confidence lookup
CVE-2024-43866 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.