Severity by source
AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
Primary rating from Vendor (google).
CVSS VectorVendor: google
Lifecycle Timeline
4DescriptionCVE.org
Integer overflow in Blink in Google Chrome prior to 149.0.7827.53 allowed a remote attacker to execute arbitrary code inside a sandbox via a crafted HTML page. (Chromium security severity: Medium)
AnalysisAI
Remote code execution in Google Chrome's Blink rendering engine prior to 149.0.7827.53 allows remote attackers to execute arbitrary code within the renderer sandbox by enticing a user to visit a crafted HTML page. The flaw stems from an integer overflow (CWE-472) in Blink and carries a CVSS 3.1 score of 8.8; no public exploit identified at time of analysis, though a vendor patch has been released through the Chrome Stable channel update.
Technical ContextAI
Blink is the open-source rendering engine that Chromium-based browsers (Chrome, Edge, Opera, Brave) use to parse HTML/CSS and drive layout, paint, and DOM execution. The root cause is classified as CWE-472 (External Control of Assumed-Immutable Web Parameter), which in Chromium's context typically manifests when arithmetic on attacker-influenced size or index values wraps around integer bounds, leading to undersized allocations or out-of-bounds memory access during HTML/DOM processing. Because Blink runs inside Chrome's renderer process, successful exploitation is constrained to the sandboxed renderer per the CVSS S:U (unchanged scope) designation, meaning a second sandbox-escape bug would be required to fully compromise the host.
RemediationAI
Vendor-released patch: Google Chrome 149.0.7827.53 (Stable channel) - upgrade desktop Chrome immediately via the Chrome Releases advisory at https://chromereleases.googleblog.com/2026/06/stable-channel-update-for-desktop.html, and force a relaunch since Chrome only applies updates on browser restart. For Chromium-derived browsers (Edge, Brave, Opera, Vivaldi), apply the corresponding vendor build that rebases onto Chromium 149.0.7827.53 or later. As a compensating control until patching is complete, enforce Site Isolation (enabled by default in modern Chrome) and consider deploying enterprise policies that disable JIT in V8 (JavaScriptJitDisabled) or enable Strict Site Isolation; the trade-off is measurable performance degradation on JavaScript-heavy applications. Restricting browsing to a known-good allowlist via web proxy or DNS filtering reduces the attack surface but breaks general web usage and is typically only viable for kiosk or restricted-workstation scenarios.
Vendor StatusVendor
SUSE
Severity: Important| 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-34632
GHSA-gf33-3xv8-8px2