Severity by source
Sources disagree (Medium–Critical)AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H
Remote crafted HTML page (AV:N, PR:N) needs a victim visit (UI:R); a sandbox escape crosses a trust boundary (S:C) with total memory-corruption impact (C/I/A:H).
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
Out of bounds write in ANGLE in Google Chrome on Mac prior to 150.0.7871.46 allowed a remote attacker to potentially perform a sandbox escape via a crafted HTML page. (Chromium security severity: Medium)
AnalysisAI
Sandbox escape in Google Chrome for macOS (versions prior to 150.0.7871.46) stems from an out-of-bounds write in ANGLE, the graphics abstraction layer that translates WebGL/OpenGL ES calls to native backends (Metal on Mac). A remote attacker who lures a victim to a crafted HTML page can corrupt memory in the GPU/graphics process to potentially break out of the renderer sandbox. There is no public exploit identified at time of analysis; Google rated the Chromium severity as Medium, and CISA's SSVC framework marks exploitation as none, though the CVSS base score is 9.6 due to the scope-changing sandbox-escape impact.
Technical ContextAI
ANGLE (Almost Native Graphics Layer Engine) is Chrome's cross-platform graphics translation library that maps WebGL and OpenGL ES commands onto the host's native graphics API - on macOS this is Metal. It processes attacker-influenceable geometry, shader, and texture data from web content, making it a recurring source of memory-safety bugs. The root cause is CWE-787 (Out-of-bounds Write): the code writes past the bounds of an allocated buffer, corrupting adjacent memory. Because ANGLE runs in a privileged graphics/GPU process rather than the tightly-confined renderer, controlled corruption here can be leveraged to escape the sandbox. The CPE (cpe:2.3:a:google:chrome) confirms the affected product is the Chrome application itself, specifically the macOS build.
RemediationAI
Vendor-released patch: update Google Chrome to 150.0.7871.46 or later on macOS via the Stable channel (Chrome menu → About Google Chrome triggers auto-update, then relaunch), as documented at https://chromereleases.googleblog.com/2026/06/stable-channel-update-for-desktop_0175352312.html. Enterprises managing Chrome via MDM/policy should confirm the update has propagated and force a relaunch to apply it. As an interim compensating control before patching, restart the browser regularly to pick up staged updates and avoid untrusted web content that exercises WebGL/graphics; if an emergency mitigation is needed you can disable hardware-accelerated graphics/WebGL (chrome://settings → System → toggle off 'Use graphics acceleration', or via the WebGL policy) to reduce ANGLE attack surface, at the cost of degraded rendering and site-compatibility problems. These are stopgaps only - upgrading to the fixed version is the definitive fix.
Same weakness CWE-787 – Out-of-bounds Write
View allSame technique Buffer Overflow
View allVendor StatusVendor
SUSE
Severity: Critical| 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-41183
GHSA-xm69-pmf3-jr84