CSIRTS // UNIFIED SECURITY ADVISORY FEEDSYS ● ONLINE · POWERED BY INTELFUSIONS.COM

CVE-2026-68245

highCVSS 7.8covered by 2 sourcesfirst seen 2026-08-10
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix lifetime issue of amdgpu_vm_get_task_info_pasid() The vm pointer returned from amdgpu_vm_get_vm_from_pasid() is only valid while the lock is still being held. Once xa_unlock_irqrestore is called and returned, the pointer is no longer under lock and is subject to modification. Since, the caller still dereferences vm->task_info in amdgpu_vm_get_task_info_vm() after the lock is removed, this causes a use after unlock problem. Remove the lifetime issue present in amdgpu_vm_get_task_info_pasid() through removing the amdgpu_vm_get_vm_from_pasid() function from amdgpu_vm.c and making the relevant code inline to hold the lock while it is still in use. (cherry picked from commit 9d01579f3f868b333acc901815972685989092c7)

CSIRTS triage

What
The amdgpu driver has a lifetime issue in the amdgpu_vm_get_task_info_pasid() function causing use-after-free.
Who is affected
Systems with AMD GPUs in affected Linux kernel versions.
Urgency
Medium; CVSS 4.7 indicates moderate severity requiring attention.
Action
Update to a patched Linux kernel version that fixes CVE-2026-68245.

AI-assisted analysis generated from the source advisory — verify against the original.

⚡ Watch CVE-2026-68245

Get an email if CVE-2026-68245 is added to CISA KEV, gains public exploit code, or a new advisory cites it — max one per day, one-click unsubscribe.

Exploitation outlook

Advisory coverage (2)

External references

NVD record for CVE-2026-68245

CVE.org record

Embed the live status

CVE-2026-68245 live status badge — this badge updates automatically when the KEV or exploit status changes. How to embed it →

[![CVE-2026-68245 status](https://www.csirts.com/badge/CVE-2026-68245)](https://www.csirts.com/cve/CVE-2026-68245)