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

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

LLM Adversarial Suffix Optimization

Large Language Models (LLMs) are vulnerable to a novel black-box jailbreaking attack, ECLIPSE, which leverages the LLM's own capabilities as an optimizer to generate adversarial suffixes. ECLIPSE iteratively refines…

BibTeX citation

Paper-evaluated models(4)

  • Falcon 7B Instruct
  • GPT-3.5 Turbo
  • Llama 2 7B Chat
  • Vicuna 7B

Description

Large Language Models (LLMs) are vulnerable to a novel black-box jailbreaking attack, ECLIPSE, which leverages the LLM's own capabilities as an optimizer to generate adversarial suffixes. ECLIPSE iteratively refines these suffixes based on a harmfulness score, bypassing the need for pre-defined affirmative phrases used in previous optimization-based attacks. This allows for effective jailbreaking even with limited interaction and without white-box access to the LLM's internal parameters.

Examples

See https://github.com/lenijwp/ECLIPSE (opens in a new tab). The paper includes specific examples demonstrating successful jailbreaks across various LLMs (LLaMA2, Vicuna, Falcon, GPT-3.5-Turbo) using the ECLIPSE method.

Impact

Successful exploitation of this vulnerability allows an attacker to elicit harmful, unethical, or illegal responses from target LLMs, bypassing implemented safety mechanisms. This can lead to the generation of malicious content, dissemination of misinformation, and other harmful activities.

Affected Systems

Open-source LLMs (LLaMA2, Vicuna, Falcon) and closed-source models (GPT-3.5-Turbo) are shown to be vulnerable. The vulnerability likely affects other LLMs with similar architectures and safety mechanisms.

Mitigation Steps

  • Enhance LLM safety mechanisms to be more robust against iterative optimization attacks.
  • Implement improved detection mechanisms for adversarial suffixes.
  • Develop more sophisticated harmfulness scoring systems that are less susceptible to adversarial manipulation.
  • Regularly update and improve LLM safety training data to address emerging attack techniques.
  • Limit the number of API calls allowed within a time window to reduce the effectiveness of iterative 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
Black-box model, service, or application access.
Related deployment categories
Model APIs
Taxonomy labels only; paper-specific deployment prerequisites are not inferred.
Affected systems
Open-source LLMs (LLaMA2, Vicuna, Falcon) and closed-source models (GPT-3.5-Turbo) are shown to be vulnerable. The vulnerability likely affects other LLMs with similar architectures and safety mechanisms.

Research Paper

Unlocking Adversarial Suffix Optimization Without Affirmative Phrases: Efficient Black-box Jailbreaking via LLM as Optimizer

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