CVE-2026-14094: Chrome Windows Installer Use-After-Free Privilege Escalation
A use-after-free memory vulnerability exists in Google Chrome's installer on Windows systems. An attacker with local access can exploit this flaw by providing a malicious file to cause Chrome to access memory that has already been freed, leading to a crash or potentially arbitrary code execution with elevated system privileges. This is a local attack requiring user interaction (such as opening or installing a malicious file), not a remote exploitation vector.
Source data · NVD / CISA · public domain
- CVSS
- 3.1 · 7.8 HIGH · CVSS:3.1/AV:L/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-30 / 2026-07-02
NVD description (verbatim)
Use after free in Installer in Google Chrome on Windows prior to 150.0.7871.47 allowed a local attacker to perform OS-level privilege escalation via a malicious file. (Chromium security severity: Low)
2 reference(s) · View on NVD →
SEC.co analysis · AI-assisted, reviewed against source
Technical summary
CVE-2026-14094 is a use-after-free vulnerability (CWE-416) in the Chrome installer component affecting Windows systems. The vulnerability allows a local, unauthenticated attacker to trigger a privilege escalation by crafting a malicious file that induces the installer to reference freed memory. The attack requires user interaction and does not involve network access. Chrome versions prior to 150.0.7871.47 are vulnerable. While Google's internal severity assessment was 'Low,' the CVSS v3.1 score reflects the high impact potential: complete confidentiality, integrity, and availability compromise on the local system.
Business impact
Successful exploitation grants an attacker OS-level privilege escalation on affected Windows machines, effectively compromising system integrity and data confidentiality. Organizations with users who install or update Chrome from local media, removable drives, or shared network locations face elevated risk. Compromised systems can be leveraged for lateral movement, data theft, ransomware deployment, or persistence mechanisms. The impact is significant for enterprises with strict access controls that assume installer authenticity.
Affected systems
The vulnerability affects Google Chrome running on Microsoft Windows platforms prior to version 150.0.7871.47. This includes both consumer and enterprise deployments. The attack vector is local, so exposure is limited to systems where an attacker can supply a malicious file to the target user. Enterprises using managed Chrome deployments or auto-update mechanisms may have reduced exposure if update policies enforce the patched version promptly.
Exploitability
Exploitation requires local file access and user interaction—specifically, the user must open or process a malicious file in a context that triggers the installer's vulnerable code path. While the technical barrier is moderate (use-after-free bugs can be unpredictable to trigger reliably), the local-only nature and need for user action limit mass exploitation scenarios. No active exploit code is known to be in the wild as of the publication date. The attack is not remotely exploitable.
Remediation
Update Google Chrome to version 150.0.7871.47 or later on all affected Windows systems. Organizations should prioritize patching for users with administrative privileges or those who regularly install or update applications. Verify the patch is applied through Chrome's About page (chrome://about) or enterprise policy reports. No workarounds mitigate the vulnerability; patching is the only remediation.
Patch guidance
Deploy Chrome 150.0.7871.47 or newer across your Windows fleet via auto-update, managed deployment (MSI/Group Policy), or manual user notification. For enterprise environments, use Google Update or third-party patch management tools to automate deployment. Confirm patch application within 72 hours; monitor update logs to identify any systems lagging behind the required version. Test the patch in a non-production environment first if you maintain a staged rollout policy.
Detection guidance
Monitor for failed or suspicious Chrome installer processes, especially those initiated by unprivileged users. Log and alert on unusual file access patterns from installer components. Endpoint Detection and Response (EDR) tools should flag crashes or unexpected privilege elevation attempts from Chrome-related binaries. Check deployed Chrome version against 150.0.7871.47 using asset inventory or Chrome synchronization reports. File integrity monitoring on installer directories can detect tampering attempts.
Why prioritize this
Although the vulnerability requires local access and user interaction, the consequence—OS-level privilege escalation with full system compromise—is severe. Organizations should treat this as a medium-to-high priority patch due to the confidentiality, integrity, and availability impact. Prioritize systems where users have administrative responsibilities or access sensitive data. The lack of network-based exploitation reduces urgency slightly compared to remote code execution vulnerabilities, but the privilege escalation outcome justifies rapid deployment.
Risk score, explained
The CVSS v3.1 score of 7.8 (HIGH) reflects the combination of local attack vector (reduces likelihood), no privileges required, user interaction required (reduces immediate risk), but with severe impact across all three axes: confidentiality, integrity, and availability. The score appropriately captures that while exploitation barriers exist, a successful attack results in near-complete system compromise. The disparity with Google's internal 'Low' severity likely reflects their confidence in auto-update deployment and the practical difficulty of triggering the use-after-free reliably.
Frequently asked questions
Does this vulnerability affect Chrome on macOS or Linux?
No, CVE-2026-14094 is specific to the Windows installer component. macOS and Linux users are not affected by this particular vulnerability.
Can this be exploited remotely over the network?
No. This is a local-only attack requiring an attacker to either have physical access or the ability to place a malicious file on the target system. It cannot be exploited remotely.
What should users do if they cannot update Chrome immediately?
Restrict the ability to install or run untrusted files until you can patch. Avoid downloading or opening suspicious files, especially those claiming to be Chrome installers or updates. If your organization manages Chrome deployment, request accelerated patching approval.
Will enabling Chrome auto-update protect me automatically?
Yes, Chrome's auto-update feature will automatically download and install version 150.0.7871.47 or later. Users may need to restart Chrome to apply the update. Verify completion via chrome://about to confirm the installed version.
This analysis is based on published vulnerability data as of July 2, 2026. Patch version numbers and affected software versions are sourced from official vendor advisories and should be verified directly with Google Chrome and Microsoft documentation. No proof-of-concept code or active exploitation details are provided. Organizations should conduct their own risk assessment and testing before deploying patches in production environments. SEC.co assumes no liability for damages resulting from patch deployment or non-deployment decisions. For the most current information, consult the official Chrome release notes and security advisories. Source: NVD (public-domain), retrieved 2026-08-09. Analysis generated by SEC.co (claude-haiku-4-5).
Related vulnerabilities
- 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-10007HIGHChrome Use-After-Free in SVG Arbitrary Code Execution (CVSS 8.8)
- CVE-2026-10012HIGHChrome Skia Use-After-Free Sandbox Escape (v148.0.7778.216)
- CVE-2026-10013HIGHUse-After-Free in Chrome WebCodecs – Patch Guide & Risk Assessment
- CVE-2026-10016HIGHUse-After-Free in Chrome DOM – Sandbox Code Execution Vulnerability