Over the past two years, businesses have integrated large language models (LLMs) into customer support, analytics, software development, and internal automation at an unprecedented pace. However, this massive adoption has paved the way for a growing threat: prompt injection. According to CrowdStrike's 2026 Global Threat Report, built on frontline intelligence across more than 280 tracked adversaries, threat actors injected malicious prompts into legitimate generative AI tools at over 90 organizations in 2025, stealing credentials and cryptocurrency. The report stated it plainly: prompts are the new malware. AI-enabled adversaries increased their overall attack volume by 89% year-over-year, with prompt injection serving as both an entry point and a force multiplier.
OWASP Lists Prompt Injection as the Top LLM Vulnerability
The OWASP LLM Top 10 for 2025, now in its second consecutive edition, ranks prompt injection as the most critical category of LLM-specific vulnerabilities (LLM01). This reflects the fact that models still struggle to reliably separate instructions from data, making them susceptible to manipulation through crafted inputs. The problem is not theoretical: real-world incidents demonstrate the operational impact. In August 2024, researchers at PromptArmor disclosed a prompt injection vulnerability in Slack AI that allowed an attacker to exfiltrate data from private Slack channels, including API keys shared in developer channels, by placing a malicious instruction in a public channel or embedding it in an uploaded document. In June 2025, researchers at Aim Security disclosed EchoLeak (CVE-2025-32711, CVSS 9.3), the first documented zero-click prompt injection exploit against a production AI system, targeting Microsoft 365 Copilot. A single crafted email, requiring no user interaction, could cause Copilot to access internal files and transmit their contents to an attacker-controlled server. Both vulnerabilities have been patched, but these incidents underscore that prompt injection is a practical, repeatable threat.
Sponsored Protocol
New Attack Frontiers: Agents, RAG, and Model Routers
Prompt injection techniques have evolved, now targeting multi-agent architectures, retrieval-augmented generation (RAG) pipelines, model routers, and long-term memory capabilities. One example is RAG supply chain poisoning: attackers create malicious information — documentation, blog articles, GitHub READMEs — and wait for enterprise RAG pipelines to ingest them, turning them into attack vectors. Another vector is agent hijacking: AI agents, capable of sending emails, modifying cloud infrastructure, executing code, and interacting with internal systems, can be hijacked with a single instruction. Model-router manipulation is also on the rise: enterprises use routers to select between multiple LLMs, and attackers craft prompts that force routing to the weakest or least-guarded model. Context overflow attacks exploit million-token context windows to insert malicious code that overrides previous instructions, while memory poisoning permanently reconfigures the LLM's state through injection into long-term memory systems.
Sponsored Protocol
Why Prompt Injection Matters for Every Business Leader
Prompt injection is no longer limited to the model saying something it shouldn't. In 2026, it can trigger unauthorized actions, leak sensitive data, corrupt internal workflows, manipulate analytics, alter business logic, and compromise multi-agent systems. It directly affects customer-facing systems (chatbots, support agents), internal copilots (developer tools, security assistants), automation workflows (ticketing, cloud operations, HR), and data governance (RAG pipelines, knowledge bases). A critical aspect is the over-reliance on models' discernment capabilities: as highlighted by a recent Boston University study, treating AI as a coworker reduces error detection by 18%, increasing the risk of attacks exploiting prompt injection.
Sponsored Protocol
How to Defend: Limit Permissions and Segment Untrusted Content
Enterprises must adopt a proactive stance. First, constrain model permissions: limit not just what it should do, but what it can do. Second, segment untrusted content: treat all external data, including RAG sources, as potentially hostile. It is essential to monitor tool invocation and require human approval for high-impact actions. Validate content provenance to prevent RAG pipelines from ingesting poisoned information. Harden model routers to prevent attackers from forcing routing to weaker models. Finally, the fundamental mindset shift: treat LLMs as untrusted interpreters, not autonomous decision-makers. Until organizations adopt this perspective, prompt injection will continue to dominate the AI threat landscape. For further reading on AI security dynamics, refer to the Wikipedia page on prompt injection.
Sponsored Protocol