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 |
|---|---|---|---|---|
| HIGH | CVE-2026-63086 | TGI: SSRF via image_url exposes cloud metadata creds | text-generation-inference | 8.6 |
| HIGH | CVE-2026-62201 | OpenClaw: exec-server bypass allows internal SSRF | openclaw | 7.7 |
| HIGH | CVE-2026-62202 | OpenClaw: cron isolation flaw regains denied tools | openclaw | 8.8 |
| HIGH | CVE-2026-62203 | OpenClaw: env var filter gap enables priv escalation | openclaw | 8.8 |
| HIGH | CVE-2026-62205 | OpenClaw: auth bypass in MS Teams message actions | openclaw | 7.1 |
| HIGH | CVE-2026-62206 | OpenClaw: missing authorization in Discord moderation | openclaw | 7.1 |
| HIGH | CVE-2026-62207 | OpenClaw: auth bypass exposes admin agent tools | openclaw | 8.8 |
| MEDIUM | CVE-2026-62208 | OpenClaw: Auth header leak via MCP SSE redirects | openclaw | 6.5 |
| HIGH | CVE-2026-62209 | OpenClaw: agent dispatch bypasses toolsAllow authz | openclaw | 8.1 |
| MEDIUM | CVE-2026-62211 | OpenClaw: credential redaction bypass via export | openclaw | 5.0 |
| HIGH | CVE-2026-62212 | OpenClaw: TOCTOU race bypasses Teams SSRF guard | openclaw | 7.1 |
| MEDIUM | CVE-2026-62213 | OpenClaw: Teams outbound leaks Bot Framework tokens | openclaw | 6.5 |
| MEDIUM | CVE-2026-62214 | OpenClaw: serviceUrl validation flaw leaks bot tokens | openclaw | 6.5 |
| HIGH | CVE-2026-62215 | OpenClaw: auth bypass forges trusted A2UI actions | openclaw | 8.0 |
| MEDIUM | CVE-2026-62216 | OpenClaw: policy bypass enables SSRF via media upload | openclaw | 5.0 |
| HIGH | CVE-2026-62217 | OpenClaw: QQBot exec approval bypass enables RCE | openclaw | 8.8 |
| HIGH | CVE-2026-62218 | OpenClaw: authorization bypass in device pairing | openclaw | 8.8 |
| HIGH | CVE-2026-62219 | OpenClaw: agent hook auth bypass via blank IDs | openclaw | 7.1 |
| MEDIUM | CVE-2026-62220 | OpenClaw: WS auth rate-limit bypass enables DoS | openclaw | 5.3 |
| MEDIUM | CVE-2026-62221 | OpenClaw: allowFrom auth bypass runs blocked commands | openclaw | 5.4 |