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.
| Severity | CVE | Headline | Package | CVSS |
|---|---|---|---|---|
| UNKNOWN | CVE-2021-45970 | InsydeH2O: SMM buffer validation flaw enables priv-esc | - | |
| MEDIUM | CVE-2026-18663 | 389-ds-base: double-free in LDAP control handling | 5.9 | |
| MEDIUM | CVE-2026-73603 | Flowise: unauth TTS endpoint drains stored API keys | Flowise | - |
| MEDIUM | CVE-2026-73556 | vLLM: ReDoS in structured output stalls engine | vllm | 5.3 |
| UNKNOWN | CVE-2026-73557 | vLLM: race condition bypasses prompt-embeds tensor guard | vllm | - |
| MEDIUM | CVE-2026-73559 | vLLM: unbounded prompt batch triggers single-request DoS | vllm | 6.5 |
| MEDIUM | CVE-2026-71486 | vLLM: unbounded /derender inputs cause resource DoS | vllm | 4.3 |
| HIGH | GHSA-j659-8xh6-5pq5 | atomic-agents: unpriced models silently bypass cost cap | atomic-agents-stack | - |
| MEDIUM | CVE-2026-75093 | tract: malformed ONNX model triggers buffer flaw | 4.3 | |
| HIGH | CVE-2026-76336 | Splunk SPL2: broken authZ lets low-priv user wipe modules | 7.1 | |
| MEDIUM | CVE-2026-77082 | n8n: ReDoS in Filter/Switch nodes stalls workers | n8n | - |
| MEDIUM | CVE-2026-45271 | Picotls: unbounded ASN.1 recursion crashes on malicious key | picotls | 5.5 |
| MEDIUM | CVE-2026-78684 | vLLM: unauthenticated DoS via DeepStream decode bypass | vllm | 5.3 |
Page 37 of 37