MEDIUM 6.5

CVE-2026-14408: Chrome Memory Leak via Dawn Graphics Flaw—CVSS 6.5 Medium

Google Chrome versions before 150.0.7871.46 contain a memory initialization flaw in Dawn (Chrome's graphics abstraction layer) that allows attackers to trick users into visiting malicious web pages and potentially read sensitive data from the browser process. The vulnerability requires user interaction—specifically clicking a link or visiting a crafted website—but does not require special permissions or an authenticated account.

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
1 configuration(s)
Published / Modified
2026-07-01 / 2026-07-02

NVD description (verbatim)

Uninitialized Use in Dawn 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: Medium)

2 reference(s) · View on NVD →

SEC.co analysis · AI-assisted, reviewed against source

Technical summary

CVE-2026-14408 is an uninitialized memory use vulnerability (CWE-457) in Dawn, Google's cross-platform graphics API abstraction layer used by Chrome. When Dawn processes specially crafted HTML content, it may reference memory regions that have not been properly initialized, allowing attackers to leak sensitive information resident in the Chrome process's memory space. The vulnerability has a CVSS 3.1 score of 6.5 (MEDIUM) with a network attack vector, low complexity, no privilege requirements, and user interaction necessary. Impact is limited to confidentiality; there is no integrity or availability impact.

Business impact

Organizations with users on vulnerable Chrome versions face data exfiltration risk. An attacker can craft a webpage that, when visited, reads fragments of process memory—potentially including cached credentials, tokens, or other sensitive data from the user's Chrome instance. This exposure compounds if users browse untrusted sites or click malicious links. The requirement for user interaction significantly reduces the automatic infection risk but increases the need for user awareness and prompt patching.

Affected systems

The vulnerability affects Google Chrome versions prior to 150.0.7871.46. All platforms running affected Chrome versions are in scope: Windows, macOS, and Linux. Users on earlier versions, including extended support releases, should verify their specific Chrome version and update status against Google's official release notes.

Exploitability

The vulnerability is not currently listed on the CISA Known Exploited Vulnerabilities (KEV) catalog, indicating no confirmed widespread active exploitation in the wild at this time. However, the attack requires only a standard network connection and user interaction (visiting a webpage), making it exploitable by remote attackers. No special tools, authentication, or elevated privileges are required from the attacker's perspective. The barrier to weaponization is moderate—an attacker must craft malicious HTML and host or distribute it, but the underlying flaw is deterministic.

Remediation

Update Google Chrome to version 150.0.7871.46 or later. Chrome's auto-update mechanism should deploy the patch automatically, but users can manually verify their version (Menu > Help > About Google Chrome) and force an immediate update if needed. Organizations managing Chrome via enterprise policies should verify patch deployment status in their fleet and consider enabling automatic updates if not already active.

Patch guidance

Google Chrome users should update to 150.0.7871.46 or later. Verify your current version at chrome://version. For enterprise users: confirm patch deployment through your MDM solution or Chrome policy reporting dashboard. If auto-updates are disabled, manually push the update or enable auto-update functionality. No legacy or ESR-specific patch versions are documented for this CVE; standard Chrome stable channel updates apply. Verify successful patching by confirming the browser version after update and restart.

Detection guidance

Monitor browser crash logs and memory error reports for instances related to Dawn initialization failures. Network and endpoint teams should watch for users visiting suspicious or newly-registered domains that might host exploits. Browser telemetry (if enabled) may flag pages triggering memory access violations. Incident responders should inspect browsing history and temporary Chrome cache on systems potentially exposed to malicious pages. No specific IDS/IPS signatures are publicly available; detection is primarily reactive via browser behavior and user reports.

Why prioritize this

Assign medium priority. While the CVSS score is 6.5 (MEDIUM) and the vulnerability is not actively exploited in the wild per KEV data, the attack surface is broad (any webpage can trigger it), the barrier to exploitation is low, and Chrome is nearly ubiquitous in enterprise and consumer environments. The confidentiality impact is real but non-destructive. Prioritize patching for users in sensitive roles (finance, legal, research) and systems handling high-value data before general rollout, but treat the overall timeline as urgent rather than critical.

Risk score, explained

CVSS 3.1 score of 6.5 (MEDIUM) reflects: (1) Network attack vector—anyone on the internet can craft and serve malicious content; (2) Low attack complexity—no special conditions required; (3) No privilege requirement; (4) User interaction needed—must visit or interact with the page; (5) High confidentiality impact—memory disclosure; (6) No integrity or availability impact. The score lands in MEDIUM because memory leaks, while serious, are typically lower-severity than code execution or system compromise, yet the user-interaction requirement prevents a HIGH rating.

Frequently asked questions

Will Chrome auto-update fix this without me doing anything?

Yes, if auto-update is enabled (the default on most systems). Chrome checks for updates daily and applies them on restart. Manually checking Help > About Google Chrome will also trigger an immediate check and install if updates are pending. However, the update requires a browser restart to take effect.

Can this vulnerability steal my passwords or credit card information?

Potentially, yes, depending on what data is in Chrome's process memory at the moment of exploitation. If you have cached credentials, saved payment information, or active session tokens in memory, an attacker reading uninitialized memory might capture fragments of that data. This is why prompt patching and using security tools like password managers (which limit in-memory exposure) are important.

Does visiting a single malicious website guarantee I'll be compromised?

No. The attacker must craft a specific HTML page and you must visit it. Even then, the vulnerability leaks memory; it doesn't automatically capture specific secrets. The attack is real but not deterministic—an attacker must get lucky with what data happens to be in uninitialized memory. Still, if you visit suspicious sites, patching immediately afterward is prudent.

What is Dawn and why does it matter?

Dawn is Chrome's graphics abstraction layer that translates web rendering instructions to different graphics APIs (Vulkan, Metal, DirectX) depending on your OS. It's fundamental to modern Chrome performance. The vulnerability is in Dawn's memory management, not the web standards themselves, which is why it affects all Chrome users regardless of what websites they visit.

This analysis is provided for informational purposes to support security decision-making. All vulnerability details, including CVSS scores and affected versions, are sourced from official CVE and vendor advisories. Patch version numbers and availability should be verified against Google's official Chrome release notes and your organization's update management systems. This vulnerability is not currently on the CISA KEV catalog; threat actors have not publicly demonstrated active exploitation. Security teams should conduct their own risk assessments tailored to their specific environments, user roles, and data sensitivity. No exploit code or weaponized proof-of-concept is detailed herein. Always test patches in a controlled environment before wide deployment. Source: NVD (public-domain), retrieved 2026-08-10. Analysis generated by SEC.co (claude-haiku-4-5).