CVE-2026-13870: Critical Chrome WebView Use-After-Free on Android
A use-after-free memory flaw in Chrome's WebView component on Android allows attackers to run malicious code within the browser sandbox by hosting a specially crafted webpage. Any user who visits the malicious page while using an affected Chrome version could be compromised. The vulnerability affects Chrome versions before 150.0.7871.47.
Source data · NVD / CISA · public domain
- CVSS
- 3.1 · 8.8 HIGH · CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
- Weaknesses (CWE)
- CWE-416
- Affected products
- 2 configuration(s)
- Published / Modified
- 2026-06-30 / 2026-07-02
NVD description (verbatim)
Use after free in WebView in Google Chrome on Android prior to 150.0.7871.47 allowed a remote attacker to execute arbitrary code inside a sandbox via a crafted HTML page. (Chromium security severity: Medium)
2 reference(s) · View on NVD →
SEC.co analysis · AI-assisted, reviewed against source
Technical summary
CVE-2026-13870 is a use-after-free vulnerability (CWE-416) in the WebView rendering engine of Google Chrome on Android. When WebView processes certain HTML constructs, it may reference memory that has already been freed, allowing an attacker to inject and execute arbitrary code within the sandbox isolation boundary. The attack requires user interaction (visiting a malicious page) but no special privileges. Google classified this as Medium severity in Chromium security terms, though the CVSS 3.1 score of 8.8 reflects the high potential for confidentiality, integrity, and availability impact.
Business impact
Organizations relying on Android devices for corporate access face risk if users browse untrusted content via Chrome. While the sandbox provides partial containment, arbitrary code execution could enable credential theft, data exfiltration, or lateral movement into enterprise systems if the device holds sensitive information or network access. Widespread adoption of Chrome on Android means this affects a large user population. The lack of active exploitation (not yet in the CISA KEV catalog) suggests a brief window to patch before threat actors weaponize it.
Affected systems
Google Chrome on Android in versions prior to 150.0.7871.47 is vulnerable. WebView is the default rendering component used by numerous Android applications for in-app browsing, so the blast radius extends beyond Chrome itself to any app embedding WebView. Desktop Chrome and iOS Chrome are not affected by this variant.
Exploitability
The attack requires user interaction (clicking a link or navigating to a malicious site), which is a standard web attack vector. No special network position, authentication, or system configuration is needed. The payload is delivered remotely as HTML content. Exploitation occurs within the WebView sandbox, which may limit lateral impact but does not prevent the initial code execution. The accessibility and lack of technical barriers mean threat actors will likely prioritize this for targeted campaigns within days of active disclosure.
Remediation
Update Chrome on Android to version 150.0.7871.47 or later. Users should enable automatic app updates in the Google Play Store to receive patches without manual intervention. Organizations should verify that Android device policies enforce minimum Chrome versions and push updates promptly. Applications embedding WebView should also be updated by their developers once patches are released.
Patch guidance
Check the Google Play Store for Chrome updates; version 150.0.7871.47 or higher contains the fix. Automatic updates are typically enabled by default. Administrators managing Android devices via MDM (Mobile Device Management) should configure policies to enforce the patched version and prevent downgrade. Test the patch on a sample device before rolling out organization-wide to confirm compatibility with critical business apps.
Detection guidance
Monitor for Chrome and WebView version numbers below 150.0.7871.47 in your Android device inventory. Endpoint detection can flag processes spawning unusual code execution chains from the WebView process. Network indicators are limited since the malicious content is delivered as HTML; focus on behavioral signals such as unexpected outbound connections from the Chrome process or unusual child process creation. Correlate with web access logs to identify devices that visited suspicious domains around the vulnerability window.
Why prioritize this
Although not yet in active exploitation according to CISA KEV, the 8.8 CVSS score, ease of exploitation (user-click only), and large installed base of Chrome on Android make this high priority. Android devices often hold credentials, emails, and corporate data, raising the risk of lateral movement. The Medium Chromium severity classification may underweight the real-world impact given the sandbox circumvention. Patch quickly to close the window before active campaigns emerge.
Risk score, explained
CVSS 8.8 (HIGH) reflects remote attack vector, low complexity, no privileges required, user interaction needed, and high impact on confidentiality, integrity, and availability. While the Chromium security team rated it Medium internally, the CVSS vector captures the practical severity: arbitrary code execution in a sandbox is still code execution, and WebView's ubiquity across Android apps amplifies blast radius. The lack of KEV inclusion suggests a brief window before widespread exploitation.
Frequently asked questions
Will updating Chrome on my Android phone fix this?
Yes. Update to Chrome version 150.0.7871.47 or later via the Google Play Store. Enable automatic updates in your Play Store settings to receive future security patches without manual intervention.
Do I need to worry if I use Chrome on my computer or iPhone?
No. This vulnerability is specific to Chrome on Android due to its use of the WebView rendering engine. Desktop and iOS versions are not affected.
What happens if an attacker executes code in the WebView sandbox?
The sandbox isolates the code from the rest of the Android system, limiting direct access to system files or other apps. However, the attacker could still steal data visible to the browser (cookies, cached credentials, form data) or use it as a foothold for further attacks if the device has network access to corporate systems.
Is this vulnerability currently being exploited in the wild?
As of the published date, this CVE is not listed in CISA's Known Exploited Vulnerabilities (KEV) catalog, meaning no confirmed active exploitation has been reported. However, the high CVSS score and ease of exploitation mean threat actors will likely target it shortly after public disclosure. Patching promptly is essential.
This analysis is provided for informational purposes to support security decision-making. The vulnerability details, affected versions, and patch information are derived from official CVE and vendor sources. Organizations should verify patch availability and compatibility with their specific Android device configurations before deployment. No guarantee is made regarding future exploit development or attack patterns. Always consult official vendor advisories and security bulletins for the most current guidance. Source: NVD (public-domain), retrieved 2026-08-09. Analysis generated by SEC.co (claude-haiku-4-5).
Related vulnerabilities
- CVE-2026-0125HIGHAndroid VPU Race Condition Local Privilege Escalation
- CVE-2026-0137HIGHAndroid Edge TPU Use-After-Free Privilege Escalation
- CVE-2026-0143HIGHAndroid LWIS Use-After-Free Privilege Escalation (CVSS 7.8 HIGH)
- CVE-2026-10000HIGHChrome Sandbox Escape via Use-After-Free in Password Handling
- CVE-2026-10001HIGHChrome Sandbox Escape via PerformanceManager Use-After-Free
- CVE-2026-10002HIGHGoogle Chrome PDFium Use-After-Free Vulnerability (CVSS 8.8)
- CVE-2026-10003HIGHChrome Use-After-Free Code Execution Vulnerability Analysis
- CVE-2026-10005HIGHChrome macOS Use-After-Free RCE Vulnerability (7.5 CVSS)