The LMVD-ID is an internal research identifier, not an official CVE identifier.
Expanded Strategy Jailbreak
Large Language Models (LLMs) are vulnerable to jailbreak attacks that exploit the model's inherent persuasive nature. A novel attack framework, CL-GSO, decomposes jailbreak strategies into four components (Role…
Paper-evaluated models(5)
Claude 3.5 Sonnet, GPT-3.5 Turbo, GPT-4o +2 more
- Claude 3.5 Sonnet
- GPT-3.5 Turbo
- GPT-4o
- Llama 3 8B
- Qwen 2.5 7B
Description
Large Language Models (LLMs) are vulnerable to jailbreak attacks that exploit the model's inherent persuasive nature. A novel attack framework, CL-GSO, decomposes jailbreak strategies into four components (Role, Content Support, Context, Communication Skills), creating a significantly expanded strategy space compared to prior methods. This expanded space allows for the generation of prompts that bypass safety protocols with a success rate exceeding 90% on models previously considered resistant, such as Claude-3.5. The vulnerability lies in the susceptibility of the LLM's reasoning and response generation mechanisms to strategically crafted prompts leveraging these four components.
Examples
See https://github.com/Aries-iai/CL-GSO (opens in a new tab) for code and examples of successful jailbreak prompts generated using the CL-GSO framework. Specific examples against Claude-3.5, Llama 3, and Qwen-2.5 are provided in the Appendix of the referenced paper.
Impact
Successful jailbreak attacks can lead to LLMs generating harmful, unsafe, or biased outputs, circumventing their safety mechanisms. This can have significant consequences, depending on the LLM's application, including generating illegal instructions, spreading misinformation, or revealing sensitive information. The high success rate of CL-GSO against state-of-the-art safety-aligned LLMs highlights the severity of this vulnerability.
Affected Systems
The vulnerability affects various LLMs, including but not limited to Claude-3.5, Llama 3, and Qwen-2.5, and potentially other LLMs with similar safety mechanisms. The documented high cross-model transferability suggests a broad impact across different LLM architectures.
Mitigation Steps
- Improve Safety Mechanisms: Develop more robust safety mechanisms that are resistant to diverse attack strategies, considering not only content but also the underlying persuasive intent of the input.
- Expand Training Data: Expand the training data used for safety alignment to include a wider variety of adversarial prompts and attack strategies, such as those generated by the CL-GSO framework.
- Implement Advanced Filtering: Employ sophisticated filtering techniques that analyze prompts for underlying persuasive intent, rather than relying solely on keyword-based or content-based filtering.
- Regular Security Audits: Perform regular security audits of LLMs using diverse and advanced adversarial testing methods to identify and address vulnerabilities.
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 affects various LLMs, including but not limited to Claude-3.5, Llama 3, and Qwen-2.5, and potentially other LLMs with similar safety mechanisms. The documented high cross-model transferability…
Research Paper
Breaking the Ceiling: Exploring the Potential of Jailbreak Attacks through Expanding Strategy Space
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/2505.21277Related research
- Multi-Turn LLM Jailbreak
Published January 1, 2025 · jailbreak, application-layer, prompt-layer
- Ethical Dilemma Jailbreak TRIAL
Published September 1, 2025 · model-layer, prompt-layer, injection
- MDH: Hybrid Jailbreak Detection Strategy
Published August 1, 2025 · prompt-layer, application-layer, injection