Skip to main content
ExplainerAI SafetyExplainerAug 19, 2026, 5:25 PM· 6 min read· in ai

How the 'H-CoT' Attack Erases Frontier AI Safety Systems for Under $200

Researchers have demonstrated that the internal reasoning processes of advanced AI models can be hijacked to bypass their safety guardrails. The 'H-CoT' attack drops model refusal rates from 98% to under 2%, revealing a structural vulnerability in how modern AI systems process complex requests.

By Harper Lane

Academic Security Researchers 45%Open-Source Community 30%Independent Analysts 25%
Academic Security Researchers
Focus on identifying vulnerabilities like reasoning hijacking to build more robust alignment techniques before models are widely deployed.
Open-Source Community
Argue that transparent, open-weight models allow the broader community to discover and fix these vulnerabilities faster than closed labs.
Independent Analysts
Examine the structural flaws in AI architecture and the economic incentives driving the cat-and-mouse game of model security.

When a user asks a frontier artificial intelligence model to write a malicious script or synthesize a dangerous chemical, the system does not simply output a hardcoded refusal. Instead, it pauses. In that fraction of a second, the model generates a hidden "chain of thought," a private internal monologue used to evaluate the user's request against its safety guidelines. Only after this invisible deliberation concludes that the prompt is harmful does the model officially decline to answer.[6]

This deliberative process is the defining feature of Large Reasoning Models (LRMs), a new architecture adopted by the industry's leading developers to make AI both smarter and safer. By forcing the model to think before it speaks, developers significantly reduced the success rate of traditional jailbreaks. But this architectural shift also introduced a profound new vulnerability. If an attacker could somehow reach inside that hidden pause and rewrite the model's internal monologue, the safety guardrails would collapse entirely.[6]

In early 2025, a team of researchers proved that this theoretical vulnerability was entirely practical. They introduced a technique called "Hijacking Chain-of-Thought," or H-CoT, an adversarial attack designed specifically to bypass the safety mechanisms of frontier reasoning models. By manipulating the intermediate reasoning steps that these models rely on, the researchers demonstrated that the very systems built to ensure safety could be turned against themselves.[1]

The empirical results of the H-CoT attack were stark. When subjected to the technique, the refusal rate of highly secure models plummeted from an initial baseline of 98 percent to below 2 percent. Attackers were able to easily extract criminal strategies, harmful code, and dangerous instructions from systems that had previously been considered robust against manipulation. The attack proved effective across a range of commercial-grade LRMs, fundamentally challenging the industry's approach to alignment.[1]

To understand the mechanics of H-CoT, it is necessary to examine how reasoning models process complex prompts. When an LRM receives a potentially dangerous request, it enters a "justification" phase. During this phase, the model weighs the prompt against its safety training, effectively debating with itself whether the request violates its ethical constraints. This is the digital equivalent of a security guard checking an ID badge before granting access to a restricted area.[6]

How the Hijacking Chain-of-Thought (H-CoT) attack bypasses internal safety checks.

If the justification phase determines that the request is safe, the model transitions to the "execution" phase, where it generates the final answer for the user. Traditional jailbreak attempts focus on tricking the model during the initial prompt, hoping to confuse the justification phase with complex roleplay or hypothetical scenarios. However, as models have grown more sophisticated, these surface-level tricks have become increasingly ineffective.[6]

The H-CoT attack takes a structurally different approach: rather than trying to fool the justification phase, it attempts to skip it entirely. The attack begins by disguising a dangerous request beneath a seemingly legitimate educational prompt. Researchers formalized this approach in a benchmark known as "Malicious-Educator," which tests how models respond to harmful intent wrapped in academic or theoretical framing.[1][3]

The H-CoT attack takes a structurally different approach: rather than trying to fool the justification phase, it attempts to skip it entirely.

Once the prompt is disguised, the attacker injects a mock execution phase directly into the model's context window. When the reasoning model reads this injected thought, it becomes disoriented. It assumes that the justification phase has already occurred, that the safety checks were passed, and that the request was officially approved for execution. The model's internal logic is hijacked by the attacker's inserted premise.[1]

Because the execution phase of an LRM is generative rather than deliberative, the model simply continues the pattern established by the injected text. It picks up exactly where the fake thought left off and proceeds to execute the harmful request. By forcing the model to skip its own internal debate, the attacker completely neutralizes the billions of dollars invested in safety alignment and reinforcement learning.[6]

The H-CoT attack caused refusal rates on frontier reasoning models to plummet.

This dynamic reveals a fundamental tension in modern artificial intelligence design. The transparency of the reasoning process, which was intended to make models more interpretable and reliable, simultaneously creates a highly exploitable attack surface. When a model's internal decision-making criteria are exposed or easily manipulated, the system becomes vulnerable to "sandbagging" and criteria attacks that subvert its true capabilities.[5][6]

The economic accessibility of these attacks makes them particularly concerning for policymakers and security professionals. Prior research had demonstrated that fine-tuning attacks could degrade model safety for under $200, but H-CoT achieves total bypass without requiring any expensive fine-tuning. It requires no privileged access, no insider knowledge, and no zero-day software exploits—just standard API access and a deep understanding of how reasoning architectures function.[1][6]

The artificial intelligence industry has struggled to permanently patch this vulnerability. Because the safety training and the core capability training share the same underlying mathematical weights, blocking one specific jailbreak pattern simply forces attackers to engineer a new one. The vulnerability is not a simple software bug that can be fixed with a quick update; it is an inherent consequence of how reasoning models are built and deployed.[6]

Subsequent research has confirmed the persistence and scale of this threat. In late 2025, an extensive study replicated the "TEMPEST" multi-turn attack framework across ten different trillion-parameter frontier models. The results demonstrated that current alignment techniques remain fundamentally vulnerable to adaptive, multi-turn adversarial attacks, regardless of the model's scale or the vendor's specific safety investments.[4]

By injecting a mock execution phase, attackers can force an AI to skip its own internal safety debate.

The threat landscape evolved further with the introduction of automated hijacking frameworks like AutoRAN. This system pioneered an execution simulation paradigm that leverages a weaker, less-aligned model to simulate execution reasoning for initial hijacking attempts. By exploiting the reasoning patterns leaked through a target model's refusals, AutoRAN iteratively refines its attacks, achieving near-perfect success rates in bypassing reasoning-based defenses.[2]

The discovery of H-CoT and the rapid development of automated successors have forced a reckoning within the AI safety community. Researchers are now exploring entirely new defense strategies, recognizing that static guardrails are insufficient. Emerging proposals focus on protecting and encrypting the reasoning traces themselves, ensuring that the internal monologue remains isolated from user manipulation and adversarial injection.[2][4]

As artificial intelligence models continue to scale and their reasoning capabilities grow more complex, the cat-and-mouse game between attackers and defenders will only intensify. The challenge for the next generation of frontier models is no longer just teaching an AI to say no to harmful requests. The new imperative is ensuring that the model's own internal logic cannot be weaponized to erase its safety systems.[6]

Key points

  • The H-CoT attack bypasses AI safety filters by manipulating the model's internal reasoning process.
  • Refusal rates on frontier models dropped from 98% to under 2% when subjected to the attack.
  • The technique requires no insider access and can be executed for under $200 using standard API prompts.
  • The attack highlights a structural vulnerability where the transparency of AI reasoning becomes an exploitable surface.
  • Subsequent automated frameworks like AutoRAN have achieved near 100% success rates in bypassing reasoning-based defenses.

Why this matters

As AI systems are increasingly integrated into critical infrastructure and consumer applications, the discovery that their core safety mechanisms can be bypassed for pennies exposes a massive security gap. Understanding this vulnerability is essential for developers and policymakers trying to secure the next generation of artificial intelligence.

Key terms

Large Reasoning Model (LRM)
An advanced AI system that generates a hidden step-by-step internal monologue before answering a prompt.
Chain-of-Thought (CoT)
The intermediate reasoning steps an AI takes to break down a complex problem.
Jailbreak
A technique used to bypass an AI model's safety filters and force it to generate prohibited content.
Alignment
The process of training an AI model to follow human values and refuse harmful requests.

Frequently asked

What is the H-CoT attack?

It is a method that bypasses an AI's safety filters by injecting fake thoughts into its internal reasoning process, forcing it to skip safety checks.

Which models are vulnerable?

Researchers successfully tested the attack on frontier reasoning models, including OpenAI's o1, DeepSeek-R1, and Gemini 2.0 Flash.

Does this require hacking the AI's servers?

No. The attack uses standard user prompts and API access, requiring no insider knowledge or system breaches.

Can AI companies just patch this?

It is difficult because the vulnerability is tied to the very reasoning process that makes the models smart, rather than a simple software bug.

Sources

Source coverage

6 outlets

3 viewpoints surfaced

Academic Security Researchers 45%Open-Source Community 30%Independent Analysts 25%
  1. [1]arXivAcademic Security Researchers

    H-CoT: Hijacking the Chain-of-Thought Safety Reasoning Mechanism to Jailbreak Large Reasoning Models, Including OpenAI o1/o3, DeepSeek-R1, and Gemini 2.0 Flash Thinking

    Read on arXiv
  2. [2]ACL AnthologyAcademic Security Researchers

    AutoRAN: Automated Hijacking of Safety Reasoning in Large Reasoning Models

    Read on ACL Anthology
  3. [3]GitHubOpen-Source Community

    Safety in Large Reasoning Models: A Survey

    Read on GitHub
  4. [4]Hugging FaceAcademic Security Researchers

    Replicating TEMPEST at Scale: Multi-Turn Adversarial Attacks Against Trillion-Parameter Frontier Models

    Read on Hugging Face
  5. [5]AlphaXivOpen-Source Community

    Evaluating the true capabilities of Large Language Models

    Read on AlphaXiv
  6. [6]Factlen Editorial TeamIndependent Analysts

    Synthesis by Factlen editorial team

    Read on Factlen Editorial Team

Comments

Stay informed

Every angle. Every day.

Get ai stories with full source coverage and perspective breakdowns delivered to your inbox.