proomt

Search

Search posts, papers, and topics

All posts

Hacker News front pageDan Goodin6 min readintermediate

Muse, Meta's extraordinarily privileged AI assistant, has a serious 0-day

Summary

A zero‑day in Meta’s macOS AI assistant Muse lets any local app or terminal command steal the user’s authentication token by changing an undocumented setting that redirects transcription to an attacker‑controlled server. The flaw enables a simple ClickFix‑style attack that can write files, snap pictures, and exfiltrate data, and was patched by Meta within 12 hours.

  • Muse’s macOS app allows any local process to modify undocumented settings, exposing the auth token.
  • Attackers can redirect the transcription endpoint to their server, gaining full control of the assistant.
  • A single terminal command (ClickFix attack) can hijack Muse, write files, take pictures, and exfiltrate data like WhatsApp messages.
  • Meta patched the vulnerability within 12 hours, but the root cause was design choices: cloud‑based transcription and unrestricted settings.

Security engineers and AI product developers need to understand the risks of giving AI assistants deep OS access and the importance of secure design choices.

6/10

Related reading

  1. I asked Meta’s Muse for its filesystem and it sent me 6.8GB

    The author prompted Meta’s Muse AI agent to archive its visible filesystem and export it to Google Drive, receiving a 2.7 GB compressed (6.8 GB unpacked) zip. The archive revealed the full Linux container used for the session, including Ubuntu system files, internal documentation, skill definitions, a “Spaces” TypeScript app framework, bubblewrap sandbox binaries, and SSH keys. Detailed listings…

    Hacker News front pagemouse.dev6 minHN285143
  2. Four minutes after midnight, Codex said the page was live

    OpenAI’s Codex agents can be turned into reliable teammates by wiring them into existing tooling (Slack, Linear, GitHub, etc.) and giving them validation steps like linters and CI. With context plugins, memories, and record‑and‑replay skills, agents can draft docs, monitor deployments, and even answer messages on a developer’s behalf.

    Renderrender.com9 min
  3. Claude Opus 5.5 now available on AI Gateway

    Claude Opus 5.5 is now on Vercel AI Gateway, delivering ~30% speed and ~40% cost gains over Opus 5, a 1 M‑token context, and breaking API changes that require adaptive thinking and structured outputs. It can be accessed via Vercel’s SDKs, OpenAI‑compatible endpoint, and coding agents, with optional fast mode and regional/ZDR controls.

    Vercelvercel.com2 minrelease
  4. Gemini 3.8 Live models now available on AI Gateway

    Vercel AI Gateway now offers Google’s Gemini 3.8 Live and Live Extended Thinking models through its realtime WebSocket API, enabling real‑time spoken interactions with audio output and parallel reasoning. The post includes a short TypeScript example for token acquisition, WebSocket setup, and handling of realtime events.

    Vercelvercel.com1 minrelease
  5. M5 Ultra Mac Studio Review

    The M5 Ultra Mac Studio (256 GB RAM) uses a quad‑die M5 Max architecture with an 80‑core GPU and 1.2 TB/s memory bandwidth, delivering ~70 % faster prompt‑to‑first‑token and token‑generation rates than the M3 Ultra. In the author’s tests Qwen3.8‑Flash‑Next hits 100 tokens/s on short prompts and 60‑85 tokens/s with 64‑256 KB context, making local AI agents (Open Minis, Hermes, Codex) feel snappy a…

    Hacker News front pagemacstories.net39 minHN260255