CVE-2026-93192
Last modified
CVE-2026-93192 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: drm/v3d: Clear queue->active_job when v3d_fence_create() fails The run_job() callbacks for BIN, RENDER, TFU and CSD assign the incoming job to queue->active_job before calling v3d_fence_create(). If v3d_fence_create() fails, the callback returns NULL without clearing active_job, leaving a dangling pointer. Create a failure path in all run_job() callbacks that clears the active job before returning NULL.
Description
In the Linux kernel, the following vulnerability has been resolved: drm/v3d: Clear queue->active_job when v3d_fence_create() fails The run_job() callbacks for BIN, RENDER, TFU and CSD assign the incoming job to queue->active_job before calling v3d_fence_create(). If v3d_fence_create() fails, the callback returns NULL without clearing active_job, leaving a dangling pointer. Create a failure path in all run_job() callbacks that clears the active job before returning NULL. The BIN path takes queue->queue_lock around the clear as it races against v3d_overflow_mem_work(); RENDER, TFU and CSD paths have no concurrent reader, so the clear is lock-free.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= a783a09ee76d6259296dc6aeea2b6884fa526980, < bdeb73d7312100e00c3e643ff233f09b6ec114aa; >= a783a09ee76d6259296dc6aeea2b6884fa526980, < 3a8aa74859dd73eaa76c55eb74da708e56ef51c5; >= a783a09ee76d6259296dc6aeea2b6884fa526980, < 0b9878aba5cf93bc2b55ba9eb807757ce3239bec; >= a783a09ee76d6259296dc6aeea2b6884fa526980, < 25a1669907512e927fab9ad4d4fb74ff57f63cd9 |
| Linux | Linux | 5.3 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-93192?
How severe is CVE-2026-93192?
How do I fix CVE-2026-93192?
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-93187In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93188In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93189In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-9319IBM WebSphere Application Server 9.0, and 8.5 is vulnerable …9
- CVE-2026-93190In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-93191In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93193In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93194In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93195In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93196In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-93197In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93198In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-93192?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
