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 |
|---|---|---|---|---|
| HIGH | CVE-2026-61443 | PraisonAI: path traversal leads to RCE via SkillTools | PraisonAI | 8.1 |
| HIGH | CVE-2026-61446 | PraisonAI: RCE via unsigned plugin auto-load | PraisonAI | 8.4 |
| HIGH | CVE-2026-61436 | PraisonAI: missing webhook signature check spoofs agents | PraisonAI | 8.6 |
| HIGH | CVE-2026-54449 | LangBot: RCE via arbitrary STDIO MCP command | langbot | 8.8 |
| CRITICAL | CVE-2026-30623 | LiteLLM: RCE via unsanitized MCP server config | litellm | 9.8 |
| MEDIUM | CVE-2026-15106 | WPBot: broken auth lets attackers wipe chat logs | wpbot | 5.3 |
| MEDIUM | CVE-2026-47751 | Claude Code Action: RCE via malicious PR .mcp.json config | claude-code-action | - |
| HIGH | CVE-2026-62201 | OpenClaw: exec-server bypass allows internal SSRF | openclaw | 7.7 |
| HIGH | CVE-2026-62202 | OpenClaw: cron isolation flaw regains denied tools | openclaw | 8.8 |
| HIGH | CVE-2026-62203 | OpenClaw: env var filter gap enables priv escalation | openclaw | 8.8 |
| HIGH | CVE-2026-62205 | OpenClaw: auth bypass in MS Teams message actions | openclaw | 7.1 |
| HIGH | CVE-2026-62206 | OpenClaw: missing authorization in Discord moderation | openclaw | 7.1 |
| HIGH | CVE-2026-62207 | OpenClaw: auth bypass exposes admin agent tools | openclaw | 8.8 |
| MEDIUM | CVE-2026-62208 | OpenClaw: Auth header leak via MCP SSE redirects | openclaw | 6.5 |
| HIGH | CVE-2026-62209 | OpenClaw: agent dispatch bypasses toolsAllow authz | openclaw | 8.1 |
| MEDIUM | CVE-2026-62210 | OpenClaw: slow-read DoS via remote media URLs | openclaw | 6.5 |
| MEDIUM | CVE-2026-62211 | OpenClaw: credential redaction bypass via export | openclaw | 5.0 |
| HIGH | CVE-2026-62212 | OpenClaw: TOCTOU race bypasses Teams SSRF guard | openclaw | 7.1 |
| MEDIUM | CVE-2026-62213 | OpenClaw: Teams outbound leaks Bot Framework tokens | openclaw | 6.5 |
| MEDIUM | CVE-2026-62214 | OpenClaw: serviceUrl validation flaw leaks bot tokens | openclaw | 6.5 |