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-55076 | Coder: OIDC type-confusion enables account takeover | github.com/coder/coder/v2 | 7.4 |
| HIGH | CVE-2026-26193 | Open WebUI: stored XSS via chat 'embeds' iframe escape | open-webui | 7.3 |
| HIGH | CVE-2025-46719 | Open WebUI: chat XSS steals tokens, admin RCE | open-webui | - |
| HIGH | CVE-2026-48957 | Joomla: fallo de control de acceso en com_privacy | 8.8 | |
| CRITICAL | CVE-2026-1114 | lollms: weak JWT secret allows admin takeover | lollms | 9.8 |
| HIGH | CVE-2026-53518 | better-auth: race condition mints duplicate OAuth tokens | 8.1 | |
| CRITICAL | CVE-2026-59706 | mem0: unauth config API leaks API keys + SSRF | 9.3 | |
| MEDIUM | CVE-2026-15044 | TrustyAI: missing auth exposes guardrails orchestrator | nemoguardrails | 6.3 |
| MEDIUM | CVE-2026-56360 | n8n: unsigned Zendesk webhook allows workflow forgery | n8n | 4.0 |
| MEDIUM | CVE-2026-56775 | n8n: viewer role bypasses RBAC on eval test runs | n8n | 5.4 |
| HIGH | CVE-2026-56776 | n8n: workflow:read scope bypass triggers execution | n8n | 7.4 |
| MEDIUM | CVE-2026-56778 | n8n: workflow:read scope triggers executions via API | n8n | 6.4 |
| MEDIUM | CVE-2026-59253 | n8n: auth bypass moves workflows across project folders | n8n | 5.0 |
| MEDIUM | CVE-2026-60092 | AVideo Meet: stored XSS via unescaped User-Agent | 6.1 | |
| MEDIUM | CVE-2026-59261 | OpenClaw: dotenv override leaks provider credentials | openclaw | 6.5 |
| HIGH | CVE-2026-59822 | LiteLLM: MCP auth bypass via fabricated OAuth header | litellm | 8.2 |
| HIGH | CVE-2026-49471 | Serena: unauth dashboard API enables RCE via memory poisoning | serena-agent | 8.3 |
| HIGH | CVE-2026-59723 | Cline: missing Origin check on Hub enables RCE | cline | 8.8 |
| MEDIUM | CVE-2026-9021 | Easy Invoice (WP): missing authz on quote accept/decline | 5.3 | |
| MEDIUM | CVE-2026-48737 | pyload-ng: IPv6 SSRF bypass evades internal-IP guard | pyload-ng | 4.9 |