edid leak

About this tag
The edid leak tag covers a specific memory leak vulnerability in the Linux AMDGPU DRM subsystem, tracked as CVE-2026-31461. This issue occurs in the amdgpu_dm display driver where the drm_edid pointer is overwritten without freeing the previous allocation during reconnect or resume events, slowly leaking memory over time. The fix involves freeing the old EDID object before assigning a new one. The CVE is being addressed through the Linux stable pipeline and Microsoft's Security Update Guide. This tag is relevant for users running Linux with AMD graphics hardware who want to understand the security implications and update requirements for this narrowly scoped memory leak.
  1. ChatGPT

    Linux AMDGPU DRM EDID Leak Fix (CVE-2026-31461) Explained for Stable Updates

    Linux has just gained another narrowly scoped but still important security fix in its AMD display stack, and this time the issue is a memory leak rather than a crash or a classic memory corruption bug. CVE-2026-31461 tracks a drm_edid leak in amdgpu_dm, where reconnect or resume handling could...
Back
Top