Severity by source
AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H
Network-delivered via crafted HTML (AV:N); specific UI gestures imply timing or sequencing complexity (AC:H); no auth needed (PR:N); mandatory active interaction (UI:R); heap corruption yields full renderer impact (C:H/I:H/A:H) within sandbox scope (S:U).
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 convinced a user to engage in specific UI gestures to potentially exploit heap corruption via a crafted HTML page. (Chromium security severity: High)
AnalysisAI
Use-after-free in the Views UI rendering component of Google Chrome (all versions prior to 151.0.7922.109) enables a remote attacker to corrupt heap memory via a crafted HTML page, requiring the victim to perform specific UI gestures. The CVSS:3.1 vector (AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H) reflects a fully network-delivered attack with no authentication barrier, though high attack complexity and mandatory user interaction substantially reduce opportunistic exploitation likelihood. No public exploit code or CISA KEV listing has been identified at time of analysis; Google rated this High severity internally and shipped a patch in the stable channel update.
Technical ContextAI
CWE-416 (Use After Free) in Chrome's Views framework - the cross-platform C++ UI toolkit responsible for rendering browser chrome elements such as toolbars, dialogs, and overlays. When a specially crafted HTML page drives specific UI gesture sequences, the Views component frees a heap object and subsequently dereferences the stale pointer, producing a type-confusion or arbitrary-write primitive in the renderer process. Use-after-free bugs in browser UI layers are particularly severe because they can corrupt internal object metadata exploitable for sandbox-escape primitives. The affected CPE range covers all Chrome desktop builds (Windows, macOS, Linux) below 151.0.7922.109, as confirmed by EUVD-2026-54128 and the Chromium issue tracker entry at issues.chromium.org/issues/536067175.
RemediationAI
Update Google Chrome to version 151.0.7922.109 or later immediately; this is the vendor-released patch confirmed via the stable channel update advisory at https://chromereleases.googleblog.com/2026/08/stable-channel-update-for-desktop_01193673229.html. Chrome's built-in auto-update mechanism will apply this in most managed and consumer environments; administrators should verify endpoint management policies force the update rather than defer it. If immediate patching is not feasible, compensating controls include restricting access to untrusted external websites via proxy policy, enforcing Site Isolation (already default in modern Chrome but verifiable via chrome://flags), and disabling JavaScript on untrusted origins - though the latter carries significant usability trade-offs. Note that these controls reduce the attack surface but cannot fully eliminate risk from a UI-gesture-based heap corruption if a user visits a controlled malicious page.
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-54128
GHSA-8w2j-h45m-25mf