The LMVD-ID is an internal research identifier, not an official CVE identifier.
Bi-Modal Adversarial Jailbreak
Large Vision Language Models (LVLMs) are vulnerable to a bi-modal adversarial prompt attack (BAP). BAP leverages a combined textual and visual prompt to bypass safety mechanisms and elicit harmful responses, even in…
Paper-evaluated models
No paper-evaluated models are recorded for this entry.
Description
Large Vision Language Models (LVLMs) are vulnerable to a bi-modal adversarial prompt attack (BAP). BAP leverages a combined textual and visual prompt to bypass safety mechanisms and elicit harmful responses, even in models designed to resist single-modality attacks. The attack first introduces a query-agnostic adversarial perturbation to the visual prompt, making the model more likely to respond positively regardless of the text. Then, an LLM refines the textual prompt iteratively to achieve the specific harmful intent.
Examples
See https://github.com/NY1024/BAP-Jailbreak-Vision-Lan (opens in a new tab). The repository contains code and examples demonstrating successful attacks against multiple open-source and commercial LVLMs like LLaVA, MiniGPT-4, InstructBLIP, Gemini, ChatGLM, Qwen, and ERNIE Bot. Specific examples showing successful jailbreaks are included in the paper's Appendix G.
Impact
Successful exploitation allows attackers to bypass safety and ethical guardrails implemented in LVLMs, obtaining responses that violate safety policies (e.g., generation of harmful content, instructions for illegal activities). The attack demonstrates reduced robustness of LVLMs against combined adversarial prompts compared to single-modality attacks. The attack can also be adapted to test for bias and adversarial robustness in LVLMs.
Affected Systems
Large Vision Language Models (LVLMs), including but not limited to: LLaVA, MiniGPT-4, InstructBLIP, Gemini, ChatGLM, Qwen, and ERNIE Bot. The vulnerability is likely present in other LVLMs that fuse visual and textual information for response generation.
Mitigation Steps
- Improve robustness to adversarial attacks by incorporating techniques that explicitly account for combined textual and visual manipulation.
- Develop more sophisticated safety mechanisms capable of detecting and mitigating attacks on both visual and textual aspects of the prompt.
- Implement stricter input validation and filtering to detect and reject potentially malicious prompts.
- Regularly update and refine safety models to adapt to evolving attack strategies. Consider adversarial training techniques against bi-modal attacks.
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
- Large Vision Language Models (LVLMs), including but not limited to: LLaVA, MiniGPT-4, InstructBLIP, Gemini, ChatGLM, Qwen, and ERNIE Bot. The vulnerability is likely present in other LVLMs that fuse visual and textual…
Research Paper
Jailbreak Vision Language Models via Bi-Modal Adversarial Prompt
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/2406.04031Related research
- Invisible Prompt Phishing Evasion
Published February 1, 2026 · application-layer, prompt-layer, injection
- Mobile Agent Visual Spoofing
Published February 1, 2026 · application-layer, prompt-layer, injection
- Distal Translation Jailbreak
Published January 1, 2026 · prompt-layer, jailbreak, vision