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-4035 | MLflow: AI Gateway leaks cloud credentials via env injection | mlflow | 7.7 |
| HIGH | CVE-2026-6657 | jupyter-server: CORS bypass enables arbitrary code execution | jupyter-server | 8.8 |
| UNKNOWN | CVE-2026-44182 | Enterprise Gateway: YAML injection → K8s cluster takeover | jupyter_enterprise_gateway | - |
| UNKNOWN | CVE-2026-44181 | Enterprise Gateway: SSTI allows full K8s cluster compromise | jupyter_enterprise_gateway | - |
| CRITICAL | CVE-2026-44180 | Jupyter Enterprise Gateway: root privilege bypass in Kubernetes | jupyter_enterprise_gateway | 9.8 |
| HIGH | GHSA-f9rx-7wf7-jr36 | Froxlor: 2FA bypass via API grants full account access | froxlor/froxlor | 8.1 |
| HIGH | CVE-2026-10814 | Milvus: weak hash allows RBAC grantee impersonation | milvus | 7.0 |
| CRITICAL | CVE-2026-2586 | GlassFish: authenticated RCE via admin console | org.glassfish.jsftemplating:jsftemplating | 9.1 |
| CRITICAL | GHSA-8whc-2wmv-ww35 | AVideo YPTSocket: Stored DOM XSS enables admin takeover | WWBN/AVideo | 9.6 |
| MEDIUM | CVE-2026-11326 | OpenAI Atlas: XSS enables browser history exfiltration | - | |
| MEDIUM | CVE-2026-47250 | mcp-server-kubernetes: flag injection steals K8s tokens | mcp-server-kubernetes | 6.1 |
| HIGH | CVE-2026-47419 | praisonai-platform: IDOR enables cross-workspace agent read/write/delete | praisonai-platform | 8.3 |
| HIGH | CVE-2026-47732 | twig/twig: sandbox bypass leaks render context | twig/twig | - |
| CRITICAL | CVE-2026-46440 | Flowise: plaintext auth brute-force, no rate limit | flowise | 9.1 |
| CRITICAL | CVE-2026-46441 | Flowise: mass assignment breaks multi-tenant isolation | flowise | 9.6 |
| CRITICAL | CVE-2026-46442 | Flowise: sandbox escape enables authenticated RCE | flowise | 9.9 |
| MEDIUM | CVE-2026-46443 | Flowise: stored credentials exposed via API filter bug | flowise | 6.5 |
| HIGH | CVE-2026-46444 | Flowise: missing authz on vector store CRUD ops | flowise | 8.8 |
| HIGH | CVE-2026-46475 | Flowise: mass-assignment enables workspace takeover | flowise | 8.8 |
| HIGH | CVE-2026-46476 | Flowise: mass assignment enables cross-workspace takeover | flowise | 8.8 |