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

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

Evolutionary Language Model Jailbreak

A vulnerability exists in aligned Large Language Models (LLMs) that can be exploited by the FORGEDAN evolutionary framework to bypass safety and alignment mechanisms. The attack, which operates in a black-box setting…

BibTeX citation

Paper-evaluated models(5)

DeepSeek V3, Gemma 2 9B, Qwen 2.5 7B +2 more
  • DeepSeek V3
  • Gemma 2 9B
  • Qwen 2.5 7B
  • RoBERTa
  • Transpec 13B

Description

A vulnerability exists in aligned Large Language Models (LLMs) that can be exploited by the FORGEDAN evolutionary framework to bypass safety and alignment mechanisms. The attack, which operates in a black-box setting, uses a genetic algorithm to automatically evolve effective jailbreak prompts. The framework combines multi-strategy textual perturbations (at the character, word, and sentence levels) with a semantic fitness function based on RoBERTa embeddings. This allows it to iteratively generate diverse and semantically coherent adversarial prompts that are highly effective at inducing the target model to produce harmful, unsafe, or policy-violating content. The attack's success is verified using a dual-dimensional judgment mechanism that independently classifies a response for compliance and harmfulness, improving the reliability and success rate over previous methods. The generated adversarial prompts demonstrate high attack success rates (ASR) and generalizability across different models and malicious goals.

Examples

The attack generates adversarial prompts by applying a variety of mutation strategies to an initial template. The following are representative examples of the mutation operators used:

  • Character-level (Homoglyph Substitution): "bomb" is mutated to "b0mb"
  • Character-level (Deletion): "weapon" is mutated to "wepon"
  • Word-level (Synonym Replacement): "build a bomb" is mutated to "construct a bomb"
  • Sentence-level (Restructuring): "How to build a bomb?" is mutated to "The process of bomb building is..."

Impact

A successful exploit allows an attacker to bypass the safety alignment of an LLM, causing it to generate harmful content that it is designed to refuse. This includes, but is not limited to, generating instructions for illegal acts, producing hate speech, creating misinformation, and outputting other policy-violating content.

Affected Systems

The FORGEDAN framework was successfully tested against the following models, indicating their vulnerability:

  • Gemma-2-9B
  • Qwen2.5-7B
  • DeepSeek-V3 (API)
  • TranSpec-13B (proprietary)

Due to the black-box and model-agnostic nature of the attack, other aligned LLMs may also be vulnerable.

Mitigation Steps

The paper recommends a multi-layered defense-in-depth strategy:

  • Systematically incorporate adversarial red-teaming samples, such as those generated by this framework, into safety-tuning pipelines (e.g., Supervised Fine-Tuning and Reinforcement Learning from Human Feedback).
  • Design stronger runtime safety fences, such as a dual-classifier architecture that distinguishes behavioral compliance with an unsafe request from the semantic harmfulness of the generated content.
  • Enhance the robustness and coverage of system prompts to enable dynamic refusal behavior at any generation stage, rather than relying on static refusal templates.

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 FORGEDAN framework was successfully tested against the following models, indicating their vulnerability: Gemma-2-9B Qwen2.5-7B DeepSeek-V3 (API) TranSpec-13B (proprietary) Due to the black-box and model-agnostic…

Research Paper

FORGEDAN: An Evolutionary Framework for Jailbreaking Aligned Large Language Models

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