Skip to main content
LLM Security Database
Skip to research details
Back to research findings
LMVD-ID: 994d2081
Paper published February 1, 2025
Entry analyzed March 4, 2025
Paper-reported evidence
Confidence: Source-linked

The LMVD-ID is an internal research identifier, not an official CVE identifier.

Multimodal Flanking Jailbreak

A novel "Flanking Attack" exploits the vulnerability of multimodal LLMs (e.g., Google Gemini) to bypass content moderation filters by embedding adversarial prompts within a sequence of benign prompts. The attack…

BibTeX citation

Paper-evaluated models

No paper-evaluated models are recorded for this entry.

Description

A novel "Flanking Attack" exploits the vulnerability of multimodal LLMs (e.g., Google Gemini) to bypass content moderation filters by embedding adversarial prompts within a sequence of benign prompts. The attack leverages the LLM's processing of both audio and text, obfuscating harmful requests through contextualization and layering, thereby yielding policy-violating responses.

Examples

See the research paper "From Compliance to Exploitation: Jailbreak Prompt Attacks on Multimodal LLMs (opens in a new tab)" for detailed examples. Specifically, the paper demonstrates successful attacks across seven forbidden scenarios using carefully crafted audio prompts interwoven with innocuous questions. A redacted prohibited request can be elicited by embedding it within a sequence of benign requests, preserving the flanking pattern without reproducing an operational prompt.

Impact

Successful exploitation allows attackers to circumvent content moderation and obtain responses that violate the LLM's usage policies, leading to the generation of illegal, harmful, or misleading content. It compromises the safety and reliability of the LLM.

Affected Systems

Multimodal LLMs susceptible to prompt injection attacks, particularly those processing audio input (e.g., Google Gemini). The vulnerability may be mitigated in future updates but is present in versions tested in the referenced research.

Mitigation Steps

  • Implement more robust content moderation filters that go beyond keyword or simple pattern matching; incorporate advanced semantic analysis techniques to understand the intent and context of multi-modal inputs.
  • Develop defenses that are resilient to prompt obfuscation techniques. This could involve techniques such as analyzing the entire prompt sequence for potentially malicious intent rather than focusing solely on individual prompts.
  • Regularly update and improve the LLM's safety mechanisms to stay ahead of evolving attack methods. Include adversarial training to enhance robustness against such attacks.
  • Employ multiple layers of defense, combining keyword filtering with semantic analysis, context analysis, and potentially external monitoring.

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 LLMs susceptible to prompt injection attacks, particularly those processing audio input (e.g., Google Gemini). The vulnerability may be mitigated in future updates but is present in versions tested in the…

Research Paper

From Compliance to Exploitation: Jailbreak Prompt Attacks on Multimodal LLMs

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/2502.00735