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-62222 | OpenClaw: untrusted plugin loading in setup-mode | openclaw | 7.8 |
| HIGH | CVE-2026-62223 | OpenClaw: authorization bypass in device pairing | openclaw | 8.8 |
| MEDIUM | CVE-2026-62224 | OpenClaw: MS Teams auth bypass via display name spoof | openclaw | 5.4 |
| MEDIUM | CVE-2026-62225 | OpenClaw: authz bypass in skill dispatch | openclaw | 5.4 |
| HIGH | CVE-2026-62226 | OpenClaw: auth bypass in browser act route | openclaw | 8.5 |
| HIGH | CVE-2026-62227 | OpenClaw: SSRF bypass in browser snapshot navigation | openclaw | 7.7 |
| HIGH | CVE-2026-62228 | OpenClaw: authz bypass in node exec approvals | openclaw | 8.8 |
| HIGH | CVE-2026-62229 | OpenClaw: glob bypass in exec allowlist enables auth bypass | openclaw | 8.8 |
| CRITICAL | CVE-2026-9198 | Langflow: token forgery + exec() chain to RCE | Langflow OSS | 9.8 |
| CRITICAL | CVE-2026-9202 | Langflow: unauth signup chains to RCE | Langflow OSS | 9.8 |
| CRITICAL | CVE-2026-9103 | Langflow: unauth request grants superuser token | langflow | 9.8 |
| CRITICAL | CVE-2026-9135 | Langflow: code injection bypasses ToolGuard, enables RCE | langflow | 9.9 |
| CRITICAL | CVE-2026-13448 | Langflow: unauthenticated RCE via public flow endpoint | langflow | 9.8 |
| HIGH | CVE-2026-7872 | Langflow: path traversal enables auth token forgery | langflow | 8.1 |
| HIGH | CVE-2026-8056 | Langflow: auth'd param injection via apply_tweaks() enables code exec | langflow | 8.8 |
| CRITICAL | CVE-2026-8505 | Langflow: webhook auth bypass enables unauth RCE | langflow | 9.8 |
| CRITICAL | CVE-2026-8635 | Langflow: DB manipulation escalates to superuser RCE | langflow | 9.9 |
| HIGH | CVE-2026-13445 | Langflow: SaveToFile flaw breaks user storage isolation | langflow | 8.1 |
| CRITICAL | CVE-2026-13446 | Langflow: hard-coded credentials enable takeover | langflow | 9.8 |
| UNKNOWN | CVE-2026-57495 | AgenticMail: unauthenticated email hijacks AI agent | - |