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 |
|---|---|---|---|---|
| UNKNOWN | CVE-2026-69259 | Flowise: RCE via SQLite path overwrite + root Docker | flowise-components | - |
| HIGH | CVE-2026-69262 | Flowise: broken authz allows cross-type flow deletion | flowise | - |
| UNKNOWN | CVE-2026-69263 | Flowise: env-var bypass reinstates npx auto-exec RCE | flowise-components | - |
| UNKNOWN | CVE-2026-69264 | Flowise: CSV Agent template injection enables host RCE | Flowise | - |
| UNKNOWN | CVE-2026-70470 | Flowise: Unicode homoglyph bypass enables RCE | Flowise | - |
| CRITICAL | CVE-2026-70478 | Flowise: unauth OAuth refresh endpoint leaks access tokens | flowise | - |
| UNKNOWN | CVE-2026-70477 | Flowise: prompt injection bypasses sandbox for RCE | flowise-components | - |
| UNKNOWN | CVE-2026-70476 | Flowise: billing IDOR lets tenants hijack Stripe subs | flowise | - |
| MEDIUM | GHSA-8gj2-2cvc-6xx7 | Flowise: missing auth on TTS drains owner's API budget | flowise | - |
| UNKNOWN | CVE-2026-70475 | Flowise: missing authz lets users tamper executions | flowise | - |
| HIGH | CVE-2026-70474 | Flowise: IDOR permite secuestrar credenciales OAuth2 | flowise | - |
| MEDIUM | GHSA-rwrp-9823-p2xq | Flowise: credential API leaks plaintext DB/cloud secrets | flowise | 6.5 |
| UNKNOWN | CVE-2026-70473 | Flowise: broken authz leaks Qdrant config, infra data | flowise | - |
| HIGH | CVE-2026-70472 | Flowise: broken auth exposes cross-tenant OpenAI keys | flowise | - |
| HIGH | GHSA-88pr-878c-24wf | Flowise: S3 loader path traversal enables file write | flowise | - |
| UNKNOWN | CVE-2026-70471 | Flowise: broken authZ leaks workspace secrets via sandbox | flowise | - |
| MEDIUM | CVE-2026-70493 | open-webui: ReDoS via knowledge search DoS | open-webui | 6.5 |
| MEDIUM | CVE-2026-70491 | open-webui: shared tool source leaks hardcoded API keys | open-webui | 6.5 |
| MEDIUM | CVE-2026-70490 | open-webui: terminal WebSocket bypasses role gate | open-webui | 6.3 |
| MEDIUM | CVE-2026-70489 | Open WebUI: automation rule parsing freezes server | open-webui | 6.5 |