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 |
|---|---|---|---|---|
| CRITICAL | CVE-2026-35307 | Oracle Coherence: unauthenticated RCE, CVSS 10.0 | coherence | 10.0 |
| CRITICAL | CVE-2026-35308 | Oracle Coherence: unauthenticated RCE via third-party jars | coherence | 10.0 |
| CRITICAL | CVE-2026-35309 | Oracle Coherence: unauthenticated RCE via HTTP (CVSS 9.8) | coherence | 9.8 |
| CRITICAL | CVE-2026-35310 | Oracle Coherence: unauthenticated HTTP full takeover | coherence | 9.8 |
| CRITICAL | CVE-2026-55450 | Langflow: unauthenticated upload → DoS + path disclosure | langflow | 9.3 |
| MEDIUM | CVE-2026-54022 | open-webui: Yjs auth bypass exposes all user notes | open-webui | 5.3 |
| MEDIUM | CVE-2026-54021 | open-webui: auth bypass reaches restricted Ollama backends | open-webui | 6.3 |
| MEDIUM | CVE-2026-54019 | open-webui: RAG ACL bypass exposes private KB chunks | open-webui | 6.5 |
| HIGH | CVE-2026-54018 | open-webui: SSRF via redirect bypass in Playwright loader | open-webui | 7.7 |
| CRITICAL | CVE-2026-44727 | jupyter-server: stored XSS yields kernel RCE | notebook | 9.0 |
| MEDIUM | GHSA-2fjj-qqg8-fg7x | praisonai-platform: cross-tenant IDOR poisons project stats | praisonai-platform | 4.3 |
| CRITICAL | GHSA-cwj8-7gp2-ggcw | praisonai-platform: hardcoded JWT secret enables full auth bypass | praisonai-platform | 9.8 |
| HIGH | GHSA-6jcq-6546-qrrw | PraisonAI: sandbox escape via silent Landlock fallback | praisonaiagents | 8.8 |
| HIGH | GHSA-8ccj-p46r-jwqq | PraisonAI: auth bypass exposes full agent invocation API | praisonai | 8.2 |
| CRITICAL | GHSA-f38v-77qj-h4jq | praisonai-platform: hardcoded JWT secret enables full auth bypass | praisonai-platform | 9.8 |
| HIGH | GHSA-jxcw-qp4h-6jfq | praisonai: incomplete auth fix exposes A2U agent streams | praisonai | 7.5 |
| HIGH | GHSA-7qw2-w5rc-37x2 | PraisonAI: workflow policy bypass enables shell RCE | praisonaiagents | 7.8 |
| HIGH | GHSA-gcq3-mfvh-3x25 | PraisonAI: workspace bypass allows arbitrary file read/write | praisonai | 7.3 |
| CRITICAL | GHSA-p75f-6fp4-p57w | PraisonAI: unauthenticated RCE via MCP connect endpoint | praisonai | 9.8 |
| HIGH | GHSA-x92v-rpx6-p6cw | PraisonAI: webhook auth bypass enables agent prompt injection | praisonai | 8.6 |