CVE-2025-39870
BaseFortify
Publication date: 2025-09-23
Last updated on: 2025-11-03
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux | 6.1.153-1 |
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 double free bug in the Linux kernel's dmaengine idxd driver, specifically in the idxd_setup_wqs() function. The error handling in this function is flawed, causing it to sometimes free the same device object twice. This happens when idxd->max_wqs is less than or equal to zero or when memory allocation with kzalloc_node() fails, leading to invalid or uninitialized pointers being freed multiple times.
How can this vulnerability impact me? :
A double free vulnerability can lead to undefined behavior such as kernel crashes, memory corruption, or potential escalation of privileges. Exploiting this bug could allow an attacker to destabilize the system or execute arbitrary code with kernel privileges.