Description
In the Linux kernel, the following vulnerability has been resolved:

drm/amd/display: Fix drm_edid leak in amdgpu_dm

[WHAT]
When a sink is connected, aconnector->drm_edid was overwritten without
freeing the previous allocation, causing a memory leak on resume.

[HOW]
Free the previous drm_edid before updating it.

(cherry picked from commit 52024a94e7111366141cfc5d888b2ef011f879e5)
Published: 2026-04-22
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A memory leak exists in the Linux kernel’s AMD GPU DRM display driver. When a display sink is connected, the driver overwrites the drm_edid pointer without freeing the previous allocation on resume, which can steadily consume kernel memory. Over multiple resume cycles the kernel may exhaust available memory, potentially leading to crashes or forced reboots. The flaw does not provide code execution, information disclosure, or direct privilege escalation.

Affected Systems

All Linux kernel builds that include the amdgpu_dm driver are potentially affected. The CNA listing identifies Linux as both vendor and product. No specific version range is supplied, but the fix is present in newer kernel releases that incorporate the referenced commit.

Risk and Exploitability

The EPSS score is <1%, indicating a very low exploitation probability, and the vulnerability is not listed in CISA’s KEV catalog. The CVSS score of 5.5 indicates moderate severity. Because the issue resides in a kernel module, exploitation would appear limited to local or privileged users and would require repeated resume events to accrue a significant memory drain. While not widely exploited, the leak can still result in a denial‑of‑service if left unmitigated in environments where resume cycles occur frequently.

Generated by OpenCVE AI on May 7, 2026 at 19:25 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Linux kernel to a version that contains the commit 52024a94e7111366141cfc5d888b2ef011f879e5, which frees the previous drm_edid allocation before it is updated.
  • If an immediate kernel upgrade is not possible, monitor kernel memory usage and reboot the system when memory consumption approaches the limit, as the leak is cleared on boot.
  • If the risk of a denial‑of‑service is critical, consider disabling the AMD GPU display sink or reducing usage until a patched kernel can be deployed.

Generated by OpenCVE AI on May 7, 2026 at 19:25 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 07 May 2026 18:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-401
CPEs cpe:2.3:o:linux:linux_kernel:7.0:rc1:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.0:rc2:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.0:rc3:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.0:rc4:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.0:rc5:*:*:*:*:*:*
Metrics cvssV3_1

{'score': 5.5, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H'}


Wed, 29 Apr 2026 02:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-401

Mon, 27 Apr 2026 19:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-401

Thu, 23 Apr 2026 00:15:00 +0000


Wed, 22 Apr 2026 14:15:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix drm_edid leak in amdgpu_dm [WHAT] When a sink is connected, aconnector->drm_edid was overwritten without freeing the previous allocation, causing a memory leak on resume. [HOW] Free the previous drm_edid before updating it. (cherry picked from commit 52024a94e7111366141cfc5d888b2ef011f879e5)
Title drm/amd/display: Fix drm_edid leak in amdgpu_dm
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-05-11T22:09:10.427Z

Reserved: 2026-03-09T15:48:24.092Z

Link: CVE-2026-31461

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Analyzed

Published: 2026-04-22T14:16:41.670

Modified: 2026-05-07T18:34:46.070

Link: CVE-2026-31461

cve-icon Redhat

Severity :

Publid Date: 2026-04-22T00:00:00Z

Links: CVE-2026-31461 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-05-07T19:30:27Z

Weaknesses