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 |
|---|---|---|---|---|
| MEDIUM | GHSA-hx4h-vr3m-45vh | n8n: prototype pollution in expression engine causes DoS | n8n | - |
| HIGH | GHSA-xwx6-jjhv-84p8 | n8n: prototype pollution causes instance-wide DoS | n8n | - |
| HIGH | CVE-2026-65917 | CyberPanel: IDOR exposes cross-tenant backups | 8.8 | |
| LOW | CVE-2026-63632 | onnx: OOB heap read in Gemm opset-downgrade adapter | onnx | 3.3 |
| MEDIUM | CVE-2026-7007 | Zephyr RTOS: ext2 mount DoS via crafted superblock | 4.6 | |
| MEDIUM | CVE-2026-6539 | Notepad++: format string bug enables DoS, info leak | 4.4 | |
| HIGH | CVE-2026-61609 | Pterodactyl Panel: global rate limiter enables panel-wide login DoS | pterodactyl/panel | 7.5 |
| HIGH | CVE-2026-18022 | pgvector: integer wraparound in index build enables RCE | pgvector | 8.8 |
| MEDIUM | CVE-2026-44615 | Apache Zeppelin: path traversal escapes notebook root | 6.5 | |
| MEDIUM | CVE-2026-52857 | Pterodactyl Wings: config parser DoS exhausts memory | 5.5 | |
| HIGH | CVE-2026-52856 | Pterodactyl Wings: SFTP handshake DoS via Go panic | 7.5 | |
| HIGH | CVE-2026-69249 | cryptography: exponential DoS in cert chain validation | cryptography | - |
| HIGH | CVE-2026-69262 | Flowise: broken authz allows cross-type flow deletion | flowise | - |
| MEDIUM | CVE-2026-47487 | Triton Inference Server: path traversal via MLflow plugin | 4.4 | |
| LOW | CVE-2026-70483 | Open WebUI: broken authz cancels other users' chats | open-webui | 3.1 |
| MEDIUM | CVE-2026-70481 | Open WebUI: members can edit/delete others' channel messages | open-webui | 5.4 |
| MEDIUM | GHSA-8gj2-2cvc-6xx7 | Flowise: missing auth on TTS drains owner's API budget | flowise | - |
| HIGH | GHSA-88pr-878c-24wf | Flowise: S3 loader path traversal enables file write | flowise | - |
| HIGH | CVE-2026-70494 | Open WebUI: broken authz lets collaborator delete chats | open-webui | 8.1 |
| MEDIUM | CVE-2026-70493 | open-webui: ReDoS via knowledge search DoS | open-webui | 6.5 |