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 4 of 23
Current
Severity CVE CVSS
CRITICAL CVE-2026-21877 9.9
CRITICAL CVE-2026-0863 9.9
CRITICAL CVE-2026-1470 9.9
CRITICAL CVE-2026-25053 9.9
HIGH CVE-2026-25056 8.8
CRITICAL CVE-2026-25115 9.9
CRITICAL CVE-2026-33309 9.9
CRITICAL CVE-2026-27825 9.1
HIGH CVE-2026-27826 8.2
CRITICAL CVE-2026-25481 -
CRITICAL CVE-2026-25130 9.7
MEDIUM GHSA-gpx9-96j6-pp87 6.5
HIGH CVE-2025-64496 7.3
CRITICAL CVE-2024-11958 9.8
HIGH CVE-2025-30370 7.4
CRITICAL CVE-2024-12909 10.0
MEDIUM CVE-2024-7037 6.5
HIGH CVE-2026-33696 8.8
HIGH CVE-2026-33713 8.8
HIGH CVE-2026-33989 8.1

Page 4 of 23