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 |
|---|---|---|---|---|
| MEDIUM | CVE-2026-7646 | Langflow: path traversal via MCP leaks JWT secret | langflow | 6.5 |
| HIGH | CVE-2026-8446 | Langflow: OAuth auth bypass on MCP composer endpoint | langflow | 7.5 |
| HIGH | CVE-2026-9077 | Langflow: MCP config write bypasses localhost restriction | langflow | 8.5 |
| MEDIUM | CVE-2026-7657 | Langflow: SSRF bypass exposes internal network/cloud data | Langflow OSS | 6.5 |
| HIGH | CVE-2026-10547 | Langflow: broken access control enables cache poisoning | langflow | 8.1 |
| MEDIUM | CVE-2026-7658 | Langflow: username path traversal enables data destruction | langflow | 6.5 |
| HIGH | CVE-2026-8182 | Langflow: pre-auth RCE via chained HTTP requests | langflow | 8.8 |
| HIGH | CVE-2026-9130 | Langflow: authz bypass leaks cross-user chat history | langflow | 7.1 |
| HIGH | CVE-2026-9201 | Langflow: truncated-hash bypass enables RCE | langflow | 8.8 |
| CRITICAL | CVE-2026-9205 | Langflow: weak Fernet key derivation exposes secrets | langflow | 9.8 |
| CRITICAL | CVE-2026-48168 | PraisonAI: shell injection in Claude Action enables RCE | praisonai | 10.0 |
| MEDIUM | CVE-2026-66885 | Livebook: CSRF binds victim session to attacker | 6.5 | |
| HIGH | CVE-2026-68746 | Livebook: auth fail-open grants full server access | 8.8 | |
| HIGH | CVE-2026-55523 | PraisonAI: SSRF via redirect bypass in web_crawl() | praisonaiagents | - |
| HIGH | CVE-2026-55524 | PraisonAI: SSRF bypass in web_crawl via TOCTOU/rebinding | praisonaiagents | 7.5 |
| HIGH | CVE-2026-69111 | Milvus: unauthenticated DoS via /management/stop | milvus | 7.5 |
| MEDIUM | CVE-2026-19006 | openclaw-cn: auth bypass in bash exec approval gate | 6.3 | |
| MEDIUM | CVE-2026-19007 | openclaw-cn: broken privilege check on elevated senders | 6.3 | |
| MEDIUM | CVE-2026-19008 | openclaw-cn: symlink escape bypasses agent sandbox | 6.3 | |
| MEDIUM | CVE-2025-9266 | Non-AI false positive: WordPress theme, not ML Accelerate | Accelerate | 4.3 |