CVE-2026-14102: Use-After-Free in Google Chrome Passwords – Patch Chrome 150.0.7871.47
Google Chrome versions prior to 150.0.7871.47 contain a use-after-free vulnerability in the password management system. An attacker can craft a malicious HTML page that, when visited by a user, exploits this memory safety flaw to corrupt heap memory and potentially execute arbitrary code. The vulnerability requires user interaction (visiting a website) but does not require special privileges.
Source data · NVD / CISA · public domain
- CVSS
- 3.1 · 8.8 HIGH · CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
- Weaknesses (CWE)
- CWE-416
- Affected products
- 1 configuration(s)
- Published / Modified
- 2026-06-30 / 2026-07-02
NVD description (verbatim)
Use after free in Passwords in Google Chrome prior to 150.0.7871.47 allowed a remote attacker to potentially exploit heap corruption 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-14102 is a use-after-free (CWE-416) vulnerability affecting Chrome's Passwords component. The flaw arises from improper memory management where freed memory is accessed after deallocation, enabling heap corruption. The attack vector is network-based with low complexity and requires user interaction through HTML content delivery. No special access or privileges are required from the attacker's perspective. While Chromium classified this as Low severity internally, the CVSS 3.1 score of 8.8 reflects the high impact potential of heap corruption leading to confidentiality, integrity, and availability compromise.
Business impact
A successful exploit allows remote code execution in the context of the Chrome browser process, granting an attacker the ability to steal sensitive data (including passwords and browsing history), modify data, or crash the browser. For organizations where Chrome is a primary browser, particularly those handling sensitive credentials or data through web applications, this vulnerability poses a direct risk to user security posture and data protection compliance obligations.
Affected systems
Google Chrome versions prior to 150.0.7871.47 are affected. All platforms running vulnerable Chrome versions—Windows, macOS, Linux, and Chrome OS—are in scope. Organizations should audit their Chrome deployment versions across endpoints to identify exposure.
Exploitability
Exploitation requires a user to visit a crafted website, making it practical for targeted campaigns or watering hole attacks. The attack requires no special privileges or authentication, and the low attack complexity means the exploit is feasible without unusual or fragile conditions. The vulnerability is not listed in CISA's Known Exploited Vulnerabilities catalog as of the published date, but the straightforward attack surface warrants defensive prioritization.
Remediation
Update Google Chrome to version 150.0.7871.47 or later. Organizations should enforce automatic updates or push this version through their Chrome deployment mechanisms. Verify the update applies to all managed Chrome installations across Windows, macOS, and Linux environments.
Patch guidance
Deploy Chrome 150.0.7871.47 or a later stable release via your organization's patch management system. Chrome's automatic update mechanism typically addresses this within days of release; however, managed enterprises should verify patch deployment status through Chrome's enterprise admin console or equivalent monitoring tools. Test the patched version in a controlled environment before broad rollout if your organization has critical Chrome-dependent workflows.
Detection guidance
Monitor for signs of exploitation by tracking Chrome crash reports and collecting browser logs from endpoints. Look for unexpected heap corruption errors in Chrome logs or abnormal termination patterns. Network-level detection is challenging since the attack vector is HTML content; however, monitoring for suspicious domain access or anomalous HTTP requests to known malicious infrastructure can provide context. Endpoint detection and response (EDR) tools should flag heap corruption or unexpected code execution within chrome.exe or chromium processes.
Why prioritize this
Although CVSS 8.8 indicates high severity and the attack surface is broad (any website visit), the lack of known public exploitation and active use in the wild allows for a measured but urgent patching timeline. Prioritize patching for endpoints belonging to high-value targets (executives, finance, engineering teams handling credentials) or those exposed to untrusted web content. Given the password management component, credential compromise risk elevates this beyond typical browser vulnerabilities.
Risk score, explained
The CVSS 3.1 score of 8.8 (HIGH) reflects a network-accessible vulnerability with low attack complexity, user interaction required, and high impact across all three security dimensions (confidentiality, integrity, availability). The use-after-free in password management amplifies risk because the Passwords component handles sensitive authentication material. The Chromium team's 'Low' severity designation appears to reflect their internal methodology; however, the ability to trigger heap corruption and achieve code execution justifies the elevated CVSS rating.
Frequently asked questions
Does this vulnerability affect Chrome on Android or iOS?
The CVE description references Chrome broadly. Verify affected versions for Chrome on mobile platforms through Google's official security updates page or your mobile device management console. Mobile browsers may have different attack surfaces and mitigations; consult Google's platform-specific advisories.
Can this be exploited without the user clicking anything?
No. The vulnerability requires user interaction—specifically, a user must visit or load a crafted HTML page. However, the attacker does not need to trick the user into clicking a button; simply loading the page in the browser can trigger the vulnerability.
Is there a workaround if we can't patch immediately?
While patching is the definitive fix, limiting exposure to untrusted websites and disabling JavaScript in high-risk browsing contexts provides partial mitigation. Restricting Chrome to only approved internal web applications can reduce attack surface. However, these are temporary measures; patching should proceed as soon as operationally feasible.
How does this relate to credential theft?
The vulnerability exists in Chrome's Passwords component, which manages stored credentials. Successful exploitation could allow an attacker to dump stored passwords or sensitive data from the password manager's memory, leading to lateral movement or unauthorized access to connected services.
This analysis is provided for informational purposes to help security leaders contextualize and respond to CVE-2026-14102. While we endeavor to provide accurate guidance, patch versions, timelines, and platform-specific details should be verified against Google's official security advisories before deployment. Organizations should conduct their own risk assessment and testing before applying patches to production environments. The absence of this vulnerability from CISA's Known Exploited Vulnerabilities list at the time of publication does not guarantee future non-exploitation. SEC.co and its analysts accept no liability for decisions made in reliance on this analysis. Source: NVD (public-domain), retrieved 2026-08-09. Analysis generated by SEC.co (claude-haiku-4-5).
Related vulnerabilities
- CVE-2026-0125HIGHAndroid VPU Race Condition Local Privilege Escalation
- CVE-2026-0137HIGHAndroid Edge TPU Use-After-Free Privilege Escalation
- CVE-2026-0143HIGHAndroid LWIS Use-After-Free Privilege Escalation (CVSS 7.8 HIGH)
- CVE-2026-10000HIGHChrome Sandbox Escape via Use-After-Free in Password Handling
- CVE-2026-10001HIGHChrome Sandbox Escape via PerformanceManager Use-After-Free
- CVE-2026-10002HIGHGoogle Chrome PDFium Use-After-Free Vulnerability (CVSS 8.8)
- CVE-2026-10003HIGHChrome Use-After-Free Code Execution Vulnerability Analysis
- CVE-2026-10005HIGHChrome macOS Use-After-Free RCE Vulnerability (7.5 CVSS)