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-32896 | OpenClaw: auth bypass via webhook passwordless fallback | OpenClaw | 4.8 |
| MEDIUM | CVE-2026-32899 | OpenClaw: sender-policy bypass injects unauthorized agent events | OpenClaw | 4.3 |
| MEDIUM | CVE-2026-32898 | OpenClaw: ACP bypass enables silent tool execution | OpenClaw | 5.4 |
| HIGH | CVE-2026-32915 | OpenClaw: sandbox bypass enables sibling agent hijack | OpenClaw | 8.8 |
| MEDIUM | CVE-2026-32895 | OpenClaw: auth bypass circumvents Slack event allowlists | OpenClaw | 5.4 |
| CRITICAL | CVE-2026-32916 | OpenClaw: auth bypass enables unauth agent execution | OpenClaw | 9.4 |
| CRITICAL | CVE-2026-32922 | OpenClaw: privilege escalation to RCE via token scope bypass | OpenClaw | 9.9 |
| MEDIUM | CVE-2026-32919 | OpenClaw: auth bypass enables unauthorized session reset | OpenClaw | 6.1 |
| HIGH | CVE-2026-32918 | OpenClaw: session sandbox escape exposes cross-agent state | OpenClaw | 8.4 |
| MEDIUM | CVE-2026-32923 | OpenClaw: auth bypass enables Discord reaction context injection | OpenClaw | 5.4 |
| MEDIUM | CVE-2026-32921 | OpenClaw: script approval bypass allows code execution | OpenClaw | 6.3 |
| HIGH | CVE-2026-32971 | OpenClaw: approval UI spoofing enables local RCE | OpenClaw | 7.1 |
| CRITICAL | CVE-2026-32924 | OpenClaw: auth bypass via Feishu reaction misclassification | OpenClaw | 9.8 |
| HIGH | CVE-2026-32972 | OpenClaw: auth bypass enables persistent CDP backdoor | OpenClaw | 7.1 |
| HIGH | CVE-2026-32974 | OpenClaw: auth bypass triggers forged webhook tool execution | OpenClaw | 8.6 |
| LOW | CVE-2026-32970 | OpenClaw: credential fallback bypasses local auth boundary | OpenClaw | 2.5 |
| MEDIUM | CVE-2026-32976 | OpenClaw: auth bypass mutates protected agent config | OpenClaw | 6.5 |
| CRITICAL | CVE-2026-32975 | OpenClaw: auth bypass via group name spoofing in agent | OpenClaw | 9.8 |
| CRITICAL | CVE-2026-32973 | OpenClaw: exec allowlist bypass enables RCE | OpenClaw | 9.8 |
| CRITICAL | CVE-2026-32987 | OpenClaw: bootstrap code replay escalates to operator.admin | OpenClaw | 9.8 |