Persona Attack: Incremental Memory Injection Jailbreak Attack against Large Language Models
Researchers have identified a new jailbreak attack called Persona Attack that exploits LLMs' memory and conversation context to bypass safety mechanisms. By incrementally injecting instructions through dialogue, the attack achieves up to 95% success rates, demonstrating that accumulated memory instructions can override built-in safety alignment regardless of traditional safety training.
Persona Attack represents a meaningful evolution in adversarial techniques against large language models, shifting focus from single-prompt exploits to exploiting the conversational memory that users increasingly rely on. Rather than attempting to trick a model with a single malicious prompt, this method leverages the model's design feature of maintaining context across multiple turns, gradually accumulating instructions that eventually override safety guardrails. This matters because most current defenses assume attacks arrive in isolated prompts, leaving models vulnerable to distributed attacks woven into natural conversation flows.
The underlying vulnerability stems from a fundamental tension in LLM design: models must be responsive to user instructions to be useful, yet they must also maintain safety boundaries. When instructions accumulate incrementally through conversation history, models increasingly treat recent context as more authoritative than their training-time safety alignment. This is particularly concerning because the attack succeeds across multiple widely-used models, suggesting the vulnerability is structural rather than specific to any single architecture or implementation.
For developers and organizations deploying LLMs in production, this research indicates that safety mechanisms cannot rely solely on individual prompt filtering. The 95% success rate under specific conditions suggests that security audits must model adversarial scenarios involving extended conversations, not just isolated malicious inputs. Users of AI systems should understand that safety mechanisms may degrade across longer conversations, which has implications for sensitive applications like medical or financial advice where consistency matters.
Future defenses likely require rethinking how models weight instructions from different sources and timepoints. The research suggests memory-aware safety mechanisms that monitor instruction accumulation patterns could be necessary, rather than assuming safety training provides consistent protection regardless of conversation length or instruction density.
- βPersona Attack achieves 95% jailbreak success by incrementally injecting instructions through conversation memory rather than single prompts
- βThe attack exploits models' design to prioritize recent conversational context over training-time safety alignment
- βSuccess rates vary based on model architecture and instruction combinations, indicating structural rather than isolated vulnerabilities
- βTraditional prompt-filtering defenses are insufficient against distributed attacks woven across multiple conversation turns
- βExtended conversations may gradually degrade safety mechanism effectiveness across multiple LLM implementations