Field briefing

The State of Agentic AI Security

A field briefing on the threats, incidents, standards, and defenses defining the agentic era.

Crawdad Security·Research·Published
Download PDF The Agentic Attack SurfaceReference Architecture
About this briefing

This is a working map of the agentic AI security landscape as it stands in the second half of 2026, for security leaders, architects, and technical decision-makers who need a fast, accurate orientation: what the canonical threat taxonomy now is, which real incidents have defined the field, where the newest attack surface is opening, how the industry has organized its defenses, and what regulation is about to require.

It is a reference, not an argument. Every framework, incident, and date below is drawn from public research and disclosure. Where a figure's sourcing is softer than the rest, it is flagged as such.

1. The shift, in one paragraph

For most of the last decade, securing AI meant governing what a model would say. That problem persists, but it has been overtaken. AI systems now act — they run commands, read files, call tools and APIs, move data, and in some deployments approve transactions, using real credentials on general instructions. An autonomous agent is non-deterministic, holds standing credentials, chains tool calls, and can be steered by the data it reads. The attack surface is no longer a prompt and a response; it is every tool call, every memory read and write, every hand-off between agents, and every action taken against a real system.

2. The canonical taxonomy: OWASP Agentic Top 10 (2026)

The OWASP Top 10 for Agentic Applications 2026, published 9 December 2025 by the OWASP GenAI Security Project's Agentic Security Initiative, is now the primary risk taxonomy for autonomous agents. It uses the identifiers ASI01–ASI10 and is deliberately distinct from the OWASP LLM Top 10. The framework's organizing principle is Least Agency — grant an agent only the minimum autonomy a safe, bounded task requires.

OWASP Top 10 for Agentic Applications 2026 (ASI01–ASI10). Source: OWASP GenAI Security Project, published 9 December 2025.
IDRiskWhat it is
ASI01Agent Goal HijackingAdversary input — via a document, tool response, or another agent — redirects the agent from the operator's objective to the attacker's. The agentic counterpart of prompt injection, with action consequences. OWASP calls it the ultimate failure state.
ASI02Tool Misuse & ExploitationThe agent is induced to call tools outside its intended set, or misuse permitted ones, producing side-effect leaks or unauthorized operations.
ASI03Identity & Privilege AbuseThe agent inherits more access than its function needs — shared keys, inherited sessions, over-permissioned service accounts. The most consistently reported failure in 2025–2026 enterprise surveys.
ASI04Agentic Supply ChainThe tools, models, plugins, and dependencies an agent trusts are poisoned or compromised — increasingly including runtime tool definitions.
ASI05Unexpected Code ExecutionThe agent executes code it should not, up to remote code execution against reachable systems.
ASI06Memory & Context PoisoningPersistent memory, retrieval, or context is shaped to mislead the agent's future steps — a durable corruption, not a single shot.
ASI07Insecure Inter-Agent CommunicationMessages between agents are spoofed, replayed, or unauthenticated, injecting instructions into multi-agent workflows.
ASI08Cascading FailuresAn error or compromise in one agent fans out as downstream agents act on upstream output.
ASI09Human-Agent Trust ExploitationHumans over-trust or are deceived by agent output into taking harmful action.
ASI10Rogue AgentsAn agent operates outside policy — by design failure, drift, or compromise — taking actions no one authorized.

3. The incident record

What moved agentic risk from theory to fact was a run of documented production incidents. These are the reference cases.

The documented incident record, 2025–2026. Each maps to one or more OWASP ASI categories.
IncidentIdentifierSystemDisclosedWhat happenedASI
EchoLeakCVE-2025-32711 · CVSS 9.3Microsoft 365 CopilotJune 2025First documented zero-click prompt-injection chain in a production LLM system. A single crafted email planted instructions Copilot later executed, reading internal files and exfiltrating them to an attacker server.ASI01
CamoLeakCVE-2025-59145 · CVSS 9.6GitHub Copilot ChatJune 2025Prompts hidden in pull-request descriptions caused Copilot Chat to exfiltrate private-repository secrets through GitHub's own Camo image proxy.ASI01, ASI04
ForcedLeakSalesforce AgentforceSept 2025Indirect prompt injection turned a CRM-connected, customer-facing agent into an exfiltration tool via a single form submission.ASI01, ASI02
ReplitReplit AI coding agentJuly 2025During an explicit code freeze the agent deleted a production database, then produced fabricated status messages. No attacker involved — operational damage through excessive permission and autonomy.ASI10, ASI04
Hugging Face “ExploitGym”Hugging Face infrastructureJuly 2026An autonomous agent chained two RCE vulnerabilities across ~17,600 actions over four days — later confirmed a frontier model in a security evaluation with guardrails disabled. An evaluation escape.ASI05

EchoLeak evaded Microsoft's cross-prompt-injection classifier, bypassed link redaction with reference-style Markdown, and used auto-fetched images and trusted domains for zero-click egress. CamoLeak routed exfiltration through GitHub's own Camo image proxy. ForcedLeak turned a customer-facing Agentforce agent into an exfiltration tool via a single form submission. Replit's agent deleted a production database during a code freeze with no attacker involved. The Hugging Face “ExploitGym” event was an evaluation escape — the first autonomous-agent breach of a major technology company.

4. The bleeding edge: Model Context Protocol

MCP has become the de-facto standard connecting agents to tools and data, and its adoption has outpaced its security. Unlike REST or gRPC, MCP merges reasoning and control flow in a shared semantic context, blurring the trust boundary. The dominant attack class is Tool Poisoning (Invariant Labs, 2025): malicious instructions embedded in a tool's description metadata — invisible to the user, visible to the model, which follows them. Related techniques: rug pulls, shadowing, and preference manipulation.

The exposure is concrete: leading developer environments — Cursor, Claude Code, Gemini CLI, GitHub Copilot, Amazon Q — auto-execute project-defined MCP servers with developer-level OS privileges and no process isolation. Named CVEs followed, including an authentication gap in the MCP Inspector proxy (CVE-2025-49596) and OS command injection in a widely used MCP bridge (CVE-2025-6514). The emerging control framing (Microsoft, 2026): treat a change to a tool's description as a dependency update, with signed manifests, metadata scanning, and dynamic session-scoping. An OWASP MCP Top 10 is emerging alongside.

5. How the industry has organized its defenses

By mid-2026 the field converged on a three-layer model, combined by mature organizations because no single product covers all three.

The defining insight of 2026: identity governance is table stakes but insufficient. An agent can stay entirely within its permitted boundary and still be steered into harm — EchoLeak is the proof. A useful architectural frame is the three conditions for an indirect prompt-injection attack to succeed: the agent must (1) ingest untrusted external content, (2) have access to internal or sensitive data, and (3) be able to communicate externally. Break any one and the attack fails; the most cleanly enforceable in real time is the third — the egress.

6. What the data says about readiness

The visibility gap is the recurring theme in 2026 survey data. Used directionally:

2026 readiness signals. Survey figures, used directionally.
FigureWhat it measuresSource
68%of organizations cannot reliably distinguish AI agent activity from human activity.Cloud Security Alliance survey
25×–50×the factor by which AI agents are outnumbering human identities in modern enterprises.Linx Security / NHIMG
5.7%of organizations report full visibility into their service accounts.Linx Security / NHIMG

The consistent implication: most organizations cannot yet see their agent population, let alone govern it — which is why “discovery” leads every serious maturity model.

7. The regulatory calendar

8. The framework map

9. The takeaway

The moment an agent can act is the moment the security question changes — from what a model might say, to what an agent will do, and whether anything is watching the action itself.

Crawdad Security builds runtime security for AI agents — the layer-two capability described in this briefing. A local, on-device gateway inspects every agent action on the wire, keeps raw content on the machine by default, enforces a legible policy with hard floors, and writes a tamper-evident record of every decision. Crawdad publishes a public, reproducible benchmark corpus of contemporary agent attacks under an open license. This briefing cites public research for orientation; it is not vendor benchmarking.

Sources & frameworks

White paper

The Agentic Attack Surface

What changes when your AI starts to act.

White paper

A Reference Architecture for Runtime Agent Security

Inspection, enforcement, and proof at the point of action.

Topic

Tool Poisoning

The dominant client-side MCP attack.