The LMVD-ID is an internal research identifier, not an official CVE identifier.
Multi-Round Jailbreak Agent
Large Language Models (LLMs) are vulnerable to multi-round jailbreak attacks which leverage a heuristic search process to progressively elicit harmful content. The attack decomposes a harmful query into multiple…
Paper-evaluated models(7)
DALL-E 3, GPT-3.5 Turbo, GPT-4 +4 more
- DALL-E 3
- GPT-3.5 Turbo
- GPT-4
- GPT-4o
- Llama 2 7B Chat
- Mistral-7B-instruct-0.2
- Vicuna-7B-1.5
Description
Large Language Models (LLMs) are vulnerable to multi-round jailbreak attacks which leverage a heuristic search process to progressively elicit harmful content. The attack decomposes a harmful query into multiple, seemingly innocuous sub-queries, iteratively refining the prompts based on the LLM's responses and employing psychological strategies to bypass safety mechanisms. This allows for the circumvention of single-round detection methods and elicitation of responses containing prohibited content.
Examples
The attack utilizes a multi-round dialogue strategy. Starting with benign queries related to a redacted prohibited request, the attacker refines subsequent queries based on the LLM's response, gradually escalating toward the original harmful objective. Psychological strategies, such as flattery or appeals to authority, are employed to make the LLM more likely to provide harmful content. See arXiv:2411.03814 (opens in a new tab) for the evaluated patterns.
Impact
Successful exploitation of this vulnerability allows attackers to circumvent LLM safety measures and elicit harmful, unethical, or illegal responses, such as instructions for creating weapons, promoting violence, or spreading disinformation. This compromises the safety and reliability of LLM-based applications.
Affected Systems
All LLMs susceptible to multi-round dialogue are affected, including, but not limited to, GPT-3.5-Turbo, GPT-4, Vicuna-7B-1.5, LLAMA2-7B-CHAT, and MISTRAL-7B-INSTRUCT0.2. The vulnerability appears to be highly transferable across different model architectures.
Mitigation Steps
- Improved prompt engineering: Develop more robust safety prompts that are resistant to iterative refinement and psychological manipulation.
- Multi-round dialogue detection: Implement mechanisms to detect and block conversation patterns consistent with the described attack strategy.
- Contextual risk assessment: Enhance safety mechanisms to evaluate the cumulative risk of multiple interactions over a conversation.
- Reinforcement learning from human feedback (RLHF) with data specifically addressing the vulnerabilities exposed by these multi-round attacks will further improve safety.
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
- All LLMs susceptible to multi-round dialogue are affected, including, but not limited to, GPT-3.5-Turbo, GPT-4, Vicuna-7B-1.5, LLAMA2-7B-CHAT, and MISTRAL-7B-INSTRUCT0.2. The vulnerability appears to be highly…
Research Paper
MRJ-Agent: An Effective Jailbreak Agent for Multi-Round Dialogue
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/2411.03814Related research
- GAP Stealth Jailbreak Optimization
Published January 1, 2025 · prompt-layer, jailbreak, blackbox
- Perceptual Text-to-Image Jailbreak
Published August 1, 2024 · jailbreak, blackbox, application-layer
- Voice-Based GPT-4 Jailbreak
Published May 1, 2024 · application-layer, jailbreak, multimodal