The LMVD-ID is an internal research identifier, not an official CVE identifier.
Dual Jailbreak via TDI/MTO
A vulnerability exists in the combination of Large Language Models (LLMs) and their associated safety guardrails, allowing attackers to bypass both defenses and elicit harmful or unintended outputs from LLMs. The…
Paper-evaluated models(4)
- GPT-3.5 Turbo
- GPT-4
- Llama 3 8B Instruct
- Qwen 2.5 7B Instruct
Description
A vulnerability exists in the combination of Large Language Models (LLMs) and their associated safety guardrails, allowing attackers to bypass both defenses and elicit harmful or unintended outputs from LLMs. The vulnerability stems from insufficient detection by guardrails against adversarially crafted prompts, which appear benign but contain hidden malicious intent. The attack, dubbed "DualBreach," leverages a target-driven initialization strategy and multi-target optimization to generate these prompts, effectively bypassing both the guardrail and LLM's internal safety mechanisms.
Examples
See arXiv:2504.18564 (opens in a new tab) for specific examples of adversarial prompts generated by DualBreach and their success rate in bypassing various LLMs and guardrails (LlamaGuard-3, Nvidia NeMo, Guardrails AI, OpenAI Moderation API, Google Moderation API). The paper provides examples targeting GPT-3.5, GPT-4, Llama-3, and Qwen-2.5.
Impact
Successful exploitation of this vulnerability could lead to the generation of harmful content, including but not limited to: hate speech, misinformation, instructions for illegal activities, and personal information disclosure. This could have significant consequences for users and the reputation of LLM-based applications. The low average query count (1.77) needed for a successful attack makes the exploit easier to carry out.
Affected Systems
A wide range of LLMs and guardrail systems are impacted, including but not limited to those specifically tested in the referenced research (GPT-3.5, GPT-4, Llama-3, Qwen-2.5, LlamaGuard-3, Nvidia NeMo, Guardrails AI, OpenAI Moderation API, Google Moderation API). The vulnerability is likely applicable to other similar systems.
Mitigation Steps
- Improve guardrail detection mechanisms to better identify subtle malicious intent hidden within seemingly benign prompts.
- Develop more robust and diverse defensive strategies that go beyond keyword-based filtering or basic pattern matching. Consider ensemble methods for guardrails, like the EG UARD approach described in the paper.
- Employ advanced detection techniques that analyze the semantic meaning and context of prompts, rather than relying solely on lexical features.
- Implement a system for monitoring query patterns and detecting suspicious activity, such as frequent similar queries or those clearly attempting to bypass safety mechanisms. Limit the number of queries allowed per user within a defined time frame.
- Regularly update and refine LLMs and guardrails based on emerging attack techniques and vulnerabilities.
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
- A wide range of LLMs and guardrail systems are impacted, including but not limited to those specifically tested in the referenced research (GPT-3.5, GPT-4, Llama-3, Qwen-2.5, LlamaGuard-3, Nvidia NeMo, Guardrails AI…
Research Paper
DualBreach: Efficient Dual-Jailbreaking via Target-Driven Initialization and Multi-Target Optimization
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/2504.18564Related research
- Embedding-Guided LLM Jailbreak
Published January 1, 2025 · prompt-layer, jailbreak, blackbox
- Diffusion-Driven LLM Jailbreak
Published December 1, 2024 · prompt-layer, jailbreak, blackbox
- Attack LLMs with Toxic Answers
Published August 1, 2024 · model-layer, prompt-layer, injection