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 |
|---|---|---|---|---|
| LOW | CVE-2026-77069 | n8n: SSRF bypass in OAuth2 token exchange | n8n | - |
| HIGH | CVE-2026-77072 | n8n: stored XSS in Form node completion page | n8n | - |
| HIGH | CVE-2026-77071 | n8n: Supabase filter injection leaks/wipes full tables | n8n | - |
| MEDIUM | CVE-2026-77073 | n8n: MCP auth bypass grants cross-project credentials | n8n | - |
| HIGH | CVE-2026-77076 | n8n: GraphQL error leaks decrypted credential secret | n8n | - |
| HIGH | CVE-2026-77070 | n8n: NoSQL injection in MongoDB node wipes/exfils data | n8n | - |
| HIGH | CVE-2026-77075 | n8n: expression injection executes JS in victim session | n8n | - |
| MEDIUM | CVE-2026-77074 | n8n: SSRF/LFI via MVG injection in Edit Image node | n8n | - |
| MEDIUM | CVE-2026-77081 | n8n: GraphQL node allowed-domains bypass leaks creds | n8n | - |
| HIGH | CVE-2026-77084 | n8n: RCE via unsanitized Git node config values | n8n | - |
| MEDIUM | CVE-2026-77082 | n8n: ReDoS in Filter/Switch nodes stalls workers | n8n | - |
| MEDIUM | CVE-2026-77085 | n8n: SSRF protection bypass in SearXNG Agent tool | n8n | - |
| HIGH | CVE-2026-77080 | n8n: Snowflake node allows arbitrary file read/write | n8n | - |
| HIGH | CVE-2026-77079 | n8n: authz bypass in role deletion grants project admin | n8n | - |
| HIGH | CVE-2026-77077 | n8n: EventEmitter prototype pollution enables sandbox RCE | n8n | - |
| MEDIUM | CVE-2026-77083 | n8n: Code node sandbox escape via proto pollution | n8n | - |
| HIGH | CVE-2026-55253 | LangGraph Mongo: NoSQL injection exposes tenant data | langgraph-store-mongodb | 7.7 |
| LOW | GHSA-h58c-xccx-75m3 | Coder: stored HTML injection via appearance settings (Owner-only) | github.com/coder/coder/v2 | 3.4 |
| CRITICAL | CVE-2026-77776 | Headroom LLM proxy: IDOR exposes cross-user memory | 9.1 | |
| CRITICAL | CVE-2026-61539 | Xinference: eval() on LLM output enables RCE | xinference | 10.0 |