Severity by source
AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H
AV:N/UI:R for the malicious page, but AC:H because success requires a chained prior renderer compromise; S:C reflects the sandbox escape and C/I/A:H reflect total technical impact.
Primary rating from Vendor (Chrome).
CVSS VectorVendor: Chrome
Lifecycle Timeline
5DescriptionCVE.org
Insufficient validation of untrusted input in ANGLE in Google Chrome on Mac prior to 151.0.7922.72 allowed a remote attacker who had compromised the renderer process to potentially perform a sandbox escape via a crafted HTML page. (Chromium security severity: High)
AnalysisAI
Sandbox escape in Google Chrome's ANGLE graphics layer on macOS (versions prior to 151.0.7922.72) lets an attacker who has already compromised the renderer process break out of the browser sandbox via a crafted HTML page. Rated High by Chromium and carrying a CVSS 9.6 due to the scope change from renderer to host, it enables full compromise of the browser process. There is no public exploit identified at time of analysis and it is not on CISA KEV; EPSS is low at 0.29% (21st percentile).
Technical ContextAI
The flaw resides in ANGLE (Almost Native Graphics Layer Engine), Chrome's abstraction library that translates WebGL/OpenGL ES calls onto native GPU backends - on macOS this maps to Metal/OpenGL. ANGLE runs at the boundary between the sandboxed renderer and the more-privileged GPU/browser process, so a memory-safety bug here is a classic sandbox-escape primitive. NVD classifies the root cause as CWE-125 (out-of-bounds read), while the input tags additionally reference Buffer Overflow and Information Disclosure, consistent with insufficient validation of untrusted input allowing reads (and potentially further corruption) outside intended buffer bounds. The only affected product per CPE is cpe:2.3:a:google:chrome:*:*:*:*:*:*:*:*, specifically the macOS build.
RemediationAI
Vendor-released patch: update Google Chrome to 151.0.7922.72 or later on macOS via the Stable channel (https://chromereleases.googleblog.com/2026/07/stable-channel-update-for-desktop_0887107924.html); Chrome typically auto-updates, so verify the running version under chrome://settings/help and relaunch to apply. There is no separate documented workaround, but because exploitation requires a first-stage renderer compromise, meaningful compensating controls until patching completes include reducing renderer attack surface - enforce Chrome's Enhanced/Strict Site Isolation (default) and disable unnecessary WebGL/hardware acceleration via enterprise policy (chrome://settings, HardwareAccelerationModeEnabled=false), accepting the trade-off of degraded graphics performance for WebGL-dependent sites. Managed fleets should push the updated version through MDM/enterprise policy to guarantee coverage rather than relying on per-user auto-update.
Same weakness CWE-125 – Out-of-bounds Read
View allSame technique Buffer Overflow
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-50827
GHSA-h6fh-j6x4-3pq7