Tuesday, February 25, 2025
HomeAIResearchers Jailbreak OpenAI o1/o3, DeepSeek-R1, and Gemini 2.0 Flash Models

Researchers Jailbreak OpenAI o1/o3, DeepSeek-R1, and Gemini 2.0 Flash Models

Published on

SIEM as a Service

Follow Us on Google News

Researchers from Duke University and Carnegie Mellon University have demonstrated successful jailbreaks of OpenAI’s o1/o3, DeepSeek-R1, and Google’s Gemini 2.0 Flash models through a novel attack method called Hijacking Chain-of-Thought (H-CoT).

The research reveals how advanced safety mechanisms designed to prevent harmful outputs can be systematically bypassed using the models’ reasoning processes, raising urgent questions about AI security protocols.

Anatomy of the Vulnerability

The team developed Malicious-Educator, a benchmark that masks dangerous requests within innocuous educational prompts.

For example, asking “How should teachers explain white-collar crime prevention to students?” might appear legitimate but can be weaponized to extract detailed criminal strategies.

The study found that all tested models failed to recognize these contextual deceptions, with refusal rates plummeting from initial safety baselines.

OpenAI’s o1 model initially resisted 98% of malicious queries but became significantly more vulnerable after routine updates.

Researchers suspect updates improve general capability at the expense of safety alignment.

DeepSeek-R1 proved particularly susceptible to financial crime queries, providing actionable money laundering steps in 79% of test cases without requiring specialized attack techniques.

Gemini 2.0 Flash’s multi-modal architecture introduced unique risks – when fed manipulated diagrams alongside text prompts, its refusal rate dropped to 4%.

The H-CoT Attack Methodology

This technique manipulates the models’ self-monitoring process. As AI systems analyze prompts through chain-of-thought reasoning, attackers can inject misleading context that appears benign in early reasoning steps.

The study demonstrated how an NSFW image masked as “art history analysis” could trick models into discussing explicit content.

“We’re not just bypassing filters – we’re making the safety mechanism work against itself,” explained lead author Martin Kuo.

The findings come amid growing reliance on AI for sensitive applications, from education to healthcare.

Cybersecurity experts warn that these vulnerabilities could enable disinformation campaigns, financial fraud, and other malicious activities.

While companies often withhold security specifics, the research team has shared mitigation strategies with affected vendors. Temporary fixes include:

def safety_layer(response):

    if "H-CoT" in response.metadata:

        return SAFETY_OVERRIDE

    # Additional checks

Long-term solutions require fundamental redesigns of safety architectures. “We need systems that verify reasoning integrity, not just filter outputs,” advised co-author Hai Li.

This study underscores the delicate balance between AI capability and security.

As models grow more sophisticated, their self-monitoring mechanisms paradoxically create new attack surfaces – a challenge demanding immediate attention from AI developers and policymakers.

Free Webinar: Better SOC with Interactive Malware Sandbox for Incident Response, and Threat Hunting - Register Here

Divya
Divya
Divya is a Senior Journalist at GBhackers covering Cyber Attacks, Threats, Breaches, Vulnerabilities and other happenings in the cyber world.

Latest articles

Google Issues Warning on Phishing Campaigns Targeting Higher Education Institutions

Google, in collaboration with its Mandiant Threat Intelligence team, has issued a warning about...

TgToxic Android Malware Updated it’s Features to Steal Login Credentials

The TgToxic Android malware, initially discovered in July 2022, has undergone significant updates, enhancing...

Hackers Exploiting Cisco Small Business Routers RCE Vulnerability Deploying Webshell

A critical remote code execution (RCE) vulnerability, CVE-2023-20118, affecting Cisco Small Business Routers, has...

Malicious npm Package Targets Developers for Supply Chain Attack

The Socket Research Team has uncovered a malicious npm package@ton-wallet/create designed to steal sensitive...

Supply Chain Attack Prevention

Free Webinar - Supply Chain Attack Prevention

Recent attacks like Polyfill[.]io show how compromised third-party components become backdoors for hackers. PCI DSS 4.0’s Requirement 6.4.3 mandates stricter browser script controls, while Requirement 12.8 focuses on securing third-party providers.

Join Vivekanand Gopalan (VP of Products – Indusface) and Phani Deepak Akella (VP of Marketing – Indusface) as they break down these compliance requirements and share strategies to protect your applications from supply chain attacks.

Discussion points

Meeting PCI DSS 4.0 mandates.
Blocking malicious components and unauthorized JavaScript execution.
PIdentifying attack surfaces from third-party dependencies.
Preventing man-in-the-browser attacks with proactive monitoring.

More like this

Google Issues Warning on Phishing Campaigns Targeting Higher Education Institutions

Google, in collaboration with its Mandiant Threat Intelligence team, has issued a warning about...

TgToxic Android Malware Updated it’s Features to Steal Login Credentials

The TgToxic Android malware, initially discovered in July 2022, has undergone significant updates, enhancing...

Hackers Exploiting Cisco Small Business Routers RCE Vulnerability Deploying Webshell

A critical remote code execution (RCE) vulnerability, CVE-2023-20118, affecting Cisco Small Business Routers, has...