Severity by source
Sources disagree (Medium–Critical)AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H
Network-delivered crafted page with no auth (PR:N) but a UAF race needing UI:R and AC:H; scope unchanged as code runs in the renderer sandbox, with high renderer C/I/A 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
Use after free in DevTools in Google Chrome prior to 151.0.7922.72 allowed a remote attacker to execute arbitrary code inside a sandbox via a crafted HTML page. (Chromium security severity: Medium)
AnalysisAI
Sandboxed remote code execution in Google Chrome's DevTools component (versions prior to 151.0.7922.72) lets a remote attacker run arbitrary code within the renderer sandbox when a victim opens a crafted HTML page. The flaw is a use-after-free (CWE-416) rated Medium by Chromium; no public exploit has been identified and EPSS estimates only a 0.27% exploitation probability, indicating low near-term likelihood despite the high CVSS base score. Critically, code execution is confined to the sandbox and does not by itself constitute a full host compromise.
Technical ContextAI
The vulnerability resides in Chrome DevTools, the built-in developer/debugging surface of the Chromium engine that powers Google Chrome (CPE cpe:2.3:a:google:chrome). The root cause is CWE-416 (Use After Free): an object in DevTools is freed while a reference to it remains live, and a crafted page can then cause that dangling pointer to be reused, corrupting memory and steering control flow. Because Chromium isolates renderer/DevTools processes, the resulting code execution occurs inside the browser sandbox rather than at OS privilege - the description explicitly states 'execute arbitrary code inside a sandbox,' meaning this is not a standalone sandbox escape.
RemediationAI
Vendor-released patch: 151.0.7922.72 - update Google Chrome to 151.0.7922.72 or later via the Chrome Releases advisory (https://chromereleases.googleblog.com/2026/07/stable-channel-update-for-desktop_0887107924.html); Chrome normally auto-updates, so ensure the browser is fully closed and relaunched to apply the update and confirm the version under chrome://settings/help. In managed fleets, push the updated build through your enterprise update policy. As an interim compensating measure while updates roll out, restrict use of DevTools on untrusted pages and avoid opening developer tooling on unknown sites; note that fully disabling DevTools via the DeveloperToolsAvailability enterprise policy reduces exposure to this DevTools-specific bug but breaks legitimate developer workflows, so scope it to non-developer user groups.
Same weakness CWE-416 – Use After Free
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-50645
GHSA-fgwx-rxh3-crgv