Severity by source
AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
Primary rating from Vendor (google).
CVSS VectorVendor: google
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
Lifecycle Timeline
4DescriptionCVE.org
Use after free in Views in Google Chrome on Mac prior to 149.0.7827.103 allowed a remote attacker to execute arbitrary code via a crafted HTML page. (Chromium security severity: Critical)
AnalysisAI
Remote code execution in Google Chrome on macOS prior to version 149.0.7827.103 stems from a use-after-free flaw in the Views UI component, enabling a remote attacker to run arbitrary code when a victim visits a crafted HTML page. Google rates the underlying Chromium severity as Critical, and a vendor patch is available; no public exploit identified at time of analysis. The CVSS 8.8 score reflects network-reachable exploitation with low complexity but requiring user interaction (visiting the malicious page).
Technical ContextAI
The vulnerability resides in Chrome's Views framework, the cross-platform C++ UI toolkit Chromium uses to build browser windows, menus, dialogs, and other widget hierarchies on desktop platforms. CWE-416 (Use After Free) indicates that an object in the Views subsystem is dereferenced after its memory has been freed, typically because lifetime management between event handlers, animations, or focus tracking is mishandled. An attacker who can influence the sequence of UI events from a rendered page can groom the freed allocation and pivot the dangling pointer into arbitrary code execution within the affected process. The bug is scoped to the macOS build of Chrome per the description, suggesting the regression lies in platform-specific Views integration with AppKit.
RemediationAI
Vendor-released patch: Google Chrome 149.0.7827.103 for macOS - upgrade immediately via the built-in updater (chrome://settings/help) or by redeploying the latest stable MSI/PKG through your management tooling, then force-restart browser processes so the new binary loads. The fix is documented in the Chrome Releases stable channel update at https://chromereleases.googleblog.com/2026/06/stable-channel-update-for-desktop_0153744567.html. Until the patch is deployed, compensating controls include enforcing Site Isolation (already default in Chrome) to keep renderer compromises contained, blocking untrusted browsing through enterprise web-filtering or a secure web gateway (trade-off: breaks ad-hoc browsing), and restricting Chrome on macOS endpoints via MDM until the update is applied (trade-off: user-productivity impact). Downstream Chromium browsers should be tracked for their corresponding rebases - do not assume Edge, Brave, or Opera are patched until each vendor publishes a corresponding release note.
Same weakness CWE-416 – Use After Free
View allSame technique Memory Corruption
View allVendor StatusVendor
SUSE
Severity: Critical| Product | Status |
|---|---|
| openSUSE Leap 16.0 | Fixed |
| openSUSE Tumbleweed | Fixed |
Share
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-35237
GHSA-7x6f-897q-8h7j