Severity by source
Sources disagree (Medium–Critical)AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L
Remote via crafted page (AV:N, PR:N) needing victim navigation (UI:R); AC:H because a reliable Dawn sandbox escape realistically requires winning conditions/chaining, with scope change (S:C) and Low CIA impact.
vuln.today treats the vendor’s rating as authoritative. A higher third-party CVSS (e.g. CISA-ADP) is shown for transparency but does not drive the headline severity.
CVSS VectorVendor: Chrome
Lifecycle Timeline
5DescriptionCVE.org
Insufficient validation of untrusted input in Dawn in Google Chrome prior to 151.0.7922.72 allowed a remote attacker to potentially perform a sandbox escape via a crafted HTML page. (Chromium security severity: Medium)
AnalysisAI
Sandbox escape in Google Chrome's Dawn (WebGPU) component affects all desktop Chrome builds prior to 151.0.7922.72, where insufficient validation of untrusted input lets a remote attacker who lures a victim to a crafted HTML page potentially break out of the renderer sandbox. Chromium rates the severity Medium and the issue carries a CVSS 7.1 with scope change, but there is no public exploit identified at time of analysis and EPSS is very low at 0.18% (8th percentile). Google has shipped a patched Stable channel release addressing it.
Technical ContextAI
Dawn is Chromium's open-source implementation of the WebGPU API, providing web pages low-level access to the GPU for compute and rendering. Because WebGPU exposes a large, complex native surface (command validation, resource binding, shader inputs) to untrusted JavaScript running in the sandboxed renderer, flaws here are a recurring sandbox-escape vector. The root cause is classified as CWE-20 (Improper Input Validation): Dawn does not sufficiently validate untrusted parameters supplied by web content, which can be leveraged to cross the renderer/host trust boundary - reflected in the CVSS scope change (S:C). The affected component matches CPE cpe:2.3:a:google:chrome:*:*:*:*:*:*:*:*.
RemediationAI
Vendor-released patch: update Google Chrome to 151.0.7922.72 or later on all desktop platforms; Chrome's automatic updater will normally apply this, so verify via chrome://settings/help and relaunch to complete installation, and in managed fleets push the update through your management channel and confirm rollout. Reference the Chrome Releases advisory at https://chromereleases.googleblog.com/2026/07/stable-channel-update-for-desktop_0887107924.html. If immediate patching is not possible, the exploitation prerequisite of WebGPU means a compensating control is to disable WebGPU/Dawn by launching Chrome with --disable-features=WebGPU or via the corresponding enterprise policy, which blocks the affected code path at the cost of breaking legitimate WebGPU-based sites and applications; user-awareness measures to avoid untrusted links reduce but do not eliminate exposure since only a page visit is required.
Same weakness CWE-20 – Improper Input Validation
View allSame technique Information Disclosure
View allVendor StatusVendor
SUSE
Severity: Critical| Product | Status |
|---|---|
| SUSE Package Hub 15 SP7 | Fixed |
| openSUSE Leap 16.0 | Fixed |
| SUSE Package Hub 15 SP7 | Affected |
Share
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-50616
GHSA-58ff-pxwr-4jq2