CVE-2025-39979
BaseFortify
Publication date: 2025-10-15
Last updated on: 2025-10-16
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| mlx5 | mlx5_core | * |
| ib_uverbs | ib_uverbs | * |
| mlx5 | mlx5_ib | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a use-after-free (UAF) issue in the Linux kernel's mlx5 driver related to flow counter release. Specifically, when deleting a hardware steering (HWS) action of a local flow counter, the reference count and mutex were not properly initialized, which could lead to the counter structure being freed while still in use. This was fixed by adding the missing initializations and reference counting to prevent premature freeing.
How can this vulnerability impact me? :
The vulnerability could cause kernel instability or crashes due to use-after-free errors in the mlx5 driver. This may lead to denial of service or unpredictable behavior in systems using this driver, potentially affecting network functionality.