English

Formalizing and Benchmarking Prompt Injection Attacks and Defenses

Cryptography and Security 2025-11-13 v5 Artificial Intelligence Computation and Language Machine Learning

Abstract

A prompt injection attack aims to inject malicious instruction/data into the input of an LLM-Integrated Application such that it produces results as an attacker desires. Existing works are limited to case studies. As a result, the literature lacks a systematic understanding of prompt injection attacks and their defenses. We aim to bridge the gap in this work. In particular, we propose a framework to formalize prompt injection attacks. Existing attacks are special cases in our framework. Moreover, based on our framework, we design a new attack by combining existing ones. Using our framework, we conduct a systematic evaluation on 5 prompt injection attacks and 10 defenses with 10 LLMs and 7 tasks. Our work provides a common benchmark for quantitatively evaluating future prompt injection attacks and defenses. To facilitate research on this topic, we make our platform public at https://github.com/liu00222/Open-Prompt-Injection.

Keywords

Cite

@article{arxiv.2310.12815,
  title  = {Formalizing and Benchmarking Prompt Injection Attacks and Defenses},
  author = {Yupei Liu and Yuqi Jia and Runpeng Geng and Jinyuan Jia and Neil Zhenqiang Gong},
  journal= {arXiv preprint arXiv:2310.12815},
  year   = {2025}
}

Comments

Published in USENIX Security Symposium 2024; the model sizes for closed-source models are from blog posts. For slides, see https://people.duke.edu/~zg70/code/PromptInjection.pdf

R2 v1 2026-06-28T12:55:42.753Z