CVE-2026-21732
EUVD-2026-1383420.03.2026, 23:16
A web page that contains unusual GPU shader code is loaded into the GPU compiler process and can trigger a write out-of-bounds write crash in the GPU shader compiler library. On certain platforms, when the compiler process has system privileges this could enable further exploits on the device. An edge case using a very large value in switch statements in GPU shader code can cause a segmentation fault in the GPU shader compiler due to an out-of-bounds write access.Enginsight
Affected Products (NVD)
| Vendor | Product | Version |
|---|---|---|
| imaginationtech | ddk | 24.1 ≤ 𝑥 ≤ 25.1 |
| imaginationtech | ddk | 1.17 |
| imaginationtech | ddk | 1.18 |
| imaginationtech | ddk | 23.2 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-823 - Use of Out-of-range Pointer OffsetThe program performs pointer arithmetic on a valid pointer, but it uses an offset that can point outside of the intended range of valid memory locations for the resulting pointer.
- CWE-787 - Out-of-bounds WriteThe software writes data past the end, or before the beginning, of the intended buffer.