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 |
|---|---|---|---|---|
| HIGH | CVE-2026-44338 | PraisonAI: unauthenticated API triggers agent workflows | PraisonAI | 7.3 |
| MEDIUM | CVE-2026-43979 | local-deep-research: HTML injection enables SSRF via WeasyPrint | local-deep-research | 5.0 |
| HIGH | CVE-2026-45671 | Open WebUI: auth bypass enables mass file deletion | open-webui | 8.0 |
| MEDIUM | CVE-2026-45667 | open-webui: unauth endpoint drains embedding budget/DoS | open-webui | 6.5 |
| HIGH | CVE-2026-45399 | Open WebUI: task auth bypass enables cross-user DoS | open-webui | 7.1 |
| MEDIUM | CVE-2018-25378 | Notebook Pro: DoS via oversized notebook name input | 6.2 | |
| MEDIUM | CVE-2026-9540 | vllm: unauthenticated DoS in OpenAI-compatible serving path | vllm | 5.3 |
| HIGH | CVE-2026-7528 | Langflow: DoS via uncontrolled resource consumption | langflow | 7.5 |
| MEDIUM | CVE-2026-3676 | IBM Db2 APM: DoS via query special element injection | 6.5 | |
| MEDIUM | CVE-2026-46032 | Linux Kernel KVM: nSVM VMEXIT host state corruption | 5.5 | |
| MEDIUM | CVE-2026-46091 | Linux Kernel: DMA coherency flaw in igorplugusb driver | 5.5 | |
| MEDIUM | CVE-2026-45907 | Linux mlx5e: deadlock DoS in Mellanox NIC recovery paths | 5.5 | |
| MEDIUM | CVE-2026-45973 | Linux mlx5: RDMA hang DoS on AI training clusters | 5.5 | |
| HIGH | CVE-2026-46178 | Linux mlx4 RDMA: resource leak on SRQ creation error | 7.8 | |
| HIGH | CVE-2026-46181 | Linux kernel RDMA/mlx4: RCU race may crash ML training nodes | 7.8 | |
| MEDIUM | CVE-2026-47745 | Shopper: auth bypass enables full checkout shutdown | shopper/framework | 6.5 |
| MEDIUM | CVE-2026-47213 | BoxLite: sandbox timeout bypass enables DoS via SIGALRM | boxlite | 6.5 |
| LOW | CVE-2026-35202 | Pterodactyl: DB limit bypass via broken locking mechanism | - | |
| MEDIUM | CVE-2026-10804 | Streamlit: weak hash enables cache integrity bypass | streamlit | 4.7 |
| LOW | CVE-2026-47241 | net-imap: IMAP command smuggling enables DoS | net-imap | - |