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-2025-34430 | 1Panel: CSRF allows unauthorized panel rename | - | |
| MEDIUM | CVE-2026-56352 | n8n: legacy node bypasses file path restrictions | n8n | 6.4 |
| MEDIUM | CVE-2026-56353 | n8n: auth bypass in Chat Trigger webhook node | n8n | 4.8 |
| HIGH | CVE-2026-56398 | Open WebUI: OAuth avatar stored XSS risks account takeover | open-webui | 7.3 |
| HIGH | CVE-2026-56400 | Open WebUI: CORS misconfig + CSRF enables admin RCE | open-webui | 8.3 |
| HIGH | CVE-2026-61427 | PraisonAI: MCP server auth bypass by default | PraisonAI | 7.3 |
| MEDIUM | CVE-2026-59254 | n8n: authz bypass leaks external secrets | n8n | - |
| HIGH | CVE-2026-61435 | PraisonAI: Host header spoof bypasses agent auth | PraisonAI | 8.2 |
| HIGH | CVE-2026-61430 | PraisonAI: DNS rebinding SSRF bypass in web_crawl | PraisonAI | 8.5 |
| MEDIUM | CVE-2026-60087 | PraisonAI: approval caching flaw enables file write abuse | PraisonAI | 6.1 |
| HIGH | CVE-2026-60085 | PraisonAI: sandbox policy no-op enables RCE, file read | PraisonAI | 7.5 |
| MEDIUM | CVE-2026-59259 | n8n: permission bypass exposes external secrets | n8n | - |
| MEDIUM | CVE-2026-61440 | PraisonAI: broken authz lets members hijack labels | PraisonAI | 6.5 |
| HIGH | CVE-2026-61436 | PraisonAI: missing webhook signature check spoofs agents | PraisonAI | 8.6 |
| MEDIUM | CVE-2026-53656 | FiftyOne: wildcard CORS enables local file exfiltration | fiftyone | 6.3 |
| MEDIUM | CVE-2026-54497 | ViewComponent: stale context leaks admin UI cross-user | view_component | 6.8 |
| CRITICAL | CVE-2026-54458 | AVideo: stored XSS in YPTSocket enables admin takeover | 9.6 | |
| HIGH | CVE-2026-23538 | Feast: unauth WebSocket connections cause DoS | rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9 | 7.5 |
| MEDIUM | CVE-2026-15106 | WPBot: broken auth lets attackers wipe chat logs | wpbot | 5.3 |
| MEDIUM | CVE-2026-15610 | WPBot: auth bypass burns AI API credits via RAG | wpbot | 4.3 |