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
Use after free 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's V8 JavaScript engine (versions prior to 147.0.7727.55) allows unauthenticated remote attackers to execute arbitrary code within the sandbox by exploiting a use-after-free memory corruption vulnerability through a malicious HTML page. User interaction (visiting a crafted website) is required. No public exploit identified at time of analysis, with EPSS probability at 4% (11th percentile), indicating relatively low immediate exploitation risk despite high CVSS severity.
Technical ContextAI
This vulnerability affects the V8 JavaScript engine, Google's open-source high-performance ECMAScript and WebAssembly engine that powers Chrome's JavaScript execution. The issue stems from a use-after-free condition (CWE-416), a classic memory corruption flaw where code continues to reference memory after it has been freed. In V8's context, this typically occurs during object lifecycle management, garbage collection race conditions, or improper handling of JavaScript object references during compilation or optimization. When triggered, the freed memory can be reallocated for different purposes, allowing an attacker to manipulate data structures and hijack control flow. The CPE identifier cpe:2.3:a:google:chrome confirms this affects the Chrome browser application specifically, with the vulnerability residing in V8's core engine rather than browser-specific features.
RemediationAI
Update Google Chrome to version 147.0.7727.55 or later immediately. Chrome typically auto-updates within 24-48 hours of release; users can manually trigger updates by navigating to chrome://settings/help, clicking 'Check for updates', and restarting the browser when prompted. Enterprise administrators using managed Chrome deployments should verify that auto-update policies are enabled or push the update through their software distribution infrastructure. For organizations unable to immediately patch, temporary risk mitigation includes restricting browser access to trusted sites only, implementing network-level web filtering to block known malicious domains, and educating users about phishing and untrusted website risks. However, these workarounds provide minimal protection given the ubiquity of JavaScript on the web, making patching the only effective remediation. Full vendor advisory and patch details are available at https://chromereleases.googleblog.com/2026/04/stable-channel-update-for-desktop.html.
Same weakness CWE-416 – Use After Free
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-20657
GHSA-9jm7-cgmm-6qg2