SearchLeak: Prompt-inject enterprise Copilot with a search

· Source: Pivot to AI · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Cybersecurity & Data Privacy, Cloud Computing & IT Infrastructure · Depth: Intermediate, medium

Summary

SearchLeak, a prompt injection vulnerability in Microsoft's enterprise Copilot, discovered by Varonis, allows attackers to exfiltrate confidential company information. This one-click attack, patched by Microsoft on June 4th, 2026, chains three vulnerabilities. An attacker sends an email with a malicious link that, when clicked, calls Copilot's enterprise search with a prompt. This prompt instructs Copilot to call an attacker-controlled web address, encoding the victim's data within the URL. Bing, trusted by Copilot, then executes this call, leaking sensitive information. The chained vulnerabilities include Copilot treating search strings as direct prompts without sanitization, a race condition allowing an image tag to load before output sanitization, and Bing's execution of the attacker's web address. Microsoft classified this as a critical issue (CVE-2026-42824).

Key takeaway

For IT Professionals evaluating enterprise Copilot deployments, recognize that prompt injection vulnerabilities like SearchLeak are inherent risks when chatbots perform "real work" and interact with external services. You must prioritize stringent input validation and output sanitization, even after vendor patches. Continuously assess the security posture of AI agents that can execute external actions, as new chained vulnerabilities are likely to emerge.

Key insights

Prompt injection remains a fundamental security flaw in enterprise chatbots.

Principles

Method

An attacker emails a link; the victim clicks it. The link sends a malicious prompt to Copilot's enterprise search, which then calls an attacker-controlled URL with the victim's data, leaked via Bing.

In practice

Topics

Best for: CTO, VP of Engineering/Data, Director of AI/ML, AI Security Engineer, MLOps Engineer, IT Professional

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Pivot to AI.