Severity by source
AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H
Primary rating from Vendor (Chrome).
CVSS VectorVendor: Chrome
Lifecycle Timeline
4DescriptionCVE.org
Out of bounds read in Headless in Google Chrome prior to 148.0.7778.216 allowed a remote attacker who had compromised the renderer process to potentially perform a sandbox escape via a crafted HTML page. (Chromium security severity: Medium)
AnalysisAI
Sandbox escape in Google Chrome's Headless component prior to version 148.0.7778.216 allows a remote attacker who has already compromised the renderer process to break out of the browser sandbox via a crafted HTML page. The flaw is an out-of-bounds read (CWE-125) reported by the Chrome team itself; no public exploit is identified at the time of analysis and EPSS is very low (0.03%), but the high CVSS (8.3) reflects scope-changed sandbox escape impact.
Technical ContextAI
The vulnerability resides in Chrome's Headless mode, the embeddable rendering subsystem used for headless browsing, automation (e.g., Puppeteer), and PDF/printing pipelines built on Chromium. CWE-125 (out-of-bounds read) indicates the affected code reads memory beyond an allocated buffer, which in a browser sandbox context can leak pointers, object metadata, or cross-process handles useful for bypassing isolation between the renderer sandbox and higher-privileged browser/host processes. Per CPE cpe:2.3:a:google:chrome:*, the issue affects the Chrome desktop product across platforms up to but not including the fixed Stable channel build 148.0.7778.216.
RemediationAI
Vendor-released patch: Chrome Stable 148.0.7778.216 - upgrade all Chrome desktop installations to this version or later via the standard Chrome update channel and restart the browser to apply the fix, per the Chrome Releases advisory at https://chromereleases.googleblog.com/2026/05/stable-channel-update-for-desktop_0877304591.html. No vendor-supplied workaround is documented; as a compensating control until patching completes, organizations can enforce update policy via the Chrome ADMX/MDM 'Relaunch notification' settings to force restarts, and reduce headless automation exposure by restricting which sites scripted/headless Chrome instances visit (untrusted HTML is the precondition for triggering the bug). Disabling Headless mode where it is not needed (e.g., removing --headless flags in CI runners or server-side renderers handling untrusted input) limits the affected attack surface, with the trade-off of breaking any automation or PDF/print pipelines that rely on it.
Same weakness CWE-125 – Out-of-bounds Read
View allSame technique Buffer Overflow
View allVendor StatusVendor
SUSE
Severity: HighShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-33159
GHSA-8rpv-xx2v-w955