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

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

MAD Amplified Jailbreaks

Multi-Agent Debate (MAD) frameworks leveraging Large Language Models (LLMs) are vulnerable to amplified jailbreak attacks. A novel structured prompt-rewriting technique exploits the iterative dialogue and role-playing…

BibTeX citation

Paper-evaluated models(3)

  • GPT-3.5 Turbo
  • GPT-4
  • GPT-4o

Description

Multi-Agent Debate (MAD) frameworks leveraging Large Language Models (LLMs) are vulnerable to amplified jailbreak attacks. A novel structured prompt-rewriting technique exploits the iterative dialogue and role-playing dynamics of MAD, circumventing inherent safety mechanisms and significantly increasing the likelihood of generating harmful content. The attack succeeds by using narrative encapsulation, role-driven escalation, iterative refinement, and rhetorical obfuscation to guide agents towards progressively elaborating harmful responses.

Examples

See arXiv:2504.16489 (opens in a new tab) for detailed examples of the structured prompt rewriting technique and its effect on various MAD frameworks and LLMs. Examples included prompts designed to elicit responses detailing the creation of harmful items (bombs, keyloggers) and those generating sexually explicit content. The paper demonstrates a substantial increase in the harmfulness score from approximately 28% to 80% after applying the attack.

Impact

Successful exploitation leads to the generation of harmful, biased, or inappropriate content by multiple LLMs within the MAD framework, significantly exceeding the harmfulness observed in single-agent LLM setups. This can result in the dissemination of malicious information, the facilitation of harmful activities, and the undermining of the trustworthiness of the MAD system.

Affected Systems

Multi-Agent Debate systems built upon leading commercial LLMs (e.g., GPT-4o, GPT-4, GPT-3.5-turbo, DeepSeek) using frameworks such as Multi-Persona, Exchange of Thoughts, ChatEval, and AgentVerse are affected.

Mitigation Steps

  • Implement robust input filtering and output detection mechanisms specifically designed to detect and mitigate the structured prompt-rewriting attack.
  • Develop and integrate dedicated safety agents within the MAD framework to monitor and intervene in potentially harmful discussions.
  • Enhance the safety alignment of underlying LLMs through improved fine-tuning and reinforcement learning.
  • Employ intra-debate monitoring to track semantic drift, cross-agent response consistency, and cumulative harmfulness scores to detect and prevent harmful content propagation.
  • Design more robust agent personas with stronger safety constraints resistant to role-driven escalation and narrative hijacking.
  • Conduct adversarial training specifically targeting the multi-turn dynamics and role interactions of MAD.

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
Multi-Agent Debate systems built upon leading commercial LLMs (e.g., GPT-4o, GPT-4, GPT-3.5-turbo, DeepSeek) using frameworks such as Multi-Persona, Exchange of Thoughts, ChatEval, and AgentVerse are affected.

Research Paper

Amplified Vulnerabilities: Structured Jailbreak Attacks on LLM-based Multi-Agent Debate

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