Description
Software installed and run as a non-privileged user may conduct improper GPU system calls to cause an error path leading to UAF of GPU page tables.



The vulnerability allows physical memory allocated for MMU page tables to be used after being freed. This was caused by an error path that would not cleanup properly before freeing the physical allocation.
Published: 2026-06-19
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability arises when the GPU DDK’s MMU allocation routine fails to clear page‑table pointers during error recovery, leaving dangling references to freed physical memory. An attacker running ordinary user processes can prompt the bad path by issuing malformed GPU system calls, triggering a use‑after‑free of GPU page‑table structures. This use‑after‑free (CWE‑416) can corrupt memory used by the graphics driver or, if the driver runs in privileged mode, could potentially lead to kernel‑level code execution or a denial of service.

Affected Systems

Imagination Technologies’ Graphics DDK contains the affected code. No specific version numbers are listed, so any installation of the Graphics DDK that contains the unpatched MMU routine is potentially vulnerable.

Risk and Exploitability

EPSS data is not available and the vulnerability is not in the CISA KEV catalog, leaving the real exploitation probability uncertain. The CVSS score is not reported, but the nature of a use‑after‑free in the GPU driver gives the issue a high potential impact if exploited. The attack requires a local non‑privileged client that can invoke GPU system calls; the path to gain full compromise depends on whether the driver executes in kernel space. Until an official fix is released, organizations should evaluate the risk of running untrusted GPU workloads in the affected environment.

Generated by OpenCVE AI on June 19, 2026 at 10:20 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest Imagination Technologies Graphics DDK update that repairs the dangling page‑table entry bug.
  • Restrict unprivileged users from issuing GPU system calls that could trigger the error path, for example by tightening driver access controls or employing sandboxing mechanisms.
  • If a timely patch is not available, disable the vulnerable graphics driver or block GPU usage for critical workloads until the fix is released.

Generated by OpenCVE AI on June 19, 2026 at 10:20 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 19 Jun 2026 09:45:00 +0000

Type Values Removed Values Added
Description Software installed and run as a non-privileged user may conduct improper GPU system calls to cause an error path leading to UAF of GPU page tables. The vulnerability allows physical memory allocated for MMU page tables to be used after being freed. This was caused by an error path that would not cleanup properly before freeing the physical allocation.
Title GPU DDK - _MMU_AllocLevel error recovery paths leave dangling page table entries
Weaknesses CWE-416
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: imaginationtech

Published:

Updated: 2026-06-19T09:23:33.338Z

Reserved: 2026-03-26T13:47:30.669Z

Link: CVE-2026-34192

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-19T10:30:15Z

Weaknesses