The LMVD-ID is an internal research identifier, not an official CVE identifier.
Amplified Adversarial Suffix Generation
Large language models (LLMs) are vulnerable to jailbreaking attacks using adversarially generated suffixes. The AmpleGCG attack generates a large number of diverse, effective suffixes which bypass safety mechanisms in…
Paper-evaluated models(5)
GPT-3.5 Turbo, GPT-4, Llama 2 7B Chat +2 more
- GPT-3.5 Turbo
- GPT-4
- Llama 2 7B Chat
- Mistral 7B
- Vicuna 7B
Description
Large language models (LLMs) are vulnerable to jailbreaking attacks using adversarially generated suffixes. The AmpleGCG attack generates a large number of diverse, effective suffixes which bypass safety mechanisms in both open and closed-source LLMs. The attack leverages the observation that low loss during suffix generation is not a reliable indicator of jailbreaking success, and generates diverse suffixes from intermediate steps of the optimization process.
Examples
See https://github.com/OSU-NLP-Group/AmpleGCG (opens in a new tab). Specific examples are included in the AmpleGCG paper's supplementary materials.
Impact
Successful jailbreaking attacks can lead to the LLM generating harmful, unethical, or otherwise undesired outputs, circumventing built-in safety mechanisms. This compromises the safety and reliability of the LLM and applications which use it. The speed and transferability of the AmpleGCG attack make mitigation challenging.
Affected Systems
Open-source LLMs (Llama-2-7B-chat, Vicuna-7B, Mistral-7B-Instruct) and closed-source LLMs (GPT-3.5, GPT-4). Potentially affects other LLMs with similar architectures and safety mechanisms.
Mitigation Steps
- Improve the robustness of loss functions used in LLM safety training and evaluation.
- Develop and deploy more sophisticated detection mechanisms for adversarial suffixes, including those that go beyond simple perplexity checks.
- Explore incorporating diverse sets of adversarial examples into the training process to increase model resilience.
- Conduct thorough red-teaming using methods like AmpleGCG.
- Regular updates and patching to address vulnerabilities as they are discovered.
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
- Both white-box and black-box research contexts are tagged; consult the primary paper for target-specific access.
- Related deployment categories
- No related deployment category is classified.
- Taxonomy labels only; paper-specific deployment prerequisites are not inferred.
- Affected systems
- Open-source LLMs (Llama-2-7B-chat, Vicuna-7B, Mistral-7B-Instruct) and closed-source LLMs (GPT-3.5, GPT-4). Potentially affects other LLMs with similar architectures and safety mechanisms.
Research Paper
Amplegcg: Learning a universal and transferable generative model of adversarial suffixes for jailbreaking both open and closed llms
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/2404.07921Related research
- Template and Suffix Optimization
Published November 1, 2025 · model-layer, prompt-layer, injection
- Attention-Guided Jailbreak
Published October 1, 2024 · model-layer, jailbreak, whitebox
- Distilled Jailbreak Attacks
Published June 1, 2025 · prompt-layer, jailbreak, model-layer