CVE-2026-93047
Last modified
CVE-2026-93047 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: drm/v3d: Associate BOs with every job that accesses them A submission can expand into a chain of jobs (e.g. bin + render + cache clean).
Description
In the Linux kernel, the following vulnerability has been resolved: drm/v3d: Associate BOs with every job that accesses them A submission can expand into a chain of jobs (e.g. bin + render + cache clean). Implicit synchronization in v3d_submit_lock_reservations() is gated on each job's bo[], but the BO list was only ever attached to the last job of the chain. When that last job is a trailing CACHE_CLEAN job, the job that actually consumes the BOs (that is, a RENDER or CSD job) was left with bo_count == 0 and picked up no implicit dependencies. It could therefore be dispatched to the hardware and read a BO while another context was still writing it, leading to data corruption. Attach the BOs to the job that consumes them, so (1) it acquires the correct implicit dependencies during reservation locking and (2) they are kept mapped until the end of the submission. Give it references to all consuming job's BOs through v3d_job_reference_bos() instead of looking the handles up a second time; that avoids a redundant lookup and guarantees both jobs reference the exact same objects. As the CACHE_CLEAN job now carries a BO array as well, add a per-job `has_implicit_dep` flag so that only the consuming jobs take implicit dependencies. The CACHE_CLEAN job (a global flush) and the BIN job (binning waiting on another context is not a realistic scenario) are excluded.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= dffa9b7a78c4361e55e21b3acb54e0d34ad15ea0, < 7244dd0f12629484a1936dc5c5837670d8d9f80c; >= dffa9b7a78c4361e55e21b3acb54e0d34ad15ea0, < fa98563ab00dbe62fcedfef6bdd34ded7a860d9f |
| Linux | Linux | 5.3 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-93047?
How severe is CVE-2026-93047?
How do I fix CVE-2026-93047?
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-93041In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93042In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-93043In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93044In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93045In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-93046In the Linux kernel, the following vulnerability has been re…7
- CVE-2026-93048In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93049In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9305A weakness has been identified in QuantumNous new-api up to …6.3
- CVE-2026-93050In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93051In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93052In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-93047?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
