Skip to main content
LLM Security Database
Skip to research details
Back to research findings
LMVD-ID: ba53082b
Paper published May 1, 2025
Entry analyzed July 14, 2025
Paper-reported evidence
Confidence: Source-linked

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

Adaptive LLM Jailbreaking Strategy

Large Language Models (LLMs) are vulnerable to adaptive jailbreaking attacks that exploit their semantic comprehension capabilities. The MEF framework demonstrates that by tailoring attacks to the model's understanding…

BibTeX citation

Paper-evaluated models(3)

  • GPT-4o
  • Llama 2 13B
  • Llama 2 7B

Description

Large Language Models (LLMs) are vulnerable to adaptive jailbreaking attacks that exploit their semantic comprehension capabilities. The MEF framework demonstrates that by tailoring attacks to the model's understanding level (Type I or Type II), evasion of input, inference, and output-level defenses is significantly improved. This is achieved through layered semantic mutations and dual-ended encryption techniques, allowing bypass of security measures even in advanced models like GPT-4o.

Examples

See https://github.com/Shawnicsc/MEF (opens in a new tab) for the MEF framework code and detailed examples. Specific examples are provided in the paper, including prompts mutated using the Fu + En_1 and Fu + En_1 + En_2 strategies, demonstrating successful bypass of safety mechanisms. The paper also shows specific examples where altering the encryption strategy based on LLM type results in dramatically different outcomes.

Impact

Successful jailbreak attacks allow malicious actors to circumvent safety measures designed to prevent the generation of harmful or unsafe content. This can lead to the generation of outputs such as instructions for creating harmful devices, promoting self-harm, or spreading misinformation. The high success rate (98.9% on GPT-4o) highlights the severity of this vulnerability.

Affected Systems

Large Language Models (LLMs), specifically those categorized as Type I and Type II in the paper's classification system, are vulnerable. This includes, but may not be limited to, models from various providers such as OpenAI (GPT-4, GPT-4o), and Meta (Llama2).

Mitigation Steps

  • Improve input and output filtering. Current keyword and surface-level checks are insufficient.
  • Implement more robust semantic analysis of prompt intent.
  • Enhance internal model safeguards to prevent processing of harmful content regardless of input phrasing.
  • Develop dynamic defense mechanisms that adapt to new jailbreaking techniques.
  • Implement multiple layers of defense, making it substantially more difficult to bypass.
  • Regularly evaluate and update model safety mechanisms against constantly evolving jailbreaking methods.

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
Large Language Models (LLMs), specifically those categorized as Type I and Type II in the paper's classification system, are vulnerable. This includes, but may not be limited to, models from various providers such as…

Research Paper

Adaptive Jailbreaking Strategies Based on the Semantic Understanding Capabilities of 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/2505.23404