CVE-2025-38369
Severity CVSS v4.0:
Pending analysis
Type:
CWE-416
Use After Free
Publication date:
25/07/2025
Last modified:
18/11/2025
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
dmaengine: idxd: Check availability of workqueue allocated by idxd wq driver before using<br />
<br />
Running IDXD workloads in a container with the /dev directory mounted can<br />
trigger a call trace or even a kernel panic when the parent process of the<br />
container is terminated.<br />
<br />
This issue occurs because, under certain configurations, Docker does not<br />
properly propagate the mount replica back to the original mount point.<br />
<br />
In this case, when the user driver detaches, the WQ is destroyed but it<br />
still calls destroy_workqueue() attempting to completes all pending work.<br />
It&#39;s necessary to check wq->wq and skip the drain if it no longer exists.
Impact
Base Score 3.x
7.80
Severity 3.x
HIGH
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.6 (including) | 6.6.96 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.7 (including) | 6.12.36 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.13 (including) | 6.15.5 (excluding) |
To consult the complete list of CPE names with products and versions, see this page



