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
Inappropriate implementation 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 148.0.7778.216 allows a remote attacker to execute arbitrary code inside the renderer sandbox via a crafted HTML page. The Chromium project rates the severity as High and CVSS scores it 8.8 (network-reachable, low complexity, no privileges, user interaction required). No public exploit identified at time of analysis, and EPSS is very low (0.04%, 12th percentile), suggesting limited near-term mass-exploitation likelihood despite the high impact rating.
Technical ContextAI
V8 is the open-source JavaScript and WebAssembly engine used by Chrome and Chromium-derived browsers (Edge, Brave, Opera, Vivaldi) as well as Node.js, and it JIT-compiles untrusted script into native code. The CWE-94 (Improper Control of Generation of Code / 'Code Injection') classification, combined with the description's 'inappropriate implementation,' points to a logic or type-confusion class flaw in V8 that lets a crafted HTML/JS page coerce the engine into emitting or executing attacker-chosen native instructions inside the renderer process. Per the CPE (cpe:2.3:a:google:chrome) and EUVD data, affected builds are Chrome stable channel versions below 148.0.7778.216; importantly, the description states the resulting code execution occurs 'inside a sandbox,' meaning the bug alone yields renderer-level RCE and a separate sandbox-escape bug would be required to reach the host OS.
RemediationAI
Vendor-released patch: Google Chrome 148.0.7778.216 on the desktop stable channel - upgrade immediately via Chrome's built-in updater (chrome://settings/help) or enterprise management (Google Chrome Enterprise MSI/policies, Jamf/Intune managed deployments) and force a browser relaunch so the V8 fix actually loads, per https://chromereleases.googleblog.com/2026/05/stable-channel-update-for-desktop_0877304591.html. Operators of Chromium-derived browsers (Edge, Brave, Opera, Vivaldi) and Electron applications should pull the corresponding rebased build from their vendor as it ships. Until patching completes, viable compensating controls include enforcing Chrome's Site Isolation (enabled by default; verify it is not disabled via --disable-site-isolation-trials), enabling the V8 sandbox / hardware-backed renderer protections where supported, and using Chrome enterprise policies to restrict JavaScript on untrusted origins via URLBlocklist / DefaultJavaScriptSetting=2 - the trade-off is that broadly disabling JavaScript will break most modern web applications, so apply it as an allowlist on high-risk users rather than a blanket setting.
Same weakness CWE-94 – Code Injection
View allVendor StatusVendor
SUSE
Severity: High| Product | Status |
|---|---|
| openSUSE Leap 16.0 | Fixed |
| openSUSE Tumbleweed | Fixed |
Share
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-33080
GHSA-r26p-5p5q-3j85