Threat Library

Agent-to-agent threats first — conventional coverage one click away.

Browse by hub: AI agent threats · Conventional watchlist · OWASP Agentic Top 10

Showing 20 of 89 threats

red-teamingprompt-injectionagentic-attackerASR-benchmarktransferabilityresearchLLM-agentsstrategy-libraryASI01 · Goal HijackingAML.T0051AML.T0054Surface: ModelPropagation: Single Hop

This is a research paper describing PIMiner, an academic agentic red-teaming system that automatically discovers and transfers prompt injection strategies against LLM agents like Gemini, GPT-5.1, and Claude. It is a defensive/evaluative research tool rather than an active in-the-wild exploit, but it demonstrates high attack success rates (up to 86.7%) with very few queries, meaning its techniques could be repurposed by attackers to efficiently craft prompt injections against production agents. Severity is moderate because it is disclosed research intended to improve defenses, not an observed live attack campaign.

researchindirect-prompt-injectioninterpretabilityprobingdefenseagentic-llmAgentDojochain-of-thoughtASI01 · Goal HijackingAML.T0051AML.T0054Surface: ModelPropagation: None

This is an academic research paper, not an active exploit or newly disclosed vulnerability. It studies whether agentic LLMs internally 'know' when they are being exposed to indirect prompt injection (via hidden states) and proposes a defense (AGRI) that uses this signal to trigger anti-injection reasoning, reducing attack success rates in benchmark tests. The threat is the well-known, pre-existing indirect prompt injection class; the paper itself is a defensive contribution rather than a new attack.

prompt-injectionroboticsmulti-agentindirect-injectionperception-modulecross-agent-contaminationresearchacademicASI01 · Goal HijackingAML.T0051AML.T0054Surface: PlannerPropagation: Single Hop

This is an academic research paper (not an active exploit) that systematically studies how prompt injection attacks against LLM-based robotic task planners can induce unsafe actions and degrade task completion. The authors show that in multi-agent robotic systems, injected instructions can propagate from a compromised agent to others via shared prompt structures, expanding the impact beyond the initially targeted agent.

flowiseprompt-injectionpyodidesandbox-escapercecsv-agentllm-code-generationblocklist-bypassASI01 · Goal HijackingAML.T0051AML.T0053Surface: Tool LayerPropagation: Single Hop

Flowise's CSV Agent node feeds untrusted user input directly into an LLM prompt used to generate Python code, then executes the LLM's response in an unsandboxed pyodide environment after only a weak regex blocklist check. An attacker can use prompt injection to make the LLM emit obfuscated malicious code that bypasses the blocklist and achieves arbitrary code execution on the host, with no authentication required.

roboticsmulti-agentprompt-injectionindirect-injectioncross-agent-contaminationperception-moduleresearchASI01 · Goal HijackingAML.T0051AML.T0054Surface: PlannerPropagation: Single Hop

This is an academic research paper (not an active exploit) that systematically demonstrates how prompt injection—both direct (task instructions) and indirect (via perception modules)—can manipulate LLM-based multi-agent robotic systems into unsafe or adversarial actions. The study's key contribution is showing that injected instructions can propagate from one compromised agent to others through shared prompt structures, expanding the blast radius beyond the initially targeted agent. Because it is a controlled research evaluation rather than an in-the-wild attack, real-world severity depends heavily on deployment specifics, but the findings are directly actionable for adversaries and defenders alike.

audio-injectionmultimodal-llmvoice-assistantprompt-injectionperceptual-attackstealth-attackacoustic-adversarialagent-hijackASI01 · Goal HijackingAML.T0051AML.T0054Surface: Human InterfacePropagation: Single Hop

Researchers demonstrate that malicious instructions can be covertly embedded in ambient audio to hijack voice-driven multimodal LLM agents while a legitimate user is speaking, achieving up to 69% attack success against Gemini 3 Pro and other frontier models. This is a peer-reviewed research disclosure (with a proposed defense), not evidence of in-the-wild exploitation, but it establishes a credible, high-impact attack surface for any product accepting continuous ambient audio input.

prompt-injectionshell-toolrceconsent-bypassstrands-agentshuman-in-the-loop-bypasstool-misuseASI05 · Unsafe Code ExecutionAML.T0051AML.T0053Surface: Tool LayerPropagation: Single Hop

A vulnerability in the shell tool of Amazon Strands Agents Tools (before v0.8.0) allows an attacker to craft a prompt that sets the 'non_interactive' parameter to true, bypassing the human consent gate designed to approve shell command execution. This enables remote actors to execute arbitrary OS commands on the agent's host without user approval, effectively turning a safety control into a no-op. This is a high-severity issue given the direct path from prompt injection to remote code execution.

MCPSSRFcredential-exfiltrationbroker-hostname-injectionamazon-mqrabbitmqoauth-token-theftendpoint-redirectionASI01 · Goal HijackingAML.T0051AML.T0053Surface: Tool LayerPropagation: Single Hop

A vulnerability in the Amazon MQ MCP Server allows an attacker to use prompt injection to manipulate the broker hostname parameter, redirecting the agent's connection to an attacker-controlled endpoint. This causes RabbitMQ broker credentials or OAuth access tokens to be sent to the attacker instead of the legitimate Amazon MQ broker, without requiring the attacker to be authenticated. Upgrading to version 2.0.24 remediates the flaw.

audio-injectionmultimodal-llmvoice-agentsprompt-injectionacoustic-attackresearchbenchmarkASR-hijackASI01 · Goal HijackingAML.T0051AML.T0054Surface: ModelPropagation: Single Hop

Researchers demonstrate that malicious audio instructions can be covertly embedded alongside legitimate user speech to hijack multimodal LLM agents that process continuous audio input, achieving a 69% attack success rate against Gemini 3 Pro. This is a research paper (with an accompanying defense, CADV) rather than an active exploit in the wild, but it exposes a realistic and largely unaddressed attack surface in voice-driven agent products.

benchmarkprompt-injection-resistancemodel-evaluationindirect-prompt-injectionanthropicclaudeinformationalASI01 · Goal HijackingSurface: ModelPropagation: None

This is a news/blog item summarizing Anthropic's own benchmark results showing Claude Opus 5 resists indirect prompt injection (IPI) attacks better than prior Claude models and competing models like GPT 5.6 variants. It does not describe a new vulnerability, exploit, or active threat, but rather comparative robustness statistics from a system card. No actionable security issue is present; this should be treated as informational context rather than a threat requiring remediation.

red-teamingself-playadversarial-trainingresearchdefensiveprompt-injection-robustnessASI01 · Goal HijackingAML.T0051Surface: ModelPropagation: None

This is a research paper describing a defensive self-play system used internally to discover and patch prompt injection weaknesses in frontier LLMs, not an active exploit or vulnerability disclosure. The described system is intended to improve model robustness rather than attack live production agents, so it does not represent a genuine threat in itself.

researchbenchmarkprompt-injectioncontainmentevaluation-methodologysynthetictool-boundarytaint-trackingASI05 · Unsafe Code ExecutionSurface: Tool LayerPropagation: None

This is an academic research paper introducing a benchmark for evaluating how well tool-using LLM agents contain the effects of prompt injection after it occurs, rather than a report of an active exploit or vulnerability. It proposes trace-based metrics to distinguish policy-endpoint outcomes from logged propagation and lost legitimate utility. No new attack technique, exploit, or real-world incident is disclosed; findings are synthetic, single-model, and methodological.

researchbenchmarkprompt-injectioncontainmentevaluation-methodologynot-an-exploittool-using-agentssynthetic-studyASI04 · Agentic Supply ChainSurface: Tool LayerPropagation: None

This is an academic research paper introducing a benchmark to evaluate how well tool-using LLM agents contain the effects of prompt injection after it occurs, rather than a description of an active exploit or vulnerability disclosure. It highlights that terminal 'no harm' outcomes can mask significant differences in taint propagation and lost legitimate functionality, which is a useful methodological insight for defenders rather than a new attack technique.

indirect-prompt-injectioncloud-telemetryhoneypotLLM-agentlog-to-promptself-disclosed-limitationresearch-paperAWSsession-aggregationASI02 · Tool MisuseAML.T0051AML.T0054Surface: ModelPropagation: Single Hop

This is a research paper (not an active exploit) describing an LLM-based agent that automates cloud intrusion investigation using decoy infrastructure. The authors themselves identify, but explicitly do not mitigate in their prototype, a genuine indirect prompt injection risk: attacker-controlled fields in cloud logs (like object keys and user-agent strings) are fed verbatim into agent prompts, creating a log-to-prompt injection channel. Since this is a disclosed, unpatched design gap in a research prototype rather than a live attack, severity is medium.

prompt-injectionlog-analysisSOCevasionadversarial-examplesresearchASI02 · Tool MisuseAML.T0051AML.T0054Surface: ModelPropagation: None

This is an academic research paper (not an active exploit) demonstrating that LLMs used in Security Operations Centers to interpret system logs can be manipulated via injected text within the logs themselves, causing malicious log entries to be misclassified as benign. The researchers also propose a mitigation: analyzing the LLM's generated explanations for signs of adversarial manipulation. Since this is disclosed research with defensive countermeasures included, it represents a real but currently theoretical/lab-demonstrated risk rather than an in-the-wild threat.

researchdefenseinformation-flow-controltaint-trackingprompt-injection-mitigationcontext-isolationnot-an-exploitASI05 · Unsafe Code ExecutionAML.T0051AML.T0056Surface: Tool LayerPropagation: None

This is a defensive academic research paper, not an active threat or exploit disclosure. It proposes APPA, an information flow control framework that confines tainted data from prompt injection attacks by spawning isolated child contexts to inspect unvetted data before it can pollute an agent's primary reasoning context. The paper reports substantially reduced attack success rates for exfiltration attacks across benchmarked models, indicating a security improvement rather than a vulnerability.

research-paperindirect-prompt-injectionauthorization-contextbenchmark-gapagentdojowaspcontextual-securitynot-an-exploitASI02 · Tool MisuseSurface: PlannerPropagation: None

This is an academic paper (not an active exploit) arguing that current agent security evaluation is flawed because it judges actions by their content rather than by contextual factors like who authorized them and whether they align with the agent's actual task. The authors propose a four-property contextual framework and note that popular benchmarks (AgentDojo, WASP) structurally cannot distinguish legitimate requests from prompt injection because both often look like the same plausible action. There is no new vulnerability, exploit, or proof-of-concept here—only a conceptual critique and reframing of how defenses and benchmarks should be designed.

broken-access-controlIDORmulti-tenantprompt-injectionqueue-poisoningsession-hijackSunaASI02 · Tool MisuseSurface: Inter Agent CommsPropagation: Single Hop

Suna versions before 0.9.102 fail to enforce ownership checks on the message queue API, letting any authenticated user read, delete, or inject messages into other users' prompt queues. This allows an attacker to inject arbitrary prompts that are forwarded by the background drainer to a victim's running AI agent, executed with the victim's own credentials and permissions.

defensive-researchprivilege-separationprompt-injection-mitigationagent-architecturecontext-isolationSWE-benchAgentDojoDecodingTrust-AgentASI01 · Goal HijackingAML.T0051Surface: PlannerPropagation: None

This item is a defensive research paper proposing 'Twin Agent,' an architecture that splits an LLM agent into an untrusted-context-inspecting 'Explore Agent' and a privileged 'Safe Agent' to mitigate prompt injection attacks. It does not describe an active exploit, vulnerability, or attack technique; it is a mitigation proposal evaluated on standard agent security benchmarks. Severity is set to low because no genuine threat is described here, only a countermeasure.

researchpentestingreconnaissanceindirect-prompt-injectionagent-profilingred-team-toolingbenchmarkASI01 · Goal HijackingAML.T0043AML.T0051Surface: PlannerPropagation: None

This is an academic research paper describing a defensive/offensive-research framework (KYA) that automates reconnaissance of AI agents to build target profiles and craft stronger indirect prompt injection attacks. It is not an active exploit or in-the-wild threat, but it formalizes a methodology that could be repurposed by attackers to more efficiently discover and exploit agent weaknesses. Severity is medium because it is a dual-use research contribution rather than a confirmed live attack campaign.