CVE-2026-14125: Chrome ANGLE Memory Disclosure Vulnerability – Patch to 150.0.7871.47
A flaw in the ANGLE graphics library used by Google Chrome can leak sensitive data from a user's computer memory to an attacker through a malicious webpage. When a user visits a crafted HTML page, uninitialized memory containing potentially sensitive information becomes accessible, allowing the attacker to read data that should have been protected. The vulnerability requires user interaction—specifically visiting a malicious site—but no special privileges or complex setup are needed on the attacker's side.
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-457
- Affected products
- 4 configuration(s)
- Published / Modified
- 2026-06-30 / 2026-07-01
NVD description (verbatim)
Uninitialized Use in ANGLE in Google Chrome prior to 150.0.7871.47 allowed a remote attacker to obtain potentially sensitive information from process memory via a crafted HTML page. (Chromium security severity: Low)
2 reference(s) · View on NVD →
SEC.co analysis · AI-assisted, reviewed against source
Technical summary
CVE-2026-14125 is an uninitialized use vulnerability (CWE-457) in ANGLE, the graphics abstraction layer embedded in Chrome. The flaw allows a remote attacker to access uninitialized memory regions through specially crafted HTML rendering. When graphics operations process the crafted content, memory that was never properly initialized becomes readable to JavaScript or rendering contexts, creating an information disclosure channel. Google's own severity assessment rated this as Low within Chromium, though the CVSS score reflects the potential impact when considering network-based exploitation and user interaction factors.
Business impact
This vulnerability represents a confidentiality risk for Chrome users, particularly in environments where users may visit untrusted or compromised websites. An attacker could potentially extract authentication tokens, session cookies, cached credentials, or other sensitive data resident in process memory. While the immediate exploitation requires a user to visit a malicious page, the data at risk could extend beyond the current browsing session if sensitive information is cached in memory. Organizations relying on Chrome in security-sensitive roles should treat this as a prompt remediation priority.
Affected systems
The vulnerability affects Google Chrome versions prior to 150.0.7871.47. Because ANGLE is a core graphics component, the flaw indirectly impacts all platforms where Chrome runs, including Windows, macOS, and Linux systems. The vendor_product list reflects these platform dependencies, though the actual vulnerability resides in the Chrome binary and ANGLE implementation rather than in the operating systems themselves.
Exploitability
Exploitation is relatively straightforward: an attacker crafts a malicious HTML page and waits for or directs users to visit it. No authentication, special network positioning, or client-side vulnerabilities are required—the attack surface is simply the web. However, the attacker cannot trigger the vulnerability remotely without user interaction; the victim must visit the malicious content. The information disclosed depends on what data happens to be in memory at the time of exploitation, making each attack somewhat unpredictable but potentially valuable.
Remediation
Update Google Chrome to version 150.0.7871.47 or later. This version includes a fix that ensures ANGLE properly initializes memory regions before use, closing the information disclosure channel. Users should enable automatic updates if not already configured. Organizations managing Chrome deployments should prioritize this update in their patch management cycle, particularly for systems where users access untrusted content or where sensitive data may be cached in process memory.
Patch guidance
Verify the installed Chrome version by navigating to Chrome menu > Help > About Google Chrome, which will display the current version and automatically check for updates. For enterprise deployments, ensure your Chrome release channel is set to receive version 150.0.7871.47 or higher. Test the patch in a non-production environment to confirm compatibility with any custom extensions or applications that depend on Chrome's rendering engine. Consider synchronizing Chrome updates with your organization's change management process, as no major breaking changes are anticipated with this security patch.
Detection guidance
Monitor Chrome crash reports and GPU process logs for unusual memory access patterns or renderer process terminations that could indicate exploitation attempts. Implement network-based detection by identifying and blocking known malicious domains hosting exploit pages. Endpoint detection and response (EDR) tools should flag suspicious JavaScript activity or WebGL/graphics API calls that attempt to read uninitialized memory. Web filtering solutions can help prevent users from accessing malicious sites by categorizing or blocking suspicious content based on threat intelligence feeds.
Why prioritize this
Although Google rated this as Low severity within Chromium, the CVSS 6.5 Medium score reflects the practical impact of memory disclosure vulnerabilities. The combination of network accessibility, low attack complexity, and potential to leak sensitive data warrants timely remediation. The lack of active exploitation in the wild (KEV status: false) reduces immediate urgency but should not delay patching, as information disclosure vulnerabilities are attractive targets for sophisticated adversaries and can lead to secondary attacks.
Risk score, explained
The CVSS 3.1 score of 6.5 (MEDIUM) is assigned based on: network accessibility (AV:N) requiring only a web page visit, low attack complexity (AC:L) with straightforward exploitation, no privileges required (PR:N), user interaction necessary (UI:R) to visit the malicious page, unchanged scope (S:U), and high confidentiality impact (C:H) through memory disclosure. No integrity or availability impact is scored, as the vulnerability reads data rather than modifying or denying service. The gap between Google's Low severity and CVSS Medium reflects the broader context of cross-platform impact and information sensitivity.
Frequently asked questions
Can this vulnerability be exploited without the user visiting a malicious website?
No. The attacker must craft a malicious HTML page and the user must visit it through their browser. There is no remote code execution or network propagation vector that would allow exploitation without user interaction.
What type of information could be leaked from memory?
The vulnerability exposes uninitialized memory, which may contain fragments of previously processed data, including session tokens, cached credentials, temporary buffers, or other process-resident data. The exact content depends on what was in memory at the time of exploitation and is not predictable.
Does this affect Chrome on all operating systems equally?
Yes, the vulnerability is in the ANGLE graphics library which is built into Chrome across Windows, macOS, and Linux. However, the likelihood of exploitation depends on user behavior—users who primarily visit trusted sites face lower risk than those who frequent untrusted or compromised domains.
If I update to version 150.0.7871.47, am I fully protected?
Yes, this patch version contains the fix that properly initializes memory in the ANGLE layer, eliminating the uninitialized use condition. Ensure you are running the exact version or later, as Chrome will automatically roll out subsequent security updates.
This analysis is provided for informational purposes and reflects publicly available vulnerability data as of the publication date. Security teams should verify all patch version numbers and compatibility with their environments before deployment. The assessment of exploitation risk and business impact is general in nature and should be adapted to your organization's specific threat model, user base, and data sensitivity. No warranty is provided regarding the completeness or accuracy of this analysis, and organizations are responsible for conducting their own vulnerability assessments and patch testing. Source: NVD (public-domain), retrieved 2026-08-09. Analysis generated by SEC.co (claude-haiku-4-5).
Weaknesses (CWE)
Related vulnerabilities
- CVE-2026-11039MEDIUMChrome Skia Uninitialized Variable Data Leak Vulnerability
- CVE-2026-11057MEDIUMChrome Skia Uninitialized Memory Leak – 6.5 CVSS
- CVE-2026-11067MEDIUMChrome Memory Disclosure Vulnerability in Dawn – Patch to 149.0.7827.53
- CVE-2026-11087MEDIUMChrome ANGLE Memory Leak Allows Cross-Origin Data Theft
- CVE-2026-11089MEDIUMGoogle Chrome Memory Disclosure in Media Handling
- CVE-2026-11090MEDIUMChrome ANGLE Memory Leak Enables Cross-Origin Data Theft
- CVE-2026-11104MEDIUMChrome ANGLE Uninitialized Memory Disclosure (CVSS 6.5)
- CVE-2026-11109MEDIUMANGLE Uninitialized Use Data Leak in Chrome – Patch Guidance