Severity by source
AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
Remote crafted page with no privileges but required user interaction (UI:R); high renderer-process impact with scope unchanged since execution stays inside the sandbox.
Primary rating from Vendor (Chrome).
CVSS VectorVendor: Chrome
Lifecycle Timeline
3DescriptionCVE.org
Inappropriate implementation 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: Medium)
AnalysisAI
Arbitrary code execution within the renderer sandbox affects Google Chrome desktop versions prior to 150.0.7871.46, where an inappropriate implementation flaw in the V8 JavaScript engine lets a remote attacker run code confined to the browser sandbox after a victim opens a crafted HTML page. Google rated the Chromium severity as Medium, and the code execution is explicitly described as occurring inside the sandbox rather than as a full sandbox escape. There is no public exploit identified at time of analysis and the vulnerability is not on CISA KEV, with a low EPSS score of 0.28% (20th percentile).
Technical ContextAI
The flaw resides in V8, the C++ JavaScript and WebAssembly engine that compiles and executes untrusted script from every web page Chrome loads. Classified as CWE-119 (Improper Restriction of Operations within the Bounds of a Memory Buffer), the root cause is a memory-safety error - consistent with the 'Buffer Overflow' tag - where V8 mishandles memory during script execution, allowing an attacker-controlled page to corrupt memory and gain control of execution flow. Per the CPE (cpe:2.3:a:google:chrome), the affected component is the desktop Chrome browser; because V8 runs inside the renderer process, the resulting code execution is contained by Chrome's multi-process sandbox and does not by itself grant host-level access.
RemediationAI
Vendor-released patch: update Google Chrome to 150.0.7871.46 or later on all desktop platforms, per the Chrome Stable channel advisory (https://chromereleases.googleblog.com/2026/06/stable-channel-update-for-desktop_0175352312.html); most installs update automatically, but verify via chrome://settings/help and relaunch to complete the update, and push the update through enterprise management (Chrome Browser Cloud Management/GPO) for managed fleets. Users of downstream repackaged builds (e.g., the Suse/openSUSE Chromium package) should apply the corresponding distribution update once published. As an interim compensating control before patching, limit exposure by having users avoid untrusted sites and consider enabling stricter site isolation or the enterprise policy to restrict JavaScript on untrusted origins - with the trade-off that disabling JavaScript broadly breaks most modern web applications; there is no reliable non-patch mitigation for a V8 memory bug short of not rendering attacker-controlled pages.
Same weakness CWE-119 – Buffer Overflow
View allVendor 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-41160
GHSA-6pr3-grcv-9x6m