LGJun 9, 2025

TwinBreak: Jailbreaking LLM Security Alignments based on Twin Prompts

arXiv:2506.07596v115 citationsh-index: 7USENIX Security Symposium
Originality Incremental advance
AI Analysis

This addresses a critical security vulnerability in LLMs for malicious users, but it is an incremental improvement over existing jailbreak methods.

The paper tackled the problem of bypassing security alignments in large language models (LLMs) through jailbreaks, and introduced TwinBreak, a method that identifies and prunes safety parameters using twin prompts, achieving success rates of 89% to 98% across 16 LLMs with minimal computational cost.

Machine learning is advancing rapidly, with applications bringing notable benefits, such as improvements in translation and code generation. Models like ChatGPT, powered by Large Language Models (LLMs), are increasingly integrated into daily life. However, alongside these benefits, LLMs also introduce social risks. Malicious users can exploit LLMs by submitting harmful prompts, such as requesting instructions for illegal activities. To mitigate this, models often include a security mechanism that automatically rejects such harmful prompts. However, they can be bypassed through LLM jailbreaks. Current jailbreaks often require significant manual effort, high computational costs, or result in excessive model modifications that may degrade regular utility. We introduce TwinBreak, an innovative safety alignment removal method. Building on the idea that the safety mechanism operates like an embedded backdoor, TwinBreak identifies and prunes parameters responsible for this functionality. By focusing on the most relevant model layers, TwinBreak performs fine-grained analysis of parameters essential to model utility and safety. TwinBreak is the first method to analyze intermediate outputs from prompts with high structural and content similarity to isolate safety parameters. We present the TwinPrompt dataset containing 100 such twin prompts. Experiments confirm TwinBreak's effectiveness, achieving 89% to 98% success rates with minimal computational requirements across 16 LLMs from five vendors.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes