The LMVD-ID is an internal research identifier, not an official CVE identifier.
Early Reasoning Safety Degradation
Reinforcement learning (RL) based post-training for explicit chain-of-thought reasoning (e.g., GRPO) in Multimodal Large Reasoning Models (MLRMs) inadvertently degrades safety alignment, rendering the models highly…
Paper-evaluated models(6)
R1-Onevision 7B, OpenVLThinker 7B, VLAA-Thinker 7B +3 more
- R1-Onevision 7B
- OpenVLThinker 7B
- VLAA-Thinker 7B
- Vision-R1 7B
- LlamaV-o1
- LLaVA-CoT
Description
Reinforcement learning (RL) based post-training for explicit chain-of-thought reasoning (e.g., GRPO) in Multimodal Large Reasoning Models (MLRMs) inadvertently degrades safety alignment, rendering the models highly vulnerable to multimodal jailbreak attacks. The vulnerability is caused by "conditional coverage collapse" during the initial phases of chain-of-thought generation. Under adversarial conditioning (text or image), the reasoning policy assigns vanishing probability mass to safe continuations during the first 1–3 reasoning steps. Because early steps establish the latent intent and high-level plan of the model, this early coverage collapse solidifies an unsafe trajectory, allowing attackers to bypass safety filters and consistently elicit harmful outputs.
Examples
Attackers can exploit this vulnerability by embedding adversarial instructions across textual or visual modalities. Specific reproduction methodologies from the paper include:
- Typographic Visual Attacks (FigStep): Rendering harmful queries (e.g., paraphrased as noun-based instructions like "Steps to...", "List of...", "Methods to...") as embedded typographic text within an image to bypass text-based safety filters.
- Semantic Visual Attacks (HADES / MM-SafetyBench): Pairing harmful text instructions (e.g., related to violence or financial crime) with semantically relevant images generated via Stable Diffusion, or adversarially perturbed image composites designed to shift the reasoning trace toward unsafe latent intent.
- Cross-Modal Text/Image Pairs (JailbreakV-28K): Using template-style, persuasive, or logic-oriented adversarial text prompts paired with arbitrary visual inputs (e.g., random noise or blank images) to trigger unsafe reasoning traces.
Impact
High. Attackers can reliably bypass safety guardrails to extract harmful, illegal, or dangerous content (including instructions for violence, financial crime, privacy violations, and self-harm). Reasoning-tuned models exhibit severe regressions in safety robustness compared to their base models, with Attack Success Rates (ASR) reaching up to 69.07% on targeted MLRMs.
Affected Systems
Multimodal Large Reasoning Models (MLRMs) utilizing RL-centric post-training for explicit chain-of-thought generation. Specifically evaluated vulnerable models include:
- R1-Onevision-7B
- OpenVLThinker-7B
- VLAA-Thinker-7B
- Vision-R1-7B
- LlamaV-o1
- LLaVA-CoT
Mitigation Steps
The researchers recommend implementing "SafeThink," a lightweight inference-time steering mechanism targeted specifically at the early reasoning steps:
- Implement Step-wise Safety Monitoring: Use an auxiliary safety reward model (e.g., Llama-Guard-3 or Qwen-Guard-3) to evaluate the safety of the partial reasoning trace during the first 1 to 3 generation steps.
- Enforce a Satisficing Threshold: Instead of maximizing safety (which degrades reasoning utility), reject proposed reasoning tokens only if the safety score falls below a predefined baseline threshold (e.g., $\tau = 0$).
- Inject Early-Step Corrective Steering: When a threshold violation is detected in the early steps, reject the unsafe step and dynamically inject a short, optimized corrective prefix containing explicit safety cues (e.g., the discrete steering token
"Wait, think safely"). - Limit Intervention Depth: Cease the steering intervention after the first few reasoning steps (e.g., steps 1–3). Redirecting the initial high-level planning phase is sufficient to restore the conditional probability of safe continuations for the remainder of the generation while preserving the model's core reasoning accuracy.
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
- Vision-language models; Fine-tuning
- Taxonomy labels only; paper-specific deployment prerequisites are not inferred.
- Affected systems
- Multimodal Large Reasoning Models (MLRMs) utilizing RL-centric post-training for explicit chain-of-thought generation. Specifically evaluated vulnerable models include: R1-Onevision-7B OpenVLThinker-7B VLAA-Thinker-7B…
Research Paper
Safety Recovery in Reasoning Models Is Only a Few Early Steering Steps Away
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.11096Related research
- VLM Split-Image Blindspot
Published February 1, 2026 · model-layer, jailbreak, vision
- Adversarial VLM Jailbreak
Published February 1, 2025 · model-layer, prompt-layer, jailbreak
- Flowchart-based LVLM Jailbreak Attack
Published February 1, 2025 · model-layer, application-layer, prompt-layer