What happened
In a controlled demonstration, redirected dictation exposed the Muse token; the researcher then used that token to inspect chat history and send commands to Muse on another signed-in device.
2026-09-21
HighMedia reportAnalysis of the Meta Muse flaw that redirected dictation traffic, exposed an account token, and let a researcher steer the privileged agent across devices.
What happened
In a controlled demonstration, redirected dictation exposed the Muse token; the researcher then used that token to inspect chat history and send commands to Muse on another signed-in device.
Why it matters
Demonstrated unauthorized control of a Muse account and its agent capabilities across devices, potentially exposing files, communications, location, device sensors, purchases, and connected services available to the assistant.
Missing authorization check
Separately authenticated, action-bound authorization before a session token can direct sensitive reads, purchases, data export, sensor access, or cross-device actions.
Would PP block it?
The attacker could still capture the token and influence Muse. At integrated action boundaries, token possession alone would not authorize purchases, protected data export, publication, or sensitive device operations because the request would lack a receipt bound to the action, account, and signer.
Incident analysis
2026-09-21
Patrick Wardle publicly discloses the Muse flaw and demonstrates token capture and cross-device agent control.
2026-09-22
Meta says it issued a hotfix for the Muse macOS app after the disclosure.
Authorization boundary
This incident is categorized as Credential exposure. The relevant Permission Protocol gate is Credential Gate. The read is conditional: the block only applies where the real action boundary is routed through a gate.
A Credential Gate can require a distinct signer and receipt before the hijacked agent performs protected reads or external mutations, but Permission Protocol does not prevent the local preference change or theft of the Muse session token.
Start small
This incident maps to Credential Gate. Start with the boundary that controls the actual action, then require a signed receipt before execution.