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-7667 | Langflow: path traversal in flow URLs enables file write | langflow | 8.8 |
| MEDIUM | CVE-2026-7754 | Langflow: SSRF via incomplete protection bypass | langflow | 6.5 |
| HIGH | CVE-2026-7755 | Langflow: MCP config validation gap enables RCE | langflow | 8.8 |
| HIGH | CVE-2026-7872 | Langflow: path traversal enables auth token forgery | langflow | 8.1 |
| HIGH | CVE-2026-8056 | Langflow: auth'd param injection via apply_tweaks() enables code exec | langflow | 8.8 |
| CRITICAL | CVE-2026-8476 | Langflow: pickle deserialization RCE via disk cache (CVSS 9.9) | langflow | 9.9 |
| CRITICAL | CVE-2026-8481 | Langflow: unsandboxed exec() enables full RCE | langflow | 9.9 |
| CRITICAL | CVE-2026-8505 | Langflow: webhook auth bypass enables unauth RCE | langflow | 9.8 |
| CRITICAL | CVE-2026-8635 | Langflow: DB manipulation escalates to superuser RCE | langflow | 9.9 |
| CRITICAL | CVE-2026-8859 | Langflow: path traversal writes arbitrary files | langflow | 9.9 |
| CRITICAL | CVE-2026-13446 | Langflow: hard-coded credentials enable takeover | langflow | 9.8 |
| UNKNOWN | CVE-2026-57495 | AgenticMail: unauthenticated email hijacks AI agent | - | |
| MEDIUM | CVE-2026-64650 | @ai-sdk/harness-codex: tool relay authz bypass | - | |
| HIGH | CVE-2026-15829 | MCP Toolbox: SQLi bypasses BigQuery allowedDatasets ACL | - | |
| MEDIUM | CVE-2026-65014 | n8n: unauth DELETE cancels test webhook sessions | n8n | - |
| MEDIUM | CVE-2026-65589 | n8n: plaintext credential leak in LLM node logs | n8n | - |
| HIGH | CVE-2026-65016 | n8n: SSO instance-role provisioning grants owner | n8n | - |
| MEDIUM | CVE-2026-65594 | n8n: authz bypass hijacks other users' MCP workflows | n8n | - |
| MEDIUM | CVE-2026-65590 | n8n computer-use: unsandboxed shell on Linux/Windows | n8n | - |
| HIGH | CVE-2026-65591 | n8n: expression sanitizer bypass leads to host RCE | n8n | - |