Severity by source
AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H
Primary rating from NVD.
CVSS VectorNVD
Lifecycle Timeline
4DescriptionNVD
Insufficient validation of untrusted input in Printing in Google Chrome on Windows prior to 149.0.7827.53 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 on Windows prior to 149.0.7827.53 allows a remote attacker who has already compromised the renderer process to break out of the browser sandbox via a crafted HTML page abusing the Printing component. Chromium rates the issue High severity and a vendor patch is available, though no public exploit has been identified at time of analysis and EPSS remains very low at 0.05%.
Technical ContextAI
The flaw resides in Chrome's Printing component on Windows, which handles print preview, PDF generation and the IPC bridge between the sandboxed renderer and the more privileged browser process. The root cause is CWE-20 (Improper Input Validation): the Printing code accepts data crossing the renderer-to-browser trust boundary without sufficient validation, enabling logic in the higher-privileged process to be manipulated. Because Chrome's sandbox model assumes the renderer is hostile, any insufficient validation on this IPC surface can be chained from an initial renderer compromise to escape the sandbox onto the host. Affected CPE is cpe:2.3:a:google:chrome:*:*:*:*:*:*:*:* limited to the Windows build per the description.
RemediationAI
Vendor-released patch: Google Chrome 149.0.7827.53 for Windows on the Stable channel - update immediately via Chrome's built-in updater or push the MSI through your endpoint management tooling, then force a browser relaunch so the new binary is loaded. The vendor advisory is at https://chromereleases.googleblog.com/2026/06/stable-channel-update-for-desktop.html and the Chromium tracker at https://issues.chromium.org/issues/513005991. As compensating controls until patches roll out, consider disabling Chrome's print preview/printing via the PrintingEnabled enterprise policy (trade-off: end users lose in-browser printing and must use OS-level workflows), restricting which sites can run script via the URLBlocklist/URLAllowlist policies to reduce exposure to drive-by renderer exploitation that would be needed as the first link in the chain, and ensuring Site Isolation and the renderer sandbox are not weakened by --no-sandbox or similar flags in managed deployments.
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 |
| openSUSE Tumbleweed | Fixed |
| SUSE Package Hub 15 SP7 | Affected |
Share
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-34420
GHSA-fpw8-fw44-c744