The LMVD-ID is an internal research identifier, not an official CVE identifier.
Visual Role-Play Jailbreak
Multimodal Large Language Models (MLLMs) are vulnerable to a universal jailbreak attack, termed Visual Role-Play (VRP), which leverages role-playing image characters to elicit harmful responses. VRP generates images…
Paper-evaluated models(7)
Gemini 1.0 Pro Vision, Internvlchat-v1.5, LLaVA 1.6 Mistral 7B +4 more
- Gemini 1.0 Pro Vision
- Internvlchat-v1.5
- LLaVA 1.6 Mistral 7B
- Mistral 7B
- Omnilmm (12B)
- Qwen-vl-chat (7B)
- Stable Diffusion
Description
Multimodal Large Language Models (MLLMs) are vulnerable to a universal jailbreak attack, termed Visual Role-Play (VRP), which leverages role-playing image characters to elicit harmful responses. VRP generates images depicting high-risk characters (e.g., cybercriminals) described by an LLM, paired with a benign role-play instruction and a malicious query. This combined input tricks the MLLM into generating malicious content by enacting the character's persona.
Examples
See the paper's repository for examples of generated images and prompts. Specific examples would be too large to include here but include prompts instructing the model to act as specific harmful characters (e.g. "a cyber criminal with political motivations"), paired with a benign role-playing instruction and a malicious query prompting the creation of harmful content such as bomb-making instructions.
Impact
Successful exploitation of the VRP vulnerability allows attackers to bypass safety mechanisms within MLLMs, inducing the generation of harmful content such as instructions for illegal activities, hate speech, or disinformation. This can lead to significant safety and ethical concerns. The universal nature of the attack means it is broadly applicable across different MLLM models.
Affected Systems
Multimodal Large Language Models (MLLMs) including, but not limited to, LLaVA-V1.6-Mistral-7B, Qwen-VL-Chat (7B), OmniLMM (12B), InternVLChat-V1.5, and Gemini-1.0-Pro-Vision. The vulnerability likely extends to other similar models.
Mitigation Steps
- Improve MLLM safety mechanisms to better detect and mitigate image-based attacks that include role-playing contexts.
- Implement robust filtering of inputs, including image analysis, to identify and block malicious prompts and character descriptions.
- Develop and integrate more sophisticated defenses to detect and counter role-playing based attacks, such as those using image-to-text transformations or prompt engineering defenses.
- Conduct thorough adversarial testing and red teaming to identify and address other vulnerabilities.
Research context and confidence
- Evidence and verification
- Paper-reported; independent reproduction is not documented.
- Primary research source linked.
- 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
- No related deployment category is classified.
- Taxonomy labels only; paper-specific deployment prerequisites are not inferred.
- Affected systems
- Multimodal Large Language Models (MLLMs) including, but not limited to, LLaVA-V1.6-Mistral-7B, Qwen-VL-Chat (7B), OmniLMM (12B), InternVLChat-V1.5, and Gemini-1.0-Pro-Vision. The vulnerability likely extends to other…
Research Paper
Visual-RolePlay: Universal Jailbreak Attack on MultiModal Large Language Models via Role-playing Image Characte
Primary source: arXiv. Findings are reported by the cited research and have not been independently verified.
View PaperEvidence
This entry is based on a primary research source. Its findings are paper-reported; independent reproduction and verification are not claimed.
https://arxiv.org/abs/2405.20773Related research
- Multimodal Contextual Jailbreak
Published April 1, 2025 · jailbreak, multimodal, injection
- LLM Robot Bias & Violence
Published June 1, 2024 · application-layer, injection, extraction
- Visual-Modality Jailbreaks Bypass VLM Safety Alignment
Published May 1, 2026 · model-layer, jailbreak, vision