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 |
|---|---|---|---|---|
| LOW | CVE-2026-77069 | n8n: SSRF bypass in OAuth2 token exchange | n8n | - |
| HIGH | CVE-2026-77071 | n8n: Supabase filter injection leaks/wipes full tables | n8n | - |
| MEDIUM | CVE-2026-77073 | n8n: MCP auth bypass grants cross-project credentials | n8n | - |
| HIGH | CVE-2026-77070 | n8n: NoSQL injection in MongoDB node wipes/exfils data | n8n | - |
| MEDIUM | CVE-2026-77081 | n8n: GraphQL node allowed-domains bypass leaks creds | n8n | - |
| MEDIUM | CVE-2026-77085 | n8n: SSRF protection bypass in SearXNG Agent tool | n8n | - |
| HIGH | CVE-2026-77079 | n8n: authz bypass in role deletion grants project admin | n8n | - |
| MEDIUM | CVE-2026-77083 | n8n: Code node sandbox escape via proto pollution | n8n | - |
| HIGH | CVE-2026-55253 | LangGraph Mongo: NoSQL injection exposes tenant data | langgraph-store-mongodb | 7.7 |
| CRITICAL | CVE-2026-55445 | Qinglong panel: unauth admin credential reset bypass | @whyour/qinglong | - |
| HIGH | CVE-2026-54175 | Backpack CRUD: mass assignment lets stolen session change password | 7.6 | |
| HIGH | CVE-2026-77775 | Headroom: SSRF via client-set upstream base URL | 8.6 | |
| CRITICAL | CVE-2026-77776 | Headroom LLM proxy: IDOR exposes cross-user memory | 9.1 | |
| MEDIUM | CVE-2026-16612 | FiboSearch: unauthenticated AJAX leaks password-protected products | 5.3 | |
| MEDIUM | CVE-2026-78205 | BentoML: SSRF via unfiltered CGNAT range | bentoml | 5.8 |
| HIGH | CVE-2026-19200 | Velociraptor: NOTEBOOK_EDIT users can overwrite artifacts | 8.9 | |
| HIGH | CVE-2026-76073 | Label Studio: IDOR exposes cross-org annotations | label-studio | 8.8 |
| HIGH | CVE-2026-77567 | Filament: recovery codes bypass app-based MFA | 8.1 | |
| HIGH | CVE-2026-79667 | Ech0: scoped admin token bypass exposes full DB export | 7.6 | |
| MEDIUM | CVE-2026-79672 | Ech0: scope bypass exposes comment admin endpoints | 5.5 |