Auth Bypass
AI/ML platforms accumulate auth-bypass vulnerabilities at the same rate as other web software, but the blast radius is unusual: a bypass on an inference endpoint exposes expensive compute, paid model access, and potentially other tenants' conversations. Common patterns we see in NVD and GHSA include misconfigured JWT verification in self-hosted inference servers, missing authorization checks on admin routes in ML platforms, IDOR on prediction-history endpoints, and SSRF that escapes a sandboxed agent into the platform's internal network. Open-source AI platforms (MLflow, Gradio, LangServe, Ollama) have shipped multiple high-severity auth-bypass CVEs since 2023; CISA KEV has flagged at least one (the MLflow path-traversal/auth chain). Defenses: keep self-hosted AI platforms patched aggressively, require auth on all model endpoints, network-segment inference servers, and treat any exposed AI service as if compute-cost abuse will happen.
| Severity | CVE | Headline | Package | CVSS |
|---|---|---|---|---|
| MEDIUM | CVE-2026-28449 | OpenClaw: webhook replay triggers duplicate agent actions | OpenClaw | 6.5 |
| HIGH | CVE-2026-31989 | OpenClaw: SSRF in citation redirect exposes internal network | OpenClaw | 7.4 |
| MEDIUM | CVE-2026-29607 | OpenClaw: auth bypass enables unapproved RCE via wrapper | OpenClaw | 6.8 |
| MEDIUM | CVE-2026-29608 | OpenClaw: argv rewrite bypasses approval, enables RCE | OpenClaw | 6.7 |
| LOW | CVE-2026-31991 | OpenClaw: auth bypass via DM pairing grants group access | OpenClaw | 3.7 |
| HIGH | CVE-2026-31992 | OpenClaw: guardrail allowlist bypass enables arbitrary command execution | OpenClaw | 7.1 |
| MEDIUM | CVE-2026-31993 | OpenClaw: exec approval bypass allows RCE on macOS | OpenClaw | 4.8 |
| MEDIUM | CVE-2026-31997 | OpenClaw: post-approval PATH rebind enables arbitrary RCE | OpenClaw | 6.0 |
| HIGH | CVE-2026-31998 | OpenClaw: auth bypass enables unauthorized agent dispatch | OpenClaw | 8.6 |
| HIGH | CVE-2026-31994 | OpenClaw: cmd injection via scheduled task generation | OpenClaw | 7.1 |
| MEDIUM | CVE-2026-31996 | OpenClaw: safeBins bypass allows file read/write | OpenClaw | 4.4 |
| MEDIUM | CVE-2026-32004 | OpenClaw: auth bypass exposes protected channel API | OpenClaw | 6.5 |
| MEDIUM | CVE-2026-32002 | OpenClaw: sandbox bypass exfiltrates files via vision API | OpenClaw | 5.3 |
| MEDIUM | CVE-2026-32003 | OpenClaw: env var injection enables RCE via allowlist bypass | OpenClaw | 6.6 |
| MEDIUM | CVE-2026-32001 | OpenClaw: auth bypass enables unauthorized node role injection | OpenClaw | 5.4 |
| LOW | CVE-2026-32006 | OpenClaw: auth bypass via DM identity confusion in groups | OpenClaw | 3.1 |
| MEDIUM | CVE-2026-32005 | OpenClaw: auth bypass enables AI agent session poisoning | OpenClaw | 6.8 |
| HIGH | CVE-2026-32015 | OpenClaw: PATH hijack bypasses exec allowlist controls | OpenClaw | 7.8 |
| HIGH | CVE-2026-32013 | OpenClaw: symlink traversal enables host file read/write | OpenClaw | 8.8 |
| MEDIUM | CVE-2026-32010 | OpenClaw: safeBins bypass enables arbitrary code execution | OpenClaw | 6.3 |