MEDIUM 6.5

CVE-2026-13820: Chrome Skia Out-of-Bounds Read on macOS – Data Leak Vulnerability

A flaw in Skia, Google Chrome's graphics library, allows an attacker who has already compromised Chrome's renderer process to read memory outside intended boundaries. By serving a specially crafted webpage, the attacker can extract sensitive information that crosses origin boundaries—data they should not have access to. This requires the attacker to first gain control of the renderer process, which typically happens when a user visits a malicious or compromised website. The vulnerability affects Chrome on macOS prior to version 150.0.7871.47.

Source data · NVD / CISA · public domain

CVSS
3.1 · 6.5 MEDIUM · CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N
Weaknesses (CWE)
CWE-125
Affected products
2 configuration(s)
Published / Modified
2026-06-30 / 2026-07-01

NVD description (verbatim)

Out of bounds read in Skia in Google Chrome on Mac prior to 150.0.7871.47 allowed a remote attacker who had compromised the renderer process to leak cross-origin data 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-13820 is an out-of-bounds read vulnerability in Skia (Google Chrome's rendering engine) on macOS. The flaw allows an attacker with prior renderer process compromise to leak cross-origin data through crafted HTML. CWE-125 (out-of-bounds read) describes a memory access violation where code reads data outside the intended buffer, potentially exposing sensitive information. The vulnerability is triggered when rendering specially crafted HTML, meaning no user interaction beyond visiting a malicious page is required. Chrome version 150.0.7871.47 and later patch this issue.

Business impact

While the immediate exposure is limited to users whose renderer process is already compromised, this vulnerability compounds the risk of initial compromise. An attacker gaining renderer access through a separate code execution flaw or drive-by download could then use this out-of-bounds read to exfiltrate authentication tokens, session cookies, or data from other sites in memory. For organizations with security-sensitive workflows in Chrome, this increases the window of damage following a renderer compromise. Incident response becomes more complex if data leakage must be audited across multiple origins.

Affected systems

Google Chrome on macOS is affected. The vulnerability is specific to macOS and does not apply to Chrome on Windows, Linux, or other platforms. All Chrome versions prior to 150.0.7871.47 on macOS are vulnerable. This affects both standalone Chrome installations and Chrome bundled with other Apple software. Users running Chrome 150.0.7871.47 or later are protected.

Exploitability

Exploitability is constrained but not trivial. An attacker must first compromise Chrome's renderer process—typically by tricking a user into visiting a site with a separate renderer code execution vulnerability or social engineering a download. Once renderer access is established, the attacker can serve HTML that triggers the out-of-bounds read with no additional user interaction. The attack does not require special privileges, network access is standard HTTP/HTTPS, and relies only on user interaction to visit a webpage. The CVSS score of 6.5 (medium severity) reflects the prerequisite of prior compromise; the vulnerability is not a standalone entry point but an amplifier of existing renderer compromise.

Remediation

Update Google Chrome on macOS to version 150.0.7871.47 or later. This is a straightforward patch that users can initiate through Chrome's built-in update mechanism (Settings > About Chrome > Check for update). Organizations managing Chrome fleet-wide should ensure macOS deployment policies mandate this version or later. No workarounds or configuration changes mitigate the vulnerability short of updating.

Patch guidance

Deploy Chrome 150.0.7871.47 or later on all macOS systems using Chrome. Verify deployment by checking the browser version in Chrome's settings. Organizations using mobile device management (MDM) or enterprise deployment tools should set minimum version policies to 150.0.7871.47. Test the update in a non-production environment first if the organization has dependencies on Chrome extensions or enterprise integrations, though this patch is low-risk for most deployments.

Detection guidance

Endpoint Detection and Response (EDR) tools should monitor for signs of renderer process compromise preceding exploitation of this flaw: unexpected child processes spawned by Chrome, suspicious memory access patterns, or abnormal network connections initiated by Chrome. Log Chrome version across the fleet to identify systems below 150.0.7871.47. Web proxies and network monitoring can note anomalies in outbound data from Chrome sessions, though the data exfiltration would likely be small and encoded. Treat any confirmed renderer compromise as a signal to assume this vulnerability may have been chained in the attack.

Why prioritize this

This vulnerability ranks as medium priority (CVSS 6.5) and should be scheduled for near-term patching, typically within 30 days. While it requires prior renderer compromise and thus is not a self-contained attack vector, it significantly amplifies the damage of existing Chrome exploits. Organizations with high-value users (executives, developers, security staff) running Chrome on macOS should prioritize this update sooner, as these users are higher-value targets for initial compromise. Given that the vulnerability was published in June 2026 and a patch is available, delay increases organizational risk.

Risk score, explained

The CVSS 3.1 score of 6.5 (medium) reflects: Network attack vector (AV:N), low attack complexity (AC:L), no privileges required (PR:N), and user interaction required (UI:R) to visit the malicious page—but the prerequisite of prior renderer compromise is the key limiting factor. The consequence is high confidentiality impact (C:H) with no integrity or availability impact (I:N/A:N). The 'medium' severity bucket appropriately positions this as a serious but not critical vulnerability; it is not an independent infection vector but a co-exploitation risk that multiplies the damage of other renderer flaws.

Frequently asked questions

Do I need to worry about this if I've never had a renderer crash or warning from Chrome?

Renderer compromise is often silent. An attacker may exploit a renderer vulnerability without the user seeing a crash or notification. However, the vulnerability requires that a compromise has already occurred. The best defense is timely patching of Chrome, which protects against both the initial renderer compromise vectors and this secondary data-leakage flaw.

Does this affect Chrome on Windows or Linux?

No. This vulnerability is specific to macOS due to platform-specific rendering behavior in Skia. Chrome users on Windows, Linux, and other platforms are not affected by CVE-2026-13820.

What data could an attacker leak with this vulnerability?

An attacker could read memory adjacent to the intended buffer, potentially capturing authentication cookies, session tokens, cached form data, or information from other browser tabs and origins. The exact data depends on what is in memory at the moment of exploitation, making the attack outcome somewhat opportunistic but valuable for credential theft or session hijacking.

Is this on the KEV (Known Exploited Vulnerabilities) catalog?

As of the last update, this vulnerability is not listed on the CISA KEV catalog, meaning there is no confirmed evidence of active exploitation in the wild. However, the absence of known exploitation does not mean the vulnerability is not exploitable—organizations should still patch promptly rather than waiting for evidence of real-world attacks.

This analysis is provided for informational and educational purposes only. The information is current as of the publication date and may be subject to change. Security vulnerabilities evolve as patches are released and exploits become public; organizations should regularly consult official vendor advisories and security bulletins. SEC.co makes no warranty as to the completeness, accuracy, or suitability of this analysis for any particular use case. Always verify patch availability and compatibility with your specific environment before deploying updates. This document does not constitute legal advice or a guarantee of security. Organizations should conduct their own risk assessment in the context of their infrastructure, threat landscape, and business requirements. Source: NVD (public-domain), retrieved 2026-08-09. Analysis generated by SEC.co (claude-haiku-4-5).