Severity by source
AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H
Remote crafted page (AV:N, UI:R) but requires a prior renderer compromise, making it hard to chain (AC:H); the sandbox escape crosses a trust boundary (S:C) with full browser-process impact (C/I/A:H).
Primary rating from Vendor (Chrome).
CVSS VectorVendor: Chrome
Lifecycle Timeline
5DescriptionCVE.org
Object lifecycle issue in WebView in Google Chrome on Android 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 Android WebView allows a remote attacker who has already compromised the renderer process to break out of the sandbox via a crafted HTML page in versions prior to 151.0.7922.72. Rooted in a use-after-free (object lifecycle) flaw rated High by Chromium, this is a second-stage privilege-boundary bypass rather than a standalone entry point. No public exploit identified at time of analysis, and the EPSS score is low (0.21%, 11th percentile), consistent with a bug reported internally by the Chrome team and patched before evidence of exploitation.
Technical ContextAI
The vulnerability lives in Android WebView, the system component built on the Chromium engine that renders web content inside native Android apps and the Chrome browser. Chromium enforces a multi-process security model in which untrusted web content runs in a low-privilege, sandboxed renderer process isolated from the more privileged browser process. CWE-416 (Use-After-Free) here is described as an 'object lifecycle issue': an object is freed while a reference to it remains reachable, so subsequent access operates on reclaimed or attacker-controlled memory. When triggered across the renderer/browser trust boundary, such memory corruption can be leveraged to escape the sandbox. The CPE cpe:2.3:a:google:chrome:*:*:*:*:*:*:*:* identifies the affected product as Google Chrome, with the Android WebView code path being the specific attack surface.
RemediationAI
Vendor-released patch: update Google Chrome and Android System WebView to 151.0.7922.72 or later, which is the primary and recommended fix. On Android these components update through Google Play, so ensure automatic app updates are enabled and force-update the Android System WebView and Chrome apps across managed fleets via MDM. If immediate patching is not possible, the practical compensating control is to reduce exposure to untrusted web content by restricting browsing to trusted sites and limiting installation of apps that render arbitrary remote HTML in WebView, accepting the usability trade-off of reduced browsing freedom; note that because this bug requires a prior renderer compromise, keeping the browser fully patched also closes the renderer-stage bugs needed to chain into it. Consult the Chrome Releases advisory (https://chromereleases.googleblog.com/2026/07/stable-channel-update-for-desktop_0887107924.html) for authoritative version guidance.
Same weakness CWE-416 – Use After Free
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-50848
GHSA-3rr2-3mr9-ff26