Meta Muse SEV-2: your agent's VM holds your email
A researcher found a flaw letting an attacker reach a Muse user's cloud VM — the one holding emails and files. Second Muse security problem in four days.
Every personal AI agent you hand your inbox to gets a container somewhere with your life in it. On September 25, Reuters reported that an outside researcher found a way into that container. Meta is adding a clearer safety warning inside Muse after a bug bounty submission showed an attacker could reach a user's dedicated virtual machine — the individualized cloud account that holds emails and files. Meta rated it SEV-2, its third-highest severity on a five-point scale.
What actually happened
The flaw came in privately through Meta's bug bounty program and had not been disclosed before The Information broke it on Friday. Meta did not immediately respond to Reuters' request for comment. The company's response, so far, is a warning in the product rather than an architectural change.
Note what the target is. Not a chat log. The Muse VM is a persistent cloud workspace the agent uses on your behalf, and by design it accumulates the material it needs to be useful — mail, documents, whatever you connected. Compromise the workspace and you do not steal one answer. You inherit the agent's standing access.
This is the second publicly reported Muse security problem in four days. On September 22, Mac security researcher Patrick Wardle disclosed a local zero-day: an attacker who already has code execution on the machine can flip an undocumented Muse setting that controls the dictation transcription server, redirect that traffic to their own host, and capture both voice prompts and the victim's Muse account token. Malwarebytes' write-up quotes Wardle calling the result "the ultimate backdoor" — the agent's connected services (WhatsApp, email, calendars) plus its macOS permissions for files, microphone, camera and location. That one needs prior local access, which lowers the odds and raises the ceiling.
Two different bugs, same underlying shape: the agent is a credential with a filesystem.
Why agent blast radius matters for your business
Scope the agent, not the user. The reason both of these are bad is that the agent holds a bundle: your mail, your calendar, your files, your connected apps, all under one token. If your team is running personal AI agents against work accounts, the account the agent authenticates as should be a separate, scoped identity with the minimum set of connectors — not the owner's everything-account. We have made the same argument about bot agents signing into your tools and it keeps being the fix.
Treat the agent workspace as production. A persistent VM that accrues your documents is infrastructure, whether or not anyone calls it that. It deserves the same questions you would ask of a file server: what is in it, who can reach it, how long does data live there, and what happens to it when the employee leaves.
A safety warning is not a control. Shipping a clearer in-product warning puts the decision on a user who is mid-task and has already decided to trust the thing. If the risk matters to your business, the control has to sit above the user — an allowlist, a separate device, or not connecting the mailbox at all.
Assume the consumer agent is unfinished. Muse launched recently and has two disclosed security findings inside a week. That is not unusual for a new agent product; it is the normal early curve. The mistake is wiring a brand-new consumer agent into the accounts that run your company because it is convenient.
Inventory what your staff already connected. Most owners we talk to do not know. Ask this week: which AI assistants have OAuth grants against company Google Workspace or Microsoft 365, and who approved them. The answer is usually "several, nobody."
Key takeaways
- Reuters reported September 25 that a bug bounty researcher found a flaw letting an attacker reach a Muse user's dedicated cloud VM containing emails and files
- Meta classified it SEV-2 — its third-highest severity on a five-point scale — and is adding a clearer in-product safety warning
- Meta did not immediately respond to Reuters for comment
- Second publicly reported Muse security issue in four days: on September 22 Patrick Wardle disclosed a local zero-day that redirects dictation traffic and captures the Muse account token
- Wardle's attack needs prior local code execution, but yields the agent's connected services and macOS file, mic, camera and location permissions
- The pattern to plan for: an AI agent is a long-lived credential attached to a persistent filesystem
- Give agents scoped service identities, treat the agent workspace as production infrastructure, and audit which assistants hold OAuth grants on your business accounts
If an AI agent can read your mail, whoever compromises it can too. We build automation on scoped service accounts with explicit connector lists and an audit trail — not on a consumer assistant logged in as the owner. See how we scope agent access, or have us audit what your team has already connected.
Sources: Reuters via KSL, Malwarebytes.
- #ai-agents
- #security
- #meta-muse
- #prompt-injection
- #agent-governance
Tommy Rush — Founder, Rush Commerce
Operator turned builder. 15+ years running operations — now shipping the systems businesses run on. More
Get The Rush Report weekly — one email, zero fluff.
Keep reading
US and China open an AI incident hotline
The White House says the US and China will run a Super Intelligence Dialogue and a bilateral AI incident channel. What an incident channel implies for your stack.
Read itOpenAI agents posted 53 ChatGPT user images online
OpenAI says its own research agents pushed 53 user-supplied ChatGPT images to public image hosts. Training-data consent is a data-exit path, not a checkbox.
Read it