
Why Agentic AI Threats Are Outpacing Enterprise Defences

Something changed in how cyberattacks work, and most organisations have not caught up. For years, AI helped attackers move faster by generating phishing lures, drafting malware, automating credential stuffing. A human still drove the operation. Today, agentic AI threats have removed that requirement entirely. Autonomous systems now plan, execute, and adapt attacks from start to finish, without waiting for a person to approve the next step. That shift is not incremental. It changes the scale, the speed, and the economics of what a motivated attacker can do.
From Assistant to Actor
The difference between generative AI and agentic AI is the difference between a tool and an operative. Generative AI produces output, but agentic AI takes action. An agent can chain its own steps: scan a target environment, identify exploitable paths, craft a payload, deliver it, and adjust its approach based on what works. And it can do all that within a single automated loop.
Between late 2025 and early 2026, adversaries accelerated adoption of agentic frameworks capable of running complete attack chains without direct human control. Reconnaissance, phishing generation, credential testing, and infrastructure rotation became automated pipeline stages, not manual tasks. The cost of running a sophisticated, multi-step campaign dropped sharply. The speed at which those campaigns execute increased dramatically.
This is the core of what makes agentic AI threats qualitatively different. The barrier to entry has collapsed. Threat actors who previously lacked the technical depth to execute complex intrusions can now orchestrate them through an AI agent configured to do the hard work.
The Attack Surface Nobody Built Defences For
When organisations started deploying AI agents internally, the conversation focused on productivity. Agents could summarise inboxes, manage ticketing systems, access internal databases, and execute workflows automatically. What received less attention was the access those agents required to function, and what an attacker could do with that access if the agent was compromised.
Prompt injection has become the primary mechanism for that compromise. It sits at the top of the OWASP Top 10 for LLM Applications, and it works by embedding malicious instructions inside content that an AI agent is likely to process: documents, emails, web pages, API responses. When the agent reads that content, it executes the hidden instructions as if they came from its own operator.
The EchoLeak vulnerability, disclosed in mid-2025 and assigned a CVSS score of 9.3, demonstrated exactly how this plays out in a production environment. A specially crafted email, opened in a Microsoft 365 environment, caused the platform's AI assistant to silently exfiltrate documents to an external server when a user asked it to summarise their inbox. No malicious attachment. No suspicious link. Just an email the AI read on behalf of its user, and acted on without question.
Attack success rates against agentic systems via prompt injection have reached 84% in controlled testing. Detection rates for sophisticated attempts sit around 23%. That gap represents a structural problem, not a configuration error.
Supply Chain Exposure at Machine Speed
Prompt injection is not the only risk. Agentic AI systems depend on interconnected components: model gateways, orchestration frameworks, plugin ecosystems. Each connection is a potential entry point.
In March 2026, a compromised package on PyPI sat live for three hours before removal. Nearly 47,000 downloads occurred during that window. The affected package, LiteLLM, functions as the language-model gateway for multiple widely-used agentic AI frameworks. Anyone who pulled an update during those three hours pulled in an autonomous attack tool alongside it. A single poisoned link in the AI supply chain cascaded across dozens of platforms simultaneously.
Earlier this year, SafeState covered similar exposure dynamics in the OpenClaw AI agent ecosystem, where document-processing capabilities were exploited to embed malicious instructions that the agent executed as trusted input. The attack vector is consistent: find where the agent trusts external content, then abuse that trust.
What Existing Defences Miss
Traditional security architecture was built for a world where humans initiated actions. Perimeter controls, endpoint detection, and behaviour-based monitoring all assume that something, or someone, crosses a boundary the system can observe and flag. Agentic AI threats operate differently.
An agent that has been co-opted through prompt injection does not cross a perimeter. It is already inside, using legitimate credentials, performing actions that look identical to authorised workflow steps. The malicious behaviour is semantically embedded in what appears to be normal operation. Signature-based detection does not catch it. Network monitoring does not flag it. The breach sits in the instruction layer, not the network layer.
A Forresteran alysis predicted that agentic AI would cause a major public breach in 2026 significant enough to result in employee dismissals. Shadow AI incidents of this class already cost organisations an average of $4.63 million per incident — $670,000 above the cost of a standard breach. The financial premium reflects not just the damage, but the structural difficulty of detecting and containing something that operates with trusted access.
What Organisations Need to Rethink Now
The response to agentic AI threats requires a different frame. It is not enough to secure the perimeter around an AI system. Organisations need to treat every agent as a potential insider threat. one that is always on, never questions instructions, and can act at machine speed if compromised.
Practical steps include enforcing strict least-privilege access for all agents so that a compromised agent cannot touch systems beyond its defined scope. Human confirmation gates for any high-consequence action (like financial transactions, external communications, system modifications) add meaningful friction that limits blast radius. Monitoring agent behaviour in real time, not just logging it after the fact, gives security teams the visibility needed to catch anomalous action before it completes.
As we reported in our coverage of Meta's internal AI agent incident, the combination of broad access and autonomous action is the core risk. Constrain either one, and the exposure shrinks substantially. Agentic AI threats are not coming. They are operational. Defences need to catch up on the same timeline.
Subscribe to receive the latest blog posts to your inbox every week.