Subscribe to the Non-Human & AI Identity Journal

What breaks when Copilot can retrieve from multiple Microsoft 365 sources?

The blast radius expands from one message to the broader collaboration workspace. If the assistant can search Teams, OneDrive, or SharePoint while summarising email, an attacker can shape not only the summary text but also the context it pulls in. That can increase lure quality and widen exposure beyond the original email.

Why This Matters for Security Teams

When Copilot can retrieve from multiple Microsoft 365 sources, the security boundary is no longer the original email thread. The assistant can blend content from Teams, OneDrive, and SharePoint, which means a single malicious prompt or poisoned document can influence a much wider answer surface. That creates a retrieval problem as much as a prompt-injection problem, because the model is only as safe as the sources it is allowed to inspect.

For defenders, the practical issue is data reach. Once cross-source retrieval is enabled, an attacker does not need to compromise every repository. They only need enough influence to steer what gets summarised, correlated, or exposed next. That is why identity hygiene and content governance matter together. NHI Mgmt Group data shows that only 5.7% of organisations have full visibility into their service accounts, a warning sign for any workload that can fan out across collaboration systems.

In practice, many security teams encounter the spillover only after a helpful summary has already turned into an accidental disclosure path, rather than through intentional testing.

How It Works in Practice

Copilot-style retrieval is not a single permission check. It is a chain of decisions: what the user may access, what the assistant is configured to search, which connectors are enabled, and how ranking logic chooses the final context. If an email summary can pull in a Teams message or SharePoint file, the assistant is effectively building a composite answer from multiple trust zones. That is why current guidance suggests treating retrieval scope as a security control, not just a productivity feature.

Security teams should assume that the assistant can surface content that was never meant to be read together. The risk is not only disclosure, but manipulation. A crafted document can plant misleading instructions, while a separate message can supply authority or urgency. This is the same class of problem highlighted in broader identity compromise research, including the Microsoft Midnight Blizzard breach and the Microsoft Azure OpenAI service breach, where access, trust, and downstream use became part of the attack path.

  • Limit retrieval scope to the minimum set of sources required for the use case.
  • Separate high-risk repositories from general collaboration data, especially where sensitive projects are stored.
  • Apply conditional access and sensitivity labels consistently so the assistant does not outrun the user’s intended context.
  • Review connector permissions and service principals, because the assistant inherits more than the visible chat experience.
  • Test for prompt injection and retrieval poisoning using realistic internal content, not just synthetic examples.

Microsoft’s own security model depends on layered controls, so align workspace exposure with broader governance. The NIST Cybersecurity Framework 2.0 remains useful for mapping identity, protection, and detection responsibilities across these retrieval paths. These controls tend to break down when legacy SharePoint permissions, broad Teams membership, and permissive connector settings all coexist in the same tenant because the assistant can assemble a sensitive answer from individually legitimate sources.

Common Variations and Edge Cases

Tighter retrieval controls often reduce usefulness, requiring organisations to balance answer quality against exposure risk. That tradeoff becomes sharper when business users expect Copilot to “just know” across email, chat, and document stores. There is no universal standard for this yet, so best practice is evolving toward source tiering, where low-risk content is broadly searchable and sensitive repositories are explicitly excluded or heavily constrained.

Another edge case is delegated access. If the user has access to a file through group membership, the assistant may surface it even when the user did not intend that source to inform the answer. This is where identity and content policy collide. Misconfigured credentials and excessive privileges remain common across enterprises, and NHI Mgmt Group notes that 97% of NHIs carry excessive privileges. For cross-source retrieval, that means the assistant’s effective reach can exceed what defenders assumed during rollout.

Teams should also watch for environments with external sharing, mixed retention policies, or unclassified legacy content. Those conditions make it harder to predict what the assistant can assemble from separate fragments, which is exactly when prompt injection and data overexposure combine.

Standards & Framework Alignment

This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.

OWASP Agentic AI Top 10 and CSA MAESTRO address the attack and risk surface, while NIST AI RMF set the governance and control requirements practitioners need to meet.

Framework Control / Reference Relevance
OWASP Agentic AI Top 10 A01 Cross-source retrieval expands prompt injection and data exposure paths.
CSA MAESTRO MAESTRO-02 Covers governance for multi-agent and tool-connected data access.
NIST AI RMF Supports managing AI risk from blended context and unintended disclosure.

Constrain agent retrieval sources and test for instruction injection across connected workspaces.