CVE-2025-68749
Severity CVSS v4.0:
Pending analysis
Type:
CWE-362
Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')
Publication date:
24/12/2025
Last modified:
26/02/2026
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
accel/ivpu: Fix race condition when unbinding BOs<br />
<br />
Fix &#39;Memory manager not clean during takedown&#39; warning that occurs<br />
when ivpu_gem_bo_free() removes the BO from the BOs list before it<br />
gets unmapped. Then file_priv_unbind() triggers a warning in<br />
drm_mm_takedown() during context teardown.<br />
<br />
Protect the unmapping sequence with bo_list_lock to ensure the BO is<br />
always fully unmapped when removed from the list. This ensures the BO<br />
is either fully unmapped at context teardown time or present on the<br />
list and unmapped by file_priv_unbind().
Impact
Base Score 3.x
4.70
Severity 3.x
MEDIUM
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.8 (including) | 6.12.68 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.13 (including) | 6.17.13 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.18 (including) | 6.18.2 (excluding) |
To consult the complete list of CPE names with products and versions, see this page



