CVE-2026-14391: Chrome ANGLE Integer Overflow Memory Disclosure on Windows
An integer overflow vulnerability exists in ANGLE (a graphics abstraction layer used by Chrome) that could allow an attacker who has already compromised your browser's renderer process to read sensitive data from memory. The flaw affects Google Chrome on Windows versions before 150.0.7871.46 and requires both a successful initial compromise and user interaction with a malicious webpage to trigger. While the bar to exploitation is moderately high, the potential exposure of process memory contents warrants timely patching.
Source data · NVD / CISA · public domain
- CVSS
- 3.1 · 5.3 MEDIUM · CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:N/A:N
- Weaknesses (CWE)
- CWE-190, CWE-472
- Affected products
- 2 configuration(s)
- Published / Modified
- 2026-07-01 / 2026-07-02
NVD description (verbatim)
Integer overflow in ANGLE in Google Chrome on Windows prior to 150.0.7871.46 allowed a remote attacker who had compromised the renderer process to obtain potentially sensitive information from process memory via a crafted HTML page. (Chromium security severity: Medium)
2 reference(s) · View on NVD →
SEC.co analysis · AI-assisted, reviewed against source
Technical summary
CVE-2026-14391 is an integer overflow (CWE-190) in ANGLE within the Chrome rendering engine on Windows. The vulnerability allows an attacker with pre-existing renderer process compromise to trigger memory disclosure through a specially crafted HTML page. The attack chain requires prior code execution in the renderer sandbox and relies on user interaction (UI:R). The integer overflow condition leads to out-of-bounds memory access (CWE-472), enabling information disclosure from process memory. The vulnerability is patched in Chrome 150.0.7871.46 and later.
Business impact
Organizations relying on Chrome as a primary browser should prioritize updating affected Windows systems, particularly for staff handling sensitive data. The vulnerability's real-world impact depends on whether renderer-process exploitation vectors are already prevalent in your threat landscape. For most enterprises, this is a medium-priority patch due to the multi-stage attack requirement, but users in high-value targeting scenarios should move faster. The information disclosure risk means credential theft, session tokens, or other sensitive data in process memory could be exfiltrated if the renderer is compromised through other means.
Affected systems
Google Chrome on Microsoft Windows versions prior to 150.0.7871.46 are affected. This includes all stable, extended stable, and beta releases below that version number. The vulnerability does not affect Chrome on macOS, Linux, Android, or iOS. Verify your organization's Chrome version distribution using your endpoint management tools to quantify exposure.
Exploitability
Exploitation is not trivial. An attacker must first compromise the Chrome renderer process through a separate vulnerability or attack vector, then serve a specially crafted HTML page to a user who visits the attacker-controlled site or receives a malicious link. The combination of required preconditions (renderer compromise + user interaction + specific HTML payload) limits opportunistic mass exploitation. No in-the-wild active exploitation has been reported at publication. The vulnerability is not listed in the CISA Known Exploited Vulnerabilities catalog, indicating it has not yet been observed being weaponized.
Remediation
Update Google Chrome to version 150.0.7871.46 or later on all affected Windows systems. Chrome's auto-update mechanism should deploy the patch, but verify completion on critical systems. For managed deployments, push the update through your endpoint management platform and confirm adoption across your fleet within your standard patching SLA. No workarounds exist; patching is the only mitigation.
Patch guidance
Deploy Chrome version 150.0.7871.46 or later across all Windows endpoints. Most users will receive the update automatically; force a restart of Chrome to ensure the new version is loaded. In enterprise environments, use group policy or mobile device management to enforce the update. Verify patch application by checking chrome://version in the address bar on a sample of machines to confirm the version number reflects 150.0.7871.46 or higher. Prioritize systems used by staff who handle high-value data or frequently visit untrusted websites.
Detection guidance
Monitor for Chrome version numbers below 150.0.7871.46 in your endpoint inventory and log aggregation systems. Alert on process crashes or unusual memory access patterns in chrome.exe if you have EDR/behavioral monitoring in place. Look for HTTP requests to malicious or suspicious domains from Chrome processes, though this vulnerability requires an existing renderer compromise so detection of the trigger page alone may not indicate active exploitation. Consider user awareness training to reduce the likelihood of users visiting attacker-controlled sites that could deliver the exploit payload.
Why prioritize this
Although the CVSS score is 5.3 (Medium), this vulnerability deserves attention because memory disclosure in the renderer process could expose high-value secrets depending on the user's browsing context and cached data. The attack requires renderer-level compromise, which is a real threat given other potential Chrome vulnerabilities and social engineering. Unlike denial-of-service flaws, this enables data exfiltration. Prioritize systems and users in your organization who are likely targets for sophisticated attackers or who regularly handle sensitive information.
Risk score, explained
The CVSS 3.1 score of 5.3 reflects the moderate attack complexity (difficult to exploit without prior compromise), high confidentiality impact (memory disclosure), and lack of integrity or availability impact. The network attack vector and required user interaction are captured in the vector string (AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:N/A:N). The score appropriately penalizes the precondition of renderer compromise, which significantly reduces the real-world risk compared to a direct renderer escape. Organizations should not dismiss this as low-priority purely based on the score; context matters.
Frequently asked questions
Do I need to update Chrome immediately, or can this wait for my standard patch cycle?
If your standard patch cycle is within two weeks, it is acceptable to batch this update. However, if your Windows endpoints have user-facing browsing (sales, support, research teams), prioritize within 7–10 days due to the information disclosure risk. Given that active exploitation is not yet reported, waiting until your next scheduled maintenance window is reasonable for well-isolated development or internal-only systems.
Does this vulnerability affect Chrome on mobile devices or other platforms?
No. This flaw is specific to ANGLE, which is used in Chrome on Windows. Chrome on macOS, Linux, Android, and iOS are unaffected. You do not need to take action on those platforms for this CVE.
What data could an attacker actually steal using this vulnerability?
An attacker with renderer-process access can read memory belonging to that process, which may include cached passwords, session tokens, API keys, or other sensitive data that was in RAM at the time of exploitation. The scope depends on which websites the user was visiting and what sensitive data was in memory. For most users this will be low-impact, but users handling credentials or authentication tokens are at higher risk.
Is there any indication this vulnerability is being exploited in the wild?
No. At the time of publication, this vulnerability is not listed in the CISA Known Exploited Vulnerabilities catalog, and no in-the-wild exploitation has been reported. This is a proactive patch, not a reactive response to active attacks. However, responsible organizations should still apply the patch promptly to avoid future attacks as threat actors eventually develop reliable exploits.
This analysis is provided for informational purposes and represents the state of the vulnerability as of the publication date. Patch version numbers and affected product ranges are based on official vendor advisories and NIST CVE data; organizations should verify specific applicability to their environment. No exploit code or weaponized proof-of-concept is included or referenced. Risk assessment should be tailored to your organization's threat model, user roles, and system criticality. SEC.co assumes no liability for incomplete patching or delayed remediation. Consult vendor security bulletins and your security team before making deployment decisions. Source: NVD (public-domain), retrieved 2026-08-10. Analysis generated by SEC.co (claude-haiku-4-5).
Related vulnerabilities
- CVE-2026-11281MEDIUMGoogle Chrome Chromoting Integer Overflow Information Disclosure
- CVE-2026-9882MEDIUMChrome ANGLE Integer Overflow Allows Cross-Origin Data Leakage
- CVE-2026-10921HIGHChrome Dawn Integer Overflow Sandbox Escape Vulnerability
- CVE-2026-10924HIGHChrome Integer Overflow Sandbox Escape Vulnerability
- CVE-2026-11044MEDIUMChrome ANGLE Integer Overflow on macOS – Information Disclosure Risk
- CVE-2026-11290MEDIUMChrome Android Integer Overflow DoS Vulnerability – Patch Guide
- CVE-2026-11085HIGHGPU Integer Overflow in Chrome on Android – Patch Now
- CVE-2026-14430HIGHChrome V8 Integer Overflow Remote Code Execution (CVSS 8.8)