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.

244
Total CVEs
13
Pages
Page 1 of 13
Current
Severity CVE CVSS
UNKNOWN CVE-2026-2492 -
MEDIUM CVE-2026-2589 5.3
CRITICAL CVE-2026-28451 9.3
CRITICAL CVE-2026-30821 9.8
CRITICAL CVE-2023-34540 9.8
CRITICAL CVE-2023-39659 9.8
CRITICAL CVE-2023-39631 9.8
CRITICAL CVE-2025-46059 9.8
MEDIUM CVE-2023-1651 5.4
MEDIUM CVE-2024-0451 5.0
HIGH CVE-2024-0452 7.7
HIGH CVE-2024-0453 7.7
MEDIUM CVE-2024-4858 5.3
MEDIUM CVE-2024-6845 5.3
HIGH CVE-2024-7714 7.5
CRITICAL CVE-2024-52384 9.9
MEDIUM CVE-2024-11896 6.4
MEDIUM CVE-2024-13698 6.5
MEDIUM CVE-2025-31843 4.3
HIGH CVE-2025-5018 7.1

Page 1 of 13