Microsoft Patches Copilot SearchLeak Data-Theft Flaw


TL;DR

  • Patched Flaw: Microsoft patched CVE-2026-42824 after Varonis demonstrated the SearchLeak proof of concept.
  • Attack Chain: The chain used a Microsoft 365 search URL, Copilot retrieval, raw HTML rendering, and Bing image fetches.
  • Data Exposure: SearchLeak could reach two-factor codes, emails, meeting details, SharePoint files, and OneDrive content accessible to a user.
  • Admin Control: Security teams should limit AI-accessible stores, while public evidence showed no active exploitation at disclosure.

Microsoft has patched CVE-2026-42824 after security researchers at Varonis Threat Labs demonstrated a SearchLeak proof-of-concept against its enterprise search assistant. The current chain could push that assistant toward two-factor authentication codes and other business data the signed-in user could already access.

SearchLeak targeted Microsoft 365 Copilot Enterprise Search rather than consumer Copilot. It could surface email content, access codes, passwords, calendar events, meeting details, SharePoint documents, OneDrive files, and other indexed business data. At disclosure, the case remained a proof of concept rather than a confirmed breach, with no active exploitation identified in the public advisory.

Practical exposure comes from the permission model. Inherited Microsoft 365 access defines what Copilot may retrieve, but that scope can still include mailbox data, meeting notes, shared files, and authentication messages. Tenant scoping and routine access reviews become part of the mitigation work because the assistant’s search layer inherits business-data boundaries rather than creating a new one.

How SearchLeak Reached Copilot Data

A crafted Microsoft 365 search URL could turn the q parameter, the search query field in the URL, into instructions for Copilot. After a target clicked the link, Copilot could treat those instructions as part of the search task and retrieve mailbox or organizational content available to that user. The search URL looked like a normal Microsoft 365 entry point while carrying model instructions inside the query field.

SearchLeak could retrieve 2FA codes and sensitive data from emails accessible to Copilot. Legitimate access created the risk: if the user’s account could see a code, meeting note, or document, the attack tried to make Copilot find it. Security researchers at Varonis Threat Labs emphasized that limited attacker instructions became useful when the signed-in user reached important information.