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-12942 | Langflow: path traversal exposes arbitrary server files | Langflow OSS | 7.5 |
| CRITICAL | CVE-2026-12946 | Langflow: unsanitized code input enables RCE | langflow | 9.9 |
| CRITICAL | CVE-2026-66418 | OpenClaw: stored XSS via login field hijacks admin | openclaw | 9.3 |
| HIGH | CVE-2026-66420 | MeshCentral: origin-check bypass lets attackers hijack admin sessions | openclaw-dashboard | 8.8 |
| CRITICAL | CVE-2026-66421 | OpenClaw Dashboard: stored XSS enables admin takeover | openclaw-dashboard | 9.3 |
| HIGH | CVE-2026-14538 | Google mcp-toolbox: BigQuery allowedDatasets bypass | 7.7 | |
| MEDIUM | GHSA-pqh8-p93p-2rx7 | Dynatrace MCP server: DQL injection bypasses read-tool caps | 4.3 | |
| HIGH | GHSA-p7w7-4929-vpj5 | Dynatrace MCP server: unauth HTTP data exfil via DQL | @dynatrace-oss/dynatrace-mcp-server | 7.5 |
| MEDIUM | GHSA-xrmj-5g4g-8987 | Dynatrace MCP: Jinja injection creates persistent exfil | 4.2 | |
| HIGH | CVE-2026-69249 | cryptography: exponential DoS in cert chain validation | cryptography | - |
| HIGH | CVE-2026-69258 | Flowise: unauth overrideConfig injects flow session state | flowise | - |
| UNKNOWN | CVE-2026-69257 | Flowise: SSRF via IPv4-mapped IPv6 deny-list bypass | flowise | - |
| CRITICAL | CVE-2026-69256 | Flowise: RCE via pickle deserialization in CSVAgent | flowise | - |
| UNKNOWN | CVE-2026-69255 | Flowise: code injection in CSVAgent enables root RCE | flowise-components | - |
| UNKNOWN | CVE-2026-69254 | Flowise: authenticated RCE as root via NodeVM sandbox escape | flowise-components | - |
| CRITICAL | CVE-2026-69253 | Flowise: code injection in agent tools escapes vm2 sandbox | flowise-components | - |
| UNKNOWN | CVE-2026-69252 | Flowise: missing authz allows cross-workspace file wipe | flowise | - |
| UNKNOWN | CVE-2026-69251 | Flowise: TypeORM config injection enables RCE | flowise-components | - |
| UNKNOWN | CVE-2026-69250 | Flowise: unauthenticated SSRF leaks OAuth secrets | flowise | - |
| MEDIUM | GHSA-2364-jh4q-m9vm | Flowise: IDOR exposes customer PII and billing data | flowise | - |