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
5DescriptionCVE.org
Out of bounds read and write in V8 in Google Chrome prior to 147.0.7727.55 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 prior to 147.0.7727.55 allows attackers to execute arbitrary code within the browser sandbox through crafted HTML pages exploiting out-of-bounds read/write conditions in the V8 JavaScript engine. User interaction (visiting a malicious page) is required, but no authentication is needed. With CVSS 8.8 and low EPSS (0.04%, 11th percentile), this represents a high-severity browser vulnerability with limited observed real-world exploitation activity. Patch available in Chrome 147.0.7727.55. No public exploit identified at time of analysis.
Technical ContextAI
This vulnerability affects V8, Google Chrome's open-source JavaScript and WebAssembly engine written in C++. V8 compiles JavaScript to native machine code and handles memory management for script execution. The CWE-125 classification indicates an out-of-bounds read vulnerability, though the description notes both read and write conditions exist, suggesting a compound memory corruption issue. Out-of-bounds memory access in V8 can occur during JIT compilation, object property access, or array operations when bounds checks are improperly optimized or bypassed. The CPE string cpe:2.3:a:google:chrome:*:*:*:*:*:*:*:* identifies all Google Chrome versions prior to the fixed release as affected. The sandbox escape limitation is critical-while arbitrary code execution is possible, it remains constrained within Chrome's security sandbox architecture, requiring additional vulnerabilities for full system compromise.
RemediationAI
Upgrade Google Chrome to version 147.0.7727.55 or later immediately. Chrome typically auto-updates within 24-48 hours of release, but users should manually trigger updates by navigating to chrome://settings/help and clicking 'Check for updates' to ensure immediate protection. For enterprise environments using managed Chrome deployments, administrators should push version 147.0.7727.55 through their software distribution systems. No effective workarounds exist for this V8 engine vulnerability short of disabling JavaScript entirely, which would break most web functionality. Organizations unable to immediately patch should consider implementing enhanced web filtering to block known-malicious domains and deploying endpoint detection solutions capable of identifying suspicious browser process behavior. The official vendor advisory with complete patch information is available at http://chromereleases.googleblog.com/2026/04/stable-channel-update-for-desktop.html. Additional technical details for security researchers are documented in the Chromium bug tracker at https://issues.chromium.org/issues/496301615.
Same weakness CWE-125 – Out-of-bounds Read
View allVendor StatusVendor
SUSE
Severity: High| Product | Status |
|---|---|
| SUSE Package Hub 15 SP6 | Fixed |
| openSUSE Leap 15.6 | Fixed |
| openSUSE Tumbleweed | Fixed |
| SUSE Package Hub 15 SP6 | Fixed |
Share
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-20678