AutoRAN: Automated Hijacking of Safety Reasoning in Large Reasoning Models
Jiacheng Liang, Tanqiu Jiang, Yuhui Wang, Rongyi Zhu, Fenglong Ma, Ting Wang
TL;DR
AutoRAN introduces an automated framework to hijack LRMs’ internal safety reasoning by combining execution-simulation with iterative prompt refinement. Using a weaker auxiliary model to simulate target reasoning, it crafts execution-focused prompts and exploits refusals to progressively bypass safety guards, achieving near-perfect attack success across multiple LRMs and benchmark suites. The work provides extensive quantitative results on attack efficiency, robustness to diverse judges, and cost, and it demonstrates a defensive use case where AutoRAN-generated data improves alignment via RLHF. These findings reveal a fundamental vulnerability tied to reasoning transparency and motivate developing defenses that secure reasoning traces, not just final outputs, to enable safer deployment of advanced reasoning systems.
Abstract
This paper presents AutoRAN, the first framework to automate the hijacking of internal safety reasoning in large reasoning models (LRMs). At its core, AutoRAN pioneers an execution simulation paradigm that leverages a weaker but less-aligned model to simulate execution reasoning for initial hijacking attempts and iteratively refine attacks by exploiting reasoning patterns leaked through the target LRM's refusals. This approach steers the target model to bypass its own safety guardrails and elaborate on harmful instructions. We evaluate AutoRAN against state-of-the-art LRMs, including GPT-o3/o4-mini and Gemini-2.5-Flash, across multiple benchmarks (AdvBench, HarmBench, and StrongReject). Results show that AutoRAN achieves approaching 100% success rate within one or few turns, effectively neutralizing reasoning-based defenses even when evaluated by robustly aligned external models. This work reveals that the transparency of the reasoning process itself creates a critical and exploitable attack surface, highlighting the urgent need for new defenses that protect models' reasoning traces rather than merely their final outputs.
