CVE-2026-14040: Google Chrome BrowserTag Use-After-Free Vulnerability (CVSS 8.8)
Google Chrome versions prior to 150.0.7871.47 contain a use-after-free vulnerability in the BrowserTag component that could allow attackers to corrupt heap memory. The attack requires an attacker to first convince a user to install a malicious Chrome extension. While Chromium classifies this as low severity internally, the CVSS 3.1 score of 8.8 reflects the potential for complete system compromise if successfully exploited. Users who install untrusted extensions remain at risk until they update to the patched version.
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 BrowserTag in Google Chrome prior to 150.0.7871.47 allowed an attacker who convinced a user to install a malicious extension to potentially exploit heap corruption via a crafted Chrome Extension. (Chromium security severity: Low)
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) flaw in Chrome's BrowserTag functionality. Use-after-free defects occur when code attempts to access memory that has already been freed, potentially allowing attackers to read sensitive data or execute arbitrary code by controlling what occupies that freed memory region. The attacker must deliver a malicious Chrome extension to the target user; the extension then triggers the heap corruption through a crafted payload. The high CVSS score (8.8) indicates potential for confidentiality, integrity, and availability impact with network accessibility and low attack complexity, though successful exploitation depends on social engineering to install the extension.
Business impact
Successful exploitation could lead to complete compromise of the affected Chrome browser process, potentially exposing sensitive user data, credentials, and browsing history stored in memory. For organizations with users who install extensions from untrusted sources or have weak extension governance policies, this represents a pathway for targeted attacks. The attack surface is limited by the social engineering requirement, but determined adversaries could use deceptive distribution or legitimate-looking extensions to reach users. Enterprises should assess extension policies and user awareness training as mitigating controls.
Affected systems
Google Chrome prior to version 150.0.7871.47 is affected. This includes all stable release builds below that version number across Windows, macOS, and Linux platforms. Chromium-based browsers that embed Google's security patches may also be affected depending on their release cycle and vendor response time. Verify your organization's Chrome version and auto-update status to determine exposure.
Exploitability
Exploitation requires both a malicious extension and user interaction to install that extension. While the technical barrier for crafting the malicious extension is moderate (requiring knowledge of Chrome internals and heap layout), the social engineering requirement—convincing a user to install an untrusted extension—is typically the limiting factor. This is not a zero-click vulnerability. The attack does not require user privileges beyond normal browser usage, and once the extension is installed, triggering the vulnerability is likely deterministic.
Remediation
Update Google Chrome to version 150.0.7871.47 or later immediately. Chrome's auto-update mechanism should deliver this patch automatically; however, users must restart the browser for the patch to take effect. Additionally, implement or reinforce extension governance policies to restrict installation of extensions outside your organization's approved catalog. Consider disabling third-party extension installation entirely in managed environments where business requirements permit.
Patch guidance
Verify that your Chrome installations are running version 150.0.7871.47 or higher. Users can check their version by navigating to Chrome menu > About Chrome, which will also trigger an immediate update check. For managed Chrome deployments, use your enterprise management console (Google Admin Console or MDM platform) to monitor version compliance and enforce auto-update policies. Test the patched version in a non-production environment if your organization has critical extension dependencies that might be affected by the update.
Detection guidance
Monitor for unusual Chrome extension installations, particularly those from non-standard sources or with broad permissions. Log extension installation events in managed environments via your endpoint detection and response (EDR) platform or Chrome Management console. Detect attempts to access the Chrome Web Store from suspicious IP ranges or at unusual times. Network-level indicators are limited since the attack occurs entirely within the browser process; focus detection efforts on extension audit logs, process dumps from crashed Chrome instances, and user reports of unexpected behavior.
Why prioritize this
Although the Chromium team rated this as low severity, the CVSS 3.1 score of 8.8 reflects realistic impact potential: an attacker can achieve confidentiality, integrity, and availability compromise with network accessibility and low attack complexity. The primary limiting factor is the social engineering requirement to install the malicious extension. Organizations with strong extension governance and user training may deprioritize relative to zero-click or unauthenticated network vulnerabilities, but high-risk users (journalists, activists, executives) warrant expedited patching. The timeline from publication (June 30, 2026) to patch availability was rapid, reducing exploitation window.
Risk score, explained
The CVSS 3.1 vector AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H yields a score of 8.8 (HIGH). Network accessibility and low attack complexity reflect that the vulnerability can be triggered over the internet via a malicious extension without elevated privileges. User interaction (UI:R) is required to install the extension. The high impact scores for confidentiality, integrity, and availability are justified because successful exploitation can corrupt heap memory, potentially leading to arbitrary code execution and complete process compromise. The lack of scope change (S:U) indicates the impact is limited to the Chrome process itself, not the wider system, which prevents a critical rating.
Frequently asked questions
Do I need to uninstall my existing Chrome extensions?
No. Only if you have installed an extension from an untrusted source and suspect it may be malicious. Legitimate extensions from the Chrome Web Store are not known to exploit this vulnerability. Update Chrome immediately; this alone closes the attack vector.
What happens if a user has already installed a malicious extension before we patch?
The malicious extension will remain installed after patching unless manually removed. Patching Chrome closes the vulnerability that extension could exploit, but the extension itself persists. Audit your extension logs to identify any suspicious installations, then forcibly uninstall them via your management console.
Does this affect Chromium-based browsers like Edge, Brave, or Opera?
Potentially, depending on their release cycle and whether they have integrated this security patch. Check each vendor's security advisories independently. Chromium-based browsers using the same BrowserTag code may be vulnerable until they release their own patched versions.
Is this vulnerability currently being exploited in the wild?
This vulnerability is not listed on CISA's Known Exploited Vulnerabilities (KEV) catalog as of the intelligence date. However, the rapid patch and moderate technical barrier suggest that opportunistic attackers may develop exploits over time. Treat this as a high-priority vulnerability for all user-facing Chrome deployments.
This analysis is based on publicly available vulnerability data current as of the publication date. Patch version numbers and affected product versions are provided by the vendor advisory; verify against the official Google Chrome Security Updates page for your deployment environment. SEC.co does not provide legal, compliance, or specific organizational risk guidance; adapt this analysis to your threat model, user population, and business context. CVSS scores are provided by NVD and reflect technical characteristics but should not be used as the sole basis for prioritization. No exploit code or weaponized proof-of-concept is provided or endorsed by 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)