Prompt injection is exploiting enterprise AI's biggest design flaws by targeting agents, RAG pipelines and model routers
Our take

The rapid integration of large language models (LLMs) into enterprise workflows—spanning support, analytics, and automation—represents a significant shift in how businesses operate. In the past two years, we’ve seen an explosion of adoption, and as highlighted in a recent report, this expansion has unfortunately coincided with a growing threat landscape. Cybercriminals are increasingly exploiting the fundamental disconnect between how we *assume* LLMs function and how they actually process information. Why Wall Street thinks US memory maker Micron is the next Nvidia[https://venturebeat.com/technology/why-wall-street-thinks-us-memory-maker-micron-is-the-next-nv-cmqy3hzp80g3jyt0p8ph0wp6h] showcases the ongoing fervor around AI-adjacent companies, while TechCrunch Mobility: All eyes on Tesla FSD[https://venturebeat.com/technology/techcrunch-mobility-all-eyes-on-tesla-fsd-cmqy3hnvx0g3jyt0p8ph0wp6h] demonstrates the complexities of deploying AI in real-world applications. The rise of prompt injection, now consistently ranked as the most critical vulnerability in LLM systems, underscores the urgent need for a more cautious and security-conscious approach to AI deployment.
The escalating sophistication of prompt injection attacks—evolving beyond simple instruction manipulation to target RAG pipelines, agent architectures, and even memory capabilities—signals a paradigm shift in AI security. The fact that malicious prompts can now be injected into legitimate tools to steal credentials or cryptocurrency, as documented by CrowdStrike, and that zero-click exploits like EchoLeak can compromise systems through crafted emails, is deeply concerning. It moves beyond the theoretical possibility of an LLM generating an inappropriate response; it represents a direct pathway for attackers to trigger unauthorized actions, leak sensitive data, and corrupt crucial workflows. The analogy of "prompts as the new malware" is starkly accurate. The increasing prevalence of cross-model prompt injection, where corrupted outputs propagate through interconnected AI systems, further amplifies the potential damage—a single compromised model can become a systemic weakness.
The core issue lies in the LLM’s inherent difficulty distinguishing instructions from data, context from metadata, and user intent from external inputs. Businesses, in their eagerness to harness the power of AI, have often overlooked the need for robust safeguards against this fundamental limitation. The recommended mitigations – constraining model permissions, segmenting untrusted content, monitoring tool invocation, and validating content provenance – represent a necessary but potentially disruptive shift. Treating LLMs as untrusted components, rather than autonomous decision-makers, is the bedrock of a secure AI infrastructure. This requires a move away from simply defining *what* a model should do and towards actively limiting *what* it can do, acknowledging that even well-intentioned instructions can be exploited. This shift will necessitate a re-evaluation of existing workflows and security protocols, potentially requiring investment in new tools and expertise.
Ultimately, the prompt injection threat highlights a critical tension in the current AI landscape: the drive for rapid innovation versus the need for robust security. While the benefits of LLMs are undeniable, organizations must prioritize a proactive and defensive posture, recognizing that the potential for exploitation is constantly evolving. As AI agents become increasingly integrated into critical business operations, the consequences of a successful prompt injection attack will only escalate. The question now is not *if* attackers will find new ways to exploit these vulnerabilities, but *when*, and whether organizations will be prepared to defend against them.
In the past two years, businesses have been trying to fit large language models (LLMs) into support, analytics, development, and internal automation like never before.
Along with the increasing adoption of AI technology, another trend is gaining momentum — cybercriminals are taking advantage of the disconnect between assumptions about LLMs and their actual characteristics.
In 2025 and 2026, several independent sources have highlighted the same trend: Prompt injection remains one of the most impactful and widely demonstrated attack vectors against LLM systems. The OWASP LLM Top 10 (2025) lists prompt injection as LLM01, identifying it as the most critical category of LLM‑specific vulnerabilities, for the second consecutive edition. OWASP's ranking reflects the fact that LLMs still struggle to reliably separate instructions from data, making them susceptible to manipulation through crafted inputs.
CrowdStrike's 2026 Global Threat Report — built on frontline intelligence across more than 280 tracked adversaries — documented that threat actors injected malicious prompts into legitimate generative AI tools at more than 90 organizations in 2025. They then used those injections to generate commands that stole 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 working as both an entry point and a force multiplier.
Real‑world incidents illustrate 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 they had no access to — including API keys shared in private 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. By sending a single crafted email, no user interaction required, an attacker could cause Copilot to access internal files and transmit their contents to an attacker-controlled server.
Both vulnerabilities were patched. These incidents underscore the fact that prompt injection is not a theoretical weakness but a practical, repeatable threat organizations must address as they deploy AI systems at scale.
Prompt injection techniques have undergone major evolutions over recent years, now targeting multi-agent architecture, retrieval-augmented generation (RAG) pipelines, model routers, and long-term memory capabilities.
The enterprise challenge: Too much trust
Businesses deploy LLMs to process instructions, summarize information, and trigger automated workflows, but it is difficult for LLMs to tell:
Instructions from data
Information from context
Context from metadata
User intent from metadata
This creates an opportunity for attackers to manipulate and influence the model's behavior, either directly or indirectly.
Modern prompt injection
Cross-model prompt injection
LLM use is a common practice among enterprises. Attackers corrupt the output of a particular model, knowing well that other models would be processing the content. Hence, the corruption propagates through all AI systems.
RAG supply chain poisoning
Attackers create malicious information — documentation, blog articles, GitHub READMEs. Then they wait until this malicious information is ingested in enterprises' RAG pipelines, then use it as an attack vector.
Agent hijacking
AI agents have evolved to the point where they can send emails, modify cloud infrastructure, execute code snippets, and interact with internal corporate systems. It takes just a single instruction to make agents act differently in a harmful manner.
Context overflow attacks
With the help of million-token context windows, attackers place malicious code within the document and hope that an LLM will stumble upon it and execute it, thus overriding all previous instructions.
Memory poisoning
Due to the implementation of long-term memory in LLMs, attackers can inject instructions that permanently reconfigure their state.
Model‑router manipulation
Enterprises increasingly use model routers to select between multiple LLMs. Attackers craft prompts that force routing to the weakest or least‑guarded model.
Why this matters for business leaders
Prompt injection is not a theoretical problem. It directly affects:
Customer‑facing systems (chatbots, support agents)
Internal copilots (developer tools, security assistants)
Automation workflows (ticketing, cloud operations, HR processes)
Data governance (RAG pipelines, knowledge bases)
The risk is no longer limited to "the model said something it shouldn't."
In 2026, prompt injection can:
Trigger unauthorized actions
Leak sensitive data
Corrupt internal workflows
Manipulate analytics
Alter business logic
Compromise multi‑agent systems
The attack surface has expanded dramatically.
What enterprises should do now
1. Constrain model permissions
Limit what the model can do, not just what it should do.
2. Segment untrusted content
Treat all external data — including RAG sources — as potentially hostile.
3. Monitor tool invocation
Require human approval for high‑impact actions.
4. Validate content provenance
Ensure RAG pipelines don't ingest poisoned external content.
5. Harden model routers
Prevent attackers from forcing routing to weaker models.
6. Treat LLMs as untrusted components
This mindset shift is the foundation of modern AI security.
The bottom line
Prompt injection remains the most effective way to compromise enterprise AI systems because it exploits the fundamental way LLMs interpret text. Until organizations treat LLMs as untrusted interpreters — not autonomous decision‑makers — prompt injection will continue to dominate the AI threat landscape.
Julie Brunias is an AI Security Architect.
Read on the original site
Open the publisher's page for the full experience