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-70479 | Open WebUI: Playwright SSRF leaks cloud metadata | open-webui | 7.7 |
| CRITICAL | CVE-2026-70478 | Flowise: unauth OAuth refresh endpoint leaks access tokens | flowise | - |
| UNKNOWN | CVE-2026-70476 | Flowise: billing IDOR lets tenants hijack Stripe subs | flowise | - |
| MEDIUM | GHSA-8gj2-2cvc-6xx7 | Flowise: missing auth on TTS drains owner's API budget | flowise | - |
| UNKNOWN | CVE-2026-70475 | Flowise: missing authz lets users tamper executions | flowise | - |
| HIGH | CVE-2026-70474 | Flowise: IDOR permite secuestrar credenciales OAuth2 | flowise | - |
| UNKNOWN | CVE-2026-70473 | Flowise: broken authz leaks Qdrant config, infra data | flowise | - |
| HIGH | CVE-2026-70472 | Flowise: broken auth exposes cross-tenant OpenAI keys | flowise | - |
| UNKNOWN | CVE-2026-70471 | Flowise: broken authZ leaks workspace secrets via sandbox | flowise | - |
| HIGH | CVE-2026-70494 | Open WebUI: broken authz lets collaborator delete chats | open-webui | 8.1 |
| HIGH | CVE-2026-70492 | Open WebUI: KaTeX fallback XSS steals admin session | open-webui | 8.7 |
| MEDIUM | CVE-2026-70491 | open-webui: shared tool source leaks hardcoded API keys | open-webui | 6.5 |
| MEDIUM | CVE-2026-70490 | open-webui: terminal WebSocket bypasses role gate | open-webui | 6.3 |
| MEDIUM | CVE-2026-70487 | Open WebUI: IDOR leaks other users' RAG file content | open-webui | 5.3 |
| MEDIUM | CVE-2026-70488 | open-webui: broken authz lets users delete others' KB data | open-webui | 4.3 |
| HIGH | CVE-2026-70486 | Open WebUI: iframe sandbox bypass = account takeover | open-webui | 8.2 |
| CRITICAL | CVE-2024-51378 | CyberPanel: auth bypass enables unauthenticated RCE | 10.0 | |
| HIGH | CVE-2026-6639 | AIWU WP Plugin: unauth leak of stored OpenAI keys | 7.5 | |
| HIGH | CVE-2026-71211 | MLflow AI Gateway: SSRF via unvalidated api_base | mlflow | 7.1 |
| HIGH | CVE-2026-17623 | Langflow: MCP config command injection allows RCE | langflow | 8.8 |