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

drm/amd/display: check if dml21_add_phantom_plane() is successful

Verify that the phantom plane was allocated to avoid a later
segfault.

(cherry picked from commit 5adb54abe5a8e82cbff7f8806db30a5f4924329f)
Published: 2026-08-28
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Denial of Service
Action: Apply Patch
AI Analysis

Impact

In the Linux kernel’s AMD display driver, the function dml21_add_phantom_plane() can fail to allocate a phantom plane but the code later dereferences the resulting null pointer. The failure was not checked, leading to a kernel segmentation fault that boots the system down. This is a classic null pointer dereference in kernel space and results in a denial of service to all users on the affected machine.

Affected Systems

Any Linux kernel that includes the AMD display driver code and has not incorporated commit 5adb54abe5a8e82cbff7f8806db30a5f4924329f is affected. The vendor/product is Linux, and all kernel versions containing the vulnerable code path—i.e., those that ship the AMD display driver without the null‑check—could be at risk. No specific version range is listed, so the risk applies to all kernels before the patch is applied.

Risk and Exploitability

The CVSS score of 5.5 classifies the flaw as medium severity, and the EPSS score is less than 1%, indicating a low likelihood of exploitation at present. The flaw is not listed in CISA’s KEV catalog. Exploitation requires access that allows the attacker to trigger the AMD display subsystem or otherwise exercise the failing code path, which suggests the attack vector is most likely local, though a remote vector could exist if an attacker has the ability to induce GPU activity or obtain local privileges.

Generated by OpenCVE AI on September 2, 2026 at 05:38 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Linux kernel to a release that includes commit 5adb54abe5a8e82cbff7f8806db30a5f4924329f, which adds the missing null‑check to dml21_add_phantom_plane().
  • If a kernel upgrade cannot be performed immediately, disable the AMD display driver by writing 0 to /sys/class/drm/card*/device/enable, preventing the vulnerable code from executing.
  • Verify that any custom patches or third‑party modules that modify the AMD display driver preserve the null‑check logic and do not bypass the completion status returned by dml21_add_phantom_plane().

Generated by OpenCVE AI on September 2, 2026 at 05:38 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 02 Sep 2026 00:15:00 +0000

Type Values Removed Values Added
References
Metrics threat_severity

None

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'}

threat_severity

Low


Fri, 28 Aug 2026 14:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-476

Fri, 28 Aug 2026 12:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-476

Fri, 28 Aug 2026 11:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-476

Fri, 28 Aug 2026 07:30:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: check if dml21_add_phantom_plane() is successful Verify that the phantom plane was allocated to avoid a later segfault. (cherry picked from commit 5adb54abe5a8e82cbff7f8806db30a5f4924329f)
Title drm/amd/display: check if dml21_add_phantom_plane() is successful
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-08-28T06:53:07.045Z

Reserved: 2026-08-26T14:34:25.787Z

Link: CVE-2026-80705

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-28T08:16:56.060

Modified: 2026-08-28T08:16:56.060

Link: CVE-2026-80705

cve-icon Redhat

Severity : Low

Publid Date: 2026-08-28T00:00:00Z

Links: CVE-2026-80705 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-09-02T05:45:04Z

Weaknesses