Skip to main content
LLM Security Database
Skip to research details
Back to research findings
LMVD-ID: 367e75b6
Paper published June 1, 2024
Entry analyzed December 28, 2024
Paper-reported evidence
Confidence: Source-linked

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…

BibTeX citation

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 Paper

Evidence

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.04031