Severity by source
Sources disagree (Low–High)AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
Network-delivered via web page (AV:N) but requires specific UI gestures beyond a click, raising complexity (AC:H) and needing user interaction (UI:R); renderer compromise yields high C/I/A.
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: google
Lifecycle Timeline
4DescriptionCVE.org
Use after free in Views in Google Chrome on Mac prior to 150.0.7871.47 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: Low)
AnalysisAI
Heap corruption in Google Chrome's Views UI framework on macOS (versions before 150.0.7871.47) lets a remote attacker who lures a victim to a crafted HTML page and coaxes them into specific UI gestures trigger a use-after-free, potentially achieving code execution in the renderer. Google rates the Chromium severity as Low, but the NVD CVSS is 8.8 (High), and no public exploit has been identified at time of analysis. EPSS is low at 0.21% (11th percentile), and the flaw is not in CISA KEV.
Technical ContextAI
The defect is a CWE-416 use-after-free in Chrome's 'Views' component - the cross-platform UI toolkit Chromium uses to build browser chrome and widgets (menus, dialogs, controls). A use-after-free occurs when memory is freed while a dangling pointer still references it; a subsequent access to that stale pointer can corrupt the heap and, if an attacker can shape the freed/reallocated memory, be steered toward controlled execution. Per the EUVD/NVD CPE scope, the affected product is Google Chrome on the Mac platform at versions below 150.0.7871.47; the bug is tracked internally at Chromium issue 506482786 and disclosed in the June 2026 Stable channel update.
RemediationAI
Vendor-released patch: 150.0.7871.47 - upgrade Google Chrome on macOS to 150.0.7871.47 or later via the Stable channel; most installs auto-update, so verify the version under chrome://settings/help and relaunch to apply. Reference Google's advisory at https://chromereleases.googleblog.com/2026/06/stable-channel-update-for-desktop_0175352312.html and the NVD record at https://nvd.nist.gov/vuln/detail/CVE-2026-14025. Until the update is confirmed applied, reduce exposure by having users avoid untrusted web pages and by not interacting with unexpected UI prompts/gestures on unfamiliar sites, since exploitation depends on specific user interaction; enterprise fleets can enforce the minimum version through managed browser update policies (trade-off: forced relaunch may interrupt open sessions).
Same weakness CWE-416 – Use After Free
View allSame technique Denial Of Service
View allVendor StatusVendor
SUSE
Severity: Important| Product | Status |
|---|---|
| SUSE Package Hub 15 SP7 | Fixed |
| openSUSE Tumbleweed | Fixed |
| SUSE Package Hub 15 SP7 | Affected |
Share
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-40713
GHSA-4pvr-rcq6-xfr4