---
id: CVE-2026-93060
title: |-
  In the Linux kernel, the following vulnerability has been resolved:

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

  The a6xx_destroy() function frees "a6xx_gpu" and so "adreno_gpu" points
  to freed memory
summary: |-
  In the Linux kernel, the following vulnerability has been resolved:

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

  The a6xx_destroy() function frees "a6xx_gpu" and so "adreno_gpu" points
  to freed memory.  Preserve …
severity: none
vendor: Linux
product: Linux
affected:
  - >-
    Linux >= d158886cba08688f2d8d0dbb7025a4440e6a8ffd <
    105aaff286a153bfde3c1f5be534e6ded1f64342
  - >-
    Linux >= d158886cba08688f2d8d0dbb7025a4440e6a8ffd <
    b8a9c9c5787bed1243e5364c89ca66c26b4e4d83
  - Linux 7.2
published: '2026-09-17'
updated: '2026-09-17'
sourceUpdated: '2026-09-17T17:17:59.660'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-93060'
references:
  - url: 'https://git.kernel.org/stable/c/105aaff286a153bfde3c1f5be534e6ded1f64342'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/b8a9c9c5787bed1243e5364c89ca66c26b4e4d83'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
tags:
  - nvd
  - cve.org
ingestedAt: '2026-09-17T16:21:47.768Z'
epss: 0.00198
epssPercentile: 0.08455
---

## Overview

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

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

The a6xx_destroy() function frees "a6xx_gpu" and so "adreno_gpu" 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

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
