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-65015 | n8n: Project Viewer escalates via AI Agent tool | n8n | - |
| MEDIUM | CVE-2026-65593 | n8n: SSRF bypass in dynamic-node-parameters endpoint | n8n | - |
| HIGH | CVE-2026-65592 | n8n: stored XSS via javascript: URI in Resource Locator | n8n | - |
| HIGH | CVE-2026-65595 | n8n: Token Exchange bug grants admin API access | n8n | - |
| MEDIUM | CVE-2026-65596 | n8n: GraphQL node bypasses domain allowlist, leaks creds | n8n | - |
| HIGH | CVE-2026-65597 | n8n: DOM XSS in preview hijacks editor session | n8n | - |
| HIGH | CVE-2026-65598 | n8n: Git clone TOCTOU race allows RCE via symlink swap | n8n | - |
| MEDIUM | CVE-2026-65599 | n8n: GCP service account key leaks via JWT header | n8n | - |
| MEDIUM | GHSA-652q-gvq3-74qv | n8n: SQL injection in Snowflake Execute Query node | n8n | - |
| MEDIUM | GHSA-jqwr-vx3p-r266 | n8n: SQL injection in Postgres Trigger node | n8n | - |
| MEDIUM | GHSA-9cmh-xcqm-5hqr | n8n: shared module cache poisoning breaks user isolation | n8n | - |
| MEDIUM | GHSA-pf2q-pxhf-hgmw | n8n: path traversal in computer-use tool leaks files | n8n | - |
| MEDIUM | GHSA-hx4h-vr3m-45vh | n8n: prototype pollution in expression engine causes DoS | n8n | - |
| HIGH | GHSA-xwx6-jjhv-84p8 | n8n: prototype pollution causes instance-wide DoS | n8n | - |
| HIGH | GHSA-xmc9-4f2h-jf9c | n8n: Edit Image node path traversal allows file write | n8n | - |
| HIGH | GHSA-cj9h-qx8g-pq2g | n8n: credential authz bypass via sub-workflow JSON | n8n | - |
| HIGH | GHSA-6qc9-mqvw-jg7x | n8n: authz bypass exposes shared workflow credentials | n8n | - |
| HIGH | GHSA-gv7g-jm28-cr3m | n8n: expression sandbox bypass enables host RCE | n8n | - |
| HIGH | GHSA-2x35-3fw4-9jr4 | n8n: type confusion in Send Email leaks host files | n8n | - |
| HIGH | GHSA-rcv6-pvrj-4xcg | n8n: Git node RCE via malicious repo hooks | n8n | - |