The LMVD-ID is an internal research identifier, not an official CVE identifier.
I-GCG: Accelerated LLM Jailbreak
Large Language Models (LLMs) are vulnerable to improved optimization-based jailbreaking attacks. The vulnerability stems from the susceptibility of LLMs to crafted prompts that exploit weaknesses in their safety…
Paper-evaluated models(7)
GPT-3.5 Turbo, GPT-4, Guanaco 7B +4 more
- GPT-3.5 Turbo
- GPT-4
- Guanaco 7B
- Llama 2 7B Chat
- Mistral-7B-instruct-0.2
- Starling-7B-alpha
- Vicuna-7B-1.5
Description
Large Language Models (LLMs) are vulnerable to improved optimization-based jailbreaking attacks. The vulnerability stems from the susceptibility of LLMs to crafted prompts that exploit weaknesses in their safety mechanisms, allowing them to generate harmful responses despite safety training. This vulnerability is exacerbated by the use of diverse target templates containing harmful self-suggestions and guidance within the optimization goal, accelerating the convergence of the attack.
Examples
See https://github.com/jiaxiaojunQAQ/I-GCG (opens in a new tab)
Impact
Successful exploitation allows attackers to circumvent safety safeguards and elicit harmful, unsafe, or illegal responses from LLMs, including but not limited to: generation of hate speech, violent content, instructions for illegal activities, misinformation, malicious code, and personal information disclosure. This could lead to significant reputational damage, legal liability, and safety risks for users and organizations relying on the affected LLMs.
Affected Systems
Large Language Models (LLMs) vulnerable to optimization-based attacks; specific models include but are not limited to VICUNA-7B-1.5, GUANACO-7B, LLAMA2-7B-CHAT, and MISTRAL-7B-INSTRUCT-0.2. The vulnerability may affect other LLMs utilizing similar safety mechanisms.
Mitigation Steps
- Implement robust defense mechanisms against optimization-based attacks.
- Regularly update LLM safety mechanisms and conduct adversarial testing to identify and address vulnerabilities.
- Incorporate diverse and more robust safety training data in model development.
- Employ more sophisticated techniques for detecting and filtering harmful outputs.
- Consider limiting the length of user inputs to mitigate against complex attack prompts.
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) vulnerable to optimization-based attacks; specific models include but are not limited to VICUNA-7B-1.5, GUANACO-7B, LLAMA2-7B-CHAT, and MISTRAL-7B-INSTRUCT-0.2. The vulnerability may affect…
Research Paper
Improved techniques for optimization-based jailbreaking on large language models
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/2405.21018Related research
- Index-Gradient LLM Jailbreak
Published December 1, 2024 · model-layer, jailbreak, whitebox
- Latent Fusion Jailbreak Attack
Published August 1, 2025 · model-layer, jailbreak, whitebox
- Attention-Guided Jailbreak
Published October 1, 2024 · model-layer, jailbreak, whitebox