CVE-2026-14006: Chrome Use-After-Free RCE Vulnerability (v150.0.7871.47)
A use-after-free vulnerability in Google Chrome's navigation feature allows attackers to execute arbitrary code on a victim's system by tricking them into visiting a malicious webpage. The flaw affects Chrome versions before 150.0.7871.47. The vulnerability requires user interaction (visiting a crafted page) but poses a significant risk because successful exploitation grants an attacker full control over the affected system.
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 Navigation in Google Chrome prior to 150.0.7871.47 allowed a remote attacker to execute arbitrary code 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-14006 is a use-after-free condition (CWE-416) in Chrome's navigation subsystem that permits remote code execution. The vulnerability occurs when Chrome fails to properly manage memory references during certain navigation operations, allowing an attacker to reference freed memory and redirect execution flow. The attack vector is network-based with low complexity—no authentication or special privileges are required—but does require user interaction to visit a malicious HTML page. The Chromium security team classified this as Medium severity internally, though the CVSS 3.1 score of 8.8 reflects the high impact potential across confidentiality, integrity, and availability.
Business impact
Successful exploitation could allow attackers to compromise user systems entirely, including stealing sensitive data, installing malware, or using compromised machines as pivot points for lateral network movement. For organizations where employees browse the web on managed Chrome instances, this represents a direct channel for endpoint compromise. The requirement for user interaction slightly lowers the attack surface compared to zero-click flaws, but the ease of distribution via compromised websites or watering-hole attacks makes this a tangible threat to any organization's security posture.
Affected systems
Google Chrome versions prior to 150.0.7871.47 are affected. This includes all Chrome deployments across Windows, macOS, Linux, and Android platforms where older versions remain in use. Organizations with slow or staggered update cycles face the highest exposure. Chrome Sync users, enterprise deployments with managed Chrome, and any user running Chrome version 150.0.7871.46 or earlier should be considered at risk.
Exploitability
The vulnerability requires a user to visit a malicious webpage, which is the primary exploitation barrier. No zero-day public exploit code is documented as of the CVE publication date, and the vulnerability is not listed in CISA's Known Exploited Vulnerabilities catalog. However, the network-based delivery mechanism and low technical complexity mean that once an exploit is publicly available, widespread abuse would be likely. Attackers could distribute the malicious page through compromised websites, phishing campaigns, or ad networks.
Remediation
Users and administrators should update Chrome to version 150.0.7871.47 or later immediately. For enterprise Chrome deployments, push this update through your standard patch management processes, prioritizing systems where users frequently visit untrusted websites. Organizations unable to update immediately should consider restricting user browsing or enforcing additional security controls such as sandboxing, application allowlisting, or network segmentation.
Patch guidance
Update Chrome to version 150.0.7871.47 or later. Most users can trigger updates via the three-dot menu > About Google Chrome, which will automatically download and prompt for restart. Enterprise administrators should consult Google's Chrome Enterprise Release Notes for deployment guidance specific to their environment. Verify successful patching by navigating to chrome://version and confirming the version number meets the minimum threshold. For organizations using Google Workspace, consider enforcing automatic Chrome updates via admin console policies.
Detection guidance
Monitor for signs of exploitation by tracking Chrome crash reports and unusual process behavior associated with the chrome.exe or chromium process (unexpected child processes, network connections, or file modifications). Network-based detection is challenging because the attack vector is a crafted HTML page, not a network signature. Endpoint detection and response (EDR) tools should alert on suspicious activity following Chrome process execution, particularly code injection or unusual system calls. Log Chrome synchronization and profile changes, as attackers may attempt to exfiltrate data. Behavioral analysis of systems running vulnerable Chrome versions, especially those that have visited untrusted sites, provides an additional detection layer.
Why prioritize this
Despite not appearing in CISA's KEV catalog, this vulnerability warrants high priority remediation due to its high CVSS score (8.8), network-based attack vector, and the potential for widespread exploitation once public tools emerge. Chrome's ubiquity in enterprise and consumer environments amplifies impact. The low barrier to triggering user interaction (visiting a webpage) and the availability of a clear patched version make this straightforward to address—organizations should prioritize this update alongside other critical patches.
Risk score, explained
The CVSS 3.1 score of 8.8 (HIGH) reflects the combination of a network-based attack requiring minimal complexity and user interaction, coupled with severe impact across all three security domains: attackers can read sensitive data (confidentiality), modify system state (integrity), and disrupt services (availability). While Chromium's internal severity rating is Medium, the CVSS metric appropriately scales the risk higher because it accounts for the full attack surface and real-world exploitability potential. The lack of privilege escalation requirements further elevates the practical threat.
Frequently asked questions
Do I need to update Chrome immediately, or can I wait?
Update within one business day if possible. While no active exploitation is documented, use-after-free vulnerabilities in widely-used browsers are frequently prioritized by attackers once details are public. Delaying increases your exposure window.
Our organization uses managed Chrome. How do we deploy this patch?
If you manage Chrome via Google Admin Console (for Workspace) or use Mobile Device Management (MDM) for Chrome Enterprise, you can typically enforce updates through policy. Consult your admin console's Chrome management settings or contact Google Cloud support for specific deployment steps. Some organizations may need to manually push via their patch management system if using standalone Chrome builds.
Could this vulnerability affect Chrome on Android?
Yes. The vulnerability affects Chrome across all platforms, including Android. Mobile users should ensure their Chrome app is updated from the Google Play Store. For enterprise Android deployments using managed Chrome, ensure your MDM policies enforce automatic app updates or manually trigger updates if necessary.
What should we do if we cannot update Chrome right away?
Implement compensating controls: restrict user access to untrusted websites, use web content filtering to block high-risk domains, require VPN use for web traffic, or deploy an advanced endpoint detection and response (EDR) solution to catch exploitation attempts. However, these controls are not substitutes for patching—update as soon as operationally feasible.
This analysis is provided for informational purposes based on publicly available data as of the publication date. While we strive for accuracy, we cannot guarantee all details match vendor advisories or evolving threat intelligence. Always verify patch versions and compatibility in your environment before deployment. Do not assume the absence of a patch indicates lack of availability—consult official vendor channels. This document does not constitute legal, compliance, or professional security advice; engage qualified security professionals for incident response and breach assessments. KEV status and public exploit availability may change after publication; monitor CISA and vendor channels for updates. 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)