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-57947 | Pinpoint APM: SSRF via alarm webhook registration | pinpoint | 8.5 |
| MEDIUM | CVE-2026-57948 | Pinpoint: insecure JWT cookie enables session hijacking | pinpoint | 6.8 |
| HIGH | CVE-2026-23536 | Feast: unauth path traversal leaks any file | rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9 | 7.5 |
| HIGH | CVE-2026-10129 | Langflow: SSRF protection bypass via redirect | langflow | 8.5 |
| CRITICAL | CVE-2026-10134 | Langflow: unauthenticated RCE via tool_code injection | langflow | 10.0 |
| CRITICAL | CVE-2026-10140 | Langflow: cross-tenant API credential leak via cache bug | langflow | 9.6 |
| CRITICAL | CVE-2026-10560 | Langflow: missing auth on build API leaks data, enables DoS | langflow | 9.1 |
| CRITICAL | CVE-2026-7663 | Langflow: auth bypass in MCP transport exposes projects | langflow | 9.8 |
| CRITICAL | CVE-2026-7874 | Langflow: weak reversible KDF exposes all stored credentials | langflow | 9.1 |
| CRITICAL | CVE-2026-56278 | Flowise: hardcoded default secret enables session forgery | Flowise | 9.1 |
| UNKNOWN | CVE-2026-56277 | Flowise: wildcard CORS on TTS endpoint abuses creds | Flowise | - |
| MEDIUM | CVE-2026-56350 | n8n: authenticated users can disable SSO enforcement via API | n8n | 6.3 |
| MEDIUM | CVE-2026-56399 | Open WebUI: SSRF in web retrieval hits internal services | open-webui | 5.0 |
| HIGH | CVE-2026-13731 | WPBot: unauthenticated stored XSS via chatbot conversation field | wpbot | 7.2 |
| CRITICAL | CVE-2026-23537 | Feast: unauth file write to RCE via /save-document | rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9 | 9.1 |
| HIGH | CVE-2026-49857 | auth-fetch-mcp: SSRF bypass via IPv6 loopback | auth-fetch-mcp | 7.4 |
| MEDIUM | GHSA-9c3v-684m-579c | OpenClaw: MCP SSE redirect leaks Authorization headers | openclaw | 6.5 |
| MEDIUM | CVE-2026-50280 | Craft CMS: entry section permission bypass | - | |
| HIGH | CVE-2026-8147 | MLflow: auth bypass allows cross-experiment trace access | mlflow/mlflow | 8.1 |
| HIGH | CVE-2025-69134 | OpenAI Chatbot WP Helper: unauth content deletion | OpenAI Chatbot for WordPress – Helper | 7.5 |