CVE-2026-13841: Chrome Skia Integer Overflow Sandbox Escape (CVSS 8.3)
A flaw in Chrome's Skia graphics library allows an attacker who has already compromised the browser's renderer process to escape the sandbox and gain full system access. The vulnerability requires an attacker to first breach the renderer—for instance, via a malicious website—then exploit the integer overflow to break out of Chrome's security boundary. While the initial compromise is non-trivial, the sandbox escape amplifies the damage significantly.
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-472
- Affected products
- 1 configuration(s)
- Published / Modified
- 2026-06-30 / 2026-07-02
NVD description (verbatim)
Integer overflow in Skia 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
An integer overflow vulnerability (CWE-472) exists in Skia, Google Chrome's graphics rendering engine, affecting versions prior to 150.0.7871.47. The flaw allows a compromised renderer process to exploit memory corruption conditions via a maliciously crafted HTML page, potentially enabling arbitrary code execution outside the sandbox environment. The vulnerability requires renderer process compromise and user interaction (following a link or viewing a page) as prerequisites.
Business impact
This vulnerability poses a significant risk to organizations where employees use Chrome to access untrusted content or potentially compromised websites. A successful exploit chain—first compromising the renderer, then escaping the sandbox—could give attackers unrestricted access to the host system, including access to sensitive files, credentials, and the ability to pivot to other corporate systems. The indirect nature of the attack (requiring prior renderer compromise) moderates the immediate threat, but the sandbox-escape component makes it strategically valuable to sophisticated threat actors.
Affected systems
Google Chrome versions prior to 150.0.7871.47 are affected. Chrome on Windows, macOS, and Linux all run the same Skia library and are vulnerable. Organizations relying on Chrome for secure browsing should prioritize patch deployment across all platforms.
Exploitability
Exploitation requires a two-stage attack: first, a remote attacker must compromise the Chrome renderer process (via a malicious website or crafted HTML), and second, exploit the integer overflow to escape the sandbox. While the initial renderer compromise is feasible through web-based attack, the sandbox escape itself is a complex technical challenge. The CVSS vector reflects this complexity (AC:H indicates high attack complexity), meaning successful end-to-end exploitation is not trivial. However, once achieved, the impact is complete system compromise. This vulnerability is not known to be actively exploited in the wild (KEV status: false).
Remediation
Organizations must upgrade Chrome to version 150.0.7871.47 or later on all systems. This can be enforced through enterprise policies (Google Admin Console for managed Chrome deployments, or standard OS update mechanisms for personal devices). Verify patch deployment within 30 days of release, particularly on systems used to access untrusted or high-risk websites.
Patch guidance
Deploy Chrome version 150.0.7871.47 or later. For enterprise environments, use Google's update policies to enforce automatic updates. For individual users, Chrome typically auto-updates; verify the version in Settings > About Chrome. Note that users must fully close and reopen Chrome for the update to take effect in some cases. Test patch application on a sample of systems before organization-wide deployment.
Detection guidance
Monitor Chrome version numbers across the organization using mobile device management (MDM) or endpoint detection and response (EDR) tools. Check for the presence of Chrome versions prior to 150.0.7871.47 as non-compliant. Because exploitation of the sandbox escape is technically complex and unlikely to leave obvious system logs, behavioral detection of post-exploitation activity (e.g., unusual file system or registry access by Chrome processes, credential access, lateral movement) is more practical than detection of the exploit itself.
Why prioritize this
This merits immediate attention due to the HIGH CVSS severity (8.3) and the high-impact nature of sandbox escapes. While full exploitation requires renderer compromise first, successful attacks grant complete system control. Organizations should treat this as a critical patch deployment requirement, especially for systems where employees browse untrusted content. The complexity of the attack chain (requiring two stages) allows a brief window for controlled patching, but should not delay deployment significantly.
Risk score, explained
The CVSS 8.3 HIGH score reflects a network-accessible vulnerability (AV:N) with high confidentiality, integrity, and availability impact (C:H, I:H, A:H), balanced against high attack complexity (AC:H) and the requirement for prior renderer compromise. The score appropriately captures that while the vulnerability is dangerous, it is not a trivial, one-click exploit. The sandbox-escape capability pushes the severity into the HIGH category despite the prerequisites.
Frequently asked questions
Does this affect Chrome on mobile devices?
Yes. Chrome on iOS, Android, and other platforms uses the same Skia rendering library. Mobile Chrome versions prior to 150.0.7871.47 are vulnerable. Ensure mobile device management policies enforce Chrome updates on company-controlled mobile devices.
Is this being exploited in the wild?
No. The vulnerability is not listed in CISA's Known Exploited Vulnerabilities (KEV) catalog as of the publication date. However, the sandbox-escape capability makes it attractive to advanced threat actors, so organizations should patch promptly rather than wait for evidence of active exploitation.
What if we isolate Chrome in a sandbox or container on employee machines?
Running Chrome in an additional sandbox adds a layer of defense but does not eliminate the vulnerability. The flaw allows escape from Chrome's own sandbox to the host system; a second containment layer may slow or block some post-exploitation activity but is not a substitute for patching.
Why does this require renderer process compromise first?
The integer overflow occurs in Skia, which is called by the renderer to draw graphics. An attacker must first gain code execution in the renderer (e.g., via a malicious website) to invoke the vulnerable code path. This two-stage requirement is reflected in the CVSS 'High Attack Complexity' rating.
This analysis is based on official vulnerability disclosures and Chromium security advisories current as of the publication date. Patch versions and severity ratings are subject to vendor corrections. Organizations should verify all patch applicability and compatibility with their specific Chrome deployments before implementation. This analysis does not constitute legal or compliance advice; consult your security and legal teams regarding regulatory obligations. No exploit code or weaponized proof-of-concept is provided; this content is for defensive security purposes only. Source: NVD (public-domain), retrieved 2026-08-09. Analysis generated by SEC.co (claude-haiku-4-5).
Related vulnerabilities
- CVE-2026-10009HIGHChrome Skia Integer Overflow Sandbox Escape – Patch Guidance
- CVE-2026-10015HIGHChrome WTF Integer Overflow RCE Vulnerability Analysis
- CVE-2026-10019HIGHChrome ANGLE Integer Overflow Enables Cross-Origin Data Leak
- CVE-2026-10921HIGHChrome Dawn Integer Overflow Sandbox Escape Vulnerability
- CVE-2026-10924HIGHChrome Integer Overflow Sandbox Escape Vulnerability
- CVE-2026-10963HIGHChrome V8 Integer Overflow RCE – Sandbox Escape Vulnerability
- CVE-2026-10964HIGHGoogle Chrome V8 Integer Overflow Remote Code Execution Vulnerability
- CVE-2026-10965HIGHChrome DevTools Integer Overflow Remote Code Execution