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-2024-13152 | Mobuy Panel: SQLi allows unauthenticated DB takeover | Mobuy Online Machinery Monitoring Panel | 10.0 |
| CRITICAL | CVE-2024-13147 | B2B Login Panel: SQLi enables unauthenticated DB access | B2B Login Panel | 9.8 |
| MEDIUM | CVE-2026-10548 | hermes-agent: auth bypass exposes Anthropic API credentials | 5.3 | |
| CRITICAL | CVE-2024-6877 | Panel: Reflected XSS enables session hijack in ML UI | Panel | - |
| CRITICAL | CVE-2024-5959 | Panel: Stored XSS enables session hijack in ML dashboards | Panel | - |
| CRITICAL | CVE-2024-5960 | Panel: plaintext credential storage enables domain compromise | Panel | 9.8 |
| CRITICAL | CVE-2024-5958 | Panel: SQL injection enables OS command execution | Panel | - |
| CRITICAL | CVE-2024-6684 | Nova Panel N7: auth bypass via alternate channel (EOL) | inohom Nova Panel N7 | - |
| CRITICAL | CVE-2025-14014 | Smart Panel: unauthenticated file upload enables RCE | Smart Panel | 9.8 |
| MEDIUM | CVE-2025-7013 | Menu Panel: IDOR auth bypass exposes confidential data | Menu Panel | 5.7 |
| MEDIUM | CVE-2025-7014 | Menu Panel: session fixation enables session hijacking | Menu Panel | 5.7 |
| HIGH | CVE-2025-0616 | Netsis Panel: unauthenticated SQLi enables data exfiltration | B2B - Netsis Panel | 8.2 |
| MEDIUM | CVE-2026-50634 | Apache CXF: JWS signature bypass exposes JAX-RS APIs | org.apache.cxf:cxf-rt-rs-security-jose-jaxrs | 6.5 |
| HIGH | CVE-2026-48146 | Budibase: SSRF in OAuth2 exposes cloud credentials | @budibase/server | 7.7 |
| MEDIUM | CVE-2026-48121 | LangGraph MongoDB: NoSQL injection leaks tenant checkpoints | @langchain/langgraph-checkpoint-mongodb | 6.7 |
| HIGH | CVE-2026-45830 | ChromaDB: auth bypass exposes any tenant's collections | chromadb | 8.8 |
| HIGH | CVE-2026-45831 | ChromaDB: RBAC bypass enables cross-tenant data access | chromadb | 8.8 |
| HIGH | CVE-2026-45832 | ChromaDB: V1 auth bypass exposes all tenant collections | chromadb | 8.8 |
| UNKNOWN | CVE-2026-8828 | ChromaDB: tenant isolation bypass exposes all tenant data | chromadb | - |
| MEDIUM | CVE-2026-48148 | Budibase: SSRF via VectorDB host exposes cloud metadata | @budibase/server | - |