Jailbreaking Large Language Models Against Moderation Guardrails via Cipher Characters
Haibo Jin, Andy Zhou, Joe D. Menke, Haohan Wang
TL;DR
This work tackles the gap in evaluating moderation guardrails for LLMs by introducing JAMBench, a benchmark designed to trigger filtered-out errors in OpenAI-style moderation. It then proposes JAM, a jailbreak that fuses a jailbreak prefix with cipher characters to bypass input- and output-level safeguards. Across four LLMs, JAM achieves substantially higher jailbreak success ($\approx$ $19.88\times$) and lower filtering ($\approx$ $1/6$) than baselines, demonstrating the weakness of current guardrails against cipher-enabled prompts. The authors also propose two countermeasures—Output Complexity-Aware Defense and LLM-based Audit Defense—that can reduce jailbreak effectiveness to zero in tested scenarios, highlighting the need for stronger, more robust moderation mechanisms in practice.
Abstract
Large Language Models (LLMs) are typically harmless but remain vulnerable to carefully crafted prompts known as ``jailbreaks'', which can bypass protective measures and induce harmful behavior. Recent advancements in LLMs have incorporated moderation guardrails that can filter outputs, which trigger processing errors for certain malicious questions. Existing red-teaming benchmarks often neglect to include questions that trigger moderation guardrails, making it difficult to evaluate jailbreak effectiveness. To address this issue, we introduce JAMBench, a harmful behavior benchmark designed to trigger and evaluate moderation guardrails. JAMBench involves 160 manually crafted instructions covering four major risk categories at multiple severity levels. Furthermore, we propose a jailbreak method, JAM (Jailbreak Against Moderation), designed to attack moderation guardrails using jailbreak prefixes to bypass input-level filters and a fine-tuned shadow model functionally equivalent to the guardrail model to generate cipher characters to bypass output-level filters. Our extensive experiments on four LLMs demonstrate that JAM achieves higher jailbreak success ($\sim$ $\times$ 19.88) and lower filtered-out rates ($\sim$ $\times$ 1/6) than baselines.
