Answer in brief
CVE-2026-93060 records a Unknown severity vulnerability in drm/msm/adreno: fix use after free on error path in a6xx_gpu_init(). The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
A CVSS score is not reported in the current record. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=d158886cba08688f2d8d0dbb7025a4440e6a8ffd <105aaff286a153bfde3c1f5be534e6ded1f64342 || >=d158886cba08688f2d8d0dbb7025a4440e6a8ffd <b8a9c9c5787bed1243e5364c89ca66c26b4e4d83 | 105aaff286a153bfde3c1f5be534e6ded1f64342, b8a9c9c5787bed1243e5364c89ca66c26b4e4d83 |
| Linux/Linuxgeneric | 7.2 | Not reported |
Published upstream
Sep 17, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 17, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Sep 17, 2026
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/
Quoted source text, attributed separately from HOL analysis.