NONE · 0

CVE-2026-93060

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_gp...

Vulnerability Description

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/

References

FAQ

What is CVE-2026-93060?

CVE-2026-93060 is a documented vulnerability. 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_gp...

How severe is CVE-2026-93060?

CVSS scoring is not yet available for CVE-2026-93060. Check NVD for updates.

Is there a patch for CVE-2026-93060?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.