Use-after-free in Linux kernel - CVE-2026-93176
Published: September 18, 2026
Vulnerability details
The vulnerability allows a local user to trigger a use-after-free condition.
The vulnerability exists due to a dangling pointer in amdgpu_dm_plane_drm_plane_reset() when allocation of a new plane state fails after the old state has been freed. A local user can trigger the affected plane reset path under allocation-failure conditions to trigger a use-after-free condition.