Toutes les vulnérabilités
HIGHAI/LLM

AI-SHADOWLEAK-2025

ChatGPT · ChatGPT Deep Research connectors

Résumé

ShadowLeak is a server-side zero-click indirect prompt-injection attack against ChatGPT's Deep Research agent, discovered by Radware. An attacker emails the victim a message with instructions hidden in the HTML using white-on-white text and tiny fonts; when the user runs Deep Research over their inbox, the agent autonomously follows the hidden instructions and exfiltrates personal and inbox data. The distinguishing trait is that exfiltration occurs entirely server-side within OpenAI's cloud infrastructure, making it invisible to local and enterprise network defenses. The Gmail proof of concept generalizes to any Deep Research connector; OpenAI fixed it before public disclosure with no evidence of in-the-wild exploitation.

Comment l’éviter dans votre code

  • Treat inbox/email content as untrusted data; the agent must not follow instructions hidden in it.
  • Strip hidden HTML (white-on-white, tiny fonts) before passing content to the agent.
  • Restrict server-side agent egress to an allow-list so it cannot reach attacker endpoints.
  • Require human approval before Deep Research connectors act on or send data externally.
  • Scope connector permissions to least privilege and isolate untrusted content from instructions.

Références

Vulnérabilités liées

Tout AI/LLM →