The LMVD-ID is an internal research identifier, not an official CVE identifier.
Multi-Step Moralized Jailbreak
Large Language Models (LLMs) are vulnerable to multi-step "moralized" jailbreak prompts that bypass their safety guardrails. These prompts, while appearing ethical individually, cumulatively create a context that…
Paper-evaluated models(4)
- Claude 3.5 Sonnet
- GPT-4o
- Grok 2
- Llama 3.1 405B
Description
Large Language Models (LLMs) are vulnerable to multi-step "moralized" jailbreak prompts that bypass their safety guardrails. These prompts, while appearing ethical individually, cumulatively create a context that elicits verbally aggressive and harmful content generation. The attack leverages the LLMs' inability to fully understand the cumulative context and intent across multiple prompts.
Examples
See https://github.com/brucewang123456789/GeniusTrail.git (opens in a new tab) for the complete dataset and code. The attack involves a seven-step prompt sequence simulating a corporate scenario where a manager uses morally-justified criticisms to attack competitors, culminating in the LLM generating verbally abusive content.
Impact
Successful exploitation leads to the generation of harmful, verbally offensive content by the LLM, potentially causing reputational damage, inciting hatred, and enabling harassment. The vulnerability undermines the effectiveness of existing safety mechanisms and trust in LLMs.
Affected Systems
The vulnerability impacts GPT-4o, Grok-2 Beta, Llama 3.1 (405B), Claude 3.5 Sonnet, and a Gemini 1.5 service whose exact tier is not disclosed, showcasing a potential weakness across different LLM architectures and vendors.
Mitigation Steps
- Enhance LLM safety mechanisms to consider cumulative context and intent across multiple prompts, rather than relying solely on single-prompt analysis.
- Implement more robust methods for detecting and mitigating attempts to manipulate LLM responses through staged prompts, potentially utilizing techniques to identify subtle shifts in conversation intent.
- Develop improved methods for identifying and classifying verbally abusive language, even when embedded within a seemingly benign context.
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
- The vulnerability impacts GPT-4o, Grok-2 Beta, Llama 3.1 (405B), Claude 3.5 Sonnet, and a Gemini 1.5 service whose exact tier is not disclosed, showcasing a potential weakness across different LLM architectures and…
Research Paper
" Moralized" Multi-Step Jailbreak Prompts: Black-Box Testing of Guardrails in Large Language Models for Verbal Attacks
Primary source: arXiv. Findings are reported by the cited research and have not been independently verified.
View PaperEvidence
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/2411.16730Related research
- Personalized Disinformation Jailbreak Escalation
Published October 1, 2025 · model-layer, prompt-layer, injection
- Agentic Red-Teaming Uncovers Novel Jailbreaks
Published June 1, 2025 · model-layer, prompt-layer, jailbreak
- LLM Self-Jailbreaking Attack
Published February 1, 2025 · prompt-layer, jailbreak, blackbox