Topics/Agent security

Tools & MCP

Risks in the tools, MCP servers, plugins, and connectors agents use.

30 records6 findings0 openings3 benchmarks and toolsLatest record
Start here

Tools, MCP, and the agent supply chain

How the tools and packages agents rely on became an attack path, from poisoned tool descriptions to malicious MCP servers in public registries.

  1. Invariant Labs discloses MCP tool poisoning, rug pull and shadowing attack classes
    The tool-poisoning disclosure.
  2. Invariant Labs shows GitHub MCP agents can be steered by a public issue to leak private repo data
    A broadly scoped token turns one injected issue into private data exposure.
  3. Text in an MCP tool's description can steer an agent's other actions, including leaking local secrets.
    What the evidence shows about tool descriptions.
  4. Approving an agent's tools or configuration once is not enough, because they can change after approval or be changed by the agent itself.
    Why approving a tool once is not enough.
  5. Malicious postmark-mcp npm package quietly copied every sent email to an outside address
    A trojanized MCP server used against real users.
  6. Malicious or compromised agent extensions, MCP servers, and skills have been published to public registries and used against real users.
    The pattern across incidents.
RangeLanes
26 of 30 records in view

Use the arrow keys to move between records, Home and End to jump to the first and last, and Enter to select one.

Agents find real bugsAgents in real operationsGated capability, incidents in the labAttackCapabilityDefensePolicyJan 25Jul 25Jan 26Jul 26
Full record · drag to choose a range
202420252026

Select a mark to read the record. Mark size shows editorial significance. Hollow marks are dated to the month. Era bands are editorial labels.

Records in view

26 records · newest first
Sep 2026
Sep 11, 2026
Australia's ASD issues guidance on securing agentic AI harnesses, the layer around the model
PolicyGuidanceAustralian Signals Directorate (ACSC)

The Australian Signals Directorate's ACSC published guidance on agentic AI harnesses, the software layer that connects a model with organisational data, tools and systems and manages context, memory, tool access and execution privileges. According to coverage, it says some risks, including prompt injection, cannot be addressed within the model alone, that no harness is inherently secure, and recommends least privilege, human oversight for high-impact actions, audit logging and validating agent outputs before execution.

Aug 2026
Aug 12, 2026
DeltaCert-Agent proposes selective security retesting of LLM agents after configuration changes
DefensePaper

An author project page describes DeltaCert-Agent, which maps configuration changes in tool-using LLM agents to affected security claims and reruns only scoped tests plus sentinel checks, escalating to full recertification when impact cannot be bounded. The author reports 75.02% regression-detection recall versus 55.01% for equal-budget random selection while running 61.35% fewer tests, using four small locally hosted models.

May 2026
May 20, 2026
NSA AI Security Center publishes security design considerations for Model Context Protocol deployments
PolicyGuidanceNSA Artificial Intelligence Security Center

The NSA's Artificial Intelligence Security Center released a cybersecurity information sheet on the Model Context Protocol, warning that adoption has outpaced safeguards. It recommends vetting MCP tools, least-privilege access and isolation, validating outputs where one model's output feeds another, and detailed logging integrated with security monitoring, and it lists poor approval workflows among the risks.

May 7, 2026
Microsoft details two Semantic Kernel flaws that let prompt injection escalate to code execution
AttackVulnerability disclosureMicrosoft

Microsoft's Defender security research team described two vulnerabilities in its open-source Semantic Kernel agent framework in which attacker-influenced prompts could reach code execution on the host. One involved unsafe string interpolation in an in-memory vector store filter; the other exposed a code-execution plugin function that allowed arbitrary file writes outside its sandbox. Both were fixed in updated SDK releases.

Apr 2026
Apr 15, 2026
MCPwn: unauthenticated MCP endpoint in nginx-ui exploited in the wild (CVE-2026-33032)
AttackVulnerability disclosurePluto Security, Recorded Future, nginx-ui project

Pluto Security found that nginx-ui's MCP integration left a message endpoint effectively unauthenticated under default settings, letting anyone reach its administrative MCP tools and take over the web server. The flaw (CVSS 9.8) was fixed in version 2.3.4 on 2026-03-15, and Recorded Future listed it among actively exploited vulnerabilities in March 2026.

Apr 15, 2026
OX Security advisory: MCP STDIO configuration enables command execution across agent frameworks
AttackVulnerability disclosureOX Security, Anthropic

OX Security reports that MCP's STDIO transport turns configuration into OS command execution, and that frameworks exposing that configuration to users, networks or prompt injection inherited remote code execution, with 12+ CVEs across projects such as LangFlow, LiteLLM, Flowise and Windsurf. The Hacker News reports Anthropic characterized the protocol behavior as expected and did not change the reference design.

Feb 2026
Feb 25, 2026
Check Point: Claude Code project files could run commands and leak API keys before trust prompt
AttackVulnerability disclosureCheck Point Research, Anthropic

Check Point Research found that a cloned repository's Claude Code configuration could run hooks, start MCP servers before the user approved them, and redirect API traffic so the user's Anthropic API key was sent to an attacker (CVE-2025-59536, CVE-2026-21852). Anthropic fixed the issues between August and December 2025 by deferring execution and API calls until after the trust dialog.

Feb 17, 2026
NIST CAISI launches AI Agent Standards Initiative on interoperability, security and identity
PolicyProgramUS Center for AI Standards and Innovation, NIST, National Science Foundation

CAISI, with NIST's Information Technology Laboratory, launched an initiative to support industry-led standards and open protocols for AI agents and research on agent security and identity. Announced deliverables included the agent security RFI, an AI agent identity and authorization concept paper with comments due April 2, 2026, and sector listening sessions from April 2026.

Jan 2026
Jan 20, 2026
Cyata discloses three flaws in Anthropic's reference Git MCP server reachable via prompt injection
AttackVulnerability disclosureCyata, Anthropic

Cyata found path-validation and argument-injection flaws in Anthropic's mcp-server-git (CVE-2025-68143, -68144, -68145) that, chained with the Filesystem MCP server, allowed file access and code execution by anyone able to influence what the assistant reads. Anthropic removed the git_init tool and added path validation in fixed releases.

Dec 2025
Dec 9, 2025
OWASP publishes Top 10 for Agentic Applications (ASI01-ASI10)
PolicyStandardOWASP GenAI Security Project

The OWASP GenAI Security Project released its Top 10 for Agentic Applications, a list of ten risk categories specific to agents that plan, hold memory, call tools and act with delegated authority. The release came with an updated Agentic Threats and Mitigations taxonomy (v1.1) and a capture-the-flag practice platform.

Sep 2025
Sep 30, 2025
MITRE ATLAS 5.0 adds AI agent techniques such as context poisoning and exfiltration via tool invocation
PolicyStandardMITRE

MITRE ATLAS version 5.0.0 added a set of techniques for attacks on AI agents, including agent context poisoning of memory and threads, modifying agent configuration, credential theft from agent configuration, and exfiltration via agent tool invocation, and renamed LLM Plugin Compromise to AI Agent Tool Invocation. Version 5.1.0 (November 6, 2025) added agent-specific mitigations such as tool permission configuration and human-in-the-loop for agent actions.

Sep 25, 2025
Malicious postmark-mcp npm package quietly copied every sent email to an outside address
AttackIncidentKoi Security, Postmark

A package impersonating a Postmark email MCP server was published to npm and, after 15 clean versions, version 1.0.16 (2025-09-17) added code that blind-copied all emails sent through it to the publisher. Postmark stated it had never published an MCP server on npm; Koi Security found it, and the package was deleted after about 1,643 downloads.

Aug 2025
Aug 19, 2025
MCPTox benchmarks tool poisoning across 45 live MCP servers and 20 LLM agents
DefenseBenchmark

Wang and colleagues build MCPTox from 45 real MCP servers and 353 authentic tools, generating 1,312 malicious test cases across 10 risk categories. Across 20 LLM agents the highest attack success rate was 72.8% (o1-mini), and refusals were rare, with the highest refusal rate under 3% (Claude 3.7 Sonnet).

Aug 6, 2025
Zenity AgentFlayer: zero-click connector attacks on ChatGPT, Copilot Studio and other agents
AttackVulnerability disclosureZenity, OpenAI, Microsoft

Zenity Labs presented at Black Hat USA 2025 a set of zero- and one-click prompt injection chains, including a shared document causing ChatGPT Connectors to search a victim's Google Drive for API keys and leak them through image rendering, and a poisoned email steering a Copilot Studio agent to disclose CRM data. CSO Online reports that OpenAI and Microsoft deployed fixes for the specific demonstrated techniques.

Aug 6, 2025
SafeBreach shows Google Calendar invites can hijack Gemini for Workspace agents
AttackVulnerability disclosureSafeBreach, Tel Aviv University, Technion

SafeBreach researchers showed that instructions in calendar invite titles or email subjects, retrieved when a user asked Gemini about their schedule, could trigger tool misuse such as deleting events, opening URLs, exfiltrating email subjects, and controlling connected smart-home devices. They disclosed to Google in February 2025, and Google deployed layered mitigations including confirmations, URL handling policies and injection classifiers.

Aug 5, 2025
MCPoison: Cursor trusted approved MCP configs even after their commands changed (CVE-2025-54136)
AttackVulnerability disclosureCheck Point Research, Cursor

Check Point Research found that Cursor bound MCP approval to a configuration's name rather than its contents, so a collaborator with repository write access could swap an approved harmless command for a malicious one that ran on each project open. Cursor 1.3, released 2025-07-29, prompts for approval on any MCP configuration change.

Jul 2025
Jul 8, 2025
General Analysis shows Supabase MCP with service-role access leaking tables via a support ticket
AttackVulnerability disclosureGeneral Analysis, Supabase

General Analysis demonstrated a Cursor agent connected to Supabase MCP with a service-role key, which bypasses row-level security, following instructions in a customer support ticket to read a secrets table and write the contents back into the attacker-visible ticket. Supabase later responded that agents should not be connected to production data and described guardrails that reduced but did not eliminate risk.

Jun 2025
Jun 18, 2025
MCP specification revision classifies servers as OAuth resource servers and adds security best practices
PolicyStandardModel Context Protocol project, Anthropic

The 2025-06-18 revision of the Model Context Protocol specification classifies MCP servers as OAuth resource servers with protected resource metadata, and requires clients to implement RFC 8707 resource indicators so malicious servers cannot obtain tokens meant for others. It also clarifies authorization security considerations and adds a security best practices page.

Jun 10, 2025
Researchers from labs and industry publish design patterns for provably injection-resistant agents
DefenseFrameworkInvariant Labs, IBM, ETH Zurich

Authors from Invariant Labs, IBM, ETH Zurich, Swisscom, Google, Microsoft and others propose six design patterns that limit what injected text can do, such as action-selector, plan-then-execute, dual LLM, LLM map-reduce, code-then-execute and context minimization. They discuss utility and security trade-offs and illustrate the patterns with ten application case studies.

May 2025
May 26, 2025
Invariant Labs shows GitHub MCP agents can be steered by a public issue to leak private repo data
AttackVulnerability disclosureInvariant Labs, GitHub

Invariant Labs demonstrated that a malicious issue in a public repository could lead an agent using the GitHub MCP server to read the user's private repositories and publish the data in a public pull request. The firm tested with Claude 4 Opus and argues there is no server-side patch because the flaw lies in agent permissions, recommending per-session repository scoping and runtime monitoring.

Apr 2025
Apr 1, 2025
Invariant Labs discloses MCP tool poisoning, rug pull and shadowing attack classes
AttackVulnerability disclosureInvariant Labs

Invariant Labs describes tool poisoning, in which instructions hidden in an MCP tool's description are visible to the model but not to the user, and shows proof-of-concept exfiltration of local files through an MCP client. It also describes rug pulls, where a server changes tool descriptions after approval, and shadowing, where one server's descriptions alter how the agent uses another server's tools. Recommended mitigations include showing full tool descriptions, pinning tool versions with checksums, and cross-server isolation.

Mar 2025
Mar 30, 2025
Survey maps Model Context Protocol landscape, server lifecycle and security risks
DefensePaper

Hou, Zhao, Wang and Wang survey MCP's architecture, industry adoption and server lifecycle. The first version (March 2025) split the lifecycle into creation, operation and update phases and discussed security risks in each. A revision in October 2025 expanded this to four phases with 16 activities and a threat taxonomy of four attacker types and 16 threat scenarios, with case studies and per-phase safeguards.

Feb 2025
Feb 17, 2025
OWASP Agentic Security Initiative releases Agentic AI Threats and Mitigations v1.0
PolicyFrameworkOWASP GenAI Security Project

OWASP's Agentic Security Initiative published a threat-model-based reference of emerging threats to LLM-powered autonomous agents and corresponding mitigations. It became the taxonomy underpinning the later OWASP Top 10 for Agentic Applications, which shipped with an updated v1.1 of this guide.

Nov 2024

Findings

Benchmarks and tools