Skip to main content
LLM Security Database
Skip to research details
Back to research findings
LMVD-ID: 4ca663a8
Paper published August 1, 2025
Entry analyzed December 9, 2025
Paper-reported evidence
Confidence: Source-linked

The LMVD-ID is an internal research identifier, not an official CVE identifier.

Universal Transferable LLM Jailbreak

Large Language Models (LLMs), including Llama 2, Mistral, and Vicuna, are susceptible to a white-box adversarial attack that circumvents safety alignment mechanisms (such as RLHF). The vulnerability exists due to the…

BibTeX citation

Paper-evaluated models(6)

GPT-3.5, GPT-4o, Llama 2 7B +3 more
  • GPT-3.5
  • GPT-4o
  • Llama 2 7B
  • Mistral 7B
  • Falcon 7B
  • Vicuna 7B

Description

Large Language Models (LLMs), including Llama 2, Mistral, and Vicuna, are susceptible to a white-box adversarial attack that circumvents safety alignment mechanisms (such as RLHF). The vulnerability exists due to the models' susceptibility to intrinsic optimization of adversarial suffixes using Exponentiated Gradient Descent (EGD). Unlike previous methods that rely on inefficient discrete token searches (e.g., Greedy Coordinate Gradient) or standard projected gradient descent, this attack optimizes relaxed one-hot encodings of adversarial tokens. The method enforces constraints within the probability simplex inherently during the optimization process via EGD and Bregman projection, augmented by the Adam optimizer and entropic/KL-divergence regularization. This results in the generation of "universal" adversarial suffixes that are transferable across different model architectures, including proprietary models like GPT-3.5, effectively inducing the generation of harmful, unethical, or illegal content.

Examples

The attack generates adversarial suffixes (sequences of tokens) that are appended to harmful user queries. The source code and datasets for reproducing the attack are available in the author's repository.

Impact

  • Safety Bypass: Attackers can bypass safety guardrails and alignment filters intended to prevent the generation of harmful content.
  • Universal Injection: A single optimized suffix can be reused across multiple different harmful prompts to elicit prohibited responses.
  • Model Transferability: Adversarial suffixes generated on open-source models (e.g., Llama 2) can successfully transfer to and jailbreak different closed-source or proprietary models (e.g., GPT-3.5).
  • Content Generation: Facilitates the automated generation of hate speech, malware code, disinformation, and instructions for illegal acts.

Affected Systems

  • Llama2-7B-chat
  • Falcon-7B-Instruct
  • MPT-7B-Chat
  • Mistral-7B-v0.3
  • Vicuna-7B-v1.5
  • Proprietary models susceptible to transfer attacks (demonstrated on GPT-3.5)

Mitigation Steps

The research paper indicates that standard RLHF alignment is insufficient to prevent this attack. While specific defensive implementations are not detailed in the provided text, the authors suggest the following observations regarding defense:

  • Perplexity Filtering: Future research directions suggest implementing perplexity filtering to detect and block the low-probability token sequences characteristic of these adversarial suffixes.
  • Architectural Resistance: The authors noted that newer proprietary models (specifically GPT-4o-mini and Anthropic's Claude variants) exhibited limited susceptibility to the transfer attacks generated by this method, suggesting improved internal alignment techniques in these specific versions.

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
Llama2-7B-chat Falcon-7B-Instruct MPT-7B-Chat Mistral-7B-v0.3 Vicuna-7B-v1.5 Proprietary models susceptible to transfer attacks (demonstrated on GPT-3.5)

Research Paper

Universal and Transferable Adversarial Attack on Large Language Models Using Exponentiated Gradient Descent

Primary source: arXiv. Findings are reported by the cited research and have not been independently verified.

View Paper

Evidence

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/2508.14853