Severity by source
AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
Network-delivered via crafted webpage, no privileges required, mandatory user navigation (UI:R), impact confined to browser sandbox with no scope change to OS.
Primary rating from Vendor (Chrome).
CVSS VectorVendor: Chrome
Lifecycle Timeline
4DescriptionCVE.org
Use after free in V8 in Google Chrome prior to 151.0.7922.137 allowed a remote attacker to execute arbitrary code inside a sandbox via a crafted HTML page. (Chromium security severity: High)
AnalysisAI
Use-after-free in Chrome's V8 JavaScript engine (versions prior to 151.0.7922.137) enables remote code execution inside the browser sandbox when a victim visits a crafted HTML page. The vulnerability carries a CVSS 8.8 score reflecting its network-reachable, low-complexity attack path requiring only a single user interaction. No public exploit code or CISA KEV listing has been identified at time of analysis, though the Chromium security team rated severity as High and issued an emergency stable-channel update.
Technical ContextAI
V8 is Google Chrome's open-source JavaScript and WebAssembly engine, responsible for parsing and executing JavaScript on virtually every webpage. CWE-416 (Use After Free) describes a class of memory corruption bugs where a program continues to reference a memory region after it has been deallocated; in V8 this can occur during garbage collection or object lifecycle management within the JIT compiler or heap. Successful exploitation of a UAF in V8 typically allows an attacker to corrupt heap memory in a controlled fashion, enabling arbitrary read/write primitives and ultimately shellcode execution - though in this case, execution is confined to Chrome's sandbox process boundary. The affected CPE is cpe:2.3:a:google:chrome:*:*:*:*:*:*:*:* covering all Chrome desktop versions prior to 151.0.7922.137 across Windows, macOS, and Linux.
RemediationAI
The primary remediation is to update Google Chrome to version 151.0.7922.137 or later, released via the stable channel and documented at https://chromereleases.googleblog.com/2026/08/stable-channel-update-for-desktop_01815628406.html. Chrome's auto-update mechanism should apply this automatically; administrators managing enterprise fleets should force-push the update via policy (e.g., Google Admin Console or Group Policy) and verify via chrome://version. If immediate patching is not feasible, a compensating control is to restrict end-user access to untrusted external websites via web proxy or DNS filtering - this reduces the social-engineering surface but does not eliminate risk from internal or compromised trusted sites, and carries significant usability trade-offs. Disabling JavaScript globally is an extreme measure that would block exploitation but render most web applications non-functional. No other vendor-documented workarounds were identified in the available references.
Same weakness CWE-416 – Use After Free
View allVendor StatusVendor
SUSE
Severity: Important| Product | Status |
|---|---|
| SUSE Package Hub 15 SP7 | Fixed |
| SUSE Package Hub 15 SP7 | Affected |
Share
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-56983
GHSA-mx8c-h4fh-hwq7