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-55582 | mcp-shell: secure mode bypass via git alias RCE | 8.4 | |
| HIGH | CVE-2026-45019 | Chainlit: unauth SSRF via MCP url/header injection | chainlit | 7.2 |
| HIGH | CVE-2025-61162 | Cohere North AI: IDOR allows overwriting any user record | 7.5 | |
| CRITICAL | CVE-2025-61163 | Cohere North AI: missing Origin check enables CSWSH | 9.8 | |
| HIGH | CVE-2025-61164 | Cohere North: WebSocket leak exposes session data | 7.5 | |
| CRITICAL | CVE-2025-61165 | Cohere North AI: file upload flaw enables RCE | 9.8 | |
| UNKNOWN | CVE-2026-54687 | n8n-nodes-sqlite3: path traversal via db_path | n8n-nodes-sqlite3 | - |
| UNKNOWN | CVE-2026-37007 | crewai-tools: Path traversal in FileWriterTool enables RCE | - | |
| UNKNOWN | CVE-2026-37009 | crewai-tools: SQLi in NL2SQLTool allows DB compromise | - | |
| LOW | CVE-2026-81836 | Roo-Code: cleartext OAuth callback leaks auth tokens | 3.7 |
Page 72 of 72