CVE-2026-13885: Chrome Android Sandbox Escape via Skia Use-After-Free
A use-after-free vulnerability exists in Skia, Google Chrome's graphics library, affecting Android versions prior to 150.0.7871.47. An attacker can craft a malicious HTML page that, when visited by a user, triggers code execution within Chrome's sandbox. While sandboxed, successful exploitation could allow an attacker to break out of Chrome's security boundary and access the underlying Android system, posing a significant risk to affected devices.
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 Skia 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-13885 is a use-after-free flaw (CWE-416) in the Skia graphics engine bundled with Google Chrome on Android. The vulnerability arises from improper memory management where freed memory is accessed after deallocation, typically during graphics rendering operations. A remote, unauthenticated attacker can trigger this by serving a specially crafted HTML page. The attack requires user interaction (visiting the page) but no special privileges. The flaw affects Chrome for Android versions before 150.0.7871.47. Google's Chromium security team classified this as Medium severity from a browser perspective, though the CVSS 3.1 score of 8.8 reflects the high impact if the sandbox is compromised.
Business impact
This vulnerability directly threatens organizations and individuals using Chrome on Android devices—a massive attack surface given Chrome's market dominance on mobile. A successful breach of the Chrome sandbox could grant attackers access to device data, contacts, browsing history, authentication tokens, and sensitive application data stored on the phone. For enterprises with mobile workforces or BYOD policies, this represents both a direct endpoint compromise risk and a potential pivot point into corporate networks. The requirement for user interaction (clicking a link or visiting a malicious website) is a practical barrier, but phishing, compromised websites, or drive-by downloads make exploitation realistic at scale.
Affected systems
Google Chrome for Android prior to version 150.0.7871.47 is the primary affected component. The vulnerability is specific to the Skia graphics rendering library within Chrome and does not directly affect the Android OS itself, though a sandbox escape could compromise the device. Chrome for desktop and iOS are not mentioned as affected. Organizations should inventory Chrome installations on Android devices, including both corporate-managed and employee-owned devices accessing corporate resources.
Exploitability
Exploitation requires user interaction (visiting a crafted HTML page), which prevents worm-like propagation but does not materially lower risk given the ubiquity of web browsing. The attack vector is network-based with no authentication required. No exploit code has been publicly disclosed or added to CISA's KEV catalog as of this writing, suggesting active exploitation in the wild is not yet confirmed. However, the relative simplicity of HTML-based attack delivery and the high impact of sandbox escape make this a natural target for exploit development by threat actors.
Remediation
Update Google Chrome on Android to version 150.0.7871.47 or later immediately. Users should enable automatic updates in the Google Play Store settings to ensure patches are applied promptly upon release. For organizations managing Android devices via MDM (Mobile Device Management) solutions, deploy mandatory Chrome version policies to enforce minimum patched versions. Test updates in a small subset of devices first to rule out compatibility issues with legacy applications or custom ROMs.
Patch guidance
Verify that Chrome on Android has been updated to 150.0.7871.47 or newer. In the Google Play Store, navigate to 'My apps & games,' select Chrome, and confirm the installed version matches or exceeds the patched build. For managed environments, use your MDM console to push Chrome updates and enforce version compliance across the fleet. Confirm patching within 7–14 days given the sandbox-escape risk and the simplicity of exploitation vector. Users on older Android versions or custom ROMs who cannot receive updates through the Play Store should consult their device manufacturer or use alternative browsers until an update is available.
Detection guidance
Monitor for unusual Chrome process behavior, particularly graphics rendering crashes or unexpected child process spawns on Android devices. In a managed environment, look for devices still running Chrome versions below 150.0.7871.47 using your MDM reporting tools. Network detection is challenging since the attack is delivered via HTTPS; however, threat intelligence feeds may identify malicious domains hosting the crafted HTML payloads. Endpoint detection and response (EDR) tools with mobile support should flag attempts to escape Chrome's sandbox or unusual file system access patterns from the Chrome process.
Why prioritize this
This vulnerability merits immediate attention despite the lack of confirmed active exploitation. The combination of high CVSS impact (8.8), low attack complexity, no authentication requirement, and the sandbox-escape potential makes it an attractive target. The reliance on user interaction is a practical constraint but not a security control; phishing or compromised websites provide reliable delivery mechanisms. Organizations with significant Android user bases or remote workers using personal Chrome should prioritize patching within days rather than weeks.
Risk score, explained
The CVSS 3.1 score of 8.8 (HIGH) reflects a network-accessible flaw with no privilege or authentication requirement that compromises confidentiality, integrity, and availability. The use-after-free bug carries inherent unpredictability (attackers cannot reliably predict memory layout), but motivated threat actors often succeed through heap spray techniques or repeated triggering. The score appropriately escalates from Chromium's Medium classification because the sandbox—while present—is not guaranteed to hold if exploited successfully, exposing the entire device to compromise.
Frequently asked questions
Do I need to update if I use Chrome on a different platform?
This vulnerability is specific to Chrome for Android. Chrome for Windows, macOS, Linux, and iOS are not affected by this particular use-after-free in Skia. However, you should maintain updates across all platforms as a general security practice.
What happens if the sandbox successfully contains the exploit?
If the Chrome sandbox holds, the attacker's code executes within the sandboxed process with limited access to the system. However, use-after-free bugs often enable memory corruption leading to arbitrary code execution, which can be chained with sandbox-escape techniques to gain device-level access. Relying solely on the sandbox is not a risk mitigation strategy.
Can I be exploited just by seeing a malicious ad or visiting a normal website?
Yes. If a malicious ad or compromised website serves the crafted HTML, you can be exploited simply by viewing the page. You do not need to download anything or interact further than loading the page in your browser.
Is there a workaround if I cannot update Chrome immediately?
Use an alternative browser (Firefox, Edge) temporarily while you plan your Chrome update. Disable JavaScript in Chrome's settings as a last resort, though this breaks many websites. For managed devices, block access to untrusted domains and require VPN or network filtering to reduce exposure to malicious websites.
This analysis is based on the official CVE record and Chromium security advisory as of the published date. Threat actor tactics, exploit availability, and attack prevalence may change rapidly; consult threat intelligence feeds and vendor advisories for real-time updates. CVSS scores represent potential impact, not actual demonstrated risk in your environment. Always test patches in a non-production environment before enterprise-wide deployment. This analysis does not constitute legal or compliance advice; consult your security and legal teams regarding disclosure, incident response, and regulatory obligations. 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)