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-32036 | OpenClaw: auth bypass via encoded path traversal in gateway | OpenClaw | 6.5 |
| HIGH | CVE-2026-32034 | OpenClaw: auth bypass enables high-privilege agent control | OpenClaw | 8.1 |
| MEDIUM | CVE-2026-32043 | OpenClaw: TOCTOU symlink bypasses command approval guard | OpenClaw | 6.5 |
| LOW | CVE-2026-32050 | OpenClaw: auth bypass allows unauthorized status event injection | OpenClaw | 3.7 |
| MEDIUM | CVE-2026-32045 | OpenClaw: auth bypass exposes HTTP gateway routes | OpenClaw | 5.9 |
| HIGH | CVE-2026-32048 | OpenClaw: sandbox escape via cross-agent spawn bypass | OpenClaw | 7.5 |
| HIGH | CVE-2026-32042 | OpenClaw: privilege escalation via unpaired device identity | OpenClaw | 8.8 |
| HIGH | CVE-2026-32055 | OpenClaw: path traversal enables arbitrary file write | OpenClaw | 7.6 |
| LOW | CVE-2026-32058 | OpenClaw: approval bypass enables unauthorized agent execution | OpenClaw | 2.6 |
| HIGH | CVE-2026-32051 | OpenClaw: auth bypass lets operators invoke owner control-plane | OpenClaw | 8.8 |
| HIGH | CVE-2026-32056 | OpenClaw: RCE via shell env var injection in system.run | OpenClaw | 7.5 |
| MEDIUM | CVE-2026-32054 | OpenClaw: symlink traversal enables arbitrary file overwrite | OpenClaw | 6.5 |
| MEDIUM | CVE-2026-32053 | OpenClaw: webhook replay bypass corrupts agent call state | OpenClaw | 6.5 |
| HIGH | CVE-2026-32057 | OpenClaw: auth bypass grants unauthorized agent control access | OpenClaw | 7.1 |
| HIGH | CVE-2026-32064 | OpenClaw: unauthenticated VNC access in AI sandbox | OpenClaw | 7.7 |
| LOW | CVE-2026-32067 | OpenClaw: auth bypass enables cross-account pairing reuse | OpenClaw | 3.7 |
| MEDIUM | CVE-2026-32065 | OpenClaw: approval bypass enables unauthorized command exec | OpenClaw | 4.8 |
| LOW | CVE-2026-32897 | OpenClaw: auth token leak via prompt hash fallback | OpenClaw | 3.7 |
| HIGH | CVE-2026-32914 | OpenClaw: access control bypass in config/debug handlers | OpenClaw | 8.8 |
| CRITICAL | CVE-2026-32913 | OpenClaw: auth header leak via cross-origin redirect | OpenClaw | 9.3 |