CVE-2026-12014: Chrome Use-After-Free in Cast Enables Local Sandbox Escape
Google Chrome versions prior to 149.0.7827.115 contain a use-after-free memory vulnerability in the Cast feature that allows an attacker with access to the local network to escape the browser sandbox. The vulnerability requires specific conditions to trigger but, if successfully exploited, could grant an attacker code execution outside the browser's security boundaries. This is a local network attack vector, not a remote internet-wide threat, but poses significant risk in environments where untrusted devices share the same network segment.
Source data · NVD / CISA · public domain
- CVSS
- 3.1 · 8.3 HIGH · CVSS:3.1/AV:A/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H
- Weaknesses (CWE)
- CWE-416
- Affected products
- 4 configuration(s)
- Published / Modified
- 2026-06-11 / 2026-06-23
NVD description (verbatim)
Use after free in Cast in Google Chrome prior to 149.0.7827.115 allowed an attacker on the local network segment to potentially perform a sandbox escape via malicious network traffic. (Chromium security severity: High)
2 reference(s) · View on NVD →
SEC.co analysis · AI-assisted, reviewed against source
Technical summary
CVE-2026-12014 is a use-after-free vulnerability (CWE-416) in Chrome's Cast implementation. The flaw allows an attacker on the adjacent network segment to send malicious traffic that triggers unsafe memory access in the Cast subsystem. Because Cast operates with elevated privileges relative to the renderer process, successful exploitation can lead to sandbox escape—permitting arbitrary code execution in the context of the Chrome process. The attack requires high complexity conditions and does not require user interaction, but the local network adjacency requirement significantly constrains the attack surface compared to fully remote exploits.
Business impact
A sandbox escape in Chrome exposes Windows, macOS, and Linux endpoints to privilege escalation and persistent code execution. In corporate environments, this could allow lateral movement from a compromised workstation or rogue device on the corporate network to break out of browser isolation and access system-level resources. Organizations relying on Chrome as a security boundary (e.g., for untrusted content browsing) lose that protection. The impact is heightened in environments with poor network segmentation or where guest/contractor devices have network access.
Affected systems
Google Chrome versions prior to 149.0.7827.115 on Windows, macOS, and Linux are affected. The vulnerability affects the browser application directly; the underlying OS vendors (Microsoft, Apple, Linux distributions) are listed in the CVE record as affected vendors because Chrome runs on these platforms, but the vulnerability is a Chrome issue, not an OS kernel or OS library flaw. Any organization running Chrome on these operating systems should assume exposure unless patched to version 149.0.7827.115 or later.
Exploitability
The CVSS score of 8.3 (High) reflects the severity of sandbox escape, but exploitability is moderated by several factors. The attacker must be on the same local network segment (not across the internet), and the attack requires high complexity conditions to trigger—meaning the vulnerability is not trivial to weaponize reliably. No public exploit code or proof-of-concept is widely available, and the vulnerability is not tracked in the CISA Known Exploited Vulnerabilities (KEV) catalog as of the published date. However, the local-network adjacency requirement is common in internal corporate networks, guest WiFi scenarios, and datacenter environments, so the practical risk should not be underestimated.
Remediation
Update Google Chrome to version 149.0.7827.115 or later on all affected endpoints. Chrome auto-updates are typically enabled by default; verify completion via Chrome's About page (chrome://about). Organizations managing Chrome through enterprise policies (Chrome Browser Cloud Management, Intune, etc.) should deploy the patched version through their MDM/EMM channels and verify rollout completion. For systems unable to update immediately, disable Cast functionality via Chrome policies (cast_receiver_enabled = false) and restrict network access to Cast-enabled devices from untrusted network segments.
Patch guidance
Google has issued Chrome version 149.0.7827.115 as the remediation. Apply patches across all managed Chrome instances as high priority. If your organization uses Chrome Enterprise, verify the availability of version 149.0.7827.115 through your enterprise update channel and deploy via group policy or MDM. Monitor Chrome update status via the Enterprise console. For home and unmanaged users, enable automatic updates and confirm installation by checking chrome://settings/help. Verify the patched version is running on all critical systems before closing remediation tickets.
Detection guidance
Monitor network traffic for unusual patterns on local network segments targeting Chrome instances or Cast-enabled devices. Cast uses mDNS (multicast DNS) and SSDP (Simple Service Discovery Protocol) for discovery; anomalous traffic on these protocols from untrusted sources may indicate exploitation attempts. Additionally, monitor Chrome process memory for signs of memory corruption or crashes in the Cast subsystem—use operating system-level tools (Windows Event Viewer, syslog, audit logs) to flag unexpected Chrome process terminations. EDR solutions can flag attempts to access memory or escalate privileges from the Chrome process context. Host-based intrusion detection rules targeting CWE-416 exploitation patterns may help identify active attacks.
Why prioritize this
Although not yet exploited in the wild (KEV status: false), the sandbox escape nature of this vulnerability and its presence in ubiquitous software (Chrome) warrant high prioritization. The local network requirement limits the blast radius, making this suitable for high-priority but not critical-level response timelines. Prioritize based on: (1) whether the organization permits guest/contractor network access, (2) network segmentation maturity, and (3) the criticality of endpoints running Chrome. Organizations with strict network controls and air-gapped sensitive systems may defer slightly; those with flat networks or shared WiFi should treat as urgent.
Risk score, explained
The CVSS 8.3 score reflects: Attack Vector (Adjacent Network) = local but still significant, Attack Complexity (High) = not trivial to trigger, Privilege Requirement (None) = attacker needs no pre-existing privilege, User Interaction (None) = no user action required, Scope (Changed) = the impact extends beyond the vulnerable component (the sandbox), and Confidentiality/Integrity/Availability (all High) = the attacker gains near-total control. The high complexity rating prevents a critical (9.0+) score, but sandbox escape in a widely-used browser reliably justifies the high severity band. Organizations should treat this as a significant but manageable risk if patched promptly.
Frequently asked questions
Can an attacker exploit this over the internet?
No. The vulnerability requires the attacker to be on the same local network segment (AV:A in the CVSS vector). An attacker on the internet cannot directly trigger the malicious network traffic. However, in corporate or multi-tenant environments, this is a material risk because internal networks often contain untrusted or compromised devices.
Does disabling Cast fully mitigate the risk?
Disabling Cast via Chrome policy (cast_receiver_enabled = false) removes the vulnerable code path from being triggered, effectively eliminating the risk until patching is complete. However, patching is still the preferred long-term remediation to restore Cast functionality without risk.
Are unmanaged Chrome users at risk?
Yes, any user running Chrome prior to version 149.0.7827.115 is at risk if they connect to a network where an attacker is also present. Chrome's auto-update feature should deploy the patch automatically within days; users should verify they are on version 149.0.7827.115 or later via chrome://settings/help.
Is this vulnerability likely to be actively exploited soon?
The vulnerability is not currently tracked in CISA's KEV (Known Exploited Vulnerabilities) catalog. However, sandbox escapes are highly valuable to attackers, and the local network requirement is not a major barrier in internal corporate or datacenter settings. Organizations should assume it will be exploited opportunistically and patch accordingly.
This analysis is based on the CVE record published on 2026-06-11 and modified on 2026-06-23. Patch version numbers and affected product versions are derived from official vendor advisories and should be verified against Google Chrome's official security updates before deployment. This document is provided for informational purposes and does not constitute legal or professional security advice. Organizations should conduct their own risk assessment in the context of their network architecture, threat model, and compliance obligations. No exploit code or weaponizable proof-of-concept is provided or endorsed. Always test patches in non-production environments before broad deployment. Source: NVD (public-domain), retrieved 2026-07-20. 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