paper-with-me

홈 › Papers

The Promptware Kill Chain: How Prompt Injections Gradually Evolved Into a Multistep Malware Delivery Mechanism

2026-01-14 · Oleg Brodt, Elad Feldman, Bruce Schneier, Ben Nassi arxiv

Prompt injection was initially framed as the large language model (LLM) analogue of SQL injection. However, over the past three years, attacks labeled as prompt injection have evolved from isolated input-manipulation exploits into multistep attack mechanisms that resemble malware. In this paper, we argue that prompt injections evolved into promptware, a new class of malware execution mechanism triggered through prompts engineered to exploit an application's LLM. We introduce a seven-stage promptware kill chain: Initial Access (prompt injection), Privilege Escalation (jailbreaking), Reconnaissance, Persistence (memory and retrieval poisoning), Command and Control, Lateral Movement, and Actions on Objective. We analyze thirty-six prominent studies and real-world incidents affecting production LLM systems and show that at least twenty-one documented attacks that traverse four or more stages of this kill chain, demonstrating that the threat model is not merely theoretical. We discuss the need for a defense-in-depth approach that addresses all stages of the promptware life cycle and review relevant countermeasures for each step. By moving the conversation from prompt injection to a promptware kill chain, our work provides analytical clarity, enables structured risk assessment, and lays a foundation for systematic security engineering of LLM-based systems.

📄 PDF Abstract BibTeX arXiv:2601.09625

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

A Jailbroken GenAI Model Can Cause Substantial Harm: GenAI-powered Applications are Vulnerable to PromptWares

2024-08-09 · Stav Cohen, Ron Bitton, Ben Nassi

In this paper we argue that a jailbroken GenAI model can cause substantial harm to GenAI-powered applications and facilitate PromptWare, a new type of attack that flips the GenAI model's behavior from serving an applicat…

Chatbot

Skill-Inject: Measuring Agent Vulnerability to Skill File Attacks

2026-02-23 · David Schmotz, Luca Beurer-Kellner, Sahar Abdelnabi, Maksym Andriushchenko arxiv

LLM agents are evolving rapidly, powered by code execution, tools, and the recently introduced agent skills feature. Skills allow users to extend LLM applications with specialized third-party code, knowledge, and instruc…

Agent Skills Enable a New Class of Realistic and Trivially Simple Prompt Injections

2025-10-30 · David Schmotz, Sahar Abdelnabi, Maksym Andriushchenko arxiv

Enabling continual learning in LLMs remains a key unresolved research challenge. In a recent announcement, a frontier LLM company made a step towards this by introducing Agent Skills, a framework that equips agents with …

Continual Learning

Understanding Prompt Management in GitHub Repositories: A Call for Best Practices

2025-09-15 · Hao Li, Hicham Masri, Filipe R. Cogo, Abdul Ali Bangash 외 arxiv

The rapid adoption of foundation models (e.g., large language models) has given rise to promptware, i.e., software built using natural language prompts. Effective management of prompts, such as organization and quality a…

Kill-Chain Canaries: Stage-Level Tracking of Prompt Injection Across Attack Surfaces and Model Safety Tiers

2026-03-30 · Haochuan Kevin Wang, Zechen Zhang arxiv

Multi-agent LLM systems are entering production -- processing documents, managing workflows, acting on behalf of users -- yet their resilience to prompt injection is still evaluated with a single binary: did the attack s…