Google Chrome
CVE-2026-7359
HIGH
Severity by source
AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
AC:H because exploitation is a chained second stage requiring a pre-compromised renderer; UI:R for the crafted page; high C/I/A reflect total impact of a sandbox escape.
Primary rating from Vendor (Chrome).
CVSS VectorVendor: Chrome
Lifecycle Timeline
4DescriptionCVE.org
Use after free in ANGLE in Google Chrome prior to 147.0.7727.138 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 abstraction layer (versions prior to 147.0.7727.138) lets an attacker who already controls a compromised renderer process break out of the browser sandbox by loading a crafted HTML page. Rated High severity by Chromium with a CVSS of 8.8, it is a use-after-free (CWE-416) memory-corruption bug used as the second stage of a browser exploit chain. There is no public exploit identified at time of analysis, EPSS is negligible (0.01%), and CISA's SSVC framework records exploitation status as none.
Technical ContextAI
ANGLE (Almost Native Graphics Layer Engine) is Chrome's cross-platform library that translates OpenGL ES/WebGL calls onto native backends such as Direct3D, Metal, or Vulkan; it processes attacker-influenceable graphics commands originating from web content. The flaw is a use-after-free (CWE-416): an object is freed while a dangling reference remains reachable, and subsequent reuse of that stale pointer lets an attacker corrupt memory in the more-privileged process boundary that ANGLE straddles (GPU/graphics handling versus the sandboxed renderer). Because ANGLE code paths sit outside the renderer sandbox, corrupting them from a controlled renderer is a classic sandbox-escape primitive. The affected component is identified by CPE cpe:2.3:a:google:chrome:*:*:*:*:*:*:*:*, and the same code is redistributed downstream, reflected by the Red Hat and SUSE tags for Chromium-based packages.
RemediationAI
Vendor-released patch: update Google Chrome to 147.0.7727.138 or later via the Stable channel and restart the browser to load the fix (https://chromereleases.googleblog.com/2026/04/stable-channel-update-for-desktop_28.html). For managed fleets, push the update through your enterprise management/auto-update policy and verify the running version. Users of Chromium-based downstream builds (Red Hat, SUSE, and other rebranded browsers) should apply their vendor's corresponding updated package once available. No standalone workaround fully removes the defect; if patching must be delayed, reduce exposure by restricting untrusted web browsing, and note that Chrome's site isolation and sandbox already raise the bar since exploitation additionally requires a prior renderer compromise - disabling GPU/WebGL acceleration may reduce ANGLE attack surface at the cost of degraded rendering performance and is not a guaranteed mitigation.
Same weakness CWE-416 – Use After Free
View allSame technique Denial Of Service
View allVendor StatusVendor
SUSE
Severity: High| Product | Status |
|---|---|
| SUSE Package Hub 15 SP6 | Fixed |
| openSUSE Leap 15.6 | Fixed |
| openSUSE Leap 16.0 | Fixed |
| SUSE Package Hub 15 SP6 | Fixed |
Share
External POC / Exploit Code
Leaving vuln.today