Severity by source
AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H
Remote crafted media (AV:N) needs a hard-to-win race (AC:H) and victim interaction (UI:R); sandbox escape crosses a trust boundary (S:C) with full host impact.
Primary rating from NVD.
CVSS VectorNVD
Lifecycle Timeline
9DescriptionCVE.org
Race in GPU in Google Chrome on Windows prior to 147.0.7727.117 allowed a remote attacker to potentially perform a sandbox escape via a crafted video file. (Chromium security severity: Medium)
AnalysisAI
Sandbox escape in Google Chrome on Windows before 147.0.7727.117 lets a remote attacker exploit a race condition (CWE-362) in the GPU process by luring a victim into loading a crafted video file, potentially breaking out of the browser sandbox. Google rates the Chromium severity Medium, but the CVSS scope-changing vector drives an 8.3 score; there is no public exploit identified at time of analysis and EPSS exploitation probability is very low (0.06%, 19th percentile).
Technical ContextAI
The flaw lives in Chrome's GPU process, which handles hardware-accelerated media decoding and compositing and is a privileged component that renderer processes communicate with across the sandbox boundary. CWE-362 (concurrent execution using shared resource with improper synchronization, i.e. a race condition) indicates that two threads or IPC operations access shared GPU state without adequate locking, and a crafted video file can time decode operations to win the race and corrupt state used across the sandbox boundary. Because the GPU process straddles the renderer/host trust boundary, winning the race can yield a sandbox escape rather than a mere crash. The single affected CPE is cpe:2.3:a:google:chrome (Windows builds), consistent with the vendor's platform-specific advisory.
RemediationAI
Vendor-released patch: update Google Chrome to 147.0.7727.117 or later on Windows via the Stable channel update described at https://chromereleases.googleblog.com/2026/04/stable-channel-update-for-desktop_22.html, then fully restart the browser so the updated GPU process is loaded. In managed environments, push the update through your existing Chrome enterprise/auto-update tooling and confirm relaunch. As an interim compensating control before patching you can disable hardware-accelerated media by turning off 'Use graphics acceleration when available' (or setting the HardwareAccelerationModeEnabled policy to disabled), which forces software decoding and sidesteps the vulnerable GPU-process race - at the cost of higher CPU use and degraded video/graphics performance. User-awareness guidance to avoid opening untrusted video files or sites offers only partial risk reduction and should not substitute for patching.
Same weakness CWE-362 – Race Condition
View allSame technique Information Disclosure
View allVendor StatusVendor
SUSE
Severity: High| Product | Status |
|---|---|
| openSUSE Tumbleweed | Fixed |
Share
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-25253
GHSA-vxp2-rhxg-cr83