AI Component

Plugin

Plugins and tools are the bridge between an LLM and the world outside it: a web-fetch tool, a code interpreter, a shell, an email API, a calendar integration. Each tool the agent can invoke is a new piece of attack surface, and the agent's prompt-injection problem becomes the tool's authorization problem. Common patterns we see in CVEs and AIID reports include over-broad tool permissions (an email-sending tool with no recipient allowlist), SSRF in browse-the-web tools, RCE in code-interpreter sandboxes that escape too easily, and confused-deputy attacks where the agent invokes a tool on behalf of an attacker-controlled prompt instead of the legitimate user. OpenAI's plugin ecosystem and ChatGPT's tool framework have shipped published vulnerabilities; LangChain, LangGraph, CrewAI, and AutoGen have each had agent-tool CVEs. Defenses: least-privilege tool scopes, human-in-the-loop on irreversible actions, separate trust contexts, and auditable tool invocation logs.

455
Total CVEs
23
Pages
Page 18 of 23
Current
Severity CVE CVSS
MEDIUM CVE-2026-28449 6.5
HIGH CVE-2026-31989 7.4
MEDIUM CVE-2026-29607 6.8
MEDIUM CVE-2026-29608 6.7
MEDIUM CVE-2026-31995 5.3
HIGH CVE-2026-32000 7.1
MEDIUM CVE-2026-31993 4.8
MEDIUM CVE-2026-31997 6.0
HIGH CVE-2026-31998 8.6
MEDIUM CVE-2026-31996 4.4
MEDIUM CVE-2026-32004 6.5
MEDIUM CVE-2026-32008 6.5
MEDIUM CVE-2026-32002 5.3
MEDIUM CVE-2026-32003 6.6
MEDIUM CVE-2026-32007 6.8
HIGH CVE-2026-32015 7.8
HIGH CVE-2026-32013 8.8
MEDIUM CVE-2026-32009 5.7
HIGH CVE-2026-32017 7.1
HIGH CVE-2026-32019 7.4

Page 18 of 23