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-9201 | Langflow: truncated-hash bypass enables RCE | langflow | 8.8 |
| CRITICAL | CVE-2026-48168 | PraisonAI: shell injection in Claude Action enables RCE | praisonai | 10.0 |
| HIGH | CVE-2026-55522 | PraisonAI: RCE via workflow include bypasses safe loader | PraisonAI | 7.8 |
| HIGH | CVE-2026-55523 | PraisonAI: SSRF via redirect bypass in web_crawl() | praisonaiagents | - |
| HIGH | CVE-2026-55524 | PraisonAI: SSRF bypass in web_crawl via TOCTOU/rebinding | praisonaiagents | 7.5 |
| MEDIUM | CVE-2026-19006 | openclaw-cn: auth bypass in bash exec approval gate | 6.3 | |
| MEDIUM | CVE-2026-19007 | openclaw-cn: broken privilege check on elevated senders | 6.3 | |
| MEDIUM | CVE-2026-19008 | openclaw-cn: symlink escape bypasses agent sandbox | 6.3 | |
| MEDIUM | CVE-2026-71433 | LangGraph Checkpoint: prefix match leaks cross-tenant data | langgraph-checkpoint-sqlite | 5.3 |
| HIGH | CVE-2026-67621 | Flowise: broken authz lets viewers poison RAG stores | Flowise | 7.6 |
| CRITICAL | CVE-2026-67622 | Flowise: IDOR in Assistants API leaks OpenAI credentials | Flowise | 9.9 |
| HIGH | CVE-2026-70636 | Flowise: auth bypass triggers unauthorized OAuth refresh | Flowise | 7.5 |
| CRITICAL | CVE-2026-71851 | crypto-js: weak PRNG enables wallet key recovery | crypto-js | 9.0 |
| HIGH | CVE-2026-67620 | Flowise: SSRF bypass exposes cloud metadata credentials | flowise | 7.7 |
| MEDIUM | CVE-2026-19334 | Ollama-mcp: command injection via model args | 5.3 | |
| HIGH | CVE-2026-72692 | OpenSignServer: missing authz forges document declines | 7.5 | |
| HIGH | CVE-2026-71962 | Flowise: auth bypass leaks private chatflow files | flowise | 7.5 |
| UNKNOWN | CVE-2026-72749 | n8n: prototype pollution DoS via Edit Fields node | n8n | - |
| UNKNOWN | CVE-2026-72750 | n8n: SQL injection via Snowflake node Execute Query | n8n | - |
| UNKNOWN | CVE-2026-72762 | n8n: arbitrary file write via Edit Image node format param | n8n | - |