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 |
|---|---|---|---|---|
| MEDIUM | GHSA-vhf8-cg2h-cg3p | n8n: MCP Client SSRF bypasses egress protection | n8n | - |
| HIGH | GHSA-gf29-4f56-r2jf | n8n: Git node bypass leaks arbitrary local repos | n8n | - |
| HIGH | GHSA-64xh-79j6-r5v8 | n8n: AI node credential allowlist bypass leaks secrets | n8n | - |
| HIGH | GHSA-8342-988q-86cr | n8n: auth bypass via embed login token exchange | n8n | - |
| MEDIUM | CVE-2026-66005 | Jan: CORS misconfig exposes local LLM API to network | 6.3 | |
| HIGH | CVE-2026-16796 | Bedrock AgentCore: argument injection sandbox RCE | 7.3 | |
| HIGH | GHSA-v42f-v8xc-j435 | Budibase: SSRF guard bypass via DNS rebinding | @budibase/server | 8.5 |
| HIGH | GHSA-pvcr-8mvp-w8qr | Budibase: CSRF hijacks AI chat-agent identity binding | 7.7 | |
| MEDIUM | CVE-2026-17457 | openclaw-cn: scheme handler bypass exposes data | 4.3 | |
| MEDIUM | CVE-2026-17458 | openclaw-cn: unpatched SSRF in browser agent click API | 6.3 | |
| LOW | CVE-2026-14189 | WPBot: admin-set field IDs enable stored SQLi | wpbot | 3.8 |
| MEDIUM | CVE-2026-16773 | WPBot: unauth PII exfil via chat transcript flaw | WPBot – AI ChatBot for Live Support, Lead Generation, AI Services | 5.3 |
| LOW | GHSA-pc2w-4mq8-32qw | Dynatrace MCP: notebook tool skips approval gate | @dynatrace-oss/dynatrace-mcp-server | 3.7 |
| HIGH | CVE-2026-67428 | Flyto2 Core: SSRF via unvalidated URLs in agent tools | flyto-core | 8.5 |
| HIGH | CVE-2026-67425 | Flyto2 Core: SSRF leaks LLM API keys via base_url | flyto-core | 8.6 |
| MEDIUM | CVE-2026-54249 | Pydantic AI: UploadedFile refs leak cloud storage | pydantic-ai | 6.8 |
| CRITICAL | CVE-2026-67429 | flyto-core: arbitrary file write via bypassed path guard | 10.0 | |
| CRITICAL | CVE-2026-12940 | Langflow: unauth RCE via MCP env var injection | langflow | 9.8 |
| HIGH | CVE-2026-12945 | Langflow: IDOR exposes/manipulates other users' builds | langflow | 7.1 |
| CRITICAL | CVE-2026-13435 | Langflow: PythonREPL sandbox escape enables RCE | Langflow OSS | 9.9 |