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-62215 | OpenClaw: auth bypass forges trusted A2UI actions | openclaw | 8.0 |
| MEDIUM | CVE-2026-62216 | OpenClaw: policy bypass enables SSRF via media upload | openclaw | 5.0 |
| HIGH | CVE-2026-62217 | OpenClaw: QQBot exec approval bypass enables RCE | openclaw | 8.8 |
| HIGH | CVE-2026-62218 | OpenClaw: authorization bypass in device pairing | openclaw | 8.8 |
| HIGH | CVE-2026-62219 | OpenClaw: agent hook auth bypass via blank IDs | openclaw | 7.1 |
| MEDIUM | CVE-2026-62220 | OpenClaw: WS auth rate-limit bypass enables DoS | openclaw | 5.3 |
| MEDIUM | CVE-2026-62221 | OpenClaw: allowFrom auth bypass runs blocked commands | openclaw | 5.4 |
| HIGH | CVE-2026-62222 | OpenClaw: untrusted plugin loading in setup-mode | openclaw | 7.8 |
| HIGH | CVE-2026-62223 | OpenClaw: authorization bypass in device pairing | openclaw | 8.8 |
| MEDIUM | CVE-2026-62224 | OpenClaw: MS Teams auth bypass via display name spoof | openclaw | 5.4 |
| MEDIUM | CVE-2026-62225 | OpenClaw: authz bypass in skill dispatch | openclaw | 5.4 |
| HIGH | CVE-2026-62226 | OpenClaw: auth bypass in browser act route | openclaw | 8.5 |
| HIGH | CVE-2026-62227 | OpenClaw: SSRF bypass in browser snapshot navigation | openclaw | 7.7 |
| HIGH | CVE-2026-62228 | OpenClaw: authz bypass in node exec approvals | openclaw | 8.8 |
| HIGH | CVE-2026-62229 | OpenClaw: glob bypass in exec allowlist enables auth bypass | openclaw | 8.8 |
| CRITICAL | CVE-2026-9198 | Langflow: token forgery + exec() chain to RCE | Langflow OSS | 9.8 |
| CRITICAL | CVE-2026-9202 | Langflow: unauth signup chains to RCE | Langflow OSS | 9.8 |
| CRITICAL | CVE-2026-9103 | Langflow: unauth request grants superuser token | langflow | 9.8 |
| CRITICAL | CVE-2026-9135 | Langflow: code injection bypasses ToolGuard, enables RCE | langflow | 9.9 |
| CRITICAL | CVE-2026-13448 | Langflow: unauthenticated RCE via public flow endpoint | langflow | 9.8 |