Severity by source
AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H
Remote crafted page needs no auth (PR:N) but requires a victim visit (UI:R) and reliable heap grooming (AC:H); sandbox escape crosses a trust boundary (S:C) with total impact.
Primary rating from NVD.
CVSS VectorNVD
Lifecycle Timeline
4DescriptionCVE.org
Heap buffer overflow in ANGLE in Google Chrome on Mac prior to 148.0.7778.168 allowed a remote attacker to potentially perform a sandbox escape via a crafted HTML page. (Chromium security severity: High)
AnalysisAI
Sandbox escape in Google Chrome for macOS before 148.0.7778.168 stems from a heap buffer overflow in the ANGLE graphics abstraction layer, letting a remote attacker who lures a victim to a crafted HTML page potentially break out of the renderer sandbox and cross into a higher-privilege context. Google rates the Chromium severity High and a fixed build is available, but there is no public exploit identified at time of analysis. EPSS is very low (0.06%) and CISA SSVC records exploitation status as none, indicating no observed attacks.
Technical ContextAI
ANGLE (Almost Native Graphics Layer Engine) is Chrome's cross-platform translation layer that maps WebGL/OpenGL ES calls onto native backends (Metal on macOS), so it processes attacker-influenceable geometry, shader, and texture data originating from web content. The flaw is CWE-122, a heap-based buffer overflow, meaning a memory allocation on the heap is written past its bounds; in a GPU-adjacent component this corruption can be leveraged to manipulate control data or object metadata. Because ANGLE straddles the boundary between the sandboxed renderer and the more privileged GPU process, memory corruption here is what makes a sandbox escape plausible, consistent with the CVSS scope-change (S:C) rating. The CPE cpe:2.3:a:google:chrome:*:*:*:*:*:*:*:* confirms the affected product is the Chrome application itself, with the description narrowing impact specifically to the macOS build.
RemediationAI
Vendor-released patch: Google Chrome 148.0.7778.168 for macOS - upgrade to this build or later via Chrome's automatic update mechanism and relaunch the browser to apply it (check chrome://settings/help to force the update and confirm the version). No practical in-product workaround preserves normal functionality for an ANGLE/GPU rendering flaw; if patching must be delayed on managed fleets, the only meaningful compensating control is to reduce exposure to untrusted web content, and enterprises could enforce the update through policy. Disabling GPU/hardware acceleration or WebGL may reduce ANGLE's attack surface but degrades rendering performance and breaks WebGL-dependent sites, so it is a poor trade-off versus simply updating. Refer to the Chrome Releases advisory (https://chromereleases.googleblog.com/2026/05/stable-channel-update-for-desktop_12.html) and vuldb.com/vuln/364022 for tracking.
Same weakness CWE-122 – Heap-based Buffer Overflow
View allSame technique Buffer Overflow
View allVendor StatusVendor
SUSE
Severity: High| Product | Status |
|---|---|
| SUSE Package Hub 15 SP7 | Fixed |
| openSUSE Leap 16.0 | Fixed |
| openSUSE Tumbleweed | Fixed |
| SUSE Package Hub 15 SP7 | Fixed |
Share
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-30441
GHSA-ghgw-c29j-38q7