CVE-2026-93060: drm/msm/adreno: fix use after free on error path in a6xx_gpu_init()

Published Sep 17, 2026
·
Updated

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

drm/msm/adreno: fix use after free on error path in a6xxgpuinit()

The a6xxdestroy() function frees "a6xxgpu" and so "adrenogpu" points to freed memory. Preserve the error code before freeing the memory to avoid a use after free.

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

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Upgrade

    Upgrade Linux kernel to a version that resolves this vulnerability.

    Patch 732275
  2. Configuration

    Apply the drm/msm/adreno fix for use after free on the error path in a6xx_gpu_init() by preserving the error code before calling a6xx_destroy() (which frees a6xx_gpu, where adreno_gpu points), so the code path does not reference freed memory.

    drm/msm/adreno (a6xx_gpu_init / a6xx_destroy) preserve error code before freeing memory = Preserve the error code before freeing a6xx_gpu to avoid use after free on adreno_gpu; fix error path to prevent use of freed memory

Event History

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

Frequently Asked Questions

1

When can this error-path issue be reached?

It is reached during a6xx_gpu_init() when initialization encounters an error and invokes a6xx_destroy(). The provided data does not identify the specific initialization failure that triggers this path.

2

What is the immediate technical consequence of the faulty cleanup path?

a6xx_destroy() frees a6xx_gpu, leaving adreno_gpu pointing to freed memory. Subsequent use of that pointer on the error path results in a use-after-free.

3

What does the fix change?

The fix preserves the error code before freeing the memory, preventing access through the freed adreno_gpu-related state after a6xx_destroy() runs.

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