CVE-2026-52976
Last modified
CVE-2026-52976 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. 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(). EPSS estimates a 0.14% chance of exploitation in the next 30 days.
Description
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_group_add_exec_queue() has succeeded, the error path does not call xe_hw_engine_group_del_exec_queue() to remove the queue from the hw engine group list. The queue is then freed while still linked into the hw engine group, causing a use-after-free. Fix both by: - Changing the xe_hw_engine_group_add_exec_queue() failure path to jump to kill_exec_queue so that xe_exec_queue_kill() properly removes the queue from the VM's compute list. - Adding a del_hw_engine_group label before kill_exec_queue for the xa_alloc() failure path, which removes the queue from the hw engine group before proceeding with the rest of the cleanup. (cherry picked from commit 37c831f401746a45d510b312b0ed7a77b1e06ec8)
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 6.12, < 6.12.91 | — |
| Linux | Linux Kernel | >= 6.13, < 6.18.33 | — |
| Linux | Linux Kernel | >= 6.19, < 7.0.10 | — |
| Linux | Linux Kernel | 7.1 | Rc1 |
References
- https://access.redhat.com/security/cve/CVE-2026-52976Third Party Advisory
- https://bugzilla.redhat.com/show_bug.cgi?id=2492284Issue Tracking, Third Party Advisory
- https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-52976.jsonThird Party Advisory
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2026-52976?
How severe is CVE-2026-52976?
How do I fix CVE-2026-52976?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-52970In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-52971In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-52972In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-52973In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-52974In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-52975In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-52977In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-52978In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-52979In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-52980In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-52981In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-52982In the Linux kernel, the following vulnerability has been re…9.8
Are you affected by CVE-2026-52976?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
