PromptLocate: Localizing Prompt Injection Attacks
Yuqi Jia, Yupei Liu, Zedian Shao, Jinyuan Jia, Neil Gong
TL;DR
PromptLocate localizes injected prompts in contaminated LLM inputs by segmenting data semantically, using a tailored segment-level detector as an oracle, and applying a context-based data-contamination score to identify injected data. It combines a segment-group search with an iterative two-step process to robustly isolate instruction- and data-contaminated content, outperforming attribution baselines and detector-only approaches across open and adaptive attacks. The method enables practical post-attack forensic analysis and data recovery, preserving most target-task performance after removing the injected prompts. It remains effective under adaptive threats and scales to real-world benchmarks, while acknowledging limitations when attacker objectives align with the target task.
Abstract
Prompt injection attacks deceive a large language model into completing an attacker-specified task instead of its intended task by contaminating its input data with an injected prompt, which consists of injected instruction(s) and data. Localizing the injected prompt within contaminated data is crucial for post-attack forensic analysis and data recovery. Despite its growing importance, prompt injection localization remains largely unexplored. In this work, we bridge this gap by proposing PromptLocate, the first method for localizing injected prompts. PromptLocate comprises three steps: (1) splitting the contaminated data into semantically coherent segments, (2) identifying segments contaminated by injected instructions, and (3) pinpointing segments contaminated by injected data. We show PromptLocate accurately localizes injected prompts across eight existing and eight adaptive attacks.
