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 |
|---|---|---|---|---|
| UNKNOWN | CVE-2026-54527 | jupyterlab-git: stored XSS escalates to full RCE | @jupyterlab/git | - |
| HIGH | CVE-2026-54317 | Home Assistant Konnected: auth bypass leaks alarm panel state | homeassistant | 7.6 |
| LOW | CVE-2026-49215 | Symfony LiveComponent: CSRF bypass via safelisted header | symfony/ux-live-component | - |
| LOW | CVE-2026-49212 | symfony/ux-live: HMAC replay bypasses prop integrity | symfony/ux-live-component | - |
| CRITICAL | CVE-2026-55447 | Langflow: TAR symlink traversal enables full RCE | langflow | 9.6 |
| HIGH | CVE-2026-55446 | Langflow: pre-auth DoS via malformed multipart boundary | langflow | 7.5 |
| MEDIUM | CVE-2026-55423 | Langflow: logout fails to clear session tokens | langflow | 6.1 |
| CRITICAL | CVE-2026-55255 | Langflow: IDOR allows cross-user flow execution | langflow | 9.9 |
| HIGH | GHSA-mrvx-jmjw-vggc | mcp-searxng: SSRF via DNS rebinding in web_url_read | 7.1 | |
| HIGH | GHSA-6vxv-wg6j-5qwp | Gogs: XSS via outdated Jupyter renderer, account takeover | gogs.io/gogs | - |
| MEDIUM | CVE-2025-71331 | Flowise: XSS enables session hijacking in AI agent UI | Flowise | 6.1 |
| MEDIUM | CVE-2026-56276 | Flowise: mass assignment enables credential hash override | Flowise | - |
| HIGH | CVE-2026-12770 | litellm: auth bypass in Admin Key Handler endpoint | litellm | 8.8 |
| HIGH | CVE-2026-12771 | litellm: JWT auth bypass in M2M proxy handler | litellm | 7.5 |
| MEDIUM | CVE-2026-12772 | litellm: session expiration bypass in proxy auth | litellm | 6.3 |
| MEDIUM | CVE-2026-12774 | litellm: SSRF in MCP server exposes cloud metadata | litellm | 6.3 |
| HIGH | CVE-2026-12773 | litellm: auth bypass in MCP proxy, no credentials required | litellm | 7.3 |
| HIGH | CVE-2026-12795 | litellm: auth bypass in SSO debug exposes LLM proxy | litellm | 7.3 |
| MEDIUM | CVE-2026-12797 | litellm: auth bypass in banned keywords enterprise hook | litellm | 6.3 |
| MEDIUM | CVE-2026-12799 | litellm: authorization bypass exposes user list | litellm | 4.3 |