SearchLeak: We Turned M365 Copilot into a One-Click Data Exfiltration Weapon Varonis Threat Labs discovered a three-stage vulnerability chain called SearchLeak in Microsoft 365 Copilot Enterprise Search that allows attackers to exfiltrate sensitive data with a single click. The chain combines Parameter-to-Prompt Injection, an HTML injection race condition, and a server-side request forgery via Bing, enabling silent extraction of emails, security codes, and organizational content. Microsoft remediated the flaw under CVE-2026-42824 with a critical severity rating. Varonis Threat Labs https://www.varonis.com/varonis-threat-labs?hsLang=en has uncovered a new three-stage vulnerability chain that turns Microsoft 365 Copilot Enterprise Search into a silent data exfiltration weapon. Dubbed SearchLeak, the chain combines a relatively new class of AI-specific vulnerability known as Parameter-to-Prompt Injection P2P with two classic web security bugs: an HTML injection race condition and a server-side request forgery SSRF . Individually, each vulnerability might seem manageable. Chained together, they give an attacker the ability to silently extract emails, security codes, and other sensitive content from a victim's mailbox, calendar, SharePoint, and OneDrive — all from one click of an unsuspicious link. SearchLeak follows Varonis’ discovery of one of the most dangerous consumer AI assistant vulnerabilities, Reprompt. https://www.varonis.com/blog/reprompt?hsLang=en Together, these vulnerabilities show how AI can create new paths into systems that build on older weaknesses while remaining extremely difficult for security teams to detect. Microsoft remediated the vulnerability under CVE-2026-42824 https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-42824 and gave it a max severity rating of critical. Continue reading to learn more. The three-link chain SearchLeak is built on three distinct weaknesses in Microsoft 365 Copilot Enterprise, each enabling the next: Parameter-to-Prompt P2P Injection: The URL q parameter in Copilot Enterprise Search is passed directly to Copilot as an executable prompt. HTML Rendering Race Condition: An