Skip to main content
LLM Security Database
Skip to research details
Back to research findings
LMVD-ID: 35e502e3
Paper published September 1, 2024
Entry analyzed December 29, 2024
Paper-reported evidence
Confidence: Source-linked

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

Concealed Multi-Turn Jailbreak

Large Language Models (LLMs) are vulnerable to a novel multi-turn jailbreaking attack, termed "RED QUEEN ATTACK." This attack uses multi-turn conversations to conceal malicious intent by framing the user as a protector…

BibTeX citation

Paper-evaluated models(1)

  • GPT-4o

Description

Large Language Models (LLMs) are vulnerable to a novel multi-turn jailbreaking attack, termed "RED QUEEN ATTACK." This attack uses multi-turn conversations to conceal malicious intent by framing the user as a protector seeking to prevent harmful actions by others. The LLM, instead of detecting the concealed malicious intent, provides information that facilitates the harmful action under the guise of assisting in prevention efforts.

Examples

See https://github.com/kriti-hippo/red_queen (opens in a new tab). Examples include scenarios where a user, pretending to be a concerned friend/police officer/etc., elicits detailed instructions for bomb-making or other illegal activities by claiming to be thwarting someone else's plans.

Impact

Successful exploitation of this vulnerability allows attackers to bypass LLM safety mechanisms and obtain detailed instructions for harmful activities, including bomb-making, illegal substance production, and other malicious plans. The vulnerability is more pronounced in larger LLMs, suggesting a scale-dependent vulnerability in current safety mechanisms.

Affected Systems

Multiple LLMs, including but not limited to GPT-4, Llama3, Llama3.1, Qwen2, and Mixtral, across various sizes (7B parameters to 405B parameters) are susceptible.

Mitigation Steps

  • Implement a Direct Preference Optimization (DPO) based mitigation strategy, as described in the RED QUEEN GUARD method, by training models on data incorporating multi-turn attacks and corresponding safe responses.
  • Improve LLM safety mechanisms to better detect concealed malicious intent within multi-turn conversations. This may require advancing contextual understanding and intent recognition capabilities.
  • Employ robust multi-turn safety evaluation frameworks to thoroughly assess the robustness of LLM safety measures against sophisticated attacks.

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
Multiple LLMs, including but not limited to GPT-4, Llama3, Llama3.1, Qwen2, and Mixtral, across various sizes (7B parameters to 405B parameters) are susceptible.

Research Paper

RED QUEEN: Safeguarding Large Language Models against Concealed Multi-Turn Jailbreaking

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