Skip to main content
LLM Security Database
Skip to research details
Back to research findings
LMVD-ID: 94b94571
Paper published October 1, 2024
Entry analyzed December 28, 2024
Paper-reported evidence
Confidence: Source-linked

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

Multi-turn Actor Jailbreak

Large Language Models (LLMs) are vulnerable to multi-turn adversarial attacks where malicious users obscure harmful intents across multiple queries. The ActorAttack method leverages the LLM's own knowledge base to…

BibTeX citation

Paper-evaluated models(6)

Claude 3.5 Sonnet, GPT-3.5 Turbo, GPT-4 +3 more
  • Claude 3.5 Sonnet
  • GPT-3.5 Turbo
  • GPT-4
  • Llama 3 70B
  • Llama 3 8B
  • o1

Description

Large Language Models (LLMs) are vulnerable to multi-turn adversarial attacks where malicious users obscure harmful intents across multiple queries. The ActorAttack method leverages the LLM's own knowledge base to discover semantically linked "actors" related to a harmful target. By posing seemingly innocuous questions about these actors, the attacker guides the LLM towards revealing harmful information step-by-step, accumulating knowledge until the desired malicious output is obtained, even bypassing safety mechanisms. The attack dynamically adapts to the LLM's responses, enhancing its effectiveness.

Examples

See https://github.com/renqibing/ActorAttack (opens in a new tab) and the associated paper for examples demonstrating the attack against various LLMs, including GPT-3.5, GPT-4, Claude-3.5, Llama-3-8B, and Llama-3-70B. Specific examples are also given in Figures 10, 11, 12, 13, and 14 of the paper.

Impact

Successful exploitation of this vulnerability could lead to the LLM revealing sensitive or harmful information, including instructions for creating harmful devices, illegal activities, or promoting harmful ideologies, even if the LLM's safety mechanisms are in place. The attack's multi-turn nature makes detection more challenging.

Affected Systems

Various Large Language Models (LLMs) are susceptible, including but not limited to those listed above. The vulnerability is not tied to a specific model architecture but rather the inherent knowledge base and reasoning capabilities of LLMs.

Mitigation Steps

  • Augment safety training data with multi-turn adversarial examples generated using the ActorAttack technique or similar methods.
  • Develop more robust detection mechanisms for identifying the subtle shifts in conversational topics indicative of this type of attack.
  • Implement more sophisticated response filtering and control mechanisms to prevent the accumulation of harmful information across multiple turns.
  • Improve the LLM's ability to explicitly reason about and reject potentially dangerous lines of inquiry, even if those lines cleverly avoid explicit keywords.

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
Various Large Language Models (LLMs) are susceptible, including but not limited to those listed above. The vulnerability is not tied to a specific model architecture but rather the inherent knowledge base and reasoning…

Research Paper

Derail Yourself: Multi-turn LLM Jailbreak Attack through Self-discovered Clues

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