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 |
|---|---|---|---|---|
| CRITICAL | CVE-2026-73601 | Flowise: RCE via Custom MCP node env var injection | Flowise | - |
| UNKNOWN | CVE-2026-73488 | Flowise: IDOR exposes cross-tenant billing/PII data | Flowise | - |
| UNKNOWN | CVE-2026-73486 | Flowise: CSV Agent code injection enables RCE | Flowise | - |
| CRITICAL | CVE-2026-73487 | Flowise: Python sandbox bypass enables unauth RCE | Flowise | - |
| MEDIUM | CVE-2026-73603 | Flowise: unauth TTS endpoint drains stored API keys | Flowise | - |
| MEDIUM | CVE-2026-73604 | Flowise: API leaks decrypted credentials in plaintext | Flowise | 6.5 |
| CRITICAL | CVE-2026-19297 | Langflow: sin límite de intentos permite account takeover | langflow | 9.1 |
| HIGH | CVE-2026-75060 | PyCharm: unauthenticated Jupyter MCP tools enable RCE | 8.4 | |
| HIGH | GHSA-j659-8xh6-5pq5 | atomic-agents: unpriced models silently bypass cost cap | atomic-agents-stack | - |
| HIGH | CVE-2026-35219 | Budibase: SSRF in automations reaches cloud metadata | - | |
| UNKNOWN | CVE-2026-71539 | n8n: Git node symlink race leads to RCE | n8n | - |
| UNKNOWN | CVE-2026-53453 | Blueprint Studio: broken authz grants full HA control | - | |
| HIGH | GHSA-c7hr-448w-65px | MeshCentral: stored XSS via unsanitized agent osdesc field | meshcentral | 8.3 |
| HIGH | CVE-2026-19875 | Langflow: missing auth allows admin takeover | Langflow OSS | 7.5 |
| HIGH | CVE-2026-75149 | marimo: code injection via malicious MCP server config | 8.8 | |
| MEDIUM | CVE-2026-55236 | LangGraph API: authz bypass leaks assistant config | langgraph-api | 5.9 |
| MEDIUM | CVE-2026-55235 | langgraph-api: loopback webhook bypasses cross-user auth | langgraph-api | 5.9 |
| MEDIUM | CVE-2026-54688 | mcp-searxng: SSRF guard exists but ships off by default | 6.5 | |
| HIGH | CVE-2026-53957 | Contentful MCP: host param SSRF leaks CMA token | 7.7 | |
| HIGH | CVE-2026-77068 | n8n: RCE via path traversal in MCP schema loader | n8n | - |