AI Component

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.

1081
Total CVEs
55
Pages
Page 10 of 55
Current
Severity CVE CVSS
MEDIUM CVE-2024-53526 6.4
CRITICAL CVE-2023-32785 9.8
MEDIUM CVE-2024-6985 4.4
LOW CVE-2024-6971 3.4
MEDIUM CVE-2024-7041 6.5
MEDIUM CVE-2026-4963 6.3
UNKNOWN CVE-2026-33873 -
UNKNOWN CVE-2026-34046 -
MEDIUM CVE-2026-27496 6.5
CRITICAL CVE-2026-33663 10.0
HIGH CVE-2026-33665 8.2
HIGH CVE-2026-33696 8.8
HIGH CVE-2026-33713 8.8
MEDIUM CVE-2026-33720 4.2
MEDIUM CVE-2026-33722 5.3
HIGH CVE-2026-33724 7.4
CRITICAL CVE-2026-33749 9.0
MEDIUM CVE-2026-33751 4.8
LOW CVE-2026-29071 3.1
CRITICAL GHSA-5mg7-485q-xm76 -

Page 10 of 55