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 |
|---|---|---|---|---|
| UNKNOWN | CVE-2026-72763 | n8n: Editor role bypasses credential ACL via sub-workflow | n8n | - |
| UNKNOWN | CVE-2026-72764 | n8n: module cache poisoning breaks multi-user isolation | n8n | - |
| UNKNOWN | CVE-2026-72765 | n8n: expression sandbox escape leads to RCE | n8n | - |
| UNKNOWN | CVE-2026-72766 | n8n: Send Email node type confusion enables SSRF, LFI | n8n | - |
| UNKNOWN | CVE-2026-72767 | n8n: Git node RCE via malicious repo hooks | n8n | - |
| UNKNOWN | CVE-2026-72768 | n8n: SSRF bypass in MCP Client node exposes internal hosts | n8n | - |
| UNKNOWN | CVE-2026-72769 | n8n: prototype pollution in VM engine crashes process | n8n | - |
| UNKNOWN | CVE-2026-72770 | n8n: path traversal in Git node bypasses repo sandbox | n8n | - |
| UNKNOWN | CVE-2026-72771 | n8n: allowlist bypass in AI nodes leaks credentials | n8n | - |
| UNKNOWN | CVE-2026-72772 | n8n: account takeover via unverified SSO email claim | n8n | - |
| UNKNOWN | CVE-2026-72773 | n8n: path traversal leaks arbitrary local files | n8n | - |
| UNKNOWN | CVE-2026-72774 | n8n: credential auth bypass in HTTP Request node | n8n | - |
| UNKNOWN | CVE-2026-72775 | n8n: SQL injection via PostgresTrigger node | n8n | - |
| MEDIUM | CVE-2026-48762 | TypeBot: SSRF via audio transcription URL fetch | 5.4 | |
| HIGH | CVE-2026-73222 | Claude Code Templates: unauth RCE via shell injection | claude-code-templates | 8.8 |
| HIGH | CVE-2026-64954 | Velociraptor: VQL auth-reset lets analyst gain investigator role | 8.2 | |
| CRITICAL | CVE-2026-73485 | Flowise: RCE via Airtable Agent pyodide sandbox bypass | Flowise | - |
| UNKNOWN | CVE-2026-73484 | Flowise: Pandas sandbox bypass leaks files, writes to disk | Flowise | - |
| CRITICAL | CVE-2026-73483 | Flowise: sandbox escape via puppeteer.launch() to RCE | Flowise | - |
| UNKNOWN | CVE-2026-73602 | Flowise: vm2 sandbox escape enables RCE | Flowise | - |