CVE-2026-100077: drm/msm: Recover HW before retire hung submit

Published Sep 25, 2026
·
Updated

In the Linux kernel, the following vulnerability has been resolved:

drm/msm: Recover HW before retire hung submit

During recovery, it is not safe to retire the hung submit before we recover the GPU. Retiring the submit triggers BO free and that can result in GPU pagefaults since the GPU may be actively accessing those BOs.

To fix this, retire the submits after gpu recovery is complete in recoverworker().

Patchwork: https://patchwork.freedesktop.org/patch/730655/

Affected Software

1 affected component
Linux Linux kernel

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Upgrade

    Upgrade to a fixed release to a version that resolves this vulnerability.

    Patch 730655

Event History

Sep 25, 2026
CVE Published
via MITRE·01:06 PM
Data Sourced
via MITRE·01:06 PM
Description

Frequently Asked Questions

1

What systems are exposed to this issue?

Systems using the Linux kernel's drm/msm graphics driver are implicated. The issue occurs during GPU recovery after a hung submit, when buffer objects could be freed while the GPU is still accessing them.

2

What condition is needed to trigger the problem?

A GPU submit must hang and invoke the driver's recovery path. The unsafe condition occurs if that hung submit is retired before GPU recovery has completed.

3

What can happen if the system is affected?

Retiring the hung submit can trigger buffer-object freeing while the GPU may still be accessing those objects. This can result in GPU page faults.

4

What does the available fix change?

The fix changes recovery ordering in recover_worker() so GPU recovery completes before hung submits are retired. This avoids freeing buffer objects while the GPU may still access them.

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