Microsoft Copilot Bug Exposes Confidential Emails
A bug in Microsoft 365 Copilot raised data loss prevention (DLP) concerns after the AI assistant summarized confidential emails in ways that bypassed enterprise security policies. Microsoft acknowledged the issue, which highlights the need for stricter boundary enforcement in agentic APIs. The company also released a new model picker for its coding agent and is integrating Copilot more deeply into its Edge browser for business.
- The bug, tracked internally as CW1226324 and first detected on January 21, was caused by a code issue on Microsoft's servers, not a customer misconfiguration. It specifically allowed the Copilot "work tab" to access and summarize emails from users' 'Sent Items' and 'Drafts' folders, even when they were protected by sensitivity labels. - This incident highlights a core challenge in agentic AI architectures: ensuring autonomous agents can interpret and adhere to data boundaries and security policies without explicit, step-by-step instructions. Agentic systems are designed to be goal-oriented and self-directed, which requires a fundamental shift from traditional rule-based models. - Failures like this are shaping API design principles for agentic systems, pushing developers to move beyond traditional, fine-grained APIs toward goal-oriented, standalone functions that reduce ambiguity for an AI agent and have built-in constraints. The biggest security risk for enterprise copilots is data oversharing due to overly broad or misconfigured user permissions, which the AI inherits. - The bug bypassed Data Loss Prevention (DLP) policies, undermining the trust required for enterprise AI adoption, particularly in regulated industries. This reinforces the need for robust AI governance frameworks, such as the NIST AI Risk Management Framework, to manage risks and ensure compliance. - The UK's National Health Service (NHS) was one of the organizations affected, reporting the issue internally under the incident number INC46740412. This demonstrates the real-world impact on public sector entities that handle highly sensitive data and are subject to strict compliance requirements. - Enterprise AI adoption faces significant barriers, including concerns over security, data quality, and compliance, with 84% of C-suite leaders viewing AI as critical but many struggling to move past pilot projects due to these risks. - Agentic workflows, which orchestrate multiple AI agents and tools, are emerging as a pattern to provide greater control and observability than a single monolithic agent. These workflows externalize decision points, allowing for better output validation and human oversight, which is critical for enterprise use cases.