3 matches found
CVE-2026-74440 drm/xe: Wait on external BO kernel fences in exec IOCTL
In the Linux kernel, the following vulnerability has been resolved: drm/xe: Wait on external BO kernel fences in exec IOCTL Before arming a user job, xeexecioctl only added the VM's dma-resv KERNEL slot as a dependency. That slot covers rebinds and the kernel operations of the VM's private BOs, b...
EUVD-2026-59747
In the Linux kernel, the following vulnerability has been resolved: drm/xe: Wait on external BO kernel fences in exec IOCTL Before arming a user job, xeexecioctl only added the VM's dma-resv KERNEL slot as a dependency. That slot covers rebinds and the kernel operations of the VM's private BOs, b...
CVE-2026-74440
CVE-2026-74440 (Linux kernel, drm/xe) : The vulnerability arises from xe_exec_ioctl() not accounting for external BO kernel fences (bo->vm == NULL) when arming a user job. Only the VM’s dma-resv kernel slot was waited on, leaving external BO operations (evictions/moves) potentially racing with...