Security

Malicious AI Browser Extensions Steal LLM Chats

3 min read

Summary

Microsoft Defender found malicious Chromium browser extensions masquerading as popular AI assistant add-ons that can harvest sensitive ChatGPT and DeepSeek prompts, responses, visited URLs, and internal browsing context, then quietly exfiltrate that data over routine-looking HTTPS traffic. The discovery matters because these extensions reportedly reached about 900,000 installs and appeared across more than 20,000 enterprise tenants, turning trusted browser marketplaces and everyday AI workflows into a significant data-loss risk for organizations.

Need help with Security?Talk to an Expert

Introduction: Why this matters

AI assistant browser extensions are becoming common “productivity” add-ons for knowledge workers, especially for quick access to tools like ChatGPT and DeepSeek. Microsoft Defender’s investigation shows how this convenience can become an enterprise data-loss channel: a look-alike extension installed from a trusted marketplace can continuously collect and exfiltrate sensitive prompts, responses, and internal URLs without behaving like traditional malware.

What’s new / key findings

Microsoft Defender investigated malicious Chromium extensions that:

  • Impersonate legitimate AI assistant extensions using familiar branding and permission prompts (Defender notes imitation of well-known tools such as AITOPIA).
  • Collect LLM chat content and browsing telemetry, including:
    • Full visited URLs (including internal sites)
    • Chat snippets (prompts and responses) from platforms such as ChatGPT and DeepSeek
    • Model identifiers, navigation context, and a persistent UUID
  • Persist like normal extensions (auto-reloading on browser start, storing telemetry in local extension storage).
  • Exfiltrate data periodically via HTTPS POST, which can resemble routine web traffic.

Defender reporting indicates the extensions reached ~900,000 installs, with Defender telemetry confirming activity across 20,000+ enterprise tenants.

How the attack works (high level)

  • Delivery: Published in the Chrome Web Store with AI-themed descriptions. Because Microsoft Edge supports Chrome Web Store extensions, the same listing enables cross-browser reach.
  • Exploitation of trust & permissions: Broad Chromium extension permissions allowed observation of page content and browsing activity. A misleading consent mechanism was used, and updates could re-enable telemetry by default even after users opted out.
  • Command and control: Periodic uploads to attacker-controlled domains such as deepaichats[.]com and chatsaigpt[.]com, clearing local buffers after transmission to reduce artifacts.

Impact on IT administrators and end users

  • Data leakage risk: Prompts often include proprietary code, internal processes, strategy discussions, credentials copied into chats, and other confidential content. Exfiltration of full URLs can reveal internal application structure and sensitive query strings.
  • Compliance and privacy exposure: Captured chat history can contain regulated or personal data, complicating retention, eDiscovery, and data residency obligations.
  • Extension risk becomes “always on”: Unlike a one-time phishing event, a malicious extension can create continuous visibility into user activity across sessions.
  1. Hunt and block known exfiltration endpoints by monitoring outbound HTTPS POST traffic and applying network controls for:
    • *.chatsaigpt.com
    • *.deepaichats.com
    • *.chataigpt.pro
    • *.chatgptsidebar.pro
  2. Inventory and audit browser extensions across managed endpoints, focusing on AI/sidebar tools with broad site permissions.
  3. Tighten extension governance:
    • Use allowlisting for approved extensions
    • Restrict installation sources where possible
    • Review update behaviors and permissions drift
  4. Use Microsoft Defender Vulnerability Management to run Browser extensions assessment, identify risky extensions, and prioritize remediation.
  5. Educate users: treat AI chats like sensitive communications—avoid pasting secrets, tokens, or proprietary content unless the tool and access path are explicitly approved.

Need help with Security?

Our experts can help you implement and optimize your Microsoft solutions.

Talk to an Expert

Stay updated on Microsoft technologies

Microsoft Defenderbrowser extensionsdata exfiltrationAI securityChromium

Related Posts

Security

AI Memory Security in Microsoft 365 Explained

Microsoft has outlined how it secures AI memory in Microsoft 365, addressing emerging risks such as memory poisoning and delayed tool execution. The update matters because persistent AI memory can improve personalization and agent performance, but it also creates new security, compliance, and audit requirements for IT and security teams.

Security

Parallel Threat Activity: Microsoft DART Findings

Microsoft Incident Response detailed a complex intrusion in which two unrelated threat actors operated simultaneously in the same environment, complicating attribution and detection. The case highlights how ransomware activity, SharePoint exploitation, trusted tool abuse, and identity compromise can overlap across hybrid estates, reinforcing the need for strong telemetry, patching, and coordinated response.

Security

AutoJack RCE in AutoGen Studio: Security Lessons

Microsoft security researchers detailed AutoJack, an exploit chain in AutoGen Studio that could let untrusted web content rendered by an AI browsing agent trigger remote code execution on the host. Although the vulnerable MCP WebSocket surface was never shipped in a PyPI release and the issue was hardened upstream during development, the findings highlight important security risks for agent frameworks that combine web browsing with privileged local services.

Security

Microsoft Security Forrester Study Reports 124% ROI

A new Forrester Total Economic Impact study found that organizations consolidating on Microsoft Security could see a projected 124% ROI over three years. The report highlights lower breach risk, reduced remediation costs, lower technology spend, and productivity gains as key reasons unified security platforms matter in the AI era.

Security

Mastra npm Supply Chain Attack: What IT Teams Need to Know

Microsoft has detailed a large-scale npm supply chain compromise affecting more than 140 Mastra packages after an attacker took over a maintainer account and injected a malicious dependency. The attack is significant because the payload executed during npm install, putting developer workstations and CI/CD pipelines at risk even if the package was never directly used in code.

Security

Crypto Clipper Malware Uses Tor and USB Worm Spread

Microsoft has detailed a Windows-based crypto clipper campaign that uses malicious shortcut files, a bundled Tor client, and worm-like USB propagation to steal wallet data and maintain persistence. The threat matters because it combines clipboard theft, screenshot exfiltration, and remote code execution with stealthy Tor-based command and control, making behavioral detection critical for defenders.