Description
Software installed and run as a non-privileged user may conduct improper GPU system calls to cause mismanagement of a mapping state maintained for a sparse memory allocation.



The product accidentally refers to the wrong memory due to the semantics of how math operations are implicitly scaled across buffers of different sizes.
Published: 2026-06-08
Score: 7.1 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Software that runs as a non-privileged user can issue improper GPU system calls to the Imagination Technologies Graphics DDK to cause a mismanagement of a mapping state used for a sparse memory allocation. The bug arises because the driver incorrectly calculates the virtual index count, causing the code to refer to the wrong memory region. As a result, an attacker can read or write arbitrary physical pages, potentially exposing confidential data or corrupting system memory. The weakness is a classic example of CWE-468, where an object improperly reused or its size is incorrectly handled.

Affected Systems

The vulnerability affects the Imagination Technologies Graphics DDK, a GPU driver component used in systems that rely on this driver for graphics acceleration. No specific version information is provided in the CVE data, so any installation of this driver that includes the DevmemIntChangeSparse functionality may be impacted.

Risk and Exploitability

The CVSS score is 7.1 and the EPSS exploitation probability is not available, and the vulnerability is not listed in the CISA KEV catalog, leaving the precise likelihood of exploitation uncertain. Based on the description, the likely attack vector is local: a malicious or compromised non-privileged user executing specially crafted GPU commands could trigger the misuse of the sparse memory mapping. Because the impact includes arbitrary physical memory read/write, the vulnerability could serve as a foothold for privilege escalation or lateral movement should an attacker gain the ability to run GPU workloads.

Generated by OpenCVE AI on June 8, 2026 at 20:26 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Imagination Technologies Graphics DDK to the latest patched release that corrects the virtual index calculation error.
  • If a patch is not yet available, restrict GPU driver access so that only privileged users can invoke graphics system calls, such as by revoking /dev/* permissions for untrusted processes or by running GPU‑using applications in isolated containers.
  • Configure kernel hardening or sandboxing mechanisms (e.g., SELinux, AppArmor) to detect and block illegal GPU memory accesses and to prevent non‑privileged processes from executing the vulnerable system calls.

Generated by OpenCVE AI on June 8, 2026 at 20:26 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 09 Jun 2026 09:00:00 +0000

Type Values Removed Values Added
First Time appeared Imaginationtech
Imaginationtech graphics Ddk
Vendors & Products Imaginationtech
Imaginationtech graphics Ddk

Mon, 08 Jun 2026 19:30:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

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

ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Mon, 08 Jun 2026 15: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 mismanagement of a mapping state maintained for a sparse memory allocation. The product accidentally refers to the wrong memory due to the semantics of how math operations are implicitly scaled across buffers of different sizes.
Title GPU DDK - UAF read and/or write to arbitrary physical pages in DevmemIntChangeSparse due to incorrect calculation of the virtual index count
Weaknesses CWE-468
References

Subscriptions

Imaginationtech Graphics Ddk
cve-icon MITRE

Status: PUBLISHED

Assigner: imaginationtech

Published:

Updated: 2026-06-08T18:55:08.798Z

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

Link: CVE-2026-34194

cve-icon Vulnrichment

Updated: 2026-06-08T18:55:04.567Z

cve-icon NVD

Status : Deferred

Published: 2026-06-08T16:16:38.250

Modified: 2026-06-09T13:57:49.980

Link: CVE-2026-34194

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-09T08:45:37Z

Weaknesses
  • CWE-468

    Incorrect Pointer Scaling