Attack Type

DoS

Denial of service is cheap against AI systems because inference is expensive. A single request asking for a very long context, a recursive thinking pattern, or a maximally complex tokenization ("unicode bombs") can consume seconds of GPU time. Agent frameworks add a more dangerous variant: a prompt that tricks the agent into invoking itself or another expensive tool in a loop, fanning out until the budget is exhausted. For paid model APIs, the same attack is also a financial denial of service — the attacker doesn't take the service down, they run up the bill. We have seen production CVEs of all three shapes in inference servers (vLLM, TGI), agent frameworks (LangChain, AutoGen), and applications using third-party LLM APIs without per-tenant budget caps. Defenses: per-request token and time limits, per-tenant compute and budget quotas, depth limits on agent recursion, and circuit breakers on tool invocation.

546
Total CVEs
28
Pages
Page 1 of 28
Current
Severity CVE CVSS
HIGH CVE-2026-27795 7.4
HIGH CVE-2026-33053 8.8
UNKNOWN CVE-2018-7576 -
UNKNOWN CVE-2018-10055 -
UNKNOWN CVE-2018-7577 -
UNKNOWN CVE-2019-9635 -
HIGH CVE-2020-5215 7.5
MEDIUM CVE-2020-15190 5.3
MEDIUM CVE-2020-15191 5.3
MEDIUM CVE-2020-15192 4.3
HIGH CVE-2020-15193 7.1
MEDIUM CVE-2020-15194 5.3
MEDIUM CVE-2020-15197 6.3
MEDIUM CVE-2020-15198 5.4
MEDIUM CVE-2020-15199 5.9
MEDIUM CVE-2020-15200 5.9
CRITICAL CVE-2020-15202 9.0
HIGH CVE-2020-15203 7.5
MEDIUM CVE-2020-15204 5.3
HIGH CVE-2020-15206 7.5

Page 1 of 28