CVE-2025-68749
Gravedad CVSS v3.1:
MEDIA
Tipo:
CWE-362
Ejecución concurrente utilizando recursos compartidos con una incorrecta sincronización (Condición de carrera)
Fecha de publicación:
24/12/2025
Última modificación:
26/02/2026
Descripción
*** Pendiente de traducción *** 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().
Impacto
Puntuación base 3.x
4.70
Gravedad 3.x
MEDIA
Productos y versiones vulnerables
| CPE | Desde | Hasta |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.8 (incluyendo) | 6.12.68 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.13 (incluyendo) | 6.17.13 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.18 (incluyendo) | 6.18.2 (excluyendo) |
Para consultar la lista completa de nombres de CPE con productos y versiones, ver esta página



