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
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
Lifecycle Timeline
5DescriptionCVE.org
Out of bounds read and write in V8 in Google Chrome prior to 149.0.7827.103 allowed a remote attacker to execute arbitrary code inside a sandbox via a crafted HTML page. (Chromium security severity: High)
Articles & Coverage 1
AnalysisAI
Remote code execution in Google Chrome's V8 JavaScript engine prior to 149.0.7827.103 allows a remote attacker to execute arbitrary code inside the renderer sandbox by enticing a victim to visit a crafted HTML page. The flaw is an out-of-bounds read and write (CWE-125) rated High severity by Chromium with a CVSS 8.8, and no public exploit identified at time of analysis, though V8 memory-corruption issues historically attract exploit development.
Technical ContextAI
V8 is Chromium's JavaScript and WebAssembly engine that performs just-in-time compilation and aggressive type/range optimizations on JavaScript objects. CWE-125 (Out-of-bounds Read) - paired here with an out-of-bounds write - typically arises in V8 when optimizer assumptions about array bounds, element kinds, or typed-array offsets diverge from runtime state, allowing a crafted script to read and write outside the intended buffer. Exploitation of such primitives in V8 commonly yields addrof/fakeobj capabilities that lead to arbitrary code execution within the renderer process, though the Chrome sandbox still contains the attacker absent a separate sandbox escape.
RemediationAI
Vendor-released patch: Chrome 149.0.7827.103 or later on the Stable channel - update immediately via Chrome's built-in updater or by deploying the latest MSI/PKG/DEB package, and restart the browser to activate the fix as described in the Chrome Releases advisory (https://chromereleases.googleblog.com/2026/06/stable-channel-update-for-desktop_0153744567.html) and tracking issue https://issues.chromium.org/issues/506689381. Operators of Chromium-based browsers and Electron apps should monitor and apply their downstream rebuilds. As compensating controls until patching completes, enable Chrome's Site Isolation (default on desktop) to keep the OOB primitive confined to a single-site renderer, deploy enterprise policy to block untrusted sites or disable JavaScript on high-risk profiles (trade-off: breaks most modern web apps), and consider enforcing the V8 sandbox / Optimizer disable flags only in tightly scoped kiosk deployments since they materially degrade performance and compatibility.
Same weakness CWE-125 – Out-of-bounds Read
View allSame technique Information Disclosure
View allVendor StatusVendor
SUSE
Severity: Critical| Product | Status |
|---|---|
| openSUSE Leap 16.0 | Fixed |
| openSUSE Tumbleweed | Fixed |
Share
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-35245
GHSA-x2hh-w9mw-3vq2