StandardsAboutContact
The Weights
Meta's Muse AI Assistant Has a Local-Escalation 0-Day

Meta's Muse AI Assistant Has a Local-Escalation 0-Day

A proof-of-concept from Mac security researcher Patrick Wardle shows any unprivileged local process can hijack Meta's Muse assistant by rewriting an undocumented setting — but only after an attacker is already running code as the logged-in user, whether via malware or a single pasted ClickFix command.

Security researcher Patrick Wardle disclosed a proof-of-concept, not-a-mused, showing any unprivileged local process on a Mac can rewrite an undocumented Muse setting to hijack the AI assistant's account and, in his demo, a paired iPhone's location and Bluetooth radio. Exploitation still requires an attacker who can already run code as the user, via malware or a pasted ClickFix command.

The Weights Desk · 4 min read

Meta's macOS AI assistant, Muse, ships with an undocumented preference — endo_voyager_dictation_endpoint — that any unprivileged process running as the logged-in user can rewrite with no password, entitlement, or permission prompt, according to a proof-of-concept issued by Mac security researcher Patrick Wardle on September 21, 2026. Flipping that setting redirects Muse's voice-dictation traffic to a server the attacker controls, letting them intercept dictated prompts and capture the account's authentication material. The catch, confirmed in Wardle's own repository: an attacker must already be running code as the user before any of this works. Meta has not published a security advisory.

The bug: a setting nothing gates

The flaw is structural. Muse stores its dictation-server address in the endo_voyager_dictation_endpoint preference, and Wardle's proof-of-concept, not-a-mused, shows that value can be changed by any process running as the logged-in user — no elevated privilege required. Once redirected, Muse keeps sending dictation traffic to the attacker's server as if nothing changed, per the repository's own description, opening the door to intercepted prompts, injected instructions, and stolen authentication material.

The precondition the headline can undersell

This is not remote code execution against a clean Mac. Cyber Security News reported the exploit requires an attacker who can "first gain the ability to run code as the local user, perhaps through conventional malware or a social-engineering technique," and Wardle's own repository states an attacker "must already be able to execute code as the local user." The Hacker News reported one such technique: a ClickFix-style lure that tricks a user into pasting a single command — still local code execution, just without a traditional malware payload.

A subset of a 50-command surface

Wardle's proof-of-concept implements only part of what he says Muse exposes. Cyber Security News and the not-a-mused repository both put the assistant's total exposed command set at "more than 50," spanning functions the PoC does not fully demonstrate. That gap matters for scale: a fully weaponized version of the bug could reach further than what Wardle chose to show publicly.

The reported reach: a linked iPhone

Two outlets reported the same device-reach demonstration: The Hacker News said Wardle "used it to direct the Muse app on his own iPhone to report its exact location, run a Bluetooth scan of nearby devices," and Cyber Security News described "separate demonstrations" that showed a compromised account "identifying linked devices and directing an online iPhone to return location information or initiate a Bluetooth Low Energy scan." Neither outlet reported a demonstrated data-exfiltration example beyond that device-location and scan test.

Meta's silence, and an unverified fix

As of publication, Meta has issued no CVE or security bulletin for the flaw. The Hacker News reported that Meta "pushed out what he called a 'fix'" — attributing the characterization to Wardle — but said it "could not confirm what the change does," and separately reported Wardle plans to present related findings at the Objective by the Sea conference in Hawaii in November. Cyber Security News similarly found no public Meta response to Wardle's specific findings as of its reporting.

The verdict

This is a real bug, not a hypothetical: an unauthenticated, locally-writable setting sitting beneath an assistant with reach into linked devices is a bad design choice regardless of the precondition. But the precondition is real too — an attacker needs local code execution first, whether via malware or a ClickFix trick, and that changes the risk calculus from "anyone can be hit remotely" to "anyone already compromised gets hit much harder." Until Meta publishes a verifiable advisory, Mac users running Muse should treat the local-execution bar as low, not zero, and watch for a confirmed patch rather than an unverified social-media claim.

What exactly is the flaw in Muse?
An undocumented Mac app setting called endo_voyager_dictation_endpoint that any unprivileged local process can rewrite, redirecting Muse's voice-dictation traffic to a server an attacker controls, per Patrick Wardle's proof-of-concept repository, not-a-mused, released September 21, 2026.
Does exploiting it require malware already on the Mac?
The attacker must already be able to run code as the logged-in user — that precondition can be met by conventional malware or, as Wardle showed, a ClickFix-style social-engineering trick that gets a user to paste a single command. It is not a remote break-in on an otherwise clean Mac, per Cyber Security News and The Hacker News.
How far did the demonstrated attack reach beyond the compromised Mac?
Per The Hacker News and Cyber Security News, Wardle used a hijacked Muse session to identify linked devices and direct his own iPhone to report its location and run a Bluetooth Low Energy scan.
Has Meta fixed it?
Meta has not published a security advisory for the issue. The Hacker News reported that Meta pushed out a change Wardle described as a fix, but the outlet said it could not confirm what that change actually does.
  1. Muse, Meta's extraordinarily privileged AI assistant, has a serious 0-day — Ars Technica
  2. not-a-mused (proof-of-concept repository) — GitHub / Patrick Wardle
  3. One Hidden Meta Muse Setting Could Let Attackers Turn the AI Assistant Into a Backdoor — The Hacker News
  4. Meta's Muse AI Agent 0-Day Vulnerability Allows Attackers to Hijack the Tool and Inject Malware — Cyber Security News