Google Chrome
CVE-2026-7342
HIGH
Severity by source
AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
Remote crafted-page delivery (AV:N/AC:L/PR:N) needs the victim to open content (UI:R); sandbox-contained code execution still yields high C/I/A within the renderer with no scope change.
Primary rating from Vendor (Chrome).
CVSS VectorVendor: Chrome
Lifecycle Timeline
5DescriptionCVE.org
Use after free in WebView in Google Chrome on Android prior to 147.0.7727.138 allowed a remote attacker to execute arbitrary code inside a sandbox via a crafted HTML page. (Chromium security severity: High)
AnalysisAI
Sandboxed arbitrary code execution in Google Chrome for Android (WebView component) before 147.0.7727.138 allows a remote attacker to run code within the renderer sandbox by luring a victim to a crafted HTML page. The flaw is a use-after-free (CWE-416) rated High by Chromium and CVSS 8.8; there is no public exploit identified at time of analysis and EPSS is very low (0.03%). Exploitation requires user interaction (visiting attacker content) and, per the description, execution is contained inside the sandbox rather than achieving a full sandbox escape.
Technical ContextAI
The vulnerability lives in Chrome's WebView, the embeddable browser engine (built on Chromium/Blink) used to render web content inside Android apps and the Chrome browser itself. CWE-416 (Use After Free) means the code continues to reference heap memory after it has been freed; an attacker who controls heap layout via crafted HTML/JavaScript can cause a dangling pointer to be reused, corrupting object state and steering control flow toward attacker-chosen code. The CPE provided (cpe:2.3:a:google:chrome) identifies Google Chrome as the affected application, though the description specifically scopes impact to the Android WebView build prior to 147.0.7727.138.
RemediationAI
Vendor-released patch: 147.0.7727.138 - upgrade Google Chrome / Android WebView to 147.0.7727.138 or later, which is the primary and complete fix; on Android this typically arrives via Google Play updates to the 'Android System WebView' and Chrome apps, so ensure automatic app updates are enabled and force-update managed fleets via MDM. Downstream users on Red Hat or SUSE should apply the corresponding Chromium package update from those vendors once published. No reliable configuration workaround fully neutralizes a renderer memory-corruption bug; as interim compensating controls you can reduce exposure by restricting untrusted web content (enforce Safe Browsing, block risky categories at the network proxy) and, for apps embedding WebView, avoid loading untrusted third-party HTML - with the trade-off that these controls reduce but do not eliminate drive-by risk. Advisory references: https://chromereleases.googleblog.com/2026/04/stable-channel-update-for-desktop_28.html and https://vuldb.com/vuln/360059.
Same weakness CWE-416 – Use After Free
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