CVE-2026-13823: Chrome Glic Use-After-Free Sandbox Escape Vulnerability
A use-after-free memory vulnerability exists in Glic, a component of Google Chrome. An attacker who has already compromised Chrome's renderer process can exploit this flaw through a specially crafted HTML page to break out of Chrome's sandbox, potentially gaining full system access. This requires two prerequisites: a prior renderer compromise and user interaction with the malicious page.
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
- 1 configuration(s)
- Published / Modified
- 2026-06-30 / 2026-07-02
NVD description (verbatim)
Use after free in Glic in Google Chrome prior to 150.0.7871.47 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
CVE-2026-13823 is a use-after-free vulnerability (CWE-416) in the Glic component affecting Chrome versions prior to 150.0.7871.47. The vulnerability arises when Glic improperly manages memory references, allowing a compromised renderer process to access freed memory regions. By crafting a malicious HTML page, an attacker can trigger this memory corruption to escape the renderer sandbox—Chrome's critical isolation boundary. The Chromium security team rated this High severity due to the sandbox escape potential, though successful exploitation requires an initial renderer compromise.
Business impact
A successful exploit chain allows an attacker to elevate from a compromised renderer process to arbitrary code execution outside the sandbox, potentially compromising the entire system. For organizations, this means that renderer exploits (which are more commonly found and weaponized) can be chained with this vulnerability to achieve full system compromise, not merely tab-level isolation. This increases the threat level of existing or future renderer vulnerabilities discovered in the wild.
Affected systems
Google Chrome versions prior to 150.0.7871.47 are vulnerable. Desktop and mobile Chrome installations running affected versions are at risk. Organizations using Chrome as their primary browser, particularly those in high-risk environments, should prioritize inventory and patching of their Chrome installations to 150.0.7871.47 or later.
Exploitability
Exploitation requires high complexity: an attacker must first compromise the renderer process (via a separate vulnerability or social engineering) and then deliver the malicious HTML page to trigger the use-after-free. The CVSS vector indicates user interaction is required, and the access is network-based. While the individual technical bar for triggering the memory corruption is moderate, the prerequisite renderer compromise limits real-world frequency. However, in targeted scenarios or exploit chains, this is a credible risk.
Remediation
Upgrade Google Chrome to version 150.0.7871.47 or later on all systems. Chrome's auto-update mechanism typically deploys patches within days; verify completion across your environment. No workarounds exist for this class of vulnerability—patching is the only mitigation. Consider enforcing Chrome version pinning and update policies to ensure timely deployment.
Patch guidance
Google Chrome auto-updates are the standard deployment mechanism. Navigate to Chrome menu > About Google Chrome to check current version and force an update if pending. For enterprise environments, use Chrome policies to manage rollout schedules and defer updates if needed (though deferral should be brief given the sandbox escape risk). Verify that version 150.0.7871.47 or later is deployed organization-wide within 72 hours of availability. Mobile Chrome (iOS and Android) will receive patches through their respective app stores.
Detection guidance
Monitor Chrome version inventory across your environment using endpoint tools or MDM solutions; flag any instances running versions prior to 150.0.7871.47. Detection of active exploitation would require monitoring for abnormal process behavior escaping the Chrome sandbox (e.g., Chrome spawning processes outside expected bounds, file system access anomalies, or network connections from Chrome's host process). EDR and behavioral monitoring tools should alert on such sandbox escapes. Additionally, monitor for HTML pages or scripts attempting to trigger Glic memory corruption patterns, though this is challenging without specific signatures.
Why prioritize this
Although not yet listed on CISA's KEV catalog, this vulnerability merits urgent prioritization because it enables sandbox escape—a critical security boundary in modern browsers. Sandbox escapes amplify the impact of renderer vulnerabilities, which are discovered regularly and sometimes weaponized. Organizations should treat this as P1: patch within days, not weeks. The combination of High CVSS, sandbox escape capability, and the likelihood of future renderer chains involving this flaw justifies aggressive remediation.
Risk score, explained
CVSS 8.3 (High) reflects the confluence of high confidentiality, integrity, and availability impact (sandbox escape grants system-level access), combined with network attack vector and requirement for user interaction. The High severity is appropriate because a compromised renderer can escape isolation, enabling full system compromise. Although exploitation requires a prior renderer compromise, the vulnerability's role in privilege escalation and sandbox escape justifies the score. The realistic risk in your environment depends on your renderer vulnerability exposure and user browsing practices.
Frequently asked questions
Does this vulnerability allow direct remote code execution without a prior compromise?
No. This vulnerability requires that the renderer process is already compromised by another means (such as a separate renderer vulnerability or social engineering). The use-after-free itself enables sandbox escape from that already-compromised state. It is not a standalone entry point.
Will Chrome auto-update protect me automatically?
Yes, in most configurations. Chrome's auto-update mechanism will deploy version 150.0.7871.47 or later automatically within days. However, verify manually by navigating to About Chrome to confirm your current version, especially if you have deferred updates or are on an older release cycle.
Is there a way to block this vulnerability without patching?
No complete workaround exists. Disabling JavaScript or blocking untrusted HTML would reduce risk theoretically, but these are impractical for real-world browser use. Patching is the only reliable mitigation. Focus on rapid deployment of the patch and, in parallel, monitor for indicators of renderer exploitation.
How does this relate to other Chrome vulnerabilities I've seen?
This vulnerability is particularly concerning in the context of exploit chains. A renderer vulnerability might be chained with this sandbox escape to achieve full system compromise rather than remaining confined to the browser process. Always prioritize patches for sandbox-escape vulnerabilities and frequently discovered renderer flaws together.
This analysis is based on publicly available CVE data and vendor advisories current as of the publication date. Patch version numbers and affected software versions are sourced directly from vendor security bulletins; verify applicability to your specific deployment. Exploitation of this vulnerability in the wild has not been publicly confirmed at this time, but organizations should prioritize patching based on the High severity rating and sandbox escape capability. Security posture and real-world risk depend on factors beyond this vulnerability (renderer exposure, user behavior, network controls) that your organization must assess independently. Consult your vendor advisories and security team before deploying patches in production environments. Source: NVD (public-domain), retrieved 2026-08-09. Analysis generated by SEC.co (claude-haiku-4-5).
Related vulnerabilities
- CVE-2026-0125HIGHAndroid VPU Race Condition Local Privilege Escalation
- CVE-2026-0137HIGHAndroid Edge TPU Use-After-Free Privilege Escalation
- CVE-2026-0143HIGHAndroid LWIS Use-After-Free Privilege Escalation (CVSS 7.8 HIGH)
- 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-10005HIGHChrome macOS Use-After-Free RCE Vulnerability (7.5 CVSS)