Severity by source
AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
Remote crafted page needs no auth (PR:N) but requires the user to open it (UI:R); high C/I/A reflect renderer RCE, scope unchanged as impact stays within the sandbox.
Primary rating from Vendor (Chrome).
CVSS VectorVendor: Chrome
Lifecycle Timeline
4DescriptionCVE.org
Integer overflow in V8 in Google Chrome prior to 150.0.7871.46 allowed a remote attacker to execute arbitrary code inside a sandbox via a crafted HTML page. (Chromium security severity: High)
AnalysisAI
Remote code execution in Google Chrome's V8 JavaScript engine (versions prior to 150.0.7871.46) allows a remote attacker to run arbitrary code inside the renderer sandbox by luring a victim to a crafted HTML page. The flaw is an integer overflow in V8, rated High by Chromium and scored CVSS 8.8; exploitation requires user interaction (visiting a malicious page) but no authentication. There is no public exploit identified at time of analysis, and CISA SSVC records exploitation status as none, indicating no observed in-the-wild activity yet.
Technical ContextAI
V8 is the C++ JavaScript and WebAssembly engine that powers Chrome and all Chromium-derived browsers, compiling and executing untrusted script from any visited web page. The root cause is an integer overflow - an arithmetic operation whose result exceeds the bounds of its integer type, producing an incorrect (often undersized) value that is subsequently used for memory sizing or indexing, leading to out-of-bounds access and attacker-controllable memory corruption. Note the reported weakness classification CWE-472 (External Control of Assumed-Immutable Web Parameter) does not align with an integer overflow, for which CWE-190 would be the conventional class; this appears to be a mislabeled CWE and should be verified against the Chromium issue tracker. The affected CPE is cpe:2.3:a:google:chrome:*, i.e. the Chrome desktop browser; because Chromium is the upstream, Edge, Brave, Opera, Vivaldi and Electron-based apps embedding the same V8 build are likely affected downstream.
RemediationAI
Vendor-released patch: update Google Chrome to 150.0.7871.46 or later on all desktop platforms via the Stable channel, then fully restart the browser so the new V8 build is loaded (per https://chromereleases.googleblog.com/2026/06/stable-channel-update-for-desktop_0175352312.html). In managed environments, force the update through enterprise policy/auto-update and confirm the version at chrome://settings/help. Apply corresponding updates to Chromium-based browsers as their vendors ship them. There is no configuration-based workaround for a V8 engine flaw; as interim compensating controls before patching you can disable the browser's JavaScript JIT (via the 'V8 optimizer' / --js-flags='--no-opt' or site-isolation-friendly hardening) to shrink the attack surface - this reduces performance and may break some web apps - and restrict browsing to trusted sites, but these only lower risk and are not a substitute for the fixed version.
Vendor 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-41174
GHSA-9r75-hh5f-2vjg