The LMVD-ID is an internal research identifier, not an official CVE identifier.
Visual-Modality Jailbreaks Bypass VLM Safety Alignment
The paper reports a reproducible black-box evaluation showing that vision-language models can recover prohibited intent encoded or implied through ostensibly benign visual inputs. Four tested families—visual ciphers…
Paper-evaluated models(6)
GPT-5.2, Claude Haiku 4.5, Gemini 3 Flash +3 more
- GPT-5.2
- Claude Haiku 4.5
- Gemini 3 Flash
- Gemini 3.1 Pro
- Qwen3-VL-235B
- Qwen3-VL-32B
Description
The paper reports a reproducible black-box evaluation showing that vision-language models can recover prohibited intent encoded or implied through ostensibly benign visual inputs. Four tested families—visual ciphers, object replacement, text replacement, and analogy riddles—expose a cross-modality alignment gap: safeguards effective for explicit text may not reliably apply after harmful semantics are reconstructed from images. These are paper-reported results, not independently verified findings.
Examples
See the primary source for the paper's evaluation and defensive reproduction context: https://arxiv.org/abs/2605.00583 (opens in a new tab)
Impact
Successful attacks can cause a VLM to produce policy-violating, actionable natural-language responses despite neutralized surface text and benign-looking visual elements. The paper reports substantial model-dependent attack success, including 40.9% best-of-five visual-cipher ASR for Claude-Haiku-4.5 versus 10.7% for its textual-cipher baseline, and up to 97.5% best-of-five visual-cipher ASR for Gemini-3-Flash. This undermines safety and output integrity in multimodal assistants and other image-enabled systems.
Affected Systems
- Vision-language models accepting combined image and text inputs
- Multimodal assistants, image-analysis, document-understanding, and image-search applications relying primarily on text-aligned safety controls
- Systems without modality-aware input evaluation and output-side safety filtering
Mitigation Steps
- Add multimodal safety post-training and red-team datasets covering visual ciphers, contextual object replacement, visual text replacement, and implicit visual reasoning patterns.
- Apply robust output-side safety classification to generated text as defense in depth; the paper reports that Qwen3Guard-Stream-0.6B flagged most compliant Visual Cipher outputs while rarely flagging refusals.
- Evaluate safety jointly across image and text channels rather than treating images as passive context; test semantically equivalent text-only and visual variants.
- Use modality-aware monitoring to detect risky semantics reconstructed from visual context, including discrepancies between benign surface appearance and inferred intent.
- Retain conservative refusal behavior when visual inputs require decoding placeholders, legends, substitutions, or indirect analogies before answering.
Evidence
- Primary source and publication metadata: https://arxiv.org/abs/2605.00583 (opens in a new tab) (submitted 2026-05-01; abstract describes four visual jailbreak techniques and evaluation across six frontier VLMs).
- Paper §3, “Jailbreaking VLMs with Visual Inputs”: https://arxiv.org/html/2605.00583 (opens in a new tab) — describes the visual cipher, visual object replacement, visual text replacement, and visual analogy riddle methods, plus neutralized HarmBench prompts and decode-first evaluation. Safe defensive reproduction can use harmless surrogate tasks and benign concepts while preserving the paper’s cross-modal comparison structure.
- Paper §3.6, “Evaluation Methodology”: https://arxiv.org/html/2605.00583 (opens in a new tab) — reports an ensemble judge rubric of refusal, misunderstanding, partial compliance, and compliance, conservative majority aggregation, and 84.3% unanimous agreement across 3,975 evaluation runs.
- Paper Table 2 and §4.2: https://arxiv.org/html/2605.00583 (opens in a new tab) — reports single-shot/best-of-five ASRs across GPT-5.2, Claude-Haiku-4.5, Gemini-3-Flash, Gemini-3.1-Pro, Qwen3-VL-235B, and Qwen3-VL-32B; the 40.9% versus 10.7% Claude-Haiku-4.5 visual/textual cipher comparison and 97.5% Gemini-3-Flash visual-cipher result are measurements reported by the authors, not independently verified facts.
- Paper §5, “Discussion, Limitations and Future Work”: https://arxiv.org/html/2605.00583 (opens in a new tab) — characterizes the issue as a broadly reproducible cross-modality alignment gap, but notes HarmBench scope, proprietary-model opacity, image-generation variability, judge uncertainty, and lack of transferability/compositional-attack study.
- Paper §5, “Toward Practical Mitigations,” and Appendix K: https://arxiv.org/html/2605.00583 (opens in a new tab) — recommends output-side classification and reports a Qwen3Guard-Stream-0.6B Visual Cipher experiment; §5.1 recommends visual-jailbreak augmentation for RLHF and vision-specific constitutional principles.
Research context and confidence
- Evidence and verification
- Paper-reported; independent reproduction is not documented.
- Primary source plus a dedicated evidence section.
- Severity
- Not rated by this catalog.
- Source and publication type
- arXiv · Research preprint.
- Peer-review status is not provided by this source.
- Author and publication status
- Author metadata is not stored; see the primary paper.
- Threat model and attacker access
- Black-box model, service, or application access.
- Related deployment categories
- Vision-language models
- Taxonomy labels only; paper-specific deployment prerequisites are not inferred.
- Affected systems
- Vision-language models accepting combined image and text inputs Multimodal assistants, image-analysis, document-understanding, and image-search applications relying primarily on text-aligned safety controls Systems…
Research Paper
Jailbreaking Vision-Language Models Through the Visual Modality
Primary source: arXiv. Findings are reported by the cited research and have not been independently verified.
View PaperRelated research
- Universal MLLM Target Matching
Published January 1, 2026 · model-layer, jailbreak, multimodal
- Semantic Hierarchical VLM Transfer
Published February 1, 2026 · model-layer, jailbreak, hallucination
- Adaptive Multimodal Reasoning Jailbreaks
Published January 29, 2026 · model-layer, jailbreak, vision