Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix dangling pointer in plane reset function amdgpu_dm_plane_drm_plane_reset() frees the old state before allocating a new one. If kzalloc() fails, the function returns without updating the state pointer, leaving a dangling pointer to already freed memory. Fix this by allocating the new state first. On allocation failure, the old state remains untouched and the function safely returns. Found by Linux Verification Center (linuxtesting.org) with SVACE. [adjust for movement around current amd-staging-drm-next]
CVSS Score
HIGH
References
- https://git.kernel.org/stable/c/80c0f51aced43d6eaf72f95a2833b0a77cf7880d
- https://git.kernel.org/stable/c/98cad4bd1443975d972f4c7f705980da03722a22
FAQ
What is CVE-2026-93176?
CVE-2026-93176 is a vulnerability with a CVSS score of 7.0 (HIGH). In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix dangling pointer in plane reset function amdgpu_dm_plane_drm_plane_reset() frees the old state before allocat...
How severe is CVE-2026-93176?
CVE-2026-93176 has been rated HIGH with a CVSS base score of 7.0/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-93176?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.