CVE-2026-17722 Overview
CVE-2026-17722 is an object lifecycle vulnerability in the WebView component of Google Chrome on Android. Versions prior to 151.0.7922.72 are affected. A remote attacker who has already compromised the renderer process can chain this flaw with a crafted HTML page to attempt a sandbox escape. Chromium rates the security severity as High.
Sandbox escape flaws break the isolation model that separates untrusted web content from the underlying Android system. Successful exploitation elevates a renderer-level foothold into broader access on the device.
Critical Impact
An attacker who compromises the renderer process can leverage crafted HTML to escape the Chrome sandbox on Android, undermining the primary defense boundary that isolates web content from the operating system.
Affected Products
- Google Chrome on Android prior to 151.0.7922.72
- Android WebView builds sharing the affected Chromium codebase
- Downstream applications embedding the vulnerable WebView component
Discovery Timeline
- 2026-07-30 - CVE-2026-17722 published to NVD
- 2026-07-30 - Last updated in NVD database
Technical Details for CVE-2026-17722
Vulnerability Analysis
The defect resides in the WebView component of Chrome on Android and involves improper handling of an object's lifecycle. Object lifecycle issues in Chromium typically map to use-after-free or premature-destruction conditions, where code accesses an object whose backing memory has been released or transitioned to an unexpected state. In WebView, such conditions can be reached through DOM interactions, IPC message sequences, or renderer-initiated callbacks driven by attacker-controlled HTML.
The flaw is not directly reachable from a benign browsing session alone. Exploitation requires that the attacker first compromise the renderer process, which enforces Chrome's site isolation and web content sandbox. From that vantage point, the crafted HTML page triggers the object lifecycle issue to cross the renderer-to-browser trust boundary. The Chromium project classified the security severity as High, and Google shipped the fix in Chrome 151.0.7922.72 on Android.
The EPSS probability is 0.208%, reflecting a low modeled likelihood of near-term public exploitation. Sandbox escapes are commonly paired with a separate renderer bug in exploit chains used by commercial spyware operators.
Root Cause
The root cause is an object lifecycle issue in WebView code paths reachable through renderer-controlled inputs. Chromium object lifecycle defects generally stem from reference counting mistakes, missing weak pointer checks, or destruction ordering assumptions that no longer hold under concurrent or reentrant execution.
Attack Vector
An attacker must first achieve code execution inside a Chrome renderer process on Android, typically through a separate renderer vulnerability. The attacker then serves or navigates the compromised renderer to a crafted HTML page that manipulates the vulnerable WebView object. Success yields sandbox escape and elevated access outside the renderer isolation boundary.
No public proof-of-concept, ExploitDB entry, or CISA KEV listing is associated with this CVE at the time of publication. Detailed root cause information is tracked in the Chromium Issue Tracker Entry.
Detection Methods for CVE-2026-17722
Indicators of Compromise
- Android Chrome or WebView-embedding applications reporting versions earlier than 151.0.7922.72
- Unexpected renderer process crashes on Android devices immediately preceded by navigation to untrusted origins
- Spawning of unexpected child processes or shell activity from applications that host WebView
- Outbound connections from WebView-hosting apps to unfamiliar command-and-control infrastructure
Detection Strategies
- Inventory Android endpoints and enterprise-managed apps to flag any Chrome or WebView build below 151.0.7922.72.
- Correlate mobile crash telemetry with browsing history to surface renderer crashes tied to specific URLs or ad networks.
- Hunt for anomalous file writes, permission requests, or IPC activity originating from WebView-hosting processes.
Monitoring Recommendations
- Track Google Play Store WebView update rollout status across the managed Android fleet.
- Alert when devices remain on out-of-date Chrome or WebView versions beyond a defined patch SLA.
- Monitor mobile threat defense telemetry for exploitation patterns targeting Chromium-based browsers.
How to Mitigate CVE-2026-17722
Immediate Actions Required
- Update Google Chrome on Android to 151.0.7922.72 or later through the Google Play Store.
- Update Android System WebView to the latest available version on every managed device.
- Enforce a minimum Chrome and WebView version through mobile device management policy.
- Restrict installation of applications that embed outdated WebView components from untrusted sources.
Patch Information
Google addressed CVE-2026-17722 in Chrome for Android 151.0.7922.72. Refer to the Google Chrome Release Update for the official advisory and to the Chromium Issue Tracker Entry once details are made public.
Workarounds
- Avoid opening untrusted links inside Chrome or WebView-based applications on unpatched Android devices.
- Configure enterprise browsers to block execution of untrusted third-party JavaScript through content policies where feasible.
- Isolate high-risk mobile users on network segments with strict egress filtering until patching is confirmed.
Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

