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

drm/xe: Fix DPT allocation paths.

Remove the fallback for VRAM to system memory, I tested it and that
doesn't work at all, only a black screen with pipe fault errors were
observed.

On systems with media GT, extra latency is added when accessing stolen
memory when the GT is in MC6. Since we additionally aren't counting how
much memory is used for stolen and we could in theory fill up the
entire stolen area with DPT's, avoid using stolen and only use the
default memory region.

Using stolen may also result in random system hangs under load.

(cherry picked from commit a196406a3831291598fe8e73245914f7acffdfe0)
Published: 2026-09-09
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Linux kernel DRM XE driver contains a flaw where Device Page Table (DPT) allocation paths improperly use a fallback that can force VRAM to map to system memory, leading to pipe fault errors and a black screen. The driver also fails to account for the amount of stolen memory used, so an attacker or misconfigured system could fill the entire stolen region with DPT entries. This memory exhaustion can cause random system hangs under load and disrupt normal operation.

Affected Systems

All Linux kernel distributions that ship the DRM XE driver are potentially impacted. The kernel source indicates the vendor as Linux, and specific version information is not provided, so any kernel build that contains the unpatched DRM XE code and is running GPU drivers that utilize this path may be vulnerable.

Risk and Exploitability

The vulnerability has a high impact as it can lead to service disruption via memory exhaustion. No EPSS score is available and the issue is not listed in the CISA KEV catalog. The likely attack vector involves privileged use of the DRM XE driver or local kernel access; an attacker could trigger the faulty allocation path to exhaust stolen memory and cause the system to hang.

Generated by OpenCVE AI on September 9, 2026 at 18:47 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Linux kernel to the latest release that includes the fix from commit a196406a3831291598fe8e73245914f7acffdfe0, which updates the DRM XE driver.
  • If an immediate kernel upgrade is not possible, disable the DRM XE driver or other GPU drivers that rely on it on critical systems until the patched kernel is available to prevent exploitation.
  • Continuously monitor system logs for pipe fault errors, black‑screen incidents, and unexpected hangs. Apply kernel patches as soon as they become available.

Generated by OpenCVE AI on September 9, 2026 at 18:47 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 09 Sep 2026 19:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-400

Wed, 09 Sep 2026 16:30:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: drm/xe: Fix DPT allocation paths. Remove the fallback for VRAM to system memory, I tested it and that doesn't work at all, only a black screen with pipe fault errors were observed. On systems with media GT, extra latency is added when accessing stolen memory when the GT is in MC6. Since we additionally aren't counting how much memory is used for stolen and we could in theory fill up the entire stolen area with DPT's, avoid using stolen and only use the default memory region. Using stolen may also result in random system hangs under load. (cherry picked from commit a196406a3831291598fe8e73245914f7acffdfe0)
Title drm/xe: Fix DPT allocation paths.
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-09-09T16:13:13.979Z

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

Link: CVE-2026-80915

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-09T17:17:46.390

Modified: 2026-09-09T17:17:46.390

Link: CVE-2026-80915

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-09T19:00:15Z

Weaknesses
  • CWE-400

    Uncontrolled Resource Consumption