CVE-2026-13819: Out-of-Bounds Read in Chrome ANGLE on macOS – Patch Guidance
A memory-reading vulnerability exists in the ANGLE graphics library within Google Chrome on macOS versions prior to 150.0.7871.47. An attacker who has already compromised Chrome's renderer process can craft a malicious web page to read data from outside the intended memory boundaries, potentially exposing sensitive information. The vulnerability requires the attacker to have already gained control of the renderer process, which typically happens after successful exploitation of another Chrome vulnerability.
Source data · NVD / CISA · public domain
- CVSS
- 3.1 · 8.1 HIGH · CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:H
- Weaknesses (CWE)
- CWE-125
- Affected products
- 2 configuration(s)
- Published / Modified
- 2026-06-30 / 2026-07-02
NVD description (verbatim)
Out of bounds read in ANGLE in Google Chrome on Mac prior to 150.0.7871.47 allowed a remote attacker who had compromised the renderer process to perform an out of bounds memory read 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-13819 is an out-of-bounds read flaw in ANGLE (Almost Native Graphics Layer Engine), the graphics abstraction layer used by Google Chrome. The vulnerability stems from insufficient bounds checking when processing graphics operations. An attacker with a compromised renderer process can trigger this out-of-bounds read by providing specially crafted HTML, allowing arbitrary memory disclosure. The CVSS 3.1 score of 8.1 (High) reflects high confidentiality impact via memory disclosure and high availability impact through potential denial of service, with no integrity compromise. The attack vector is network-based and requires no special privileges, though renderer process compromise is a prerequisite.
Business impact
This vulnerability primarily threatens confidentiality through unauthorized memory disclosure. An attacker with renderer process access could extract sensitive data such as encryption keys, authentication tokens, or other in-memory secrets from the Chrome process. While the availability impact suggests potential crashes, the primary concern is data exfiltration. Organizations relying on Chrome for sensitive operations should prioritize patching to prevent information leakage, particularly in environments where users may visit untrusted websites.
Affected systems
Google Chrome on macOS is the primary affected platform. The vulnerability affects Chrome versions prior to 150.0.7871.47. While the description specifies macOS, the underlying ANGLE graphics component is used across multiple Chrome platforms; verify that your Chrome deployment on other operating systems is also updated to the corresponding patched version. Users on Windows and Linux should confirm their Chrome version meets the security update threshold.
Exploitability
Exploitation requires a two-stage attack chain: first compromising Chrome's renderer process (typically through a separate vulnerability), then delivering the malicious HTML through that compromised context. This significantly limits real-world exploitability compared to a direct remote code execution flaw. The vulnerability is not currently listed on CISA's Known Exploited Vulnerabilities (KEV) catalog, indicating no evidence of active exploitation in the wild as of the publication date. However, the graphics processing attack surface is an active area of research.
Remediation
Update Google Chrome to version 150.0.7871.47 or later on all macOS systems. This is a straightforward patch deployment—Chrome's auto-update mechanism will deliver the fix automatically if enabled. For enterprise environments with manual deployment, prioritize this update alongside other security patches. No workarounds exist; patching is the only mitigation. Additionally, maintain defenses against renderer process compromise (the prerequisite), including blocking malicious ads and enforcing secure site loading practices.
Patch guidance
Verify Chrome's auto-update is enabled (standard for most installations). On macOS, Chrome typically updates automatically and prompts for restart. Manually trigger an update via Chrome menu > Settings > About Chrome to verify you are running 150.0.7871.47 or later. For enterprise deployments using management policies, confirm your Chrome management policy version reflects this security patch. Test the update in non-production environments if your organization has specific compatibility requirements, though security patches typically do not introduce breaking changes.
Detection guidance
Monitor Chrome version compliance across your infrastructure—report any systems remaining below version 150.0.7871.47 on macOS. Endpoint detection and response (EDR) solutions should monitor for unexpected memory access patterns from Chrome renderer processes, though this is a low-fidelity indicator. Web proxy and DNS filtering can reduce the likelihood of users navigating to attacker-controlled sites that might deliver a renderer exploit. Behavioral analytics looking for unusual data exfiltration from Chrome processes after a compromise may detect exploitation, but detection at this stage is reactive; prevention through timely patching is preferable.
Why prioritize this
Although not yet exploited in the wild (KEV status: no), this vulnerability merits prompt attention due to its high CVSS score and the confluence of high confidentiality and availability impacts. The graphics processing code path is frequently targeted by advanced actors, and memory disclosure vulnerabilities are often chained with other exploits to build complete attack chains. The relatively easy update process (leveraging Chrome's auto-update infrastructure) means deployment friction is low—remediation effort is minimal, making this an efficient security investment.
Risk score, explained
The CVSS 3.1 score of 8.1 reflects high severity: network attack vector with low attack complexity, no required privileges, and user interaction. The core impact is high confidentiality loss (memory disclosure) and high availability risk (process crash), with no integrity compromise. The score appropriately weights the multi-stage attack nature—while renderer compromise is required, once achieved, exploitation is straightforward. The lack of current active exploitation (not on KEV) would normally lower urgency, but the foundational nature of graphics processing in browser security keeps this at high priority.
Frequently asked questions
Do I need to do anything if Chrome is set to auto-update?
No immediate action required if auto-update is enabled (the default). Chrome will automatically download and install version 150.0.7871.47 or later. Check Chrome > About Chrome to confirm you are running the latest version; if prompted to restart, do so to complete the update.
Is this vulnerability actively being exploited?
No. This vulnerability is not on CISA's Known Exploited Vulnerabilities catalog as of the publication date, indicating no evidence of attacks in the wild. However, the threat landscape can evolve, so timely patching remains important.
Why does this require renderer process compromise first?
ANGLE operates within Chrome's renderer process, which handles graphics rendering and web content. The vulnerability itself is not a way to compromise the renderer; rather, it is a capability available to an attacker who has already compromised the renderer through a separate vulnerability. This two-stage requirement limits real-world impact but does not eliminate the risk in a threat environment with multiple browser exploits.
Are Windows and Linux users affected?
ANGLE is used across Chrome platforms. While the CVE specifically mentions macOS, verify that Windows and Linux Chrome deployments are also updated to the corresponding patched version. Check your Chrome version against vendor advisories to confirm the exact patched version for your operating system.
This analysis is based on publicly available vulnerability data as of the publication date. The technical details and business context reflect security industry best practices, but no substitute exists for your organization's risk assessment and threat modeling. Always verify patch version numbers and compatibility with your specific Chrome deployment before rolling out updates. This advisory does not constitute legal, compliance, or binding business advice. Consult with your security team and vendor documentation for definitive guidance on your environment. Source: NVD (public-domain), retrieved 2026-08-09. Analysis generated by SEC.co (claude-haiku-4-5).
Related vulnerabilities
- CVE-2026-10889HIGHCritical ANGLE Sandbox Escape in Google Chrome – Patch to 149.0.7827.53
- CVE-2026-10927HIGHChrome Sandbox Escape via Dawn Out-of-Bounds Read
- CVE-2026-10930HIGHChrome ANGLE Out-of-Bounds Read on macOS
- CVE-2026-10941HIGHSkia Out-of-Bounds Memory Vulnerability in Chrome – Urgent Patch Required
- CVE-2026-11015HIGHCritical Chrome WebGPU Out-of-Bounds Read Vulnerability
- CVE-2026-11077HIGHChrome Dawn Graphics Vulnerability – Sandbox Escape Risk
- CVE-2026-11091HIGHCritical Chrome Memory Corruption Vulnerability in Dawn Graphics Engine
- CVE-2026-11111HIGHChrome Out-of-Bounds Read in ANGLE Graphics Engine — Patch Guidance