Severity by source
AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H
Delivered over the network via a crafted page (AV:N, UI:R); race-dependent use-after-free gives AC:H; sandbox escape crosses trust boundaries so S:C with total C/I/A impact.
Primary rating from Vendor (google).
CVSS VectorVendor: google
Lifecycle Timeline
4DescriptionCVE.org
Use after free in Headless in Google Chrome prior to 150.0.7871.47 allowed a remote attacker who had compromised the renderer process to potentially perform a sandbox escape via a crafted HTML page. (Chromium security severity: High)
AnalysisAI
Sandbox escape in Google Chrome's Headless component (versions prior to 150.0.7871.47) lets a remote attacker who has already compromised the renderer process break out of the browser sandbox by serving a crafted HTML page. Rated High by Chromium and CVSS 8.3, it is a CWE-416 use-after-free with no public exploit identified at time of analysis; EPSS is low at 0.21% (11th percentile) and CISA SSVC records no known exploitation.
Technical ContextAI
The flaw is a use-after-free (CWE-416) in Chrome's Headless mode, the runtime that drives Chromium without a visible UI and is heavily used for automation, rendering, PDF generation, CI/CD, and scraping. Use-after-free occurs when memory is freed while a dangling pointer to it is still reachable; an attacker who controls heap layout can reallocate the freed region with attacker-chosen data and coerce the browser into using it, yielding memory corruption that can be steered toward arbitrary code execution. Because the bug sits at the boundary that the renderer sandbox is designed to contain, exploiting it lets attacker-controlled renderer code cross the trust boundary into the higher-privileged browser process, which is why CVSS marks Scope as Changed (S:C).
RemediationAI
Vendor-released patch: 150.0.7871.47 - update Google Chrome to 150.0.7871.47 or later on all platforms via the Stable channel and relaunch the browser to apply it, per Google's advisory (https://chromereleases.googleblog.com/2026/06/stable-channel-update-for-desktop_0175352312.html). In managed environments, force the update through group policy/MDM and confirm the running version, since a pending relaunch leaves the vulnerable binary active. No standalone workaround fully addresses a memory-corruption sandbox escape; as compensating controls until patching completes, restrict or disable use of Chrome Headless in exposed automation/CI pipelines that render untrusted HTML (accepting reduced automation capability), avoid pointing headless jobs at untrusted URLs, and keep site isolation enabled - noting these reduce but do not eliminate exposure. Downstream Chromium-based browsers (Edge, Brave, etc.) should be updated once their respective vendors ship the merged fix.
Same weakness CWE-416 – Use After Free
View allSame technique Denial Of Service
View allVendor StatusVendor
SUSE
Severity: Important| Product | Status |
|---|---|
| SUSE Package Hub 15 SP7 | Fixed |
| openSUSE Tumbleweed | Fixed |
| SUSE Package Hub 15 SP7 | Affected |
Share
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-40518
GHSA-pwc7-4hq7-rg87