Severity by source
Sources disagree (Medium–Critical)AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
Network-reachable via a crafted page needing only a visit (UI:R, PR:N, AC:L); scope unchanged because execution stays within the sandbox, with high C/I/A on the renderer process.
vuln.today treats the vendor’s rating as authoritative. A higher third-party CVSS (e.g. CISA-ADP) is shown for transparency but does not drive the headline severity.
CVSS VectorVendor: Chrome
Lifecycle Timeline
5DescriptionCVE.org
Use after free in V8 in Google Chrome prior to 151.0.7922.72 allowed a remote attacker to execute arbitrary code inside a sandbox via a crafted HTML page. (Chromium security severity: Medium)
AnalysisAI
Remote code execution in Google Chrome's V8 JavaScript engine (versions prior to 151.0.7922.72) allows a remote attacker to run arbitrary code inside the renderer sandbox when a victim opens a crafted HTML page. The flaw is a CWE-416 use-after-free memory corruption issue; Google has released a fixed stable-channel build, and there is no public exploit identified at time of analysis. Despite a CVSS of 8.8, Chromium rated the security severity Medium and EPSS is low (0.21%, 12th percentile), and the impact is constrained to code execution within the sandbox rather than full host compromise.
Technical ContextAI
The vulnerability lives in V8, the C++ JavaScript and WebAssembly engine that powers Chrome and all Chromium-derived browsers. A use-after-free (CWE-416) occurs when the engine continues to reference a heap object after it has been freed, letting an attacker groom the heap so the dangling pointer resolves to attacker-controlled data, corrupting memory and hijacking control flow. Because V8 executes untrusted script from any visited web page, such bugs are directly reachable from a crafted HTML/JS payload. The affected component per CPE is cpe:2.3:a:google:chrome (all versions below the fixed build); as a V8 defect it applies to the desktop Chrome stable channel and, by extension, other Chromium-based browsers that embed the same engine version.
RemediationAI
Vendor-released patch: update Google Chrome to 151.0.7922.72 or later via the Chrome Releases stable channel update (https://chromereleases.googleblog.com/2026/07/stable-channel-update-for-desktop_0887107924.html); restart the browser to complete the update since Chrome staging leaves the old binary running until relaunch. Users on Chromium-based browsers should apply their vendor's corresponding update once it ships. As interim compensating controls before patching, restrict browsing of untrusted sites, and where feasible enforce Chrome's Site Isolation and 'Strict' security settings; disabling the JavaScript JIT via the enterprise policy or the '--js-flags=--jitless' / v8-disable-optimizing-compiler hardening reduces the exploitability of V8 memory-corruption bugs at a meaningful performance cost to script-heavy sites. These controls do not remove the flaw and should be treated as stopgaps until the patched version is deployed.
Same weakness CWE-416 – Use After Free
View allVendor StatusVendor
SUSE
Severity: Critical| Product | Status |
|---|---|
| SUSE Package Hub 15 SP7 | Fixed |
| openSUSE Leap 16.0 | Fixed |
| SUSE Package Hub 15 SP7 | Affected |
Share
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-50585
GHSA-cgpw-34vx-hvv3