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-12796 | litellm: SSO session expiration allows auth persistence | litellm | 6.3 |
| MEDIUM | CVE-2026-12798 | litellm: SSRF in MCP OpenAPI spec loader endpoint | litellm | 6.3 |
| MEDIUM | CVE-2026-56393 | Craft CMS: stored XSS hijacks admin panel sessions | 4.8 | |
| CRITICAL | CVE-2026-10561 | Langflow: auth bypass + unauthenticated RCE (CVSS 10) | langflow | 10.0 |
| HIGH | CVE-2026-9029 | Grafana: stored XSS in geomap bypasses CVE-2023-0507 fix | 7.3 | |
| HIGH | CVE-2026-10845 | WebSphere AS: JAX-WS auth bypass, unauthorized access | 7.3 | |
| HIGH | CVE-2026-56104 | Chainlit: session hijacking via WebSocket restoration | chainlit | 8.2 |
| CRITICAL | CVE-2026-7664 | Langflow: auth bypass in MCP endpoint, CVSS 9.8 | Langflow OSS | 9.8 |
| MEDIUM | CVE-2026-55443 | LangChain: path traversal exposes files outside agent root | langchain | 5.5 |
| HIGH | CVE-2026-54353 | Budibase: SSRF via DNS rebinding in automation steps | @budibase/backend-core | 8.5 |
| CRITICAL | CVE-2026-54352 | Budibase: zip symlink bypass exposes all server secrets | @budibase/server | 9.6 |
| HIGH | CVE-2026-50132 | Budibase: account hijack via chat identity CSRF | 7.3 | |
| MEDIUM | CVE-2026-48067 | Filament: auth bypass via Livewire state tampering | 6.5 | |
| MEDIUM | CVE-2026-48500 | Filament: unauth file upload drains disk/inflates costs | filament/filament | 6.5 |
| HIGH | CVE-2026-48505 | Filament: MFA race condition enables recovery code reuse | 7.4 | |
| MEDIUM | CVE-2026-48167 | Filament: stored XSS in ImageColumn/ImageEntry | 6.4 | |
| MEDIUM | CVE-2026-48166 | Filament: timing side-channel exposes registered emails | 5.3 | |
| HIGH | CVE-2026-55409 | Filament: stored XSS in disabled RichEditor field | 7.6 | |
| HIGH | CVE-2026-56268 | Flowise: cross-workspace chatflow config disclosure | Flowise | 7.7 |
| CRITICAL | CVE-2026-56348 | n8n: SSRF bypasses allowlist, exfiltrates credentials | n8n | 9.1 |