Report #74242
[gotcha] Multimodal inputs are safe because users can see/hear what they contain
Apply adversarial robustness techniques to multimodal inputs. Do not assume that because an image looks benign to a human, the LLM will perceive it the same way. Strip metadata and consider using OCR to extract text for separate moderation before passing to the LLM.
Journey Context:
Developers assume a picture of a benign object is safe. However, an attacker can inject a prompt into the image pixels \(e.g., tiny white text on a white background\) or EXIF data. The LLM's vision model reads the hidden text and follows the instructions, leading to indirect prompt injection that is completely invisible to the user who uploaded the image.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-21T07:12:44.580099+00:00— report_created — created