CVE-2026-12445: Use-After-Free in Google Chrome Extensions (High Severity)
Google Chrome versions before 149.0.7827.155 contain a use-after-free vulnerability in the Extensions subsystem. An attacker can exploit this by tricking a user into installing a malicious Chrome extension, potentially leading to heap corruption and arbitrary code execution on the victim's machine. The vulnerability requires user interaction (extension installation) but poses significant risk because users may not scrutinize extension permissions closely.
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
- 4 configuration(s)
- Published / Modified
- 2026-06-17 / 2026-06-18
NVD description (verbatim)
Use after free in Extensions in Google Chrome prior to 149.0.7827.155 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: High)
2 reference(s) · View on NVD →
SEC.co analysis · AI-assisted, reviewed against source
Technical summary
This vulnerability (CWE-416: Use After Free) exists in Chrome's extension handling code. When a malicious extension is loaded, it can reference memory that has already been freed, corrupting the heap. The use-after-free condition allows an attacker to read sensitive data from memory, modify heap structures, or execute arbitrary code with the privileges of the Chrome process. The CVSS 3.1 score of 7.5 (High) reflects the requirement for user interaction (installing the extension) balanced against the severity of potential impact—confidentiality, integrity, and availability are all compromised.
Business impact
If exploited, an attacker gains the ability to execute code within the Chrome process context on affected systems. This can lead to theft of credentials, session tokens, and sensitive data accessed through the browser; installation of persistent malware; lateral movement to other systems on the network; or use as a pivot point in a targeted campaign. Organizations with Chromebook deployments or heavy Chrome reliance should treat this as a priority, especially if their users have low security awareness around extension installation.
Affected systems
Google Chrome on Windows, macOS, and Linux distributions are vulnerable if running versions prior to 149.0.7827.155. The vulnerability affects all Chrome variants (stable, beta, dev) on these operating systems. Systems with automatic updates enabled may already be protected; those with manual or deferred update policies remain at risk until patched.
Exploitability
Exploitation requires social engineering to convince a user to install a malicious extension. The attacker has no direct network attack path—the vulnerability cannot be triggered by visiting a malicious website or through drive-by attacks. However, the barrier to exploitation is moderate: attackers can host malicious extensions on third-party app stores, use email phishing, or compromise legitimate extension update channels. Once installed, the malicious extension automatically gains the ability to trigger the use-after-free condition. The vulnerability is not currently tracked in the CISA KEV catalog, suggesting active exploitation in the wild has not yet been widely documented as of the publication date.
Remediation
Update Google Chrome to version 149.0.7827.155 or later immediately. Users should review installed extensions, remove any that are unfamiliar or no longer used, and be cautious when granting extension permissions. Organizations should enforce auto-update policies for Chrome and consider using managed Chrome policies to restrict which extensions can be installed (via an extension blocklist/allowlist). For Chromebook environments, ensure device policy pushes updates automatically.
Patch guidance
Google Chrome updates are typically rolled out automatically to users on the stable channel. To verify you are patched, navigate to Chrome menu → Help → About Google Chrome; if your version is 149.0.7827.155 or later, you are protected. Enterprise administrators should verify their Chrome management console reflects the updated version across their fleet. Some organizations may need to manually trigger updates or verify that update policies are correctly configured. Consult Google's official Chrome release notes and your Chrome Enterprise deployment documentation for version verification procedures.
Detection guidance
Monitor for unusual extension installation activity, especially from non-official stores. Review Chrome extension audit logs in enterprise environments (if Chrome management is in use) for unexpected or unauthorized extensions. Watch for processes spawned by the Chrome extension process that may indicate post-exploitation activity. If suspicious extensions are detected, isolate the affected system and review browsing history and system logs for indicators of compromise. Note that the vulnerability itself may not leave obvious log artifacts—detection relies primarily on spotting the malicious extension before or immediately after installation.
Why prioritize this
This vulnerability merits immediate attention because it combines a user-interaction attack vector with high-severity impact (heap corruption leading to code execution). While not yet listed in CISA's KEV catalog, the Chromium security team assigned it High severity, indicating confidence in real-world exploitability. Chrome's ubiquity in both consumer and enterprise environments amplifies the risk. The ease of distributing a malicious extension via social engineering makes this a likely target for both financially motivated and nation-state adversaries.
Risk score, explained
The CVSS 3.1 score of 7.5 reflects High severity due to the scope of impact: confidentiality, integrity, and availability are all at risk (C:H, I:H, A:H). The score is moderated by the requirement for user interaction (UI:R) and higher complexity in achieving exploitation (AC:H), but the use-after-free primitive is a well-understood attack technique. An attacker with code execution in the Chrome process can exfiltrate data, modify stored credentials, or degrade system availability—hence all three impact categories are fully compromised.
Frequently asked questions
Do I need to worry about this if I don't install random extensions?
Users who strictly install extensions only from the official Chrome Web Store and carefully review permissions remain at lower risk. However, even legitimate extensions have been compromised in supply-chain attacks. It is prudent to keep Chrome updated regardless of extension hygiene, and to minimize the number of extensions installed to reduce the attack surface.
Will updating Chrome automatically protect me?
If you have automatic updates enabled (the default), Chrome will update to a patched version automatically, typically within a few hours to a day of release. You can manually check by going to Chrome menu → Help → About Google Chrome, which will force a check for updates. Verify that your version is 149.0.7827.155 or later.
What should I do if I think I installed a malicious extension?
Immediately remove any suspicious extensions via Chrome menu → More tools → Extensions. Review your account passwords and recovery options; consider changing critical passwords from a different device if you believe your credentials were accessed. Check your Chrome sync account for unfamiliar activity. If your work computer, report to your IT security team so they can audit your system for persistence and lateral movement.
Can this be exploited just by visiting a website?
No. The vulnerability requires a user to install a malicious extension. An attacker cannot trigger it through a drive-by attack or by hosting a malicious website. However, attackers may use phishing emails, fake download sites, or compromised legitimate extension distribution channels to trick users into installing the extension.
This analysis is provided for informational purposes to support security decision-making. It is not a substitute for vendor advisories or official security guidance from Google, Microsoft, Apple, or Linux distributors. Organizations should verify patch status against their vendor's official release notes and security advisories. This assessment is based on publicly available information as of the publication date; threat landscape assessments and exploit availability may evolve. No liability is assumed for decisions made based on this analysis. Source: NVD (public-domain), retrieved 2026-07-27. Analysis generated by SEC.co (claude-haiku-4-5).
Related vulnerabilities
- 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
- CVE-2026-10882HIGHCritical Chrome Use-After-Free RCE Vulnerability – Exploit Details & Patch Guidance