Instituto Nacional de ciberseguridad. Sección Incibe
Instituto Nacional de Ciberseguridad. Sección INCIBE-CERT

CVE-2026-68265

Gravedad CVSS v3.1:
ALTA
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
10/08/2026
Última modificación:
17/08/2026

Descripción

*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> drm/xe/vm: Fix BO prefetch with CONSULT_MEM_ADVISE_PREF_LOC<br /> <br /> When prefetch region is DRM_XE_CONSULT_MEM_ADVISE_PREF_LOC for a BO VMA,<br /> the code used it as an index into region_to_mem_type[], causing an<br /> out-of-bounds access since the value is -1.<br /> <br /> Resolve the preferred location for BO VMAs directly: local VRAM on dGFX<br /> (using the BO&amp;#39;s tile placement) or system memory on iGPU.<br /> <br /> Discovered using AI-assisted static analysis confirmed by Intel Product<br /> Security.<br /> <br /> v2:<br /> -Fix null dereference<br /> <br /> (cherry picked from commit d9a4906ac03be9f6ed3f3b45c56c866b867fd75b)