HIGH 8.8

CVE-2026-15129: Critical Use-After-Free in Google Chrome Views Component

A use-after-free flaw in Google Chrome's Views component could allow an attacker to corrupt browser memory and take control of your system when you visit a malicious website. The vulnerability affects Chrome versions before 150.0.7871.115. No user interaction beyond visiting a crafted page is required to trigger the flaw, making it a serious risk for any organization relying on Chrome.

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-07-08 / 2026-07-10

NVD description (verbatim)

Use after free in Views in Google Chrome prior to 150.0.7871.115 allowed a remote attacker to potentially exploit heap corruption via a crafted HTML page. (Chromium security severity: Critical)

2 reference(s) · View on NVD →

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

Technical summary

CVE-2026-15129 is a use-after-free vulnerability (CWE-416) in the Views subsystem of Google Chrome. Use-after-free bugs occur when a program references memory that has already been freed, potentially allowing an attacker to overwrite freed heap memory with malicious data. In this case, the flaw resides in Chrome's Views rendering layer and can be exploited through a specially crafted HTML page delivered over the network. Successful exploitation leads to heap corruption, which an attacker can leverage to execute arbitrary code with the privileges of the Chrome process. The Chromium security team assigned this a Critical severity rating internally.

Business impact

Organizations where Chrome is the primary or standard browser face direct risk. A successful exploit could compromise employee workstations, enabling credential theft, lateral movement, malware installation, or data exfiltration. This is particularly concerning in environments where users browse untrusted content—including those relying on web-based SaaS applications—since the attack requires only viewing a malicious page. The lack of KEV inclusion (as of the publication date) suggests active exploitation may not yet be widespread, but the ease of delivery and severity of impact make this a high-priority patch scenario.

Affected systems

Google Chrome versions prior to 150.0.7871.115 are vulnerable. This includes all Windows, macOS, and Linux deployments running older versions. Organizations using Chrome as part of their standard image or those with auto-update disabled are at elevated risk. Chromebook and Chrome OS devices are also affected if they have not received the latest security update.

Exploitability

The attack vector is network-based with low complexity: an attacker simply crafts a malicious HTML page and serves it to a target. User interaction is required (the victim must view the page), but this is a low bar—the page could be hosted on a compromised site, in a phishing email, or injected via a man-in-the-middle attack. Once loaded, the vulnerability is triggered automatically. The attack does not require any special browser configuration or plugins, making it broadly exploitable against default Chrome installations.

Remediation

Update Google Chrome to version 150.0.7871.115 or later. Organizations should prioritize this patch for all systems, particularly those used by employees who browse the internet or access external web applications. For enterprises with managed Chrome deployments, push the update through your device management platform immediately. Verify that auto-update is enabled; if it is disabled, manual patching is required. Smaller organizations and individuals should enable automatic updates in Chrome settings (Settings > About Chrome).

Patch guidance

Verify and deploy Chrome version 150.0.7871.115 or later across your environment. Check your device management console (if applicable) to confirm deployment status. For organizations managing Chrome Enterprise, use your admin console to push the update and verify completion. End users can manually check Settings > About Google Chrome, which will trigger an update check if one is available. Restart Chrome to apply the patch; the browser may be configured to restart automatically at the next launch. After patching, confirm the version number matches 150.0.7871.115 or higher.

Detection guidance

Monitor Chrome version deployments in your environment to ensure systems are running 150.0.7871.115 or later. Check browser version strings via device inventory tools or endpoint detection systems. Network-level detection is limited since the exploit uses standard HTTP/HTTPS traffic; however, behavioral anomalies (unexpected process spawning from Chrome, unusual memory access patterns) may indicate exploitation attempts. Implement application whitelisting or behavior monitoring to catch post-exploitation activity. If you suspect a system has been compromised, isolate it, capture memory and disk forensics, and check for signs of credential theft or lateral movement.

Why prioritize this

This vulnerability merits immediate action despite not being on the KEV list. The combination of a network attack vector, low complexity, minimal user interaction, and critical internal severity rating—coupled with the widespread deployment of Chrome in enterprise environments—creates substantial risk. The use-after-free nature of the flaw enables direct memory corruption, which is a hallmark of high-impact exploits. Prioritize patching for systems used by high-value targets (executives, developers, finance staff) first, then roll out to the broader user base.

Risk score, explained

The CVSS 3.1 score of 8.8 (HIGH) reflects the network attack vector, low complexity, and lack of privilege or special configuration requirements. The impact is severe: the vulnerability allows confidentiality, integrity, and availability violations (all marked High in the vector), meaning an attacker can read sensitive data, modify system state, or crash the browser and potentially the system. The score aligns with the Chromium team's Critical severity assessment; the slight difference (8.8 vs. potential 9.0+) may reflect assumptions about attack reliability or user interaction. For practical purposes, treat this as a critical patch.

Frequently asked questions

Do I need to do anything if I have auto-update enabled in Chrome?

Auto-update should deliver version 150.0.7871.115 automatically. However, the update is applied only when Chrome restarts. Check Settings > About Google Chrome to verify you are on the latest version. If the version shown is 150.0.7871.115 or higher, you are protected. If a lower version is shown, restart Chrome immediately.

Can this vulnerability be exploited through attachments or email alone?

Not directly through email attachments alone. The vulnerability requires Chrome to render a malicious HTML page. An attacker could embed a malicious link in an email that, when clicked, opens the page in Chrome. Opening an HTML attachment locally would also trigger the flaw if the file is loaded into a tab. Be cautious with both links and attachments from untrusted sources.

What should I do if I think my system was compromised by this flaw?

Isolate the system from your network immediately to prevent lateral movement. Preserve memory and disk images for forensic analysis if possible. Change credentials for any accounts used on that system from a clean device. Monitor other systems on the same network for signs of compromise (unusual account activity, new processes, lateral movement). Consider engaging your incident response team or a forensic specialist.

Does this affect Chrome on mobile devices?

Google Chrome for Android and iOS shares code with the desktop version but may be patched separately. Check your mobile device's app store or the device's built-in app update mechanism to ensure Chrome is updated to the latest version. On managed devices, your organization's mobile device management (MDM) platform should handle updates.

This analysis is provided for informational purposes and represents the current understanding of CVE-2026-15129 based on publicly available information as of the publication date. Patch version numbers and affected product versions are derived from vendor advisories and should be verified against the official Google Chrome security updates page. No exploit code or weaponized proof-of-concept is provided. Organizations should conduct their own risk assessment and testing before deploying patches in production environments. SEC.co makes no warranty regarding the completeness or accuracy of this analysis and is not liable for decisions made based on this information. Source: NVD (public-domain), retrieved 2026-08-17. Analysis generated by SEC.co (claude-haiku-4-5).