HIGH 8.8

CVE-2026-12035: Critical Use-After-Free in Google Chrome Windows

Google Chrome on Windows contains a use-after-free vulnerability in its Views component that could allow an attacker to corrupt memory on a victim's computer. The flaw requires user interaction—clicking or interacting with a malicious webpage—but once triggered, an attacker could potentially execute arbitrary code with the privileges of the Chrome process. This is a remote attack that does not require the victim to install software or bypass authentication.

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
2 configuration(s)
Published / Modified
2026-06-11 / 2026-06-17

NVD description (verbatim)

Use after free in Views in Google Chrome on Windows prior to 149.0.7827.115 allowed a remote attacker to potentially exploit heap corruption 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

CVE-2026-12035 is a use-after-free (CWE-416) vulnerability in Chrome's Views subsystem on Windows. The flaw exists in memory management code where a Views object is accessed after it has been freed, leading to a write-primitive that can corrupt the heap. An attacker crafts a malicious HTML page that, when loaded and interacted with by a victim, triggers the use-after-free condition. The vulnerability affects Chrome versions prior to 149.0.7827.115. The attack surface is limited to Windows systems running vulnerable Chrome versions, and the interaction requirement (user must engage with the page) provides a modest mitigation factor, though social engineering can lower that bar significantly.

Business impact

Exploitation could result in unauthorized code execution within the Chrome sandbox, though that sandbox may also be bypassed depending on the specific heap corruption primitive available to the attacker. A successful compromise could lead to credential theft from the browser, access to locally stored data, or lateral movement to other systems on the network. Organizations relying on Chrome for sensitive work face risk of data exfiltration and supply-chain targeting if employees visit compromised websites. The interaction requirement means this is less immediately dangerous than a wormable flaw, but still warrants urgent patching given Chrome's ubiquity in enterprise and consumer environments.

Affected systems

This vulnerability affects Google Chrome on Microsoft Windows. The vulnerability is present in all Chrome versions prior to 149.0.7827.115. Chrome on macOS and Linux are not affected. Windows systems running up-to-date Chrome are protected; users and administrators should verify their version against the patched release number. Organizations with mixed Chrome deployments (Windows, Mac, Linux) need only address Windows infrastructure.

Exploitability

Exploitability is high in practice. The attack requires only a network connection and user interaction with a crafted webpage—no special credentials, authentication, or system-level access is needed. The attacker can deliver the malicious page via email, advertising networks, compromised legitimate websites, or watering-hole attacks. The CVSS score of 8.8 reflects this ease of attack (AV:N, AC:L, PR:N, UI:R). The use-after-free condition is likely triggered reliably through JavaScript or HTML manipulation. This is not currently tracked in the CISA Known Exploited Vulnerabilities (KEV) catalog as of the last data refresh, but the combination of low attack complexity and high impact makes it an attractive target for threat actors.

Remediation

Immediate action is required: update Google Chrome to version 149.0.7827.115 or later on all Windows systems. Chrome's auto-update feature typically deploys patches within 24 hours, but administrators should verify deployment in managed environments. For enterprise environments, use Chrome's managed policies to force updates or restrict older versions. Users can manually check Chrome's version at chrome://settings/help, which will trigger an update check and restart if patches are available. There is no workaround other than disabling Chrome or avoiding untrusted websites.

Patch guidance

Deploy Chrome 149.0.7827.115 or later as soon as it is available in your environment. Chrome on Windows checks for updates automatically and applies them on restart, but users should be encouraged to restart their browsers promptly after updates are detected. In managed environments, use Google Admin Console or group policy to enforce rapid rollout. Verify patch deployment by sampling a cross-section of machines and confirming they report version 149.0.7827.115 or later via chrome://version or system inventory tools. Linux and macOS systems do not require action for this specific CVE, but should remain on current versions for other fixes.

Detection guidance

Monitor for active exploitation by reviewing Chrome crash logs and browser histories for visits to unusual or suspicious domains immediately preceding crashes or unexpected behavior. Network detection should focus on identifying delivery mechanisms for malicious HTML—suspicious JavaScript payloads, unexpected network traffic from Chrome processes, or unusual file access patterns post-compromise. Endpoint detection and response (EDR) tools should flag heap corruption signatures or unusual process behavior (privilege escalation, credential access) following Chrome execution. Defenders with access to enterprise Chrome sync data can audit browsing history for visits to known malicious sites. User reporting of unexpected Chrome crashes or performance degradation, especially after visiting unfamiliar websites, is an important signal.

Why prioritize this

This vulnerability should be patched on Windows systems within 24-48 hours because: (1) it offers remote code execution potential via heap corruption; (2) attack complexity is low and user interaction, while required, is easily socially engineered; (3) Chrome's market share means millions of potential targets; (4) no exploit code has been publicly disclosed, but the design is straightforward enough that weaponization is probable once the patch is analyzed. Organizations processing sensitive data or operating in high-threat environments (financial, defense, government) should prioritize this higher; consumer-facing organizations should ensure employee machines are patched urgently as well.

Risk score, explained

The CVSS 3.1 score of 8.8 (HIGH) reflects: Network attack vector (no local access required), Low attack complexity (no special conditions), No privileges required, User interaction required (modest mitigation), Unchanged scope, and High impact on Confidentiality, Integrity, and Availability. The score appropriately captures the severity of a reliable, remotely triggered memory corruption flaw in a ubiquitous application. The interaction requirement prevents a CRITICAL rating (9.8+), but the ease of triggering interaction and the breadth of potential victims justify the HIGH classification.

Frequently asked questions

Do I need to patch Chrome on macOS or Linux?

No. This vulnerability (CVE-2026-12035) affects Windows only. Chrome on macOS and Linux are not impacted. However, you should keep all platforms current with the latest Chrome version for defense against other flaws.

What happens if a user encounters the malicious webpage but does not interact with it?

The vulnerability requires active user interaction with the page—typically clicking, typing, or otherwise engaging with JavaScript content. Simply loading the page in a background tab is unlikely to trigger it. However, an attacker can design pages to auto-trigger interactions, so users should avoid visiting untrusted sites regardless.

Is this vulnerability currently being exploited in the wild?

As of the publication date, this CVE is not listed on CISA's Known Exploited Vulnerabilities (KEV) catalog, and no public exploit code has been disclosed. However, given the straightforward nature of the flaw and its high impact, threat actors will likely develop exploits after analyzing the patch. Immediate patching is essential to avoid being a later victim.

Can users disable Chrome or switch browsers to avoid this risk entirely?

Yes, if your organization can operate without Chrome, alternatives like Firefox or Edge on Windows would avoid this specific flaw. However, switching browsers carries operational costs and may introduce different vulnerabilities. The recommended approach is to patch Chrome promptly rather than abandon it.

This analysis is based on the vulnerability data and Chromium security advisory as of the publication date. Verify all patch version numbers, affected product lists, and remediation steps against the official Google Chrome and Microsoft security advisories before deployment. SEC.co does not provide legal, compliance, or risk management advice; organizations should apply their own risk assessment frameworks when prioritizing patches. This document does not constitute a substitute for vendor advisories or professional security consultation. Exploit code development, deployment, or use is illegal in most jurisdictions without explicit authorization from the affected organization. Source: NVD (public-domain), retrieved 2026-07-20. Analysis generated by SEC.co (claude-haiku-4-5).