Severity by source
Sources disagree (Low–Critical)AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
AV:L confirmed by description; UI:R corrected from provided UI:N because a crafted HTML page requires user rendering action; no integrity or availability impact.
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
4DescriptionCVE.org
Inappropriate implementation in Views in Google Chrome on Mac prior to 151.0.7922.72 allowed a local attacker to obtain potentially sensitive information from process memory via a crafted HTML page. (Chromium security severity: Low)
AnalysisAI
Information disclosure in Google Chrome's Views UI framework on macOS prior to version 151.0.7922.72 exposes potentially sensitive data from browser process memory to local attackers. The flaw is triggered by an inappropriate implementation in the Views rendering layer, reachable via a specially crafted HTML page. No public exploit code exists and the EPSS score sits at the 2nd percentile, indicating very low observed exploitation probability; Chrome's own severity rating of 'Low' is consistent with the local-only attack vector and read-only confidentiality impact.
Technical ContextAI
Chrome's Views framework is the cross-platform UI toolkit responsible for rendering browser chrome elements (toolbars, dialogs, widgets) on top of the OS windowing system. On macOS, the Views layer interfaces with Cocoa/AppKit, and implementation divergences between platforms can introduce subtle memory handling errors. An 'inappropriate implementation' (CWE not assigned) in this context typically means a logic or state-management flaw - rather than a classic memory corruption - that causes the component to read or expose adjacent process memory contents when processing specific DOM or layout inputs from an HTML page. The affected CPE is cpe:2.3:a:google:chrome:*:*:*:*:*:*:*:* scoped to macOS builds prior to 151.0.7922.72. No specific CWE has been assigned by NVD, leaving the precise root cause class unconfirmed.
RemediationAI
The primary fix is updating Google Chrome on macOS to version 151.0.7922.72 or later, available via Chrome's built-in auto-update mechanism or manual download from google.com/chrome. The vendor advisory at https://chromereleases.googleblog.com/2026/07/stable-channel-update-for-desktop_0887107924.html confirms patch availability. For environments where immediate patching is not possible, restricting user access to untrusted local HTML files and enforcing Chrome's site isolation features (--site-per-process, which is default on modern Chrome) may reduce the memory surface exposed to a crafted page. Given the local attack vector, ensuring strong endpoint access controls and preventing untrusted local file execution are effective compensating controls. No workarounds short of upgrading are confirmed by the vendor.
Same weakness CWE-200 – Information Exposure
View allSame technique Information Disclosure
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-50892
GHSA-r448-82mr-7599