PT-2026-79643 · Linux · Linux Kernel
CVE-2026-74638
·
Published
2026-08-22
·
Updated
2026-08-27
None
No severity ratings or metrics are available. When they are, we'll update the corresponding info on the page.
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
An issue exists in the drm/v3d component where concurrent timeout handlers are unsafe because the hardware uses a single global reset for multiple independent queues (BIN, RENDER, TFU, and CSD). A timeout on one queue triggers a global reset that stops and restarts the schedulers of all other queues. If another queue is simultaneously handling its own timeout, the
drm sched stop() and drm sched start() functions may miscalculate job credits because the pending list is being modified concurrently. This leads to a broken credit count in the CL queue, resulting in a complete GPU hang and UI freeze. The issue occurs because the reset lock only covers the timedout job callback and not the scheduler's internal handling of the pending list.Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Exploit
Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
Linux Kernel