Severity by source
Sources disagree (Low–High)AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
Network-reachable crafted page, low complexity, no auth, but requires the victim to open the page (UI:R); high C/I/A reflects in-sandbox code execution, though real impact is contained to V8.
vuln.today treats the vendor’s rating as authoritative. A higher third-party CVSS (e.g. CISA-ADP) is shown for transparency but does not drive the headline severity.
CVSS VectorVendor: Chrome
Lifecycle Timeline
3DescriptionCVE.org
Use after free 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: Low)
AnalysisAI
Arbitrary code execution within the V8 sandbox affects Google Chrome desktop builds prior to 150.0.7871.46, where a use-after-free in the V8 JavaScript engine lets a remote attacker run code inside the sandbox when a victim opens a crafted HTML page. Google internally rated the Chromium security severity as Low and the execution is contained to the V8 sandbox rather than achieving a full renderer or OS escape. There is no public exploit identified at time of analysis, EPSS is low (0.23%, 13th percentile), and CISA SSVC records no known exploitation.
Technical ContextAI
The flaw is a CWE-416 use-after-free in V8, the JavaScript and WebAssembly engine that Chrome (and all Chromium-derived browsers) uses to parse and JIT-compile untrusted script from web pages. A use-after-free occurs when the engine continues to reference a heap object after it has been freed, allowing an attacker who controls heap layout via crafted JavaScript to reclaim that memory and corrupt engine state, ultimately redirecting control flow. The affected CPE is cpe:2.3:a:google:chrome:*, i.e. the Chrome desktop application; because the description explicitly limits impact to code execution 'inside a sandbox,' this targets the newer V8 heap sandbox / pointer-compression cage rather than a break out of the OS-level renderer sandbox.
RemediationAI
Vendor-released patch: 150.0.7871.46 - update Google Chrome to 150.0.7871.46 or later via the built-in updater (chrome://settings/help) and relaunch the browser to load the patched V8, per https://chromereleases.googleblog.com/2026/06/stable-channel-update-for-desktop_0175352312.html. In managed fleets, push the update through your enterprise deployment channel (Group Policy/Chrome Browser Cloud Management, Jamf/Intune) and confirm the minimum version is enforced. Because exploitation requires the victim to render attacker-controlled HTML/JavaScript, interim compensating controls include disabling the V8 JIT via the JavaScriptJitAllowedForSites / site-isolation policies or the --js-flags='--jitless' hardening for high-risk users, which reduces the exploitable attack surface at the cost of degraded JavaScript performance on complex sites; URL filtering to block untrusted sites also lowers exposure but does not fully close the risk. SUSE-based systems (per the 'Suse' tag) should apply the distribution's Chromium update once published.
Same weakness CWE-416 – Use After Free
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-41202
GHSA-5xh4-h2pm-54mv