One click on a booby-trapped link was enough to empty a Microsoft Copilot Personal user's inbox, calendar, and cloud drive, silently and without a single confirmation prompt. Varonis Threat Labs disclosed the flaw, nicknamed CoSnitch and tracked as CVE-2026-24301, and Microsoft shipped a fix for it on August 18, 2026 — eight months after Varonis first reported it in December 2025. The U.S. National Vulnerability Database rates the bug 8.8 out of 10, its "high" severity tier, for a flaw that requires user interaction but no special privileges to trigger.
CoSnitch, at a glance
- Tracked as
- CVE-2026-24301
- Severity
- 8.8 / 10 (High)
- Affected product
- Copilot Personal
- Disclosed to Microsoft
- December 2025
- Patched
- August 18, 2026
- Exploited in the wild?
- No evidence found
Copilot Personal is Microsoft's consumer assistant, distinct from the enterprise Microsoft 365 Copilot bundled into Office subscriptions — a distinction that matters here because neither Varonis nor the independent outlets that reviewed the research found evidence the enterprise product shared the same three flaws. What made CoSnitch dangerous wasn't a single hole; it was three ordinary-looking features that, chained together, add up to a working exfiltration pipeline running entirely inside normal-looking Copilot traffic.
The chain starts with a URL. Copilot Personal supported a `q=` parameter to pre-fill a prompt from a link and an undocumented `autorun=1` parameter that, combined with it, executed that prompt the moment the page loaded — no click on a "send" button, no confirmation dialog. From there, an injected prompt could query whatever the victim had already connected — Gmail, Google Calendar, Google Drive — using permissions the victim had granted long before, encode the results, and hand them to Copilot's own webpage-fetch tool to quietly deliver to an attacker's server. Because that final step looks identical to Copilot innocently fetching a page to summarize it, the exfiltration traffic is indistinguishable from ordinary Copilot use to anyone watching the network. The third flaw, a form of prompt injection, let a malicious webpage write its own instructions permanently into a victim's Copilot memory just by being summarized — instructions that persisted across sessions, logins, and even a password change, until someone found and deleted them by hand.
The three-step chain, before and after the patch
| Before Aug 18, 2026 unpatched | After Aug 18, 2026 patched | |
|---|---|---|
| Opening a crafted link | Prompt auto-runs via q= + autorun=1, no click needed | autorun parameter disabled; a prompt requires explicit user action |
| Reading connected accounts | Injected prompt can query Gmail, Calendar, Drive under the victim's existing grants | Prompt execution path that reached connected-app data is closed |
| Summarizing a malicious webpage | Page content can write persistent instructions into Copilot's memory store | Memory-write path from summarized content is patched |
In testing, Varonis confirmed the chain could pull full email bodies (including anything a message had embedded, like credentials pasted into a support ticket), sender and recipient metadata, Calendar event titles and attendee lists, Google Drive filenames and metadata, and Copilot's own saved chat history — a fuller picture of a person's digital life than most single breaches expose, assembled from one link and zero further clicks.
The way Varonis found the bug is arguably the more interesting part of the story. Rather than reverse-engineering Copilot's code, researchers used what they call meta-hacking: they repeatedly asked Copilot to explain *why* a given automation was impossible, and treated each refusal as a technical disclosure. "We prompted Copilot to explain why auto-execution was impossible, and each refusal came with a technical justification, which mapped the architecture," Varonis wrote — and at one point, mid-refusal and unprompted, Copilot named the undocumented `autorun` parameter itself, along with its history and the protections meant to disable it.
“Copilot wasn’t breached; it was played.” — Varonis Threat Labs, on how CoSnitch was found
That is a genuinely different discovery method than the exploit-hunting security research has run on for decades, and it works precisely because a conversational assistant will, by design, try to be helpful about explaining itself. (The same trait that makes Copilot good at troubleshooting your printer driver is what let researchers troubleshoot Copilot's own security model — the assistant had no way to know the person asking "why can't this run automatically" wasn't a legitimate developer.) As more products wrap a chat interface around access to a user's real accounts, an assistant that answers technical questions about its own guardrails is handing out a debugging tool to anyone patient enough to keep asking.
- Dec 2025 — Varonis Threat Labs privately discloses the CoSnitch vulnerability chain to Microsoft.
- Aug 18, 2026 — Microsoft ships a patch closing all three steps of the chain.
- Aug 18, 2026 — CVE-2026-24301 is published in the National Vulnerability Database with an 8.8 CVSS 3.1 score.
- Aug 20, 2026 — NVD last updates the record; a CVSS 4.0 assessment remains pending.
Microsoft's patch and NVD's published record both land on the same bottom line Varonis reported: no evidence CoSnitch was ever used against a real account. That is Varonis's own finding from its testing and disclosure process, not an independent audit of Microsoft's logs — a real difference, and one worth holding onto rather than reading as a clean bill of health. What CoSnitch actually demonstrates is a threat model that has come up before on this desk in Claude Cowork's own sandbox-escape disclosure this summer: an assistant with real account access is only as safe as the narrowest of its own features, and prompt injection — instructions smuggled in through content the assistant reads rather than typed by the user — is now the recurring shape these failures take across more than one company's product.
- CoSnitch chained three Microsoft Copilot Personal flaws into one-click, silent data theft.
- A hidden autorun URL parameter ran an attacker's prompt the instant a victim opened a link.
- Stolen data could include email bodies, Calendar events, Drive files, and Copilot's own chat history.
- Researchers found the bug by asking Copilot to explain its own defenses — "meta-hacking."
- Caveat: Microsoft patched it August 18, and Varonis found no evidence it was exploited in the wild.