CVE-2026-93047: drm/v3d: Associate BOs with every job that accesses them

Published Sep 17, 2026
·
Updated

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 v3dsubmitlockreservations() 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 CACHECLEAN job, the job that actually consumes the BOs (that is, a RENDER or CSD job) was left with bocount == 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 v3djobreferencebos() 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 CACHECLEAN job now carries a BO array as well, add a per-job hasimplicitdep flag so that only the consuming jobs take implicit dependencies. The CACHECLEAN job (a global flush) and the BIN job (binning waiting on another context is not a realistic scenario) are excluded.

Event History

Sep 17, 2026
CVE Published
via MITRE·04:10 PM
Data Sourced
via MITRE·04:10 PM
Description

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203