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-70486 | Open WebUI: iframe sandbox bypass = account takeover | open-webui | 8.2 |
| HIGH | CVE-2026-17623 | Langflow: MCP config command injection allows RCE | langflow | 8.8 |
| HIGH | CVE-2026-17626 | Langflow: Docker MCP volume-mount flaw exposes host files | langflow | 8.8 |
| HIGH | CVE-2026-17630 | Langflow: RCE via improper config parameter validation | langflow | 8.8 |
| MEDIUM | CVE-2026-7646 | Langflow: path traversal via MCP leaks JWT secret | langflow | 6.5 |
| HIGH | CVE-2026-8446 | Langflow: OAuth auth bypass on MCP composer endpoint | langflow | 7.5 |
| HIGH | CVE-2026-9077 | Langflow: MCP config write bypasses localhost restriction | langflow | 8.5 |
| HIGH | CVE-2026-67623 | Mistral Vibe: RCE via malicious git fsmonitor hook | mistral-vibe | 8.8 |
| HIGH | CVE-2026-17625 | Langflow: RCE via authenticated OS command injection | Langflow OSS | 7.2 |
| MEDIUM | CVE-2026-7657 | Langflow: SSRF bypass exposes internal network/cloud data | Langflow OSS | 6.5 |
| HIGH | CVE-2026-9081 | Langflow: SSRF in Ollama config hits internal hosts | Langflow OSS | 7.1 |
| HIGH | CVE-2026-10547 | Langflow: broken access control enables cache poisoning | langflow | 8.1 |
| HIGH | CVE-2026-17624 | Langflow: authenticated RCE via unsafe module imports | langflow | 8.8 |
| HIGH | CVE-2026-17632 | Langflow: AST code scanner bypass enables auth'd RCE | langflow | 8.8 |
| HIGH | CVE-2026-17633 | Langflow: authenticated code injection enables RCE | langflow | 8.8 |
| MEDIUM | CVE-2026-7658 | Langflow: username path traversal enables data destruction | langflow | 6.5 |
| HIGH | CVE-2026-8182 | Langflow: pre-auth RCE via chained HTTP requests | langflow | 8.8 |
| HIGH | CVE-2026-8478 | Langflow: RCE via arbitrary code injection (CWE-94) | langflow | 8.8 |
| HIGH | CVE-2026-9130 | Langflow: authz bypass leaks cross-user chat history | langflow | 7.1 |
| HIGH | CVE-2026-9196 | Langflow: RCE via unapproved LLM-generated code execution | langflow | 8.8 |