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-62188 | OpenClaw Feishu: authz bypass ignores disablement | openclaw\/feishu | 8.1 |
| HIGH | CVE-2026-62189 | OpenClaw: symlink following bypasses authorization | openclaw | 7.1 |
| HIGH | CVE-2026-62190 | OpenClaw: auth bypass skips agent exec approval | openclaw | 8.8 |
| HIGH | CVE-2026-62191 | OpenClaw: authorization bypass in message mutations | openclaw | 7.1 |
| HIGH | CVE-2026-62192 | OpenClaw: authz bypass in Discord guild actions | openclaw | 8.1 |
| MEDIUM | CVE-2026-62193 | OpenClaw: auth bypass in plugin install wrapper | openclaw | 6.5 |
| HIGH | CVE-2026-62194 | OpenClaw: privilege escalation in plugin install | openclaw | 8.8 |
| HIGH | CVE-2026-62195 | OpenClaw: MCP loopback auth bypass on owner tools | openclaw | 8.3 |
| HIGH | CVE-2026-62196 | OpenClaw: WhatsApp group ID spoof enables auth bypass | openclaw | 8.3 |
| HIGH | CVE-2026-62197 | OpenClaw: CDP policy bypass reaches blocked network | openclaw | 8.5 |
| MEDIUM | CVE-2026-62198 | OpenClaw: web search auth bypass enables restricted ops | openclaw | 5.4 |
| HIGH | CVE-2026-62199 | OpenClaw: env-var filtering bypass enables RCE | openclaw | 8.8 |
| HIGH | CVE-2026-62200 | OpenClaw: Git ext transport flaw allows auth-bypass RCE | openclaw | 8.8 |
| HIGH | CVE-2026-22682 | OpenHarness: file tool permission bypass leaks files | 7.1 | |
| CRITICAL | CVE-2026-54052 | n8n-mcp: broken tenant isolation leaks workflow credentials | n8n-mcp | 9.9 |
| MEDIUM | CVE-2026-55608 | n8n-mcp: cross-tenant leak of workflow backups | n8n-mcp | 4.2 |
| HIGH | CVE-2026-45223 | Crabbox: coordinator auth bypass via forged admin claim | crabbox | 8.8 |
| HIGH | CVE-2026-8621 | Crabbox: header spoofing bypasses lease auth | crabbox | 8.8 |
| HIGH | CVE-2026-8629 | Crabbox: IDOR lets viewers hijack Code/VNC/Egress | crabbox | 8.1 |
| HIGH | CVE-2025-34410 | 1Panel: CSRF in username change enables lockout | - |