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

CVE-2026-68447

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

Descripción

*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> drm/amdkfd: clamp v9 CRIU control stack checkpoint copy to BO size<br /> <br /> CRIU checkpoint copies the MQD control stack using cp_hqd_cntl_stack_size<br /> from hardware without bounding it to the allocated BO region. If the HW<br /> field is larger than the queue&amp;#39;s control stack allocation, memcpy reads<br /> past the BO into adjacent GTT memory and can leak kernel data to userspace.<br /> <br /> Store the page-aligned control stack BO size in mqd_manager and clamp<br /> checkpoint copies and reported checkpoint sizes to<br /> min(cp_hqd_cntl_stack_size, mm-&gt;ctl_stack_size). Apply the same bound<br /> for multi-XCC v9.4.3 checkpoint layout.<br /> <br /> (cherry picked from commit 6c2abd0ec09e86c6323010673766f76050e28aa3)