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-55608 | n8n-mcp: cross-tenant leak of workflow backups | n8n-mcp | 4.2 |
| HIGH | CVE-2026-32846 | OpenClaw: path traversal in media parsing leaks secrets | OpenClaw | - |
| HIGH | CVE-2026-45224 | Crabbox: path traversal enables arbitrary file wipe | crabbox | 7.1 |
| HIGH | CVE-2026-45223 | Crabbox: coordinator auth bypass via forged admin claim | crabbox | 8.8 |
| CRITICAL | CVE-2026-8634 | Crabbox: env-var allowlist leaks secrets to remote exec | crabbox | 9.1 |
| HIGH | CVE-2026-8621 | Crabbox: header spoofing bypasses lease auth | crabbox | 8.8 |
| HIGH | CVE-2026-8629 | Crabbox: IDOR lets viewers hijack Code/VNC/Egress | crabbox | 8.1 |
| MEDIUM | CVE-2026-56352 | n8n: legacy node bypasses file path restrictions | n8n | 6.4 |
| UNKNOWN | CVE-2026-56349 | n8n: input validation bypass in Guardrail node | n8n | - |
| MEDIUM | CVE-2026-56353 | n8n: auth bypass in Chat Trigger webhook node | n8n | 4.8 |
| HIGH | CVE-2026-61427 | PraisonAI: MCP server auth bypass by default | PraisonAI | 7.3 |
| MEDIUM | CVE-2026-59254 | n8n: authz bypass leaks external secrets | n8n | - |
| HIGH | CVE-2026-61435 | PraisonAI: Host header spoof bypasses agent auth | PraisonAI | 8.2 |
| HIGH | CVE-2026-61430 | PraisonAI: DNS rebinding SSRF bypass in web_crawl | PraisonAI | 8.5 |
| MEDIUM | CVE-2026-60087 | PraisonAI: approval caching flaw enables file write abuse | PraisonAI | 6.1 |
| HIGH | CVE-2026-60085 | PraisonAI: sandbox policy no-op enables RCE, file read | PraisonAI | 7.5 |
| HIGH | CVE-2026-61433 | PraisonAI: code injection via unsafe config codegen | PraisonAI | 7.8 |
| MEDIUM | CVE-2026-59259 | n8n: permission bypass exposes external secrets | n8n | - |
| HIGH | CVE-2026-61438 | PraisonAI: RCE via broken AST sandbox in workflows | PraisonAI | 7.3 |
| MEDIUM | CVE-2026-61440 | PraisonAI: broken authz lets members hijack labels | PraisonAI | 6.5 |