CVE-2026-12030: Chrome Android GPU Out-of-Bounds Write Sandbox Escape
A memory safety flaw in Google Chrome's GPU rendering engine on Android allows a remote attacker to escape the browser sandbox if they first compromise the renderer process. An attacker would need to trick a user into visiting a malicious webpage after achieving initial renderer compromise, potentially leading to full device compromise. This is a high-severity issue because it bridges from the already-isolated renderer to the broader Android system.
Source data · NVD / CISA · public domain
- CVSS
- 3.1 · 8.3 HIGH · CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H
- Weaknesses (CWE)
- CWE-122
- Affected products
- 2 configuration(s)
- Published / Modified
- 2026-06-11 / 2026-06-17
NVD description (verbatim)
Out of bounds write in GPU in Google Chrome on Android prior to 149.0.7827.115 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)
2 reference(s) · View on NVD →
SEC.co analysis · AI-assisted, reviewed against source
Technical summary
CVE-2026-12030 is an out-of-bounds write vulnerability (CWE-122) in Chrome's GPU subsystem affecting Android versions prior to 149.0.7827.115. The flaw exists in memory handling within the GPU component and can be triggered via a crafted HTML page. The vulnerability requires a two-stage attack: first, the renderer process must be compromised through a separate attack vector; second, the attacker exploits this out-of-bounds write to break out of the renderer sandbox and gain execution in the broader Android context. The CVSS 3.1 score of 8.3 reflects high impact (confidentiality, integrity, and availability all marked as high) and the requirement for user interaction and high attack complexity.
Business impact
If exploited in a targeted attack chain, this vulnerability could allow an attacker to gain unauthorized access to sensitive user data, install malware, or achieve persistent device control on Android systems running vulnerable Chrome versions. For organizations with BYOD policies or enterprise-managed Android devices, this represents a path to lateral movement into corporate networks. The sandbox escape capability is particularly concerning because it negates Chrome's primary defense mechanism, making successful exploitation result in near-device-level compromise.
Affected systems
Google Chrome on Android versions prior to 149.0.7827.115 are affected. The vulnerability is specific to the Android platform; other Chrome implementations on desktop or iOS are not impacted by this GPU rendering flaw. Users running Chrome 149.0.7827.115 or later on Android are protected.
Exploitability
Exploitation requires two preconditions: (1) initial compromise of the Chrome renderer process through a separate vulnerability or social engineering attack, and (2) user interaction to visit a malicious webpage. In the wild, this would likely be chained with a renderer exploit or used as a second-stage payload after initial browser compromise. The high attack complexity reflects these requirements. No evidence of active exploitation has been reported as of the CVE publication date, and this vulnerability is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog.
Remediation
Immediate patching is the primary mitigation. Users should update Google Chrome on Android to version 149.0.7827.115 or later as soon as possible. Organizations managing Android devices should enforce automatic Chrome updates or deploy this version through their mobile device management platform. For systems that cannot be updated immediately, restrict user browsing to trusted internal sites and disable extension installation to reduce attack surface.
Patch guidance
Apply Chrome version 149.0.7827.115 or later on all Android devices. Verify the Chrome version under Settings > About Chrome; most devices with automatic updates enabled should receive this update within days of release. Organizations using managed Chrome deployments should test the patch in a staging environment before broad rollout, though the urgency of a sandbox escape typically justifies rapid deployment. Check the official Google Chrome release notes and security advisory for any platform-specific considerations.
Detection guidance
Monitor Chrome crash reports and system logs for GPU-related process terminations, which may indicate exploitation attempts. Endpoint detection and response (EDR) tools on Android should flag suspicious child process creation or unusual permission escalation following Chrome execution. Browser telemetry from Chrome itself reports crashes to Google; review these reports for patterns suggesting targeted exploitation. Network-level detection is limited since exploitation occurs post-compromise and involves no additional outbound connections beyond the initial malicious page fetch.
Why prioritize this
This vulnerability merits high priority because it enables sandbox escape—the ultimate goal of a compromised browser. While it requires a two-stage attack, the combination of a remote trigger (crafted HTML) and high impact (full sandbox bypass) makes it a logical target for advanced adversaries. Its presence in high-risk environments (BYOD, user-facing systems) and the simplicity of the trigger (visiting a webpage) after initial compromise elevate risk even though it is not yet actively exploited. Patching should precede general Chrome maintenance cycles.
Risk score, explained
The CVSS 3.1 score of 8.3 (HIGH) reflects: network-based attack vector, high attack complexity (requiring prior compromise and user interaction), no privileges required, user interaction required, changed scope (escape from renderer sandbox to system level), and high impact across confidentiality, integrity, and availability. This score appropriately captures the severity of a sandbox escape; while not critical, it represents a significant escalation from renderer compromise to device compromise.
Frequently asked questions
Does this affect Chrome on Windows, Mac, or Linux?
No. CVE-2026-12030 is specific to the Android GPU rendering implementation. Chrome on other platforms uses different graphics subsystems and is not affected by this vulnerability. Users on desktop platforms need not prioritize this CVE, though keeping all software updated remains a best practice.
Can this be exploited without first compromising the renderer?
No. The vulnerability requires prior compromise of the Chrome renderer process. It is not a remote code execution flaw on its own, but rather a privilege escalation and sandbox escape mechanism. An attacker must chain this with another exploit or use it as a second-stage payload.
Is this vulnerability being actively exploited in the wild?
As of the publication date, CVE-2026-12030 is not listed in CISA's Known Exploited Vulnerabilities catalog, and no public reports of active exploitation have emerged. However, sandbox escapes are highly valued by advanced threat actors, so patching should not be delayed pending evidence of real-world use.
What should mobile device administrators prioritize?
Enable automatic updates for Chrome on all managed Android devices if not already configured. For organizations that stage updates, test version 149.0.7827.115 immediately and roll out within one week. Verify coverage across all enrolled devices and audit any legacy or sideloaded Chrome installations that may not receive updates automatically.
This analysis is provided for informational purposes to support vulnerability management and risk assessment. CVE-2026-12030 information is current as of the publication date; refer to official Google Chrome security advisories and vendor statements for authoritative guidance. Patch version numbers and timelines should be verified against the official Chromium release calendar. Organizations should conduct their own threat modeling and testing before deploying patches in production environments. SEC.co does not provide legal or compliance advice; consult your security and legal teams regarding breach notification or regulatory reporting obligations. Source: NVD (public-domain), retrieved 2026-07-20. Analysis generated by SEC.co (claude-haiku-4-5).
Related vulnerabilities
- CVE-2026-0059HIGHAndroid Heap Buffer Overflow in SDP Discovery – Remote Code Execution
- CVE-2026-0100HIGHAndroid Heap Buffer Overflow Local Privilege Escalation
- CVE-2026-10929HIGHChrome Android Heap Buffer Overflow & Sandbox Escape Vulnerability
- CVE-2026-10946HIGHChrome Heap Buffer Overflow in Media Processing—Patch Guidance
- CVE-2026-10949HIGHChrome Heap Overflow Sandbox Escape Vulnerability
- CVE-2026-10989HIGHChrome V8 Heap Corruption – Patch to 149.0.7827.53
- CVE-2026-10995HIGHChrome TabStrip Heap Buffer Overflow (CVSS 8.8)
- CVE-2026-11124HIGHCritical Chrome Skia Integer Overflow Allows Remote Code Execution