Severity by source
AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
Primary rating from Vendor (Chrome).
CVSS VectorVendor: Chrome
Lifecycle Timeline
4DescriptionCVE.org
Integer overflow in V8 in Google Chrome prior to 148.0.7778.216 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 prior to version 148.0.7778.216 allows attackers to run arbitrary code inside the renderer sandbox when a victim visits a crafted HTML page. The flaw stems from an integer overflow (CWE-472, External Control of Assumed-Immutable Web Parameter / integer-handling weakness in V8) rated High severity by Chromium and CVSS 8.8. No public exploit identified at time of analysis, and the bug is not currently listed in CISA KEV.
Technical ContextAI
V8 is Google's open-source JavaScript and WebAssembly engine that powers Chrome, Edge, Opera, Brave, and all Chromium-derived browsers, as well as Node.js. Integer overflow vulnerabilities in V8 typically arise in JIT-compiled code paths, typed array handling, or bounds-check elimination, where an attacker-controlled numeric value wraps around and causes the engine to mis-size a buffer or skip a safety check. The resulting type confusion or out-of-bounds access can be leveraged to corrupt V8's heap and ultimately gain arbitrary read/write within the renderer process. The CPE (cpe:2.3:a:google:chrome:*:*:*:*:*:*:*:*) confirms the affected component is the Chrome browser itself; downstream Chromium consumers are likely affected pending their own backports.
RemediationAI
Vendor-released patch: Google Chrome 148.0.7778.216 (Stable channel) - upgrade immediately via Chrome's built-in updater or by reinstalling from https://chromereleases.googleblog.com/2026/05/stable-channel-update-for-desktop_0877304591.html. Enterprise administrators should push the new build via Google Update / Chrome Browser Cloud Management and verify deployment with the chrome://version page or inventory tooling. Users of other Chromium-based browsers should monitor their respective vendors (Edge, Brave, Opera, Electron) for backported releases and update as soon as those are available. As an interim compensating control where patching is delayed, disable the V8 JIT compiler by launching Chrome with --js-flags="--jitless" or via the JavaScriptJitDisabledForSites enterprise policy - this removes most JIT-related exploitation primitives at a measurable JavaScript performance cost; alternatively, restrict browsing to a curated allowlist or route untrusted browsing through a remote browser isolation service until the patch is deployed. Tracking issue: https://issues.chromium.org/issues/506499280.
Vendor StatusVendor
SUSE
Severity: High| Product | Status |
|---|---|
| openSUSE Leap 16.0 | Fixed |
| openSUSE Tumbleweed | Fixed |
Share
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-33110
GHSA-h27q-8vvw-gwhp