HIGH 8.3

CVE-2026-12008: Chrome DigitalCredentials Use-After-Free Sandbox Escape Vulnerability

A use-after-free vulnerability in Google Chrome's DigitalCredentials component allows attackers who have already compromised a browser's renderer process to potentially break out of Chrome's sandbox and gain system-level access. The flaw affects Chrome versions before 149.0.7827.115 and requires an attacker to serve a specially crafted webpage to trigger it. While the initial compromise of the renderer is a necessary prerequisite, successfully exploiting this vulnerability could give an attacker the ability to execute arbitrary code outside the browser's security boundaries.

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-11 / 2026-06-23

NVD description (verbatim)

Use after free in DigitalCredentials in Google Chrome 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-12008 is a use-after-free memory corruption vulnerability (CWE-416) in the DigitalCredentials subsystem within Google Chrome. The vulnerability occurs when memory is accessed after it has been freed, creating a window for exploitation. An attacker with renderer process compromise can craft a malicious HTML page to trigger the use-after-free condition, potentially enabling a sandbox escape—a particularly severe outcome that would allow code execution with the privileges of the Chrome process on the host system. The flaw is rated CVSS 3.1 score 8.3 (HIGH), with a network attack vector, high attack complexity, and user interaction required.

Business impact

Successful exploitation of this vulnerability could allow attackers to move from a compromised browser process to full system compromise, undermining the fundamental security model that confines untrusted web content. This is particularly concerning for users who rely on Chrome's sandbox as a defense-in-depth layer against malicious websites. Organizations supporting users on affected systems face heightened risk of credential theft via the DigitalCredentials component and potential lateral movement into corporate networks. The attack complexity is high and requires user interaction, moderating some of the immediate threat landscape, but the consequence severity remains critical.

Affected systems

Google Chrome versions prior to 149.0.7827.115 are affected. The vulnerability can impact Chrome running on multiple operating systems: Windows, macOS, and Linux. While the CVE lists generic product categories (Microsoft Windows, Apple macOS, Linux kernel), the actual vulnerability is in Chrome itself; verify patch status against Chrome's official security advisories for the specific version running on each platform.

Exploitability

Exploitation requires two preconditions: (1) the attacker must first compromise the browser's renderer process, typically through another vulnerability, malicious script, or compromised website; (2) the victim must then visit a webpage controlled by the attacker or accept a crafted HTML file. Once the renderer is compromised, triggering the sandbox escape via a specially crafted page is the follow-on attack. The attack complexity rating reflects these multiple dependencies. The vulnerability is not listed on the CISA Known Exploited Vulnerabilities (KEV) catalog, suggesting limited evidence of active exploitation in the wild at time of publication, though this should not be interpreted as low risk given the critical nature of sandbox escape flaws.

Remediation

The primary remediation is updating Google Chrome to version 149.0.7827.115 or later. Users should enable automatic updates to ensure timely patching. Organizations managing Chrome deployments should verify update mechanisms are functioning and consider prioritizing this patch given the sandbox escape potential. As an interim measure, users can reduce exposure by limiting visits to untrusted websites and avoiding opening suspicious files in the browser, though these are not reliable substitutes for patching.

Patch guidance

Update Chrome to version 149.0.7827.115 or later. Check your current Chrome version by navigating to chrome://settings/help, which will automatically check for updates and display the installed version. Most users with auto-update enabled will receive this patch automatically; verify completion by confirming the version number matches or exceeds 149.0.7827.115. For enterprise deployments, consult Google's official Chrome security release notes and your organization's patch management policies.

Detection guidance

Monitor for successful exploitation by tracking process execution and privilege escalation events from Chrome processes to system processes or unexpected child processes launched from Chrome with elevated privileges. Behavioral indicators include Chrome spawning processes outside its normal sandbox profile, unusual file system or registry modifications originating from Chrome processes, or authentication logs showing credential usage following browser compromise. Detection is difficult if the initial renderer compromise remains undetected; focus on post-compromise indicators and maintain EDR tooling configured to flag sandbox escape patterns. Network-level detection is limited since the attack surfaces after the browser is already compromised.

Why prioritize this

Although this vulnerability carries a HIGH CVSS score and critical chromium severity, its practical exploitability is constrained by the prerequisite renderer compromise and the requirement for user interaction. However, organizations should not delay patching due to these factors: sandbox escapes are among the most valuable vulnerabilities in the threat landscape, and any improvement in attacker capability poses compounding risk. Prioritize patching environments where users browse untrusted content, visit high-risk sites, or may receive phishing attempts, and ensure automatic updates are enabled wherever possible. This is not a 'critical patch immediately' situation like network-facing RCE flaws, but it merits expedited deployment within normal patch cycles.

Risk score, explained

The CVSS 3.1 score of 8.3 reflects high confidentiality, integrity, and availability impact (an attacker with renderer access could exfiltrate credentials, modify local files, or crash the system), combined with network-based attack delivery and high attack complexity (the need for prior renderer compromise). The user interaction requirement and the necessity of a compromised renderer moderates the score from 'Critical' to 'High.' However, the Chromium severity designation as 'Critical' emphasizes the qualitative severity of a sandbox escape, which is disproportionately dangerous even when other attack prerequisites exist. The practical risk depends on your user population's web browsing habits and the prevalence of other renderer compromises in your threat model.

Frequently asked questions

What is a sandbox escape and why is it critical?

Chrome uses a sandbox to isolate untrusted web content from the rest of the system. A sandbox escape allows an attacker to break out of that isolation and run code with the same privileges as the Chrome process—typically leading to full system compromise. Sandbox escapes are considered among the most severe vulnerabilities because they directly undermine the browser's core security architecture.

Does this vulnerability affect all Chrome users immediately?

No. The vulnerability requires an attacker to first compromise the renderer process through another means (such as a separate browser vulnerability, malicious ad, or compromised website). It then requires the victim to visit an attacker-controlled page. If you avoid untrusted websites and keep Chrome updated, your exposure is lower, but all users should patch to eliminate this particular post-compromise capability.

Why isn't this on the CISA KEV list if it's so serious?

The KEV catalog tracks vulnerabilities with evidence of active exploitation by threat actors. As of the published date, there was no documented evidence that this vulnerability was being actively exploited in the wild. However, absence from the KEV list does not indicate low risk—sophisticated threat actors may exploit vulnerabilities quietly before public disclosure, and the critical nature of sandbox escapes makes them attractive targets.

Can I mitigate this without updating Chrome?

Mitigations are limited. You can reduce risk by avoiding untrusted websites, disabling JavaScript in the browser settings (impractical for most users), or using separate browser profiles for high-risk activities. However, these are not reliable defenses. The only reliable mitigation is to update Chrome to the patched version.

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 lists are sourced directly from the official CVE record; verify against vendor security advisories before deploying patches. CVSS scoring is provided by the official CVE record and reflects a static assessment; real-world risk depends on your environment, user behavior, and threat model. This analysis contains no exploit code or weaponized proof-of-concept information. SEC.co makes no warranty regarding the completeness, accuracy, or applicability of this analysis to any specific organization or system. Source: NVD (public-domain), retrieved 2026-07-20. Analysis generated by SEC.co (claude-haiku-4-5).