Severity by source
AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H
AV:N for web-delivered crafted HTML; AC:H for prerequisite renderer compromise; S:C and full C/I/A confirmed by sandbox escape to host OS.
Primary rating from Vendor (google).
CVSS VectorVendor: google
Lifecycle Timeline
4DescriptionCVE.org
Use after free in Views in Google Chrome prior to 151.0.7922.109 allowed a remote attacker who had compromised the renderer process to potentially perform a sandbox escape via a crafted HTML page. (Chromium security severity: Critical)
AnalysisAI
Use-after-free in Chrome's Views component prior to version 151.0.7922.109 enables a sandbox escape for remote attackers who have already compromised the renderer process, via a crafted HTML page. The CVSS scope change (S:C) confirms the potential for OS-level code execution beyond Chrome's renderer sandbox, earning a Critical severity designation from the Chromium security team despite an NVD score of 8.3. No public exploit code or CISA KEV confirmation has been identified at time of analysis, though this vulnerability class is a high-value target frequently weaponized as the second stage of browser exploit chains by sophisticated threat actors.
Technical ContextAI
Chrome's Views framework is the C++ UI layer that manages window, widget, and rendering-surface hierarchies on desktop platforms, bridging the sandboxed renderer process and the privileged browser process. A use-after-free (CWE-416) arises when heap memory is freed but a dangling pointer to that region is subsequently dereferenced, creating a controlled memory-corruption primitive. In Chrome's multi-process architecture, the renderer runs in a low-privilege sandbox; a UAF in Views - operating at the browser-process boundary - provides an avenue to corrupt browser-process memory and break containment. The CVSS vector AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H encodes this precisely: network-deliverable via crafted HTML, high complexity reflecting the prerequisite renderer compromise, user interaction for page visit, and a confirmed scope change to the host system. No CPE strings were supplied in the input data; the affected product is identified via EUVD as desktop Chrome versions below 151.0.7922.109.
RemediationAI
Update Google Chrome to version 151.0.7922.109 or later immediately using Chrome's built-in update mechanism (Menu > Help > About Google Chrome) or via your platform's package manager. The official Google advisory is at https://chromereleases.googleblog.com/2026/08/stable-channel-update-for-desktop_01193673229.html. Enterprise administrators should deploy the updated installer via Group Policy, Intune, or their endpoint management toolchain and verify version compliance across the fleet. Prior to patching, compensating controls are limited in effectiveness but include enabling Chrome's Enhanced Safe Browsing mode (reduces pre-exploitation delivery risk via malicious-site blocking, with the trade-off of sharing browsing data with Google), restricting navigation to untrusted external sites via DNS filtering or proxy allowlists, and ensuring renderer-level mitigations such as Site Isolation are active (enabled by default in modern Chrome builds). These controls reduce the attack surface but do not remediate the underlying UAF; patching remains the only definitive fix.
Same weakness CWE-416 – Use After Free
View allSame technique Denial Of Service
View allVendor StatusVendor
SUSE
Severity: CriticalShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-54268
GHSA-xgp9-vp73-wgrv