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-28461 | OpenClaw: webhook DoS via memory exhaustion | OpenClaw | 7.5 |
| HIGH | CVE-2026-32011 | OpenClaw: pre-auth webhook DoS exhausts parser resources | OpenClaw | 7.5 |
| LOW | CVE-2026-32018 | OpenClaw: race condition corrupts sandbox registry state | OpenClaw | 3.6 |
| HIGH | CVE-2026-32049 | OpenClaw: media limit bypass enables memory exhaustion DoS | OpenClaw | 7.5 |
| MEDIUM | CVE-2026-32044 | OpenClaw: archive safety bypass causes DoS in skill install | OpenClaw | 5.5 |
| MEDIUM | CVE-2026-32053 | OpenClaw: webhook replay bypass corrupts agent call state | OpenClaw | 6.5 |
| MEDIUM | CVE-2026-32919 | OpenClaw: auth bypass enables unauthorized session reset | OpenClaw | 6.1 |
| HIGH | CVE-2026-32980 | OpenClaw: unauthenticated webhook DoS via body buffering | OpenClaw | 7.5 |
| MEDIUM | CVE-2026-33576 | OpenClaw: pre-auth media fetch enables disk exhaustion DoS | OpenClaw | 6.5 |
| HIGH | CVE-2026-34512 | OpenClaw: improper authz allows admin session kill | OpenClaw | 8.1 |
| MEDIUM | CVE-2026-35627 | OpenClaw: pre-auth DoS via Nostr DM resource exhaustion | OpenClaw | 6.5 |
| MEDIUM | CVE-2026-35626 | OpenClaw: unauthenticated DoS via webhook body buffering | OpenClaw | 5.3 |
| MEDIUM | CVE-2026-35633 | OpenClaw: unbounded memory alloc DoS via crafted HTTP errors | OpenClaw | 5.3 |
| HIGH | CVE-2026-35653 | OpenClaw: auth bypass enables agent profile destruction | OpenClaw | 8.1 |
| MEDIUM | CVE-2026-35665 | OpenClaw: pre-auth resource exhaustion via Feishu webhook DoS | OpenClaw | 5.3 |
| MEDIUM | CVE-2026-35667 | OpenClaw: SIGKILL bypass skips security-sensitive cleanup | OpenClaw | 6.1 |
| HIGH | CVE-2025-9900 | libtiff: arbitrary write via crafted TIFF image | rhaiis/vllm-cuda-rhel9 | 8.8 |
| HIGH | CVE-2025-5318 | libssh: OOB read in SFTP handle leaks memory | rhaiis/vllm-cuda-rhel9 | 8.1 |
| CRITICAL | CVE-2026-56445 | qrscp: DICOM path traversal enables arbitrary file write | 9.1 | |
| HIGH | CVE-2026-10118 | Poppler: PDF integer overflow enables heap RCE | rhaiis/vllm-spyre-rhel9 | 7.8 |