CVE-2026-14386: Chrome ANGLE Out-of-Bounds Memory Read Vulnerability
A memory access vulnerability in Chrome's graphics rendering engine (ANGLE) allows attackers to read sensitive data from your browser's memory by tricking you into visiting a specially crafted webpage. The vulnerability affects Chrome versions before 150.0.7871.46 and requires user interaction—you must click or view malicious content for the attack to work. An attacker cannot execute code or crash your browser, but they could potentially steal passwords, tokens, or other sensitive information stored in memory.
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
- 1 configuration(s)
- Published / Modified
- 2026-07-01 / 2026-07-02
NVD description (verbatim)
Out of bounds read in ANGLE in Google Chrome prior to 150.0.7871.46 allowed a remote attacker to obtain potentially sensitive information from process memory 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-14386 is an out-of-bounds read vulnerability in ANGLE (Almost Native Graphics Layer Engine), Chrome's WebGL and graphics abstraction layer. The flaw allows reading memory beyond intended buffer boundaries, enabling information disclosure via remote code execution through a crafted HTML page. The vulnerability is classified as CWE-125 (Out-of-bounds Read). Exploitation requires user interaction and does not provide code execution or availability impact; the attack surface is limited to information confidentiality.
Business impact
The primary risk is confidential data exposure. If your organization's users visit compromised or attacker-controlled sites while using affected Chrome versions, sensitive information in process memory—including credentials, session tokens, API keys, or personal data—could be exfiltrated without additional exploitation. This is especially concerning in zero-trust or high-sensitivity environments where browser-based attacks are a known vector. The requirement for user interaction limits the attack to social engineering or watering-hole scenarios rather than mass exploitation.
Affected systems
Google Chrome versions prior to 150.0.7871.46 are vulnerable. Patch status and availability should be verified against Google's official release notes; as of the publication date (July 1, 2026), Chrome users running version 150.0.7871.46 or later are protected. Chromebooks, Chrome OS devices, and any system running an unpatched Chrome browser are in scope. Other Chromium-based browsers (Edge, Brave, Opera, etc.) may be affected depending on their version tracking and release cycle relative to Chrome 150.
Exploitability
Exploitability is moderate. The attack requires a user to visit a malicious or compromised website, making it suitable for targeted phishing, drive-by watering-hole attacks, or supply-chain compromises of legitimate sites. The CVSS score of 6.5 (Medium) reflects the requirement for user interaction (UI:R) and the absence of code execution or system availability impact. However, the attack is reliable once a victim is on the attacker's page and requires no browser plugin, feature flag, or advanced configuration—making it practical for real-world threat actors.
Remediation
Update Chrome to version 150.0.7871.46 or later. Chrome's automatic update mechanism should deploy this patch; verify completion by navigating to chrome://settings/help, where Chrome displays the current version and confirms if updates have been applied. For managed environments, use Chrome Enterprise or endpoint management tools to enforce the minimum version. Disable JavaScript as a temporary mitigation is not recommended, as it degrades functionality substantially; focus instead on rapid patching and user awareness training.
Patch guidance
Verify your current Chrome version at chrome://version or chrome://settings/help. Update immediately if you are running any version before 150.0.7871.46. Chrome typically updates automatically in the background and prompts restart; ensure you complete the restart. In enterprise deployments, audit Chrome versions via device management or MDM solutions and push the patch via policy. Verify patches have been applied within 48 hours; this is a Remote Code Execution precursor (information disclosure from process memory) and should be treated with high urgency.
Detection guidance
Monitor for unusual network traffic to unexpected domains from Chrome processes, especially following user browsing activity. Endpoint detection and response (EDR) tools should flag process memory access patterns that align with data exfiltration, though this is subtle and may require behavioral analysis. Look for indicators such as: Chrome process spawning atypical child processes, suspicious DLL/library loads in the graphics stack (d3d11.dll, libgles2.dll, or ANGLE-related modules), or unusual system calls. User awareness training remains the primary defense—encourage reporting of unexpected browser behavior or performance degradation.
Why prioritize this
Although the CVSS score is 6.5 (Medium), this vulnerability warrants high-priority patching due to its confidentiality impact, ease of exploitation (user interaction required but no special privileges), and broad attack surface in Chromium-based browsers. The vulnerability affects all Chrome users and does not appear on the CISA KEV list, suggesting limited active in-the-wild exploitation at publication time—but the low barrier to attack makes this a window of opportunity for proactive defense. Organizations should prioritize patching within 1–2 weeks.
Risk score, explained
The CVSS 3.1 score of 6.5 reflects: Attack Vector Network (AV:N)—the vulnerability is remotely exploitable; Attack Complexity Low (AC:L)—no special conditions or knowledge required; Privileges Required None (PR:N)—the attacker needs no prior access; User Interaction Required (UI:R)—the user must click or visit the malicious page; Scope Unchanged (S:U)—only the Chrome process is affected; Confidentiality High (C:H)—sensitive data can be read from memory; Integrity None (I:N)—data cannot be modified; Availability None (A:N)—the browser is not crashed or hung. The Medium severity acknowledges both the information disclosure risk and the user interaction requirement; the High security rating from Chromium reflects the severity of memory disclosure in a widely-used browser.
Frequently asked questions
Do I need to do anything if I have automatic updates enabled?
Chrome typically auto-updates in the background and applies the patch automatically. However, you should verify the update has been applied by checking chrome://settings/help. If an update is pending, Chrome will prompt you to restart. Restart your browser to complete the patch application.
Can this vulnerability be exploited without me visiting a malicious website?
No. The vulnerability requires user interaction—you must visit a specially crafted webpage or click on a malicious link for the attack to occur. Simply having Chrome installed and updated is not sufficient for an attacker to exploit this flaw. However, attackers may use social engineering, phishing emails, or compromised legitimate sites to lure victims to the malicious page.
What kind of information could be stolen?
An attacker could read arbitrary data in the Chrome process memory, which may include cached passwords, authentication tokens, session cookies, API keys, or personal information. The exact data depends on what is currently in memory during the attack. This is why patching promptly is critical, especially for users who handle sensitive information in their browser.
Is this vulnerability affecting other browsers like Firefox or Safari?
This vulnerability is specific to Chrome and Chromium-based browsers that use the ANGLE graphics library. Firefox and Safari use different graphics engines and are not affected by this particular flaw. However, other browsers may have their own vulnerabilities, so keep all browsers and software up to date as a general practice.
This analysis is provided for informational purposes and reflects the state of the vulnerability as of July 1, 2026. Patch version numbers, affected products, and CVSS scores are sourced from official vendor advisories and CVE records. Organizations should verify patch applicability and compatibility in their environment before deployment. The information provided here does not constitute legal, security, or compliance advice. SEC.co disclaims liability for any inaccuracies or misuse of this intelligence. Always consult official vendor documentation and your organization's security policies for remediation decisions. Source: NVD (public-domain), retrieved 2026-08-10. Analysis generated by SEC.co (claude-haiku-4-5).
Related vulnerabilities
- CVE-2026-0127MEDIUMAndroid Out-of-Bounds Read in Communication Processor – Impact & Patch Guidance
- CVE-2026-0128MEDIUMAndroid RTCP Out-of-Bounds Read Information Disclosure
- CVE-2026-0136MEDIUMAndroid Modem Out-of-Bounds Read Denial of Service
- CVE-2026-0140MEDIUMAndroid RTP Integer Overflow Information Disclosure Vulnerability
- CVE-2026-0141MEDIUMAndroid RTCP Out-of-Bounds Read Information Disclosure
- CVE-2026-0155MEDIUMAndroid ImsMediaBitReader OOB Read Information Disclosure
- CVE-2026-0157MEDIUMAndroid RTCP Header Buffer Overflow – Remote Information Disclosure
- CVE-2026-0165MEDIUMAndroid RTCP Decoder Out-of-Bounds Read Information Disclosure