Impact
In the Imagination GPU driver, the runtime power‑management suspend callback fails to wait for an IRQ handler that may still be executing on another CPU core. This race allows the interrupt handler to access GPU registers after the device has been suspended, leading to an asynchronous SError interrupt and a kernel panic. The defect represents a data race (CWE‑362) and a classic start‑stop race (CWE‑364) involving device power state and interrupt flow control.
Affected Systems
All Linux kernel releases that contain the unpatched Imagination driver, including the TI AM68 SK (RISC‑V) example. The vulnerability is identified by a broad Linux kernel CPE pattern; no specific version numbers are listed, so any kernel prior to the upcoming patch that includes the driver code is at risk.
Risk and Exploitability
The EPSS score is reported as less than 1 %, and the vulnerability is not listed in CISA’s KEV catalog, indicating a low probability of immediate exploitation. The CVSS score of 4.7 reflects moderate severity, yet the consequence—an immediate kernel crash—makes the impact severe if the race is triggered. Likely triggers are routine suspend/resume cycles or a system power‑off; no public exploit is known, but the condition can be reproduced by normal power‑management activity.
OpenCVE Enrichment