CVE-2026-12011: Chrome WebMIDI Use-After-Free Sandbox Escape (Windows)
A use-after-free flaw in Chrome's WebMIDI implementation allows attackers who have already broken into Chrome's rendering process to escape the browser sandbox and gain deeper system access on Windows. An attacker would need to trick a user into visiting a malicious webpage while having already compromised the renderer—a two-stage attack, but one that could lead to full system compromise if successful.
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-416
- Affected products
- 2 configuration(s)
- Published / Modified
- 2026-06-11 / 2026-06-17
NVD description (verbatim)
Use after free in WebMIDI in Google Chrome on Windows 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-12011 is a use-after-free vulnerability (CWE-416) in the WebMIDI subsystem of Google Chrome running on Windows versions prior to 149.0.7827.115. The flaw exists in memory management within the WebMIDI implementation, where freed memory may be accessed after deallocation. An attacker with an existing compromise of the Chrome renderer process can craft a malicious HTML page to trigger this condition, potentially escaping Chrome's sandbox isolation and executing arbitrary code with user privileges on the underlying Windows system.
Business impact
This vulnerability poses a critical risk in environments where users regularly visit untrusted or compromised websites. If an attacker gains initial renderer-process access (through a separate vulnerability or social engineering), they can leverage this flaw to break out of Chrome's sandbox and access sensitive files, install malware, or pivot to other systems. The sandbox-escape capability elevates the threat from a browser compromise to a full system compromise, significantly expanding the attack surface.
Affected systems
Google Chrome on Windows systems running versions prior to 149.0.7827.115. The vulnerability does not affect Chrome on other platforms (macOS, Linux, ChromeOS, Android) based on the published description, though organizations should verify coverage with Google's official security advisory. Windows systems of all versions using the affected Chrome release are in scope.
Exploitability
Exploitation requires two conditions: first, the attacker must already control the Chrome renderer process (via a separate vulnerability, drive-by download, or malware), and second, the user must visit a crafted webpage while using a vulnerable Chrome version. The CVSS score of 8.3 (HIGH) reflects the high impact (confidentiality, integrity, and availability all compromised) but moderate attack complexity and the prerequisite of user interaction. Active exploitation is not currently tracked in CISA's Known Exploited Vulnerabilities catalog, but the critical Chromium severity rating and sandbox-escape nature make this a priority for patching.
Remediation
Update Chrome immediately to version 149.0.7827.115 or later. Google released this patch to address the underlying use-after-free condition. For organizations managing Chrome through mobile device management (MDM) or Group Policy, deploy the patched version to all Windows endpoints. Verify that auto-update is enabled in Chrome settings; users can also manually check for updates via the menu (hamburger icon) → Help → About Google Chrome.
Patch guidance
Chrome version 149.0.7827.115 or later eliminates this vulnerability. Organizations should prioritize deployment of the patch to all Windows systems, particularly for users who browse untrusted or high-risk websites. Chrome's auto-update mechanism should deliver the patch automatically if enabled; however, confirm completion by checking the version number in Chrome's settings (chrome://settings/help). For enterprise environments, verify patch deployment via your MDM console or Group Policy reporting tools. No workarounds are available; patching is mandatory.
Detection guidance
Monitor Chrome process behavior for suspicious memory access patterns or sandbox escapes using endpoint detection and response (EDR) tools configured to flag process privilege elevation or unexpected system calls from the Chrome rendering process (chrome.exe with low privileges attempting to access kernel-level resources). Log Chrome version information across your environment to identify unpatched instances; tools like Lansweeper or similar asset inventory systems can report version numbers. Network-based detection of WebMIDI-specific exploitation is difficult, but alerts on unusual browser-spawned child processes or access to sensitive system resources should be tuned.
Why prioritize this
This vulnerability merits immediate patching despite not yet appearing in active-exploitation tracking. The combination of sandbox-escape capability, critical Chromium severity, and the prevalence of Chrome in enterprise and consumer environments makes it a priority. The two-stage attack requirement (prior renderer compromise) slightly lowers the immediate risk compared to a direct remote code execution, but organizations should assume targeted attackers may chain this with other vulnerabilities or social engineering to establish initial access.
Risk score, explained
The CVSS 8.3 (HIGH) score reflects: (1) Network attack vector—exploitation can be triggered remotely via a webpage; (2) High complexity—requires prior renderer compromise and user interaction; (3) No special privileges needed for the initial webpage delivery; (4) User interaction required (user must visit the malicious page); (5) Changed scope—the impact crosses from the browser sandbox to the underlying system; (6) High confidentiality, integrity, and availability impact once the sandbox is escaped. The severity is not rated CRITICAL at the CVSS level because the attack requires a prerequisite compromise, but Google's Chromium severity rating of Critical underscores the severity of a sandbox-escape vulnerability in a widely deployed browser.
Frequently asked questions
Do I need to worry about this if I only use Chrome for normal browsing?
If auto-update is enabled (the default), you are likely already protected. However, you should manually verify you are on version 149.0.7827.115 or later by going to chrome://settings/help. If you disable auto-updates, you must manually update immediately. The risk is elevated if you visit websites that may be compromised or controlled by attackers.
Why is this a sandbox-escape vulnerability instead of just a Chrome crash?
A use-after-free can be exploited in two ways: an attacker can either crash the application (denial of service) or carefully craft malicious input to execute arbitrary code in the context where the freed memory is reused. In this case, the attacker can escape the Chrome sandbox and run code at the Windows user privilege level, gaining access to files, credentials, and system resources that the browser normally cannot touch.
What should I do if I manage Chrome for a large organization?
Deploy Chrome version 149.0.7827.115 or later to all Windows endpoints immediately using your MDM platform, Group Policy, or deployment tool. Verify completion by auditing Chrome version numbers across your fleet. If you have policies that delay auto-updates, consider allowing the automatic update to complete for this patch, or manually trigger deployment. Communicate to users that a critical security update is being deployed.
Does this affect Chrome on Mac, Linux, or mobile devices?
The published description specifies Windows only. However, you should check Google's official security advisory to confirm that other platforms are not affected, as WebMIDI is a cross-platform API. Do not assume coverage based solely on this summary; verify with Google's advisory and security release notes.
This analysis is provided for informational purposes and is based on publicly available vulnerability data as of the publication date. The analysis does not constitute legal, compliance, or professional security advice. Patch version numbers and affected product details are sourced from the CVE record and vendor advisories; verify all remediation steps against Google's official security advisory before deployment. Organizations should conduct testing in a non-production environment before rolling out patches. The absence of a CVE from CISA's Known Exploited Vulnerabilities catalog does not guarantee the absence of active exploitation in the wild. Threat actors may exploit this vulnerability before organizational patches are deployed; prioritize patching accordingly. No warranty is made regarding the completeness or accuracy of this analysis. Source: NVD (public-domain), retrieved 2026-07-20. Analysis generated by SEC.co (claude-haiku-4-5).
Related vulnerabilities
- 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-10007HIGHChrome Use-After-Free in SVG Arbitrary Code Execution (CVSS 8.8)
- CVE-2026-10012HIGHChrome Skia Use-After-Free Sandbox Escape (v148.0.7778.216)
- CVE-2026-10013HIGHUse-After-Free in Chrome WebCodecs – Patch Guide & Risk Assessment
- CVE-2026-10016HIGHUse-After-Free in Chrome DOM – Sandbox Code Execution Vulnerability