CVE-2026-52951
In CVE-2026-52951, the Linux kernel’s drm/xe/dma-buf paths expose race conditions between object attachment and initialization. Specifically, attaching a buffer object before xe_dma_buf_init_obj() completes can leave the BO visible in the attachments list, enabling exporter drivers (e.g., amdgpu)...