The LMVD-ID is an internal research identifier, not an official CVE identifier.
Adversarial Context Reasoning Brittleness
Large Reasoning Models (LRMs) optimized via Reinforcement Learning from Verifiable Rewards (RLVR) are vulnerable to context pollution in their reasoning traces. An attacker can induce catastrophic reasoning failure by…
Paper-evaluated models(4)
- DeepSeek R1 Distill Qwen 1.5B
- DeepScaleR 1.5B
- Qwen 3 4B
- Qwen 3 8B
Description
Large Reasoning Models (LRMs) optimized via Reinforcement Learning from Verifiable Rewards (RLVR) are vulnerable to context pollution in their reasoning traces. An attacker can induce catastrophic reasoning failure by injecting locally coherent but logically or mathematically corrupted snippets into the model's Chain-of-Thought (CoT) or conditioning context. Because standard RLVR optimizes for final-answer correctness strictly under clean conditioning, the models treat the visible trajectory as authoritative. Instead of detecting the inconsistency and recovering, the models blindly follow the misleading context to an incorrect final answer, even on tasks they solve perfectly under normal conditions. This vulnerability exhibits inverse scaling, where stronger reasoning models are more susceptible to context pollution.
Examples
An attacker provides a partial solution trace to the model but alters a single intermediate mathematical statement to be objectively false. For example, modifying a correct intermediate step from 10 - 1 = 9 to 10 - 1 = 8, or changing a formula from (n-1)d to (n+1)d within the reasoning prefix. The model fails to recognize the injected error, accepts the corrupted calculation as ground truth, and bases the remainder of its reasoning on the flawed premise to produce an incorrect final answer.
Impact
Attackers can reliably manipulate the outputs of reasoning models and multi-agent systems by introducing minor, localized corruptions into prompts, partial solution traces, or collaborative contexts. This causes a complete collapse in reasoning reliability and final-answer correctness without requiring obvious jailbreaks.
Affected Systems
Large Reasoning Models (LRMs) trained primarily via RLVR on clean data, specifically including:
- DeepSeek-R1-Distill-Qwen-1.5B
- DeepScaleR-1.5B
- Qwen3-4B
- Qwen3-8B
Mitigation Steps
- Implement Guided Adversarial Self-Play (GASP) during the model's post-training pipeline to explicitly train detect-and-repair capabilities.
- Train the model using a two-role adversarial game using only verifiable terminal rewards: a "polluter" that generates locally coherent corruptions, and an "agent" that learns to diagnose and recover from them.
- Apply in-distribution repair guidance (a lightweight imitation term on self-generated repair snippets) to increase the probability of successful recoveries early in training and avoid representational drift.
- Incorporate fallible contexts (e.g., corrupted CoT, misleading partial solutions) into standard RL pipelines rather than relying exclusively on clean conditioning.
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
- Fine-tuning
- Taxonomy labels only; paper-specific deployment prerequisites are not inferred.
- Affected systems
- Large Reasoning Models (LRMs) trained primarily via RLVR on clean data, specifically including: DeepSeek-R1-Distill-Qwen-1.5B DeepScaleR-1.5B Qwen3-4B Qwen3-8B
Research Paper
Learning Robust Reasoning through Guided Adversarial Self-Play
Primary source: arXiv. Findings are reported by the cited research and have not been independently verified.
View PaperEvidence
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/2602.00173Related research
- LLM Judge Manipulation
Published March 1, 2026 · model-layer, application-layer, prompt-layer
- Unified Robustness Gap
Published February 1, 2026 · model-layer, prompt-layer, injection
- Adversarial Prompts Defeat Code Defenses
Published January 1, 2026 · model-layer, prompt-layer, injection