CVE-2026-12009: Chrome Sandbox Escape on macOS – Patch Guidance
Google Chrome on macOS contains a vulnerability in its Accessibility feature that could allow an attacker to escape the browser's sandbox—a critical security boundary—if they first compromised Chrome's rendering engine. The flaw stems from insufficient validation of untrusted input. An attacker would need to trick a user into visiting a specially crafted webpage while having already compromised the renderer process, making this a two-stage attack. Versions prior to 149.0.7827.115 are affected.
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-20
- Affected products
- 2 configuration(s)
- Published / Modified
- 2026-06-11 / 2026-06-17
NVD description (verbatim)
Insufficient validation of untrusted input in Accessibility in Google Chrome on Mac 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: Critical)
2 reference(s) · View on NVD →
SEC.co analysis · AI-assisted, reviewed against source
Technical summary
CVE-2026-12009 is a sandbox escape vulnerability in Google Chrome's Accessibility subsystem on macOS. The vulnerability arises from inadequate input validation (CWE-20) that permits a remote, network-based attacker to craft malicious HTML that, when processed by an already-compromised renderer process, can break out of Chrome's sandbox isolation. The attacker must have existing code execution in the renderer context; the vulnerability then provides a mechanism to elevate privileges or escape confinement. Chrome's sandbox is designed to limit damage from renderer compromises, so its circumvention represents a critical elevation in attack capability.
Business impact
A successful sandbox escape could allow an attacker to access system resources, credentials, or user data on the host macOS system beyond what the sandboxed browser process normally permits. For organizations, this increases the blast radius of a renderer compromise from 'contained malware in browser' to 'potential system-level compromise.' Combined with user-focused social engineering (malicious websites), this creates a plausible attack chain against employees on macOS, potentially leading to credential theft, lateral movement, or data exfiltration.
Affected systems
Google Chrome versions prior to 149.0.7827.115 running on Apple macOS are affected. Windows and Linux versions of Chrome are not mentioned in the advisory. Organizations deploying Chrome on macOS should prioritize patching.
Exploitability
Exploitation requires two conditions: first, the attacker must already have achieved code execution within Chrome's renderer process (via a separate vulnerability, malware, or user compromise); second, the user must visit a attacker-controlled website. The attack is not remotely triggerable from an uncompromised state, but the combination of renderer vulnerabilities and this sandbox escape significantly lowers the bar for effective system compromise. CVSS scoring reflects the high attack complexity and the requirement for user interaction, but the consequences are severe.
Remediation
Update Google Chrome on macOS to version 149.0.7827.115 or later. Automatic updates are enabled by default in Chrome; verify that your fleet has completed the update. For organizations with auto-update disabled, manually push this patch across all macOS endpoints running Chrome.
Patch guidance
Google Chrome's built-in auto-update mechanism should deliver version 149.0.7827.115 automatically. Verify completion by navigating to chrome://settings/help, which displays the current version and prompts update if needed. For managed Chrome deployments (via MDM or Group Policy), ensure your enterprise policies allow or enforce this patch version. No workarounds are available; patching is mandatory.
Detection guidance
Monitor Chrome process behavior on macOS for signs of sandbox escape attempts or suspicious system calls from the Chrome process. Endpoint Detection and Response (EDR) tools should flag attempts to access system resources (e.g., file reads from outside normal user directories, system library injection, or privilege escalation APIs) originating from Chrome. Additionally, log failed browser updates or version mismatches to identify systems not yet patched. Network-based detection is limited since exploitation requires local renderer compromise; focus on host-level telemetry.
Why prioritize this
This is a HIGH-severity vulnerability (CVSS 8.3) with a critical severity tag from Google. Although it requires pre-existing renderer compromise, sandbox escapes fundamentally break Chrome's multi-process security model and substantially increase the value of any renderer vulnerability. For macOS deployments, this should be prioritized for immediate patching given the high consequences and the relative ease of chaining with other browser exploits.
Risk score, explained
The CVSS 3.1 score of 8.3 (HIGH) reflects: (1) high impact across confidentiality, integrity, and availability; (2) requirement for user interaction (UI:R); (3) high attack complexity (AC:H) due to the need for pre-existing renderer compromise; (4) changed scope (S:C), indicating the vulnerability can affect resources beyond the renderer. The score does not downgrade further because sandbox escapes, even when conditional, represent severe privilege escalation within a multi-process browser.
Frequently asked questions
Do I need a separate renderer vulnerability to exploit this, or can an attacker trigger it standalone?
Exploitation requires the attacker to already have code execution within Chrome's renderer process. This is typically achieved via a separate vulnerability in the browser itself or supplied to the attacker's target through malware. The CVE-2026-12009 vulnerability then provides the mechanism to escape the sandbox once renderer code execution is established. It is not a standalone remote code execution flaw.
Are Windows and Linux versions of Chrome affected?
No. The advisory specifies that this vulnerability affects Google Chrome on macOS only. Windows and Linux users are not exposed to this particular flaw, though they should remain vigilant for other browser vulnerabilities.
What does 'sandbox escape' mean, and why is it critical?
Chrome's sandbox isolates the renderer process from the rest of the system, limiting damage if the renderer is compromised by a malicious website. A sandbox escape allows an attacker to break out of this isolation and access system-level resources, user files, passwords, and other sensitive data. This turns a contained browser compromise into a full system compromise, which is why it is treated as critically severe.
Will Chrome auto-update protect me automatically?
Chrome's auto-update is enabled by default and will automatically download and install version 149.0.7827.115 or later. However, the update may not take effect until Chrome is restarted. Verify your current version at chrome://settings/help to confirm you have the patch. If your organization disables auto-update, you must manually deploy the patch.
This vulnerability summary is provided for informational purposes and is based on the official CVE record and vendor advisories as of the publication date. SEC.co does not provide exploit code, weaponized proof-of-concept steps, or detailed attack tutorials. Organizations should verify patch availability and compatibility in their environment before deployment. The CVSS score and severity assessments reflect vendor and NIST standards and may be updated as new information emerges. Always refer to Google's official Chrome release notes and Apple's security updates for authoritative guidance. Source: NVD (public-domain), retrieved 2026-07-20. Analysis generated by SEC.co (claude-haiku-4-5).
Related vulnerabilities
- CVE-2026-10021HIGHGoogle Chrome USB Validation Flaw – RCE Vulnerability Patch
- CVE-2026-10904HIGHChrome V8 Sandbox Escape Remote Code Execution
- CVE-2026-10911HIGHChrome Sandbox Escape Vulnerability (High Severity)
- CVE-2026-10917HIGHChrome Media Sandbox Escape Vulnerability (High CVSS 8.3)
- CVE-2026-10920HIGHChrome macOS WebShare Sandbox Escape Vulnerability (v149)
- CVE-2026-10922HIGHChrome DevTools Same-Origin Policy Bypass (CVSS 8.8)
- CVE-2026-10969HIGHChrome Extension Privilege Escalation Vulnerability – Patch Guidance
- CVE-2026-10970HIGHChrome Sandbox Escape via InterestGroups Input Validation Flaw