CVE-2026-13802: Chrome Use-After-Free in Views (RCE, CVSS 7.5)
Google Chrome versions before 150.0.7871.47 contain a use-after-free vulnerability in the Views component that allows an attacker to execute arbitrary code on an affected system. The attack requires a user to visit a specially crafted webpage and perform specific UI interactions—such as clicking or navigating—that trigger the vulnerable code path. While user interaction is required, successful exploitation could grant the attacker full control over the affected Chrome process and any data it can access.
Source data · NVD / CISA · public domain
- CVSS
- 3.1 · 7.5 HIGH · CVSS:3.1/AV:N/AC:H/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 Views in Google Chrome prior to 150.0.7871.47 allowed a remote attacker who convinced a user to engage in specific UI gestures to execute arbitrary code 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
This vulnerability is a use-after-free (CWE-416) in Chrome's Views subsystem, a core UI framework. The flaw allows memory that has been freed to be referenced or executed, leading to arbitrary code execution. The attack vector is network-based, requiring no privilege escalation, but does require user-initiated UI gestures to trigger the vulnerable condition. The Chromium project assessed this as High severity; it affects the confidentiality, integrity, and availability of the browser process.
Business impact
Exploitation could lead to malware installation, credential theft, session hijacking, and unauthorized access to sensitive data processed through Chrome. Organizations with heavy Chrome usage—particularly those where users browse untrusted content or receive phishing emails with malicious links—face elevated risk of compromise. The need for user interaction limits mass exploitation but does not eliminate it in targeted or social-engineering scenarios.
Affected systems
All Google Chrome installations prior to version 150.0.7871.47 are vulnerable. This includes Chrome on Windows, macOS, Linux, Android, and iOS deployments. Chromebooks running Chrome OS are equally affected until patched. Enterprise environments with older Chrome versions or delayed patch cycles require immediate attention.
Exploitability
Exploitation requires two conditions: (1) the user must visit a malicious or compromised webpage, and (2) the user must interact with the UI in a specific way that triggers the vulnerable code. This means drive-by attacks are possible but not automatic; attackers typically use social engineering, malicious advertisements, or compromised legitimate sites to increase the probability of user interaction. The CVSS vector reflects the high impact but moderate difficulty (AC:H) of triggering the flaw consistently.
Remediation
Update Google Chrome to version 150.0.7871.47 or later. Verify the update is applied via Settings > About Google Chrome or by checking chrome://version. For managed environments, push updates via your device management platform to ensure compliance across all endpoints. Backports or security updates for older Chrome branches may be available; consult Google's Chrome release notes.
Patch guidance
Apply Chrome version 150.0.7871.47 or any later version. Google typically delivers updates automatically; verify installation by restarting the browser and confirming the version number. For enterprises using Chrome Enterprise, deploy via your policy management console to enforce update deployment across the fleet. Monitor rollout to confirm no compatibility issues arise before full deployment.
Detection guidance
Monitor for Chrome crash reports or sandbox escape attempts, though they may not be logged on the endpoint. Web proxy or DNS logs may reveal connections to known malicious sites hosting exploits. Behavioral analysis for unusual child processes spawned by Chrome, particularly those with high privilege or network activity, could indicate post-exploitation activity. Endpoint detection and response (EDR) tools should flag use-after-free crashes or suspicious memory access patterns. Review browser update status reports to identify machines still running vulnerable versions.
Why prioritize this
While CVE-2026-13802 is not currently listed in CISA's Known Exploited Vulnerabilities (KEV) catalog, the combination of high CVSS score (7.5), arbitrary code execution capability, network attack vector, and prevalence of Chrome globally makes this a priority fix. The requirement for user interaction reduces urgency slightly compared to wormable flaws, but organizations should treat this as a near-immediate remediation target—delay increases risk of targeted or mass compromise.
Risk score, explained
The CVSS 3.1 score of 7.5 (HIGH) reflects the severity of arbitrary code execution balanced against the user interaction requirement. The vector CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H indicates: network attack vector (AV:N), high attack complexity (AC:H) due to the need to trigger specific UI gestures, no privilege required (PR:N), user interaction required (UI:R), and full compromise of confidentiality, integrity, and availability (C:H/I:H/A:H). The HIGH severity is warranted given the impact, even with the interaction requirement.
Frequently asked questions
Will Chrome auto-update fix this vulnerability automatically?
Yes, in most configurations. Chrome checks for updates on startup and when it detects one, it applies the update and restarts on the next browser close. However, users who leave Chrome running indefinitely may not receive the patch immediately. Organizations can enforce updates through managed device policies to ensure faster compliance.
Does this vulnerability affect Chrome on Android and iOS?
Yes. All Chrome versions prior to 150.0.7871.47 on all platforms—Windows, macOS, Linux, Android, and iOS—are vulnerable. Mobile users should ensure their Chrome version is current, though mobile app update distribution varies by platform and carrier.
What should we do if we suspect someone in our organization visited a malicious site?
Immediately update their Chrome browser and restart it. Review browser history for suspicious sites, monitor the device for unusual network or process activity using EDR tools, and consider isolating the device for forensic review if you suspect actual exploitation. Password resets may be warranted if sensitive credentials were in use during the incident window.
Is there a workaround if we cannot patch immediately?
There is no complete workaround. Mitigation strategies include: restricting Chrome to trusted websites only via policy, disabling JavaScript execution, or using alternative browsers temporarily. However, these are insufficient for high-risk environments. Patching should be the priority; plan a phased rollout if immediate enterprise-wide patching is not feasible.
This analysis is based on official CVE and Chromium security data as of the publication date. Organizations should verify patch applicability and compatibility in their environment before deployment. SEC.co provides this information for awareness and planning purposes; security decisions should be made based on your organization's risk tolerance and operational constraints. Always consult official vendor advisories and release notes for definitive guidance on remediation. 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)