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

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

TeleAI Reveals Systemic LLM Vulnerabilities

Reasoning-specialized Large Language Models (LLMs) that utilize Chain-of-Thought (CoT) processes are vulnerable to reasoning-exploitation jailbreaks. Attackers can bypass standard safety alignments (such as RLHF) by…

BibTeX citation

Paper-evaluated models(14)

GPT-5, GPT-4.1, GPT-4.1 Mini +11 more
  • GPT-5
  • GPT-4.1
  • GPT-4.1 Mini
  • GPT-4o Mini
  • o1
  • Grok 3
  • Grok 3 Mini
  • Claude 3.5 Sonnet
  • Gemini 2.5 Pro
  • Vicuna 7B
  • Llama 3.1 8B Instruct
  • DeepSeek R1
  • Qwen 1.5 7B Chat
  • Qwen 2.5 7B Instruct

Description

Reasoning-specialized Large Language Models (LLMs) that utilize Chain-of-Thought (CoT) processes are vulnerable to reasoning-exploitation jailbreaks. Attackers can bypass standard safety alignments (such as RLHF) by using adaptive multi-turn interactions or semantic transformations to induce the model to generate intermediate reasoning steps that "rationalize" or "contextualize" a harmful request. Because current alignment techniques often fail to scale linearly with reasoning depth, forcing the model to logically justify a prohibited prompt during its CoT phase effectively weaponizes the model's own reasoning capabilities against its safety guardrails.

Examples

Specific attack prompts utilizing the "Morpheus" method (a self-evolving metacognitive multi-round attack agent) and "DeepInception" (nested scenario generation) to trigger this reasoning vulnerability are available in the TeleAI-Safety repository. See repository: https://github.com/yuanyc06/Tele-Safety (opens in a new tab)

Impact

Remote attackers can reliably bypass safety filters to elicit prohibited, harmful, or policy-violating content from highly capable models. The attack demonstrates an "Alignment Tax," where increased reasoning capabilities directly degrade the model's adherence to safety protocols, resulting in high Attack Success Rates (ASR) even in state-of-the-art models.

Affected Systems

  • Reasoning-specialized language models (specifically identified in DeepSeek-R1, which exhibited a 0.50 ASR compared to general-purpose models).
  • LLMs employing unconstrained Chain-of-Thought (CoT) intermediate generation steps.
  • Evaluated targets: GPT-5, GPT-4.1, GPT-4.1 Mini, GPT-4o Mini, o1, Grok 3, Grok 3 Mini, Claude 3.5 Sonnet, Gemini 2.5 Pro, Vicuna 7B, Llama 3.1 8B Instruct, DeepSeek R1, Qwen 1.5 7B Chat, and Qwen 2.5 7B Instruct.

Mitigation Steps

  • Implement Reasoning-Aware Alignment techniques to ensure that safety constraints scale linearly with reasoning depth and are actively enforced during intermediate Chain-of-Thought generation, not just the final output.
  • Deploy multi-layered defense architectures that combine surface-level statistical filtering (such as perplexity-based filters) with deep semantic analysis to prevent the model from rationalizing malicious context.
  • Integrate inference-time internal defenses, such as representation-based suppression (e.g., RePE or DRO) or decoding intervention (e.g., RAIN, SafeDecoding), to detect and truncate unsafe activation directions during the intermediate reasoning phases.

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
Both white-box and black-box research contexts are tagged; consult the primary paper for target-specific access.
Related deployment categories
Agent workflows; Model APIs
Taxonomy labels only; paper-specific deployment prerequisites are not inferred.
Affected systems
Reasoning-specialized language models (specifically identified in DeepSeek-R1, which exhibited a 0.50 ASR compared to general-purpose models). LLMs employing unconstrained Chain-of-Thought (CoT) intermediate generation…

Research Paper

TeleAI-Safety: A comprehensive LLM jailbreaking benchmark towards attacks, defenses, and evaluations

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