CVE Catalog

CVE-2026-100077

Unknown
Published: Translated: NVD NIST

Summary

In the Linux kernel, the drm/msm driver does not safely retire a hung submit before GPU recovery completes. Retiring the submit triggers BO free, which can result in GPU pagefaults since the GPU may be actively accessing those BOs.

Risk Assessment

GPU pagefaults can lead to system instability, graphics failures, or potential data corruption.

Recommendation

Update the Linux kernel to a version containing the fix that retires submits only after GPU recovery is complete in recover_worker().

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

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 recover_worker(). Patchwork: https://patchwork.freedesktop.org/patch/730655/

Vulnerability data from NVD (NIST) · CISA KEV · EPSS