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

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

Preference-Optimized Jailbreak

JailPO is a black-box attack framework that leverages preference optimization to generate effective jailbreak prompts for aligned LLMs. The attack automatically generates prompts, bypassing safety mechanisms and…

BibTeX citation

Paper-evaluated models(1)

  • GPT-3.5 Turbo

Description

JailPO is a black-box attack framework that leverages preference optimization to generate effective jailbreak prompts for aligned LLMs. The attack automatically generates prompts, bypassing safety mechanisms and eliciting harmful or undesirable responses from the target LLM. The framework includes three attack patterns (QEPrompt, TemplatePrompt, MixAsking) with varying degrees of effectiveness and risk.

Examples

See the paper's Appendix for specific examples of prompts generated by the JailPO framework's QEM and TEM models, and sample QEPrompt and TemplatePrompt attacks. These examples are not included here due to length restrictions and the sensitive nature of the content.

Impact

Successful exploitation of this vulnerability could lead to the LLM generating harmful content, including hate speech, illegal instructions, and misinformation. The vulnerability affects the safety and security of LLM applications. The demonstrated ability to bypass safety mechanisms significantly reduces the trustworthiness of the LLM.

Affected Systems

The vulnerability affects various aligned LLMs including, but not limited to, Llama2, Mistral, Vicuna, and GPT-3.5. The paper demonstrates the vulnerability on both open-source and commercial models.

Mitigation Steps

  • Improve the robustness of LLM safety mechanisms against adversarial prompt generation.
  • Develop more advanced detection techniques to identify and filter malicious prompts.
  • Regularly update and improve safety and alignment training for LLMs.
  • Implement input sanitization and output filtering mechanisms.
  • Develop and deploy more sophisticated defense mechanisms to counter preference-optimization-based attacks. This could involve techniques aimed disrupting the attacker's scoring strategy and the preference learning process.

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
No related deployment category is classified.
Taxonomy labels only; paper-specific deployment prerequisites are not inferred.
Affected systems
The vulnerability affects various aligned LLMs including, but not limited to, Llama2, Mistral, Vicuna, and GPT-3.5. The paper demonstrates the vulnerability on both open-source and commercial models.

Research Paper

JailPO: A Novel Black-box Jailbreak Framework via Preference Optimization against Aligned LLMs

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