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

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

Adaptive Traversal Jailbreak

Large Language Models (LLMs) including GPT-4o, LLaMA-3, and Mistral-7B are vulnerable to an adaptive multi-turn jailbreak attack known as HarmNet. This vulnerability exploits the model's inability to detect malicious…

Read primary paperBibTeX citation

Paper-evaluated models(6)

GPT-3.5 Turbo, GPT-4o, Claude 3.5 Sonnet +3 more
  • GPT-3.5 Turbo
  • GPT-4o
  • Claude 3.5 Sonnet
  • Llama 3 8B
  • Mistral 7B
  • Gemma 2 9B

Description

Large Language Models (LLMs) including GPT-4o, LLaMA-3, and Mistral-7B are vulnerable to an adaptive multi-turn jailbreak attack known as HarmNet. This vulnerability exploits the model's inability to detect malicious intent when it is distributed across a hierarchical semantic network (ThoughtNet) rather than a single prompt. The attack methodology involves three phases: (1) constructing a semantic network of candidate topics and contextual sentences using embedding similarity to obscure the harmful goal; (2) a feedback-driven simulation where a "judge" model iteratively evaluates and refines query chains based on harmfulness scores and semantic alignment; and (3) a real-time network traversal that adaptively selects the most effective query sequence to steer the victim model. This allows attackers to bypass safety filters and alignment training (RLHF/Constitutional AI) with success rates exceeding 90% on state-of-the-art models.

Examples

Specific conversation logs are not provided in the excerpt, but the attack follows a generated chain $\mathcal{C}{ijk}={c{1},c_{2},\dots,c_{T}}$ derived from specific semantic triples.

  • See the HarmBench benchmark dataset for specific attack traces and dialogue examples.

Impact

  • Safety Bypass: Circumvents safety guardrails designed to prevent the generation of harmful, illegal, or unethical content.
  • Content Generation: Successfully coerces models into providing detailed responses to prohibited queries (e.g., malware generation, illicit advice) by masking the intent within benign-looking multi-turn contexts.
  • High Success Rate: Demonstrated attack success rates of 99.4% on Mistral-7B, 98.4% on LLaMA-3-8B, and 94.8% on GPT-4o.

Affected Systems

  • OpenAI GPT-3.5 Turbo
  • OpenAI GPT-4o
  • Anthropic Claude 3.5 Sonnet
  • Meta LLaMA-3-8B
  • Mistral AI Mistral-7B
  • Google Gemma-2-9B

Mitigation Steps

  • Reassess the full input and conversation intent before responding or invoking tools, combine model-level alignment with independent input and output policy checks, and avoid relying on a single signature or refusal heuristic.
  • Add a targeted regression using inert data and actions, measure both safety and utility regressions, and monitor production for repeated or adaptive attempts.

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
OpenAI GPT-3.5 Turbo OpenAI GPT-4o Anthropic Claude 3.5 Sonnet Meta LLaMA-3-8B Mistral AI Mistral-7B Google Gemma-2-9B

Research Paper

A Framework for Adaptive Multi-Turn Jailbreak Attacks on 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/2510.18728