CVE Catalog

CVE-2025-68749

HighCVSS 7.8
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.10%

1th percentile - higher than 1% of all known CVEs

Summary

A race condition during BO unbinding in the ivpu accelerator in the Linux kernel was found. ivpu_gem_bo_free() removes the BO from the list before unmapping it, causing a 'Memory manager not clean during takedown' warning.

Risk Assessment

This could lead to memory leaks or system instability during context teardown.

Recommendation

Apply the Linux kernel patch that protects the unmapping sequence with bo_list_lock.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

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().

Vulnerability data from NVD (NIST) · CISA KEV · EPSS