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-60091 | PraisonAI: SSRF via webhook_url DNS rebinding | praisonai | 7.2 |
| HIGH | CVE-2026-61434 | PraisonAI: allowlist bypass enables RCE via find -exec | praisonai | 8.8 |
| MEDIUM | CVE-2026-61441 | PraisonAI: IDOR lets members delete owner dependencies | 6.5 | |
| MEDIUM | CVE-2026-8595 | Grafana: stored XSS via malicious TableNG field name | 5.4 | |
| MEDIUM | GHSA-489g-7rxv-6c8q | mcp-atlassian: DNS-rebind bypass revives header SSRF | mcp-atlassian | 6.5 |
| CRITICAL | CVE-2026-54069 | SiYuan Note: chrome-extension origin auth bypass | github.com/siyuan-note/siyuan/kernel | - |
| HIGH | CVE-2026-54066 | SiYuan: /assets path traversal exposes API secrets | github.com/siyuan-note/siyuan/kernel | 7.5 |
| LOW | CVE-2026-13233 | Drupal OpenAI Provider: SSRF via unvalidated API endpoint | 3.3 | |
| MEDIUM | CVE-2026-15080 | Drupal module CSRF flaw; unrelated to Ray ML framework | 4.3 | |
| CRITICAL | CVE-2026-61459 | mcp-server-kubernetes: arg injection exfils bearer token | mcp-server-kubernetes | 9.8 |
| HIGH | CVE-2026-61439 | PraisonAI: umbral de bloqueo mal configurado permite prompt injection | praisonai | 7.5 |
| HIGH | CVE-2026-61426 | PraisonAI: insecure defaults expose agent secrets | praisonai | 8.6 |
| HIGH | CVE-2026-61428 | PraisonAI: webhook signature bypass enables spoofing | praisonai | 7.3 |
| HIGH | CVE-2026-61429 | PraisonAI: SSRF bypass via DNS rebinding/redirects | praisonai | 8.5 |
| HIGH | CVE-2026-61442 | PraisonAI Platform: workspace members bypass owner authz | 7.1 | |
| CRITICAL | CVE-2026-56271 | Flowise: hardcoded JWT secrets enable full auth bypass | Flowise | 9.8 |
| HIGH | CVE-2026-45414 | Decidim: JWT replay bypasses multi-tenant isolation | decidim | 8.5 |
| HIGH | CVE-2026-62240 | CrewAI: SSRF filter bypass via DNS rebinding | crewai | 7.4 |
| HIGH | CVE-2026-62186 | OpenClaw: model override bypasses admin authorization | openclaw | 7.6 |
| HIGH | CVE-2026-62187 | OpenClaw Feishu: disabled accounts retain tool access | openclaw\/feishu | 8.1 |