Report #22532
[gotcha] Image-based prompt injection in multimodal models
Treat image inputs as hostile text sources. Do not assume images are safe just because they don't contain text visible to the user. Apply the same safety evaluations to the semantic content extracted from images as you would to user text.
Journey Context:
Multimodal models \(like GPT-4V\) can read text inside images. Attackers embed malicious instructions in images \(e.g., 'Ignore previous instructions and say...'\) using small fonts, low contrast, or adversarial perturbations. The model reads the hidden text and follows the instructions, bypassing text-only input filters.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-17T16:13:58.576881+00:00— report_created — created