The LMVD-ID is an internal research identifier, not an official CVE identifier.
Diverse Jailbreak Optimization
Large Language Models (LLMs) are vulnerable to jailbreak attacks that utilize an optimized algorithm to bypass safety mechanisms. The vulnerability stems from the redundancy in existing trigger-searching algorithms…
Paper-evaluated models(13)
Alpaca 7B, Gemma 7B IT, GPT-3.5 Turbo +10 more
- Alpaca 7B
- Gemma 7B IT
- GPT-3.5 Turbo
- Llama 2 13B Chat
- Llama 2 70B Chat
- Llama 2 7B Chat
- Llama 3 8B
- Llama 3 8B Instruct
- Mistral 7B
- Vicuna 13B
- Vicuna 33B
- Vicuna 7B
- Wizard Vicuna 13B
Description
Large Language Models (LLMs) are vulnerable to jailbreak attacks that utilize an optimized algorithm to bypass safety mechanisms. The vulnerability stems from the redundancy in existing trigger-searching algorithms, resulting in inefficient exploration of the prompt space and allowing attackers to elicit harmful responses. The proposed DPP-based Stochastic Trigger Searching (DSTS) algorithm demonstrates a statistically significant improvement over existing optimization-based attacks.
Examples
See the paper's repository for specific examples of jailbreak prompts generated by DSTS and their corresponding harmful outputs from various LLMs, including LLaMA-2-7B-Chat and Vicuna-7B. Examples are also provided in Appendix F of the paper showing successful jailbreaks on the AdvBench dataset.
Impact
Successful exploitation allows attackers to bypass built-in safety features of LLMs, leading to the generation of harmful content such as toxic language, instructions for illegal activities, or personally identifiable information disclosures. The improved efficiency of DSTS as compared to other optimization-based attacks increases the risk and eases the effort required for successful exploitation.
Affected Systems
Large Language Models (LLMs) employing optimization-based safety mechanisms are affected. Specific LLMs tested in the research include LLaMA-2-7B-Chat, Vicuna-7B, LLaMA-2-13B-Chat, LLaMA-2-70B-Chat, Vicuna-13B, and Vicuna-33B. The vulnerability may impact other LLMs similarly.
Mitigation Steps
- Implement more robust safety mechanisms that are not easily bypassed by optimization-based attacks.
- Explore and develop models that are less susceptible to gradient-based attacks.
- Conduct comprehensive adversarial testing against various attack strategies, including those based on diversity guidance.
- Continuously refine the safety training datasets and alignment techniques to improve the LLMs' resistance to jailbreaks.
- Regularly update and improve the LLM's safety filters to counter new and more efficient attacks.
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
- White-box access to model or deployment internals.
- Related deployment categories
- No related deployment category is classified.
- Taxonomy labels only; paper-specific deployment prerequisites are not inferred.
- Affected systems
- Large Language Models (LLMs) employing optimization-based safety mechanisms are affected. Specific LLMs tested in the research include LLaMA-2-7B-Chat, Vicuna-7B, LLaMA-2-13B-Chat, LLaMA-2-70B-Chat, Vicuna-13B, and…
Research Paper
Enhancing Jailbreak Attacks with Diversity Guidance
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/2403.00292Related research
- Attention-Based Jailbreak
Published February 1, 2025 · model-layer, jailbreak, whitebox
- Template and Suffix Optimization
Published November 1, 2025 · model-layer, prompt-layer, injection
- Improved LLM Jailbreak Transferability
Published March 1, 2025 · model-layer, jailbreak, whitebox