Severity by source
AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
Remote crafted page needs no privileges (PR:N) but requires the user to visit it (UI:R); code runs inside the sandbox so Scope is Unchanged with full renderer C/I/A impact.
Primary rating from Vendor (google).
CVSS VectorVendor: google
Lifecycle Timeline
3DescriptionCVE.org
Uninitialized Use in V8 in Google Chrome prior to 150.0.7871.115 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.115) lets a remote, unauthenticated attacker run arbitrary code inside the renderer sandbox when a victim opens a crafted HTML page. Rated High by Chromium and CVSS 8.8, the flaw stems from use of uninitialized memory (CWE-457). No public exploit is identified at time of analysis, CISA SSVC records exploitation status as none, and EPSS is low at 0.24%.
Technical ContextAI
The vulnerability lives in V8, the C++ JavaScript/WebAssembly engine that powers Chrome and all Chromium-derived browsers. CWE-457 (Use of Uninitialized Variable) means a code path reads memory before it has been assigned a defined value; in a JIT-compiling engine like V8 this typically lets an attacker influence type assumptions or object contents, corrupting the heap and steering execution. The single affected CPE, cpe:2.3:a:google:chrome, confirms desktop Chrome as the affected product, and Google's note that code executes 'inside a sandbox' indicates the primitive is contained to the renderer process rather than being a demonstrated sandbox escape.
RemediationAI
Vendor-released patch: 150.0.7871.115 - update Google Chrome to 150.0.7871.115 or later via Help > About Google Chrome (which triggers the auto-update) and relaunch to load the fixed V8 build, per the Chrome Releases advisory at https://chromereleases.googleblog.com/2026/07/stable-channel-update-for-desktop_01162222768.html. Enterprises managing Chrome by policy should confirm auto-update is enabled and pin the fixed version through their management console; users of other Chromium-based browsers should apply their vendor's corresponding update once shipped. As an interim compensating control before patching, restrict browsing to trusted sites and keep site isolation enabled (default on) so renderer compromise stays contained; disabling V8 JIT via '--js-flags=--jitless' or the JavaScriptJitAllowedForSites policy substantially cuts exploitability of V8 memory bugs but breaks JavaScript-heavy web apps and degrades performance, so use it only as a temporary measure.
Same weakness CWE-457 – Use of Uninitialized Variable
View allVendor StatusVendor
SUSE
Severity: Critical| 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-42478
GHSA-9mqj-g68q-h5rw