CVE-2025-68749
MEDIUMLinux kernel - Memory Corruption
Title source: llmDescription
In the Linux kernel, the following vulnerability has been resolved: accel/ivpu: Fix race condition when unbinding BOs Fix 'Memory manager not clean during takedown' warning that occurs when ivpu_gem_bo_free() removes the BO from the BOs list before it gets unmapped. Then file_priv_unbind() triggers a warning in drm_mm_takedown() during context teardown. Protect the unmapping sequence with bo_list_lock to ensure the BO is always fully unmapped when removed from the list. This ensures the BO is either fully unmapped at context teardown time or present on the list and unmapped by file_priv_unbind().
References (4)
Scores
CVSS v3
4.7
EPSS
0.0002
EPSS Percentile
3.7%
Attack Vector
LOCAL
CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H
Classification
CWE
CWE-362
Status
published
Affected Products (4)
linux/Kernel
< 6.12.68linux
linux/Kernel
< 6.17.13linux
linux/Kernel
< 6.18.2linux
linux/linux_kernel
< 6.12.68
Timeline
Published
Dec 24, 2025
Tracked Since
Feb 18, 2026