Agent
Agents are LLM applications that can take actions — call tools, write files, hit APIs, browse the web, or invoke other agents. That capability shifts the security model fundamentally: a prompt-injection payload in a chat app is annoying, but the same payload in an agent can trigger real actions (send email, transfer funds, push code). Indirect prompt injection is especially dangerous here because agents routinely consume untrusted content (web pages, emails, files) where attacker instructions can hide. The OWASP LLM Top 10 added "Excessive Agency" as LLM08 specifically for this class. AI Threat Alert tracks CVEs in popular agent frameworks (LangGraph, CrewAI, AutoGen, AutoGPT, LangChain agents) and incident reports from AIID for production agent misuse. Defenses: human-in-the-loop for irreversible actions, scoped tool permissions, separate trust boundaries between agent-controlled and user-controlled context, and budget caps on tool invocation.
| Severity | CVE | Headline | Package | CVSS |
|---|---|---|---|---|
| MEDIUM | CVE-2026-15521 | n8n-workflow-builder: path traversal via filePath arg | 5.3 | |
| HIGH | CVE-2026-62240 | CrewAI: SSRF filter bypass via DNS rebinding | crewai | 7.4 |
| HIGH | CVE-2026-62186 | OpenClaw: model override bypasses admin authorization | openclaw | 7.6 |
| HIGH | CVE-2026-62187 | OpenClaw Feishu: disabled accounts retain tool access | openclaw\/feishu | 8.1 |
| HIGH | CVE-2026-62188 | OpenClaw Feishu: authz bypass ignores disablement | openclaw\/feishu | 8.1 |
| HIGH | CVE-2026-62189 | OpenClaw: symlink following bypasses authorization | openclaw | 7.1 |
| HIGH | CVE-2026-62190 | OpenClaw: auth bypass skips agent exec approval | openclaw | 8.8 |
| HIGH | CVE-2026-62191 | OpenClaw: authorization bypass in message mutations | openclaw | 7.1 |
| HIGH | CVE-2026-62192 | OpenClaw: authz bypass in Discord guild actions | openclaw | 8.1 |
| MEDIUM | CVE-2026-62193 | OpenClaw: auth bypass in plugin install wrapper | openclaw | 6.5 |
| HIGH | CVE-2026-62194 | OpenClaw: privilege escalation in plugin install | openclaw | 8.8 |
| HIGH | CVE-2026-62195 | OpenClaw: MCP loopback auth bypass on owner tools | openclaw | 8.3 |
| HIGH | CVE-2026-62196 | OpenClaw: WhatsApp group ID spoof enables auth bypass | openclaw | 8.3 |
| HIGH | CVE-2026-62197 | OpenClaw: CDP policy bypass reaches blocked network | openclaw | 8.5 |
| MEDIUM | CVE-2026-62198 | OpenClaw: web search auth bypass enables restricted ops | openclaw | 5.4 |
| HIGH | CVE-2026-62199 | OpenClaw: env-var filtering bypass enables RCE | openclaw | 8.8 |
| HIGH | CVE-2026-62200 | OpenClaw: Git ext transport flaw allows auth-bypass RCE | openclaw | 8.8 |
| HIGH | CVE-2026-22682 | OpenHarness: file tool permission bypass leaks files | 7.1 | |
| CRITICAL | CVE-2026-54052 | n8n-mcp: broken tenant isolation leaks workflow credentials | n8n-mcp | 9.9 |
| HIGH | CVE-2026-50158 | yutu: arbitrary file write via MCP caption-download tool | github.com/eat-pray-ai/yutu | 7.7 |