CVE-2026-12467: Chrome Use-After-Free Sandbox Escape (v149.0.7827.155)
Google Chrome versions before 149.0.7827.155 contain a use-after-free memory safety vulnerability in the Extensions system. An attacker who has already compromised a Chrome renderer process could exploit this flaw via a malicious HTML page to break out of Chrome's sandbox and gain full system access. The vulnerability requires user interaction (opening a crafted page) and successful renderer compromise, but once those conditions are met, the sandbox escape could be severe.
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
- 4 configuration(s)
- Published / Modified
- 2026-06-17 / 2026-06-18
NVD description (verbatim)
Use after free in Extensions in Google Chrome prior to 149.0.7827.155 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
This vulnerability is a use-after-free (CWE-416) in Chrome's Extensions implementation. Use-after-free occurs when code attempts to access memory that has been freed, leading to unpredictable behavior and potential code execution. In this case, the flaw exists in how Chrome manages extension-related objects in memory. An attacker with renderer process compromise can craft a webpage that triggers dereferencing of freed memory, corrupting the sandbox boundary. The CVSS 3.1 vector (AV:N/AC:H/PR:N/UI:R/S:C) reflects network-accessible attack requiring high complexity, user interaction, and cross-boundary scope changes. The HIGH Chromium severity rating aligns with the sandbox-escape capability.
Business impact
Sandbox escapes in Chrome elevate the risk profile significantly for any organization relying on browser isolation as a security control. While the vulnerability requires prior renderer compromise, successful exploitation allows an attacker to move from sandbox confinement to unrestricted system access, potentially enabling data theft, malware installation, or lateral movement. Organizations using Chrome in security-sensitive roles (secure browsing terminals, isolated research environments) should treat this as a priority. General enterprise users face moderate risk unless exposed to targeted attacks combining multiple exploits.
Affected systems
The vulnerability affects Google Chrome on multiple platforms: Windows, macOS, and Linux systems running Chrome versions prior to 149.0.7827.155. The vendor/product list references Windows, macOS, Linux kernel, and Chrome itself; this indicates the flaw is platform-agnostic and affects Chrome on all major operating systems. Any user or system running an unpatched Chrome version before 149.0.7827.155 is at risk.
Exploitability
Exploitation requires two preconditions: (1) the attacker must first compromise the Chrome renderer process through another vulnerability or attack vector, and (2) the user must visit or be directed to a crafted HTML page. The Attack Complexity is rated HIGH, reflecting the need for renderer compromise as a prerequisite. There is no public exploit available in CISA's Known Exploited Vulnerabilities catalog, and the kev status is false. However, the sandbox-escape nature of the flaw makes it highly valuable to advanced threat actors, and we should expect proof-of-concept development following the patch release.
Remediation
Update Google Chrome to version 149.0.7827.155 or later immediately. Chrome's auto-update mechanism should deploy this version automatically, but users should verify their installed version against the requirements. Organizations with managed Chrome deployments (via enterprise policies) should confirm rollout completion. No workarounds exist; patching is the only mitigation. Users unable to patch immediately should avoid opening untrusted or unexpected links and consider disabling extensions that are not essential.
Patch guidance
Verify your Chrome version by navigating to chrome://settings/help, which displays the installed version and initiates an auto-update check. Patch availability targets version 149.0.7827.155 or later. Enterprise administrators should use Google's Admin console to force deployment across managed devices, tracking rollout status through the policy dashboard. For automated patch verification, query Chrome's user-agent string or inspect the executable properties on Windows/macOS/Linux systems. Allow 24–48 hours for full propagation across auto-update infrastructure before assuming all users are patched.
Detection guidance
Monitor Chrome version inventory across your environment using your endpoint detection and response (EDR) or mobile device management (MDM) platform. Flag systems running Chrome versions below 149.0.7827.155. Check for suspicious extension behavior (unexpected installation, permission escalation, network communication to unknown hosts) using Chrome enterprise logs or browser history analysis. Network-level detection is difficult because exploitation occurs post-compromise and within the browser process, but monitor for unusual process spawning from Chrome or renderer processes that attempt system-level operations. Log extensions installed system-wide and compare against your organization's approved extension list.
Why prioritize this
This vulnerability merits high priority because it is a sandbox escape—the most dangerous class of browser vulnerability—affecting a widely-used browser on all major platforms. Although it requires prior renderer compromise, the impact (full system access) and the broad Chrome user base make it a critical risk. The CVSS 8.3 score and Chromium HIGH severity rating reflect the severity. Prioritize patching over the next 48–72 hours, with particular urgency for systems used in sensitive roles or exposed to advanced adversaries.
Risk score, explained
The CVSS 3.1 score of 8.3 (HIGH) accurately reflects the severity. The Attack Vector (Network) and Scope (Changed) indicate broad reachability and boundary violation. Attack Complexity (High) and User Interaction (Required) lower the score from Critical, recognizing that renderer compromise is a prerequisite. However, Confidentiality, Integrity, and Availability impacts are all High, confirming that successful exploitation grants complete system compromise. The score appropriately weighs the exceptional nature of the flaw (sandbox escape) against its real-world complexity.
Frequently asked questions
Do I need to worry about this if I only browse normal websites?
Your risk depends on your threat model. If you use Chrome to visit potentially malicious websites or receive phishing links, you face some risk. However, this particular vulnerability requires an attacker to first compromise your browser's renderer process through another exploit, then trick you into visiting a crafted page. This is a two-stage attack typically used by advanced threat actors targeting specific individuals or organizations. Casual browsing on mainstream websites carries minimal risk, but there is no harm in patching immediately to eliminate the possibility.
What is a sandbox escape, and why is it so serious?
Chrome's sandbox isolates the browser process from the rest of your system. Even if malware runs inside Chrome, the sandbox is supposed to prevent it from accessing your files, other programs, or system settings. A sandbox escape breaks that boundary, allowing code running in Chrome to gain full control of your computer, install persistent malware, steal credentials, and move laterally to other systems. Sandbox escapes are among the most valuable vulnerabilities because they bypass browser security entirely.
Will Chrome auto-update protect me, or do I need to manually patch?
Chrome's auto-update mechanism is designed to roll out patches automatically, but updates may not apply immediately depending on your settings and device state. You should proactively check your installed version by visiting chrome://settings/help, which will show your current version and begin an update check if you are not on the latest build. For enterprise users, administrators should verify rollout through their management console rather than waiting for passive updates.
Does this vulnerability affect Chrome extensions or user browsers specifically?
The vulnerability is in Chrome's Extensions system itself, meaning it affects the browser engine's handling of extension-related memory. All Chrome users are potentially at risk; the flaw is not limited to users with specific extensions installed. However, the renderer process must first be compromised, which is the primary barrier to real-world exploitation. Disabling unnecessary extensions does not directly mitigate this flaw, though it may reduce the attack surface for other extension-related vulnerabilities.
This analysis is based on CVE-2026-12467 as published by NVD and Chromium security advisories. CVSS and severity ratings reflect the source data as of the publication and modification dates. Exploitation timelines, real-world attack prevalence, and specific organizational risk vary. Organizations should verify patch availability and compatibility in their own environments before deploying. SEC.co does not provide liability guarantees and recommends consultation with your security team to contextualize this vulnerability within your specific threat model and infrastructure. No exploit code is provided; this document is for vulnerability intelligence and risk management only. Source: NVD (public-domain), retrieved 2026-07-26. Analysis generated by SEC.co (claude-haiku-4-5).
Related vulnerabilities
- 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
- CVE-2026-10882HIGHCritical Chrome Use-After-Free RCE Vulnerability – Exploit Details & Patch Guidance