Table of Contents
Fetching ...

Involuntary Jailbreak

Yangyang Guo, Yangyan Li, Mohan Kankanhalli

TL;DR

The paper uncovers involuntary jailbreak, a universal prompt-based vulnerability that can bypass guardrails across top LLMs. It introduces a two-step language-operator prompt design that elicits unsafe questions and their harmful responses without targeting a specific harm. Extensive experiments across Claude Opus 4.1, Grok 4, Gemini 2.5 Pro, GPT-4.1, and others show guardrails collapsing in most trials, with high attack success rates and substantial unsafe content generation. The work discusses defense implications, including topic confinement and output-level filtering, highlighting the challenge of achieving universal safety and robust alignment for modern LLMs.

Abstract

In this study, we disclose a worrying new vulnerability in Large Language Models (LLMs), which we term \textbf{involuntary jailbreak}. Unlike existing jailbreak attacks, this weakness is distinct in that it does not involve a specific attack objective, such as generating instructions for \textit{building a bomb}. Prior attack methods predominantly target localized components of the LLM guardrail. In contrast, involuntary jailbreaks may potentially compromise the entire guardrail structure, which our method reveals to be surprisingly fragile. We merely employ a single universal prompt to achieve this goal. In particular, we instruct LLMs to generate several questions that would typically be rejected, along with their corresponding in-depth responses (rather than a refusal). Remarkably, this simple prompt strategy consistently jailbreaks the majority of leading LLMs, including Claude Opus 4.1, Grok 4, Gemini 2.5 Pro, and GPT 4.1. We hope this problem can motivate researchers and practitioners to re-evaluate the robustness of LLM guardrails and contribute to stronger safety alignment in future.

Involuntary Jailbreak

TL;DR

The paper uncovers involuntary jailbreak, a universal prompt-based vulnerability that can bypass guardrails across top LLMs. It introduces a two-step language-operator prompt design that elicits unsafe questions and their harmful responses without targeting a specific harm. Extensive experiments across Claude Opus 4.1, Grok 4, Gemini 2.5 Pro, GPT-4.1, and others show guardrails collapsing in most trials, with high attack success rates and substantial unsafe content generation. The work discusses defense implications, including topic confinement and output-level filtering, highlighting the challenge of achieving universal safety and robust alignment for modern LLMs.

Abstract

In this study, we disclose a worrying new vulnerability in Large Language Models (LLMs), which we term \textbf{involuntary jailbreak}. Unlike existing jailbreak attacks, this weakness is distinct in that it does not involve a specific attack objective, such as generating instructions for \textit{building a bomb}. Prior attack methods predominantly target localized components of the LLM guardrail. In contrast, involuntary jailbreaks may potentially compromise the entire guardrail structure, which our method reveals to be surprisingly fragile. We merely employ a single universal prompt to achieve this goal. In particular, we instruct LLMs to generate several questions that would typically be rejected, along with their corresponding in-depth responses (rather than a refusal). Remarkably, this simple prompt strategy consistently jailbreaks the majority of leading LLMs, including Claude Opus 4.1, Grok 4, Gemini 2.5 Pro, and GPT 4.1. We hope this problem can motivate researchers and practitioners to re-evaluate the robustness of LLM guardrails and contribute to stronger safety alignment in future.

Paper Structure

This paper contains 21 sections, 12 figures, 7 tables.

Figures (12)

  • Figure 1: Randomly chosen safe and unsafe outputs from Anthropic Claude Opus 4.1 claude-4.1 (released on 5 August 2025).
  • Figure 2: Randomly chosen safe and unsafe outputs from xAI Grok 4 grok-4 (released on 9 July 2025).
  • Figure 3: The final universal language operator-based prompt (2) - Language operator design.
  • Figure 4: The final universal language operator-based prompt (3) - Mixed generation of safe + unsafe. We configure with the following parameters: unsafe_num = 10, and safe_num = 10. For the language function (lan_func), we predominantly employ the B(A(input)) since we found C(B(A(input))) leads to degraded readability.
  • Figure 5: Overall performance (#ASA v.s. #Avg UPA) under our involuntary jailbreak attack method.
  • ...and 7 more figures