CVE-2026-14061: Chrome Dawn Memory Disclosure Vulnerability – Patch Now
A flaw in Google Chrome's Dawn graphics component allows attackers to trick users into visiting specially crafted web pages that can leak sensitive information from the browser's memory. The vulnerability requires user interaction—the victim must visit a malicious site—but once they do, attackers may be able to read data that should remain private, such as authentication tokens or other browser state. This affects Chrome versions before 150.0.7871.47 across Windows, macOS, and Linux systems.
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-284
- Affected products
- 4 configuration(s)
- Published / Modified
- 2026-06-30 / 2026-07-01
NVD description (verbatim)
Inappropriate implementation in Dawn 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-14061 is an information disclosure vulnerability in Chrome's Dawn graphics implementation (which handles WebGPU operations). The flaw stems from inappropriate implementation that fails to properly isolate process memory from untrusted graphics operations. An attacker-controlled HTML page can exploit insufficient bounds checking or memory access controls in Dawn to read adjacent memory regions. The vulnerability is network-accessible, requires no special privileges, and depends only on user interaction to view a malicious webpage. Chromium rated the underlying issue as Low severity, though the CVSS 3.1 score of 6.5 (MEDIUM) reflects the confidentiality impact and ease of exploitation via a remote webpage.
Business impact
This vulnerability poses a data confidentiality risk to any organization whose employees browse the internet using affected Chrome versions. Attackers could harvest session tokens, API keys, cached credentials, or other sensitive data from user browser memory, potentially leading to account compromise or lateral movement within enterprise networks. The requirement for user interaction makes this a social engineering vector—phishing campaigns could combine malicious links with legitimate-seeming content to maximize exploitation. Organizations with strict browser policies or security-conscious user bases face lower immediate risk, but the six-month window before the patch (from June to assumed December patching cycles) creates an exposure window.
Affected systems
All versions of Google Chrome prior to 150.0.7871.47 are vulnerable, regardless of operating system. Affected platforms include Windows, macOS, and Linux systems running vulnerable Chrome builds. Any derivative or embedded Chromium-based browser (Edge, Opera, Brave, etc.) using the same Dawn codebase may also be vulnerable; verify with individual vendors. Enterprise deployments of Chrome on corporate desktops, laptops, and cloud-based browser services are all in scope.
Exploitability
Exploitation is straightforward but not automated. An attacker must craft an HTML page that triggers the Dawn memory access flaw, then distribute it via phishing, malicious ads, or compromised websites. The attack requires no user credentials and works against patched systems only through the user's willingness to visit the attacker's site. Detection by security-aware users is difficult because the payload executes silently within the graphics pipeline. Mitigation is not possible through browser configuration alone—only patching to version 150.0.7871.47 or later eliminates the vulnerability.
Remediation
Google released the patch in Chrome 150.0.7871.47. Users and administrators must update Chrome immediately to the patched version or newer. For enterprises, this should be deployed through managed Chrome updates (Windows domain policy, macOS profiles, or Chrome Enterprise policies). Organizations unable to update immediately should restrict browsing to trusted internal sites and monitor for suspicious memory access patterns or unusual data exfiltration. Consider requiring VPN or proxy inspection to detect exploitation attempts, though these measures are not foolproof against in-browser attacks.
Patch guidance
Deploy Chrome version 150.0.7871.47 or later. Enterprise administrators should use Chrome Enterprise policies to enforce automatic updates and prevent users from disabling auto-update. For Windows, use Group Policy or Windows Update for Business to manage Chrome updates. For macOS, use Mobile Device Management (MDM) or Mac preferences via .plist files. For Linux, update via your distribution's package manager or use the official Chrome repository. Verify in chrome://settings/help that the browser is running version 150.0.7871.47 or higher after patching. Note that all Chromium derivatives (Edge, Brave, Opera, etc.) must be updated separately from their respective vendor release channels.
Detection guidance
Detection of exploitation is challenging without instrumentation at the kernel or hypervisor level, as the attack exploits graphics memory handling. Monitor for: (1) Unusual network traffic or DNS queries immediately following user visits to untrusted sites; (2) Unexpected credential usage or lateral movement after users browsed the internet; (3) Anomalous data exfiltration from endpoints running unpatched Chrome. Endpoint Detection and Response (EDR) tools should flag unexpected child processes spawned from Chrome or unusual memory access patterns if configured with graphics-focused rules. Network security tools cannot reliably block this attack in transit, so prevention through patching is essential.
Why prioritize this
Although Chromium assigned Low severity and the vulnerability requires user interaction, the CVSS score of 6.5 (MEDIUM) and high confidentiality impact warrant prompt patching. The six-month disclosure-to-patch window before typical enterprise update cycles suggests this is a medium-priority remediation. If your organization has a high-value workforce or executive targets, phishing risk is elevated. If employees browse untrusted sites frequently (customer support, research roles), prioritize patching within 30 days. For low-risk environments (government, critical infrastructure with controlled browsing), patching within 60-90 days is acceptable but not advisable given the straightforward exploitation model.
Risk score, explained
The CVSS 3.1 score of 6.5 reflects: (1) Network attack vector (AV:N) and low complexity (AC:L) make exploitation easy and remote; (2) No privilege requirement (PR:N) means any website can attempt the attack; (3) User interaction required (UI:R) moderately limits scope; (4) High confidentiality impact (C:H) because process memory can leak sensitive data; (5) No integrity or availability impact (I:N/A:N) because the attack is read-only. The Chromium Low severity assessment may underestimate real-world risk given that stolen credentials enable further attacks; thus the independent CVSS score of MEDIUM is justified for prioritization purposes.
Frequently asked questions
Can this vulnerability be exploited without user action?
No. An attacker must trick or socially engineer a user into visiting a crafted webpage. Simply having Chrome installed and up-to-date does not create risk; exposure occurs only when a user browses to the attacker's site. Blocking known malicious domains or using proxy/firewall controls to restrict access to untrusted internet can reduce risk, but the best defense is patching.
Does this affect Chromium-based browsers like Microsoft Edge or Brave?
Potentially, yes. Any Chromium-based browser that uses the same version of the Dawn graphics component may be vulnerable. However, vendors release patches on different schedules. Check Microsoft Edge security advisories and the Brave browser release notes to confirm patched versions. Do not assume patches are synchronized across browsers—update each independently.
Can an attacker extract passwords or full credit card numbers from memory?
Theoretically, any data in the process memory space could be accessed, including cached credentials, API keys, or session tokens. However, extracting *specific* sensitive values requires the attacker to know their memory location and format. The vulnerability is a memory disclosure that leaks chunks of data; the attacker must then parse it to find useful information. This makes the attack less reliable but still dangerous for tokens and authentication material.
Is there a workaround if we cannot patch immediately?
Full workarounds do not exist, but you can reduce exposure by: (1) Disabling WebGPU or graphics acceleration in Chrome settings if your workflows don't require it (chrome://settings/system, toggle 'Hardware acceleration'); (2) Using a separate browser for untrusted sites; (3) Implementing network policies to restrict employees' browsing to approved domains; (4) Requiring VPN and proxy inspection to catch anomalous exfiltration. These measures are not substitutes for patching and should only be temporary.
This analysis is provided for informational purposes and based on publicly disclosed information as of the stated publication date. Exploit details are not included. Organizations should verify patch availability and compatibility in their environments before deployment. This document does not constitute legal, compliance, or professional security advice. Consult your security team and vendor advisories for deployment decisions. SEC.co makes no warranty regarding the completeness or accuracy of vulnerability information and assumes no liability for misuse or damages resulting from reliance on this analysis. Source: NVD (public-domain), retrieved 2026-08-09. Analysis generated by SEC.co (claude-haiku-4-5).
Weaknesses (CWE)
Related vulnerabilities
- CVE-2026-11017MEDIUMChrome Link Preview Navigation Bypass (CVSS 6.5)
- CVE-2026-11026MEDIUMChrome Extension Navigation Bypass Vulnerability
- CVE-2026-11078MEDIUMChrome FileSystem Same-Origin Policy Bypass – MEDIUM Severity
- CVE-2026-11135MEDIUMChrome Autofill Bypass Allows Credential Misdirection
- CVE-2026-11187MEDIUMChrome Navigation Restriction Bypass Vulnerability
- CVE-2026-11190MEDIUMGoogle Chrome Extension Access Control Bypass (6.5 CVSS)
- CVE-2026-11193MEDIUMChrome Password Manager Access Control Bypass – CVSS 6.5
- CVE-2026-11197MEDIUMChrome Same-Origin Policy Bypass in Workers – Patch v149.0.7827.53