CVE-2026-52976
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedIn 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)
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceIn xe_exec_queue_create_ioctl(), two error handling bugs exist: 1) when xe_hw_engine_group_add_exec_queue() fails, skipping xe_exec_queue_kill() leaves a dangling pointer in the VM's compute exec queue list; 2) when xa_alloc() fails after adding to the hw engine group, failing to call xe_hw_engine_group_del_exec_queue() causes use-after-free as the queue remains linked while being freed.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.
NVD · CPE data>= 6.12, < 6.12.91>= 6.13, < 6.18.33>= 6.19, < 7.0.10= 7.1CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Local
- Complexity
- Low
- Privileges
- Low
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Check kernel versionRun 'uname -r' or 'cat /proc/version' to get the running kernel versionAffected if The version falls within >= 6.12 and < 6.12.91, OR >= 6.13 and < 6.18.33, OR >= 6.19 and < 7.0.10, OR equals 7.1
-
Verify Xe graphics driver is presentCheck for /sys/bus/pci/drivers/xe or run 'lsmod | grep xe' to see if the xe module is loaded, or check /dev/dri/ for xe device nodesAffected if The xe driver module is loaded or the xe device exists in /dev/dri/
-
Check for active Xe deviceRun 'ls -la /dev/dri/' and look for card* devices, or run 'lspci | grep -i xe' to list Xe graphics hardwareAffected if The system has Xe graphics hardware present and the driver is managing it
-
Identify workload using Xe driverCheck for processes using Xe ioctls by monitoring /sys/kernel/debug/dri/ or reviewing application GPU usage for Xe-specific workloadsAffected if Any application is actively using the Xe graphics driver operations including exec queue creation
You are affected if running a kernel version in the specified ranges AND the Xe graphics driver is loaded and actively managing Xe hardware.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scoped6.12.916.18.337.0.10
Apply the kernel patch (commit 37c831f401746a45d510b312b0ed7a77b1e06ec8) which adds proper cleanup labels and redirects error paths to correctly remove queues from both VM and hw engine group lists before freeing.
Linux Kernel 6.12.91, 6.18.33, or 7.0.10 (depending on branch)
- Identify current kernel version using `uname -r`
- For systems running kernel 6.12.x: upgrade to kernel 6.12.91 or later
- For systems running kernel 6.13.x through 6.18.x: upgrade to kernel 6.18.33 or later
- For systems running kernel 6.19.x through 7.0.x: upgrade to kernel 7.0.10 or later
- For systems running kernel 7.1.x: upgrade to the latest stable kernel version available
- Reboot the system after applying the kernel upgrade
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation4.0 h
- Testing8.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $4,288.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-52976 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2026-52976 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data