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