Foot-In-The-Door: A Multi-turn Jailbreak for LLMs
Zixuan Weng, Xiaolong Jin, Jinyuan Jia, Xiangyu Zhang
TL;DR
This work tackles jailbreaking of LLMs by exploiting multi-turn interactions through a psychology-inspired framework. It introduces FITD, a two-stage attack that progressively escalates malicious prompts using bridge prompts and alignment nudges to erode the model's safeguards, leveraging the foot-in-the-door principle. Empirical evaluation across seven LLMs and two jailbreak benchmarks shows FITD achieves an average attack success rate around $94\%$, with strong cross-model transferability and peak effectiveness near malicious level $n=12$. The study reveals vulnerabilities in current alignment under sustained multi-turn dialogue and calls for robust real-time monitoring and stronger multi-turn defenses, with future work extending to multimodal LLMs.
Abstract
Ensuring AI safety is crucial as large language models become increasingly integrated into real-world applications. A key challenge is jailbreak, where adversarial prompts bypass built-in safeguards to elicit harmful disallowed outputs. Inspired by psychological foot-in-the-door principles, we introduce FITD,a novel multi-turn jailbreak method that leverages the phenomenon where minor initial commitments lower resistance to more significant or more unethical transgressions. Our approach progressively escalates the malicious intent of user queries through intermediate bridge prompts and aligns the model's response by itself to induce toxic responses. Extensive experimental results on two jailbreak benchmarks demonstrate that FITD achieves an average attack success rate of 94% across seven widely used models, outperforming existing state-of-the-art methods. Additionally, we provide an in-depth analysis of LLM self-corruption, highlighting vulnerabilities in current alignment strategies and emphasizing the risks inherent in multi-turn interactions. The code is available at https://github.com/Jinxiaolong1129/Foot-in-the-door-Jailbreak.
