There are probably dozens of AI browser extensions installed across your enterprise right now. Most were added by employees in under 30 seconds, with no security review, no IT ticket, and no entry in your DLP policy. Each one operates inside the trusted browser session with full access to page content, form inputs, authentication cookies, and AI conversation history, not through a vulnerability, but by design.
AI browser extension enterprise security is a gap most organizations have not yet formalized. The consequences are documented: Akamai's August 2026 research found that nearly 47% of enterprise AI conversations bypass corporate security controls entirely. Of the AI extensions analyzed, 16.3% contain known CVEs, and almost 75% request high or critical browser permissions. Three confirmed incidents between July 2025 and January 2026 show active exploitation at scale.
This guide gives security leaders a practical four-layer framework to discover, risk-score, enforce policy against, and respond to incidents from AI browser extensions, without blocking the productivity tools employees actually use.
Key Takeaways
- 16.3% of AI browser extensions contain known CVEs; 75% request high or critical browser permissions (Akamai, August 2026)
- Extensions intercept data before the network layer, making them invisible to CASB, proxy, and traditional DLP tools
- Three confirmed incidents: Urban VPN harvested 8 million users' AI conversations; AITOPIA impersonators exfiltrated 900,000 users' chats; CVE-2026-0628 allowed privilege escalation through Chrome's Gemini panel
- Chrome Enterprise policy can enforce a default-deny posture for unapproved extensions in a single configuration change
- Risk classification into three tiers (read-only helpers, full-page assistants, agentic extensions) guides proportionate enforcement
- Merlin AI was caught exfiltrating a Social Security Number entered into an IRS form. Standard security tooling produced no alert.
- GDPR Article 32, SOC 2 CC6.6, and ISO 27001 Annex A 8.8 all create compliance obligations that extend to browser extension governance
The Scale of the Problem: AI Extensions in Every Enterprise
Enterprise AI adoption did not wait for IT governance. Employees installed browser extensions to get writing assistance, code completion, summarization, and translation directly in their workflow. The result is a shadow AI layer that lives inside the browser, outside the security perimeter.
Akamai's State of the Internet report published August 5, 2026, found that 47.11% of enterprise AI conversations happen through personal, unmanaged accounts. A 2026 Vanta survey confirmed that 70% of companies have shadow AI present in their environments. Within that shadow layer, browser extensions are a dominant delivery mechanism: tools like Grammarly, Monica, Sider, HARPA, Jasper, and Merlin are installed by millions of enterprise users with no security review.
The extension install flow takes under 30 seconds: an employee visits the Chrome Web Store, clicks "Add to Chrome," accepts a permissions dialog that most users scan rather than read, and the extension is active on every page they visit for the rest of their tenure. There is no IT ticket, no change management record, and no entry in your asset inventory.
Akamai's research identified a concentration risk: 5% of employees account for the majority of enterprise AI activity. This same cohort is most likely to have multiple AI extensions installed, and they are typically developers, analysts, and senior knowledge workers, your highest-value targets.
The permissions these extensions request compound the risk. Incogni's 2026 ranking of AI browser extensions found that Grammarly and QuillBot are the most potentially privacy-damaging popular extensions by data collection and permissions scope. Independent research caught Monica AI transmitting sensitive information from both public and private websites despite privacy policy claims to the contrary. Merlin AI was observed exfiltrating a Social Security Number that a researcher had entered into an IRS form during testing. No enterprise security tool generated an alert.
This is the category of risk described in our broader shadow AI enterprise security guide: tools that employees adopt for genuine productivity gains, that carry data handling risks the organization has not assessed.
Why Your DLP Cannot See This Attack Surface
Traditional data loss prevention tools operate at the network layer: they inspect traffic at the proxy or CASB, compare content against policy rules, and block or alert on matches. This architecture has a structural blind spot for browser extensions.
A browser extension operates inside the browser process. It accesses the DOM (Document Object Model) of any page the user visits, reading form inputs, page content, authentication sessions, and in-memory data before that information reaches the network stack. When the extension exfiltrates that data, it does so over a standard HTTPS connection to a domain that typically passes reputation scoring. From every instrumented vantage point in a standard security stack, the traffic is indistinguishable from normal cloud synchronization.
CSA Labs documented this architectural gap in two research notes published in April 2026. Their finding is precise: when a browser extension intercepts page content and sends it over encrypted HTTPS to a clean-reputation domain, the traffic "is indistinguishable from legitimate cloud synchronization" from any network or endpoint monitoring perspective.
LayerX telemetry adds a second dimension: 68% of corporate logins bypass SSO entirely. If identity-based controls cannot establish which accounts are active in a browser session, user-based policies cannot apply to those sessions.
Three specific architectural gaps where traditional security tooling has no visibility:
DOM-layer interception. Extensions read page content, form fields, and authentication tokens before the user submits anything. No network packet is generated at the moment of capture.
Clipboard and copy-paste. When an employee copies proprietary content and pastes it into an AI extension's sidebar, the transfer happens inside the browser process. No network event is logged.
Extension-to-extension messaging. Chrome's internal messaging API allows extensions to communicate with each other. A malicious extension can receive data from a legitimate one via this channel, creating an exfiltration path that generates no external network traffic.
This is why AI data loss prevention programs that rely exclusively on network-layer controls leave browser extension risk entirely unaddressed. Browser-layer controls are the only effective countermeasure for this attack surface.
Three Real Incidents Every CISO Must Know
These three incidents, all within the past 14 months, confirm that AI browser extension threats are active and at scale.
Urban VPN: 8 Million Users, Silent Update (December 2025)
In July 2025, version 5.5.0 of the Urban VPN Proxy Chrome extension introduced AI conversation harvesting functionality through a silent automatic update. The extension was installed by over 6 million users and carried Google's "Featured" badge at the time of the update.
The extension intercepted private conversations from ChatGPT, Claude, Gemini, and Grok, including sensitive personal and financial information, without a user-facing notification or opt-out mechanism. The harvested data was shared with affiliated data brokers for commercial analytics. The identical harvesting code appeared in seven other extensions from the same publisher, bringing the total affected user count to approximately 8 million across Chrome and Edge. Koi Security discovered and publicly disclosed the incident in December 2025.
The critical lesson: automatic extension updates mean that any extension you approved is subject to ongoing supply chain risk. An extension vetted last year may have acquired new data collection capabilities today.
AITOPIA Impersonation: 900,000 Downloads (January 2026)
In January 2026, OX Security detected two malicious Chrome extensions impersonating the legitimate AITOPIA productivity tool. The extensions ("Chat GPT for Chrome with GPT-5, Claude Sonnet & DeepSeek AI" with 600,000 downloads, and "AI Sidebar with Deepseek, ChatGPT, Claude and more" with 300,000 downloads) presented users with a consent request for "anonymous, non-identifiable analytics data" while running a full exfiltration pipeline.
Every 30 minutes, the extensions scraped DOM elements for prompts, responses, and session IDs. They Base64-encoded the data batch and transmitted it to a command-and-control server. Stolen content included proprietary source code, business strategy documents, PII, and internal application URLs.
The critical lesson: the Chrome Web Store does not guarantee security. Extension names and publisher icons can be cloned precisely. Users cannot reliably detect impersonation without checking publisher IDs, which requires IT-provided guidance or browser management tooling.
CVE-2026-0628: Gemini Panel Privilege Escalation (Patched January 2026)
Unit 42 researcher Gal Weizman discovered CVE-2026-0628 (CVSS 8.8) in November 2025: a privilege escalation vulnerability in Chrome's integrated Gemini Live AI side panel. The Gemini panel inherited browser-level privileges, including camera, microphone, and local file access, without adequate isolation from third-party extensions.
A malicious extension with only basic permissions could inject scripts into the privileged Gemini panel context and then access the victim's camera and microphone without consent, take screenshots of any website, and read local files and directories. Google patched the vulnerability in Chrome 143.0.7499.192 in January 2026.
The critical lesson: AI features embedded directly into the browser create privileged contexts that expand the blast radius of any malicious extension. Browser-integrated AI panels introduce an attack surface that did not exist before AI became a first-class browser feature.
The Extension Permission Model: What Security Teams Need to Know
Chrome extension permissions are declared in the manifest file and granted when the user installs the extension. Understanding what each permission class grants is prerequisite to risk-tiering your extension inventory.
activeTab: Grants access to the currently active tab only, and only when the user explicitly invokes the extension by clicking its toolbar icon. This is the minimum viable content access model. An extension with only activeTab reads the current page on demand, with no background access and no access to other tabs.
Host permissions (): Grants persistent access to all pages the user visits, without any click required. This is the permission that makes AI writing assistants useful for inline suggestions on every page, and the same permission that makes them dangerous. An extension with can read every page, every form field, and every DOM element across every site in the background, continuously, on every page load.
cookies: Combined with host permissions, the cookies API gives the extension access to authentication session cookies for any in-scope site. An extension with plus cookies can read session tokens, enabling authenticated requests to any service the user is logged into.
scripting: Allows the extension to inject JavaScript into in-scope pages. This is how AI extensions add their sidebar UI across every website, and the same mechanism used by the AITOPIA impersonators to run DOM-scraping exfiltration code.
webRequest (Manifest V2 only): Allowed extensions to intercept and modify HTTP requests, including authorization headers. Chrome's Manifest V3 transition restricts this capability to enterprise-deployed extensions only, which is a meaningful improvement. However, many users still run Manifest V2 extensions because the migration timeline has been delayed multiple times.
The key risk indicator: any extension requesting plus scripting has persistent, full-page code execution across every site the user visits. This combination should trigger an elevated review regardless of the extension's stated purpose.
Risk-Tiered Extension Taxonomy for Enterprise Governance
Not all AI extensions carry the same risk. A practical risk taxonomy helps prioritize enforcement without a blanket ban that pushes employees toward unmanaged personal devices.
Tier 1: Read-Only Text Helpers
Examples: DeepL Translate, Tactiq (meeting transcription) Permissions: activeTab only; scoped host permissions; no persistent background scripts Data handling: Input sent to vendor API for the specific user-initiated action only Risk profile: Low. These extensions operate on explicit user invocation with no background access. Residual risk is limited to vendor data handling policy and requires a privacy policy review rather than a technical control.
Tier 2: Full-Page AI Assistants
Examples: Grammarly, Sider, Monica, HARPA, Jasper, Merlin
Permissions: host permissions; persistent background scripts; cookie access in some cases
Data handling: Continuous page content monitoring; content sent to vendor API on an ongoing basis
Risk profile: Medium to High. These extensions have persistent access to all pages the user visits. Grammarly and QuillBot rank as the most potentially privacy-damaging popular extensions in this category by data collection scope. Independent research caught Monica transmitting sensitive data from private websites and Merlin exfiltrating sensitive form inputs. Enterprises should require a formal security review and a signed data processing agreement before approving any Tier 2 extension for access to Confidential data.
Tier 3: Agentic Extensions with Action Capabilities
Examples: Extensions with tool-calling, form-filling, browsing automation, or transaction-completing capabilities
Permissions: , scripting, cookies, and potentially webRequest or native messaging
Data handling: Reading and writing to the page DOM, submitting forms, browser automation, interaction with enterprise applications
Risk profile: Critical. These extensions take actions on behalf of the user, potentially without confirmation prompts. They can submit forms, complete transactions, and interact with enterprise web applications autonomously.
The attack vector Akamai's 2026 research termed "CursorJacking" describes how Tier 3 extensions with broad permissions silently harvest API keys, proprietary codebases, and conversation history directly from the browser environment. A related technique, CometJacking, embeds malicious instructions on a public web page that then manipulate a local AI agent to exfiltrate local files, emails, and session credentials.
Default posture: prohibit Tier 3 extensions without explicit CISO approval and security review.
A Four-Layer Control Framework
Effective AI browser extension governance requires controls at four layers working together. Single-layer approaches leave the other layers exposed.
Layer 1: Discovery
Start with an inventory. You cannot govern what you cannot see.
Chrome Enterprise Core provides an extension inventory report for all Chrome Browser Cloud Management-enrolled devices, visible in the Google Admin console. This gives you a per-device list of installed extensions, versions, and declared permissions.
Endpoint telemetry from EDR platforms (CrowdStrike Falcon, SentinelOne, Microsoft Defender for Endpoint) enumerates installed browser extensions in their software inventory feeds. This covers non-managed devices that have the EDR agent installed.
Browser management platforms like LayerX and Island Enterprise Browser provide runtime behavior monitoring, including which sites extensions access data from and what data is transmitted, beyond what inventory alone shows.
Run discovery as a one-time audit first, then schedule recurring exports or alerts to catch new installs and version updates.
Layer 2: Risk Scoring
Apply the tier taxonomy to your inventory. Flag for immediate review:
- Extensions with
plus scripting permissions - Extensions with cookie access and broad host permissions
- Extensions with known CVEs listed in the National Vulnerability Database (16.3% of AI extensions carry at least one)
- Publishers with fewer than 1,000 reviews and less than one year of history in the Chrome Web Store
- Extensions without a published privacy policy or data processing agreement
- Specific extensions flagged in the Urban VPN and AITOPIA incidents
Layer 3: Policy Enforcement
Chrome Enterprise provides two group policies that give IT complete control over extension installation:
ExtensionInstallBlocklist: Set to * (wildcard) to block all extension installation by default across managed devices.
ExtensionInstallAllowlist: Add specific extension IDs to permit vetted extensions. Extension IDs are stable 32-character identifiers in the Chrome Web Store URL.
Configuration in the Google Admin console: go to Devices > Chrome > Apps & Extensions, select the organizational unit, and set the "Allow/Block all apps" policy to "Block all apps, admin manages allowlist." Then add approved extensions with "Allow install" or "Force install" policy settings.
For organizations not ready for a full default-deny posture, a phased approach works: block all Tier 3 extensions immediately, require security review for all new Tier 2 installs, and permit Tier 1 extensions with a lightweight privacy policy review.
SWG and CASB extension categorization provides a supplementary layer. Vendors like Netskope, Zscaler, and Palo Alto Prisma Access maintain extension risk databases that can trigger policy enforcement at the gateway, catching extensions on unmanaged devices that are not enrolled in Chrome Enterprise.
Layer 4: Incident Response
Define a playbook before you need it. When a malicious or compromised extension is identified:
Building an Enterprise AI Extension Policy
A technical control framework works best alongside a written policy employees can understand and follow. Your AI browser extension acceptable use policy should address:
Approval process: Employees submit extension requests to IT; the review covers permissions, publisher reputation, and vendor data processing agreement. Approval decisions are documented.
Prohibited categories: Tier 3 agentic extensions are prohibited without explicit CISO approval and a completed security review. Exceptions require documented business justification.
Data classification restrictions: No AI browser extension may be used while working with data classified Confidential or above. This is the equivalent of the restriction against pasting Confidential data into public AI tools.
Update monitoring: IT monitors approved extension version updates for new permission additions. Users report unexpected permission upgrade prompts.
Violation reporting: A clear, low-friction channel for employees to report suspicious extension behavior, unexpected permission requests, or extensions behaving unexpectedly after an update.
Pair the policy with brief quarterly awareness content. The Urban VPN incident shows that the attack vector is a silent automatic update: employees who understand this pattern will notice and report unexpected permission additions when they appear.
Conclusion
AI browser extensions represent a category of risk that most enterprise security architectures were not designed to address. Three documented incidents in 14 months demonstrate active exploitation. The architectural gap between where extensions operate and where DLP, CASB, and proxy controls function is not a configuration problem. It is structural.
The four-layer control framework outlined here (discovery, risk scoring, policy enforcement, and incident response) gives your team a practical path from current-state invisibility to a governed extension environment. Chrome Enterprise policy can enforce a default-deny posture for unapproved extensions across your managed fleet in a single configuration change, with vetted exceptions added by extension ID.
Start with discovery this week. Pull an extension inventory report from Chrome Enterprise Core or query your EDR fleet. The results will show you exactly how many AI extensions are running in your environment right now, and which ones carry known CVEs or request the permission combinations that define Tier 2 and Tier 3 risk.
To assess how AI browser extensions and other shadow AI exposure are affecting your organization, book a BeyondScale AI security assessment. Or run a Securetom scan to surface AI-related exposure across your environment automatically.
AI Security Audit Checklist
A 30-point checklist covering LLM vulnerabilities, model supply chain risks, data pipeline security, and compliance gaps. Used by our team during actual client engagements.
We will send it to your inbox. No spam.
BeyondScale Team
AI Security Team, BeyondScale Technologies
Security researcher and engineer at BeyondScale Technologies, an ISO 27001 certified AI cybersecurity firm.
Want to know your AI security posture? Run a free Securetom scan in 60 seconds.
Start Free Scan
