Description
Kernel software installed and running inside a Guest VM may post improper commands to the GPU Firmware to trigger a write of data outside the Guest's virtualised GPU memory.



Out of bounds accesses triggered by malware introduced to a Guest KMD could allow privilege escalation which escapes virtualization boundaries.
Published: 2026-07-24
Score: 7.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability arises from an unchecked ui32TracePointer parameter in the rgxfw_log_ex() function of Imagination Technologies' Graphics DDK. Because the parameter is not validated, the Guest Kernel Mode Driver (KMD) can cause the GPU firmware to write data outside the memory space allocated for the VM. This out‑of‑bounds write permits code execution in the host context, effectively allowing an attacker inside the Guest to escape the virtualised environment and gain higher privileges. The flaw is a functional weakness (CWE‑823) involving insecure boundary checks during memory operations.

Affected Systems

Imagination Technologies Graphics DDK. No version information is provided in the advisory; all releases that include the rgxfw_log_ex() function are potentially affected.

Risk and Exploitability

The CVSS score of 7.8 indicates a high severity. The EPSS score is below 1 %, and the vulnerability is not listed in the CISA KEV catalog, suggesting a low probability of exploitation. However, the impact of a successful exploit is substantial, as it would allow an attacker to escape the isolation between guest and host. The lack of an official patch in the advisory means that the risk remains until vendor releases a fix or the host is hardened. Attackers would need the ability to load a malicious Guest KMD or inject crafted commands, so the attack vector typically requires VM kernel driver manipulation.

Generated by OpenCVE AI on August 12, 2026 at 04:59 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the vendor’s latest firmware and driver update that addresses out‑of‑bounds memory accesses in rgxfw_log_ex() (if available).
  • Restrict the installation of Guest Kernel Mode Drivers to trusted, signed binaries; consider disabling KMD support or employing a whitelist.
  • Harden the host virtualization stack by enforcing strict GPU memory isolation and validating all firmware commands; enable logging and monitor for anomalous trace pointer values.

Generated by OpenCVE AI on August 12, 2026 at 04:59 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 12 Aug 2026 19:00:00 +0000

Type Values Removed Values Added
First Time appeared Google
Google android
Imaginationtech ddk
Linux
Linux linux Kernel
CPEs cpe:2.3:a:imaginationtech:ddk:*:*:*:*:*:*:*:*
cpe:2.3:a:imaginationtech:ddk:26.1:rtm1:*:*:*:*:*:*
cpe:2.3:o:google:android:-:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:-:*:*:*:*:*:*:*
Vendors & Products Google
Google android
Imaginationtech ddk
Linux
Linux linux Kernel

Mon, 27 Jul 2026 15:45:00 +0000

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

Fri, 24 Jul 2026 09:15:00 +0000

Type Values Removed Values Added
Description Kernel software installed and running inside a Guest VM may post improper commands to the GPU Firmware to trigger a write of data outside the Guest's virtualised GPU memory. Out of bounds accesses triggered by malware introduced to a Guest KMD could allow privilege escalation which escapes virtualization boundaries.
Title GPU DDK - Unchecked ui32TracePointer in rgxfw_log_ex()
Weaknesses CWE-823
References

Subscriptions

Google Android
Imaginationtech Ddk Graphics Ddk
Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: imaginationtech

Published:

Updated: 2026-07-24T17:25:55.652Z

Reserved: 2026-06-01T11:03:13.032Z

Link: CVE-2026-49744

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Analyzed

Published: 2026-07-24T09:16:24.787

Modified: 2026-08-12T18:50:22.720

Link: CVE-2026-49744

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-12T05:00:09Z

Weaknesses
  • CWE-823

    Use of Out-of-range Pointer Offset