The LMVD-ID is an internal research identifier, not an official CVE identifier.
Pattern Enhanced Multi-Turn Jailbreaking
Pattern Enhanced Chain of Attack (PE-CoA) shows that safety controls can be bypassed gradually across a conversation. The paper evaluates five recurring conversational patterns and finds that resistance to one pattern…
Paper-evaluated models(12)
Claude 3 Haiku, DeepSeek Chat, Gemini 1.5 Flash +9 more
- Claude 3 Haiku
- DeepSeek Chat
- Gemini 1.5 Flash
- Gemini 1.5 Pro
- Gemini 2.0 Flash
- GPT-3.5 Turbo
- GPT-4o Mini
- Llama 2 13B
- Llama 2 7B
- Llama 3 8B
- Mistral 7B Instruct v0.3
- Vicuna 13B v1.5
Description
Pattern Enhanced Chain of Attack (PE-CoA) shows that safety controls can be bypassed gradually across a conversation. The paper evaluates five recurring conversational patterns and finds that resistance to one pattern does not reliably generalize to others, creating a black-box, multi-turn jailbreak risk even when individual turns appear benign.
Examples
A defensive reproduction can use inert goals and vary only the conversational framing (for example, educational discussion, personal experience, or a hypothetical scenario) across several turns. The primary evaluation covers twelve language models and ten harm categories: arXiv:2510.08859 (opens in a new tab).
Impact
An attacker can accumulate conversational context to bypass refusal behavior and elicit policy-violating responses. Shared failure patterns across related model families also make these attacks more transferable than single-pattern evaluations suggest.
Affected Systems
- Conversational LLM deployments that retain multi-turn context, including the Claude, DeepSeek, Gemini, GPT, Llama, Mistral, and Vicuna variants listed in the entry metadata.
Mitigation Steps
- Evaluate complete conversations with multiple attack patterns and inert test goals; do not rely on single-turn refusal rates as the sole safety signal.
- Reassess intent and policy compliance using the full conversation state before responding or invoking tools, and reset or constrain context when risk escalates.
- Add pattern-aware regression tests and rate limits for repeated refusal-reframing attempts.
Evidence
Primary source: Pattern Enhanced Multi-Turn Jailbreaking (opens in a new tab).
Research context and confidence
- Evidence and verification
- Paper-reported; independent reproduction is not documented.
- Primary source plus a dedicated evidence section.
- 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
- Conversational LLM deployments that retain multi-turn context, including the Claude, DeepSeek, Gemini, GPT, Llama, Mistral, and Vicuna variants listed in the entry metadata.
Research Paper
Pattern Enhanced Multi-Turn Jailbreaking: Exploiting Structural Vulnerabilities in Large Language Models
Primary source: arXiv. Findings are reported by the cited research and have not been independently verified.
View PaperRelated research
- Template and Suffix Optimization
Published November 1, 2025 · model-layer, prompt-layer, injection
- Ethical Dilemma Jailbreak TRIAL
Published September 1, 2025 · model-layer, prompt-layer, injection
- Agent Policy Hacking
Published July 1, 2025 · application-layer, model-layer, prompt-layer