CVE-2026-52976
Linux Linux, Red Hat Enterprise Linux 10, Red Hat Enterprise Linux 9
In the Linux kernel, the following vulnerability has been resolved: drm/xe: Fix error cleanup in xe_exec_queue_create_ioctl() Two error handling issues exist in xe_exec_queue_create_ioctl(): 1. When xe_hw_engine_group_add_exec_queue() fails, the error path jumps to put_exec_queue which skips xe_exec_queue_kill(). If the VM is in preempt fence mode, xe_vm_add_compute_exec_queue() has already added the queue to the VM's compute exec queue list. Skipping the kill leaves the queue on that list, leading to a dangling pointer after the queue is freed. 2. When xa_alloc() fails after xe_hw_engine_g...
- CVSS
- 7.8
- EPSS
- 0.14% 3.77% percentile
- CISA KEV
- Not listed
- Published
- 2026.06.25