CVE-2025-39947
BaseFortify
Publication date: 2025-10-04
Last updated on: 2026-04-06
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| mlx5 | mlx5_core | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability occurs in the Linux kernel's mlx5e driver where a function attempts to access a network device pointer that may have been removed and cleared when the device is unbound. This leads to a NULL pointer dereference, causing a kernel panic (system crash). The issue arises because the code does not check if the pointer is valid before using it, which can cause the kernel to fault when it tries to access invalid memory.
How can this vulnerability impact me? :
This vulnerability can cause the Linux kernel to crash unexpectedly due to a NULL pointer dereference, resulting in a kernel panic. This can lead to system downtime, loss of availability, and potential disruption of services relying on the affected network device driver.
What immediate steps should I take to mitigate this vulnerability?
To mitigate this vulnerability, ensure that the Linux kernel is updated to a version where the mlx5e driver properly checks the uplink netdevice pointer for NULL before use. This prevents kernel panic by avoiding dereferencing a NULL pointer. Applying the vendor's patch or kernel update that hardens the uplink netdev access against device unbind is the immediate step to take.