The LMVD-ID is an internal research identifier, not an official CVE identifier.
Probabilistic Multimodal Jailbreak
Multimodal Large Language Models (MLLMs) are vulnerable to Jailbreak-Probability-based Attacks (JPA). JPA leverages a Jailbreak Probability Prediction Network (JPPN) to identify and optimize adversarial perturbations…
Paper-evaluated models(5)
DeepSeek VL 1.3B, InstructBLIP Vicuna 13B, InternLM XComposer +2 more
- DeepSeek VL 1.3B
- InstructBLIP Vicuna 13B
- InternLM XComposer
- MiniGPT-4 Vicuna 13B
- Qwen VL Chat
Description
Multimodal Large Language Models (MLLMs) are vulnerable to Jailbreak-Probability-based Attacks (JPA). JPA leverages a Jailbreak Probability Prediction Network (JPPN) to identify and optimize adversarial perturbations in input images, maximizing the probability of eliciting harmful responses from the MLLM, even with small perturbation bounds and few iterations. The attack operates by modifying the input image's hidden states within the MLLM to increase the predicted jailbreak probability.
Examples
See arXiv:2503.06989 (opens in a new tab) for details and examples of successful attacks. The paper provides specific examples of adversarial images generated using JPA against multiple MLLMs.
Impact
Successful exploitation of this vulnerability allows attackers to bypass MLLM safety mechanisms and elicit harmful or undesirable outputs (e.g., hate speech, discriminatory comments, instructions for illegal activities). The attack's effectiveness is demonstrated with high success rates (up to 79.92% against MiniGPT-4) even using minimal image perturbations (4/255).
Affected Systems
Multimodal Large Language Models (MLLMs) including, but not limited to, MiniGPT-4, InstructBLIP, Qwen-VL, InternLM-XComposer-VL, and DeepSeek-VL are susceptible. The vulnerability is likely present in other MLLMs.
Mitigation Steps
- Jailbreak-Probability-based Finetuning (JPF): Fine-tune the MLLM to reduce the predicted jailbreak probability of adversarial images.
- Jailbreak-Probability-based Defensive Noise (JPDN): Add defensive noise to input images to reduce their jailbreak probability. This can be incorporated as pre-processing.
- Improved Safety Mechanisms: Develop more robust safety mechanisms within MLLMs to handle adversarial inputs and reduce the effectiveness of JPA. This will require deeper investigation into the vulnerability mechanisms exploited by JPA.
- Input Sanitization: Implement more rigorous input sanitization techniques to detect and mitigate adversarial perturbations before they reach the MLLM's core processing stages.
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
- Both white-box and black-box research contexts are tagged; consult the primary paper for target-specific access.
- Related deployment categories
- Vision-language models
- Taxonomy labels only; paper-specific deployment prerequisites are not inferred.
- Affected systems
- Multimodal Large Language Models (MLLMs) including, but not limited to, MiniGPT-4, InstructBLIP, Qwen-VL, InternLM-XComposer-VL, and DeepSeek-VL are susceptible. The vulnerability is likely present in other MLLMs.
Research Paper
Utilizing Jailbreak Probability to Attack and Safeguard Multimodal LLMs
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/2503.06989Related research
- Semantic Hierarchical VLM Transfer
Published February 1, 2026 · model-layer, jailbreak, hallucination
- JailFlip Implicit Harm
Published June 1, 2025 · model-layer, prompt-layer, jailbreak
- Visual-Modality Jailbreaks Bypass VLM Safety Alignment
Published May 1, 2026 · model-layer, jailbreak, vision