What Really Matters in Many-Shot Attacks? An Empirical Study of Long-Context Vulnerabilities in LLMs
Sangyeop Kim, Yohan Lee, Yongwoo Song, Kimin Lee
TL;DR
This paper conducts a comprehensive empirical study of long-context vulnerabilities in LLMs via Many-Shot Jailbreaking with contexts up to $128K$ tokens, uncovering that context length is the dominant driver of attack success and that harmful content is not strictly necessary. It demonstrates persistent safety gaps across architectures, including well-aligned models, and shows that simple inputs such as random text or repeated safe demonstrations can bypass safety. The authors develop and compare multiple attack strategies (fake data, repetition, free-form text) and analyze factors like shot density and topic composition to reveal robust vulnerability patterns tied to context length rather than content. The findings underscore the need for defense strategies that target long-context dynamics, suggesting new safety mechanisms beyond traditional input-based approaches. Overall, the work has practical implications for building safer long-context LLMs and provides a framework for evaluating safety under extreme context lengths.
Abstract
We investigate long-context vulnerabilities in Large Language Models (LLMs) through Many-Shot Jailbreaking (MSJ). Our experiments utilize context length of up to 128K tokens. Through comprehensive analysis with various many-shot attack settings with different instruction styles, shot density, topic, and format, we reveal that context length is the primary factor determining attack effectiveness. Critically, we find that successful attacks do not require carefully crafted harmful content. Even repetitive shots or random dummy text can circumvent model safety measures, suggesting fundamental limitations in long-context processing capabilities of LLMs. The safety behavior of well-aligned models becomes increasingly inconsistent with longer contexts. These findings highlight significant safety gaps in context expansion capabilities of LLMs, emphasizing the need for new safety mechanisms.
