Description
Kernel software installed and running inside a Host VM may post improper commands to the GPU Firmware to trigger a memory write outside the permitted range of memory for the host kernel.



A TOCTOU bug existed where a malicious driver could modify values in memory after firmware validation but before use.
Published: 2026-07-10
Score: 7.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The bug is a time‑to‑check to time‑of‑use race condition in the rgxfw_hwperf_ufo function of the Imagination Technologies Graphics DDK. A malicious GPU driver can alter the psCmdHeader->ui32CmdSize value after the firmware has validated the command but before it uses the size. This manipulation permits the firmware to write data outside the memory region reserved for host kernel usage, leading to an unauthorized memory write and the possibility of arbitrary code execution or system instability, classified as CWE‑367.

Affected Systems

Imagination Technologies Graphics DDK is affected. No specific product versions are listed; any installation using the impacted component could be vulnerable.

Risk and Exploitability

The CVSS score of 7.8 indicates a high severity vulnerability. The EPSS score of <1% shows a very low exploitation probability, and the vulnerability is not listed in the CISA KEV catalog. The flaw resides in kernel‑level code and requires a malicious driver running inside a host virtual machine to be executed, which limits the attack surface. Nonetheless, the ability to write outside the intended range for host kernel memory could result in arbitrary code execution or system instability if successfully exploited.

Generated by OpenCVE AI on July 31, 2026 at 12:54 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Obtain and install the official patch from Imagination Technologies for the Graphics DDK, as released on their GPU driver vulnerability page.
  • Enforce driver signing and run only trusted GPU drivers: restrict the host VM to load only signed drivers and deny execution of arbitrary binaries in driver context.
  • Apply kernel hardening measures such as enabling ASLR, strengthening SELinux or AppArmor policies, and protecting kernel memory areas to reduce the impact of any remaining memory corruption.
  • Isolate host virtual machines and limit their access to direct GPU firmware interfaces, ensuring that untrusted drivers cannot communicate with the host kernel memory space.

Generated by OpenCVE AI on July 31, 2026 at 12:54 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 13 Jul 2026 19:30:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

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

ssvc

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


Mon, 13 Jul 2026 14:45:00 +0000

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

Fri, 10 Jul 2026 21:15:00 +0000

Type Values Removed Values Added
Description Kernel software installed and running inside a Host VM may post improper commands to the GPU Firmware to trigger a memory write outside the permitted range of memory for the host kernel. A TOCTOU bug existed where a malicious driver could modify values in memory after firmware validation but before use.
Title GPU DDK - rgxfw_hwperf_ufo() re-reads psCmdHeader->ui32CmdSize after initial check, TOCTOU
Weaknesses CWE-367
References

Subscriptions

Imaginationtech Graphics Ddk
cve-icon MITRE

Status: PUBLISHED

Assigner: imaginationtech

Published:

Updated: 2026-07-13T18:55:12.679Z

Reserved: 2026-05-11T10:58:04.163Z

Link: CVE-2026-45203

cve-icon Vulnrichment

Updated: 2026-07-13T18:34:11.080Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-31T13:00:10Z

Weaknesses
  • CWE-367

    Time-of-check Time-of-use (TOCTOU) Race Condition