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 | GHSA-xg4h-6gfc-h4m8 | etcd: Watch API auth bypass leaks entire keyspace | go.etcd.io/etcd/v3 | - |
| MEDIUM | CVE-2026-17457 | openclaw-cn: scheme handler bypass exposes data | 4.3 | |
| MEDIUM | CVE-2026-17458 | openclaw-cn: unpatched SSRF in browser agent click API | 6.3 | |
| MEDIUM | CVE-2026-16774 | WPBot: unauthenticated email abuse via wp_mail() | WPBot – AI ChatBot for Live Support, Lead Generation, AI Services | 5.3 |
| HIGH | CVE-2026-54593 | Pterodactyl Wings: JWT reuse enables file upload bypass | github.com/pterodactyl/wings | 8.1 |
| HIGH | CVE-2026-13442 | Langflow: FAISS namespace reuse leaks cross-user vectors | langflow | 7.1 |
| LOW | GHSA-pc2w-4mq8-32qw | Dynatrace MCP: notebook tool skips approval gate | @dynatrace-oss/dynatrace-mcp-server | 3.7 |
| HIGH | CVE-2026-50559 | Quarkus: HTTP auth bypass via %3B/%2F path smuggling | io.quarkus:quarkus-vertx-http | 7.5 |
| HIGH | CVE-2026-67428 | Flyto2 Core: SSRF via unvalidated URLs in agent tools | flyto-core | 8.5 |
| MEDIUM | CVE-2026-54249 | Pydantic AI: UploadedFile refs leak cloud storage | pydantic-ai | 6.8 |
| CRITICAL | CVE-2026-67429 | flyto-core: arbitrary file write via bypassed path guard | 10.0 | |
| HIGH | CVE-2026-12722 | FTC E-Commerce Panel: authentication bypass | 8.2 | |
| HIGH | CVE-2026-12945 | Langflow: IDOR exposes/manipulates other users' builds | langflow | 7.1 |
| MEDIUM | CVE-2026-10700 | Langflow: IDOR in file API leaks cross-tenant data | Langflow OSS | 6.5 |
| HIGH | CVE-2026-13444 | Langflow: IDOR exposes/poisons cross-tenant RAG vectors | langflow | 8.1 |
| CRITICAL | CVE-2026-12946 | Langflow: unsanitized code input enables RCE | langflow | 9.9 |
| CRITICAL | CVE-2026-66418 | OpenClaw: stored XSS via login field hijacks admin | openclaw | 9.3 |
| HIGH | CVE-2026-66420 | MeshCentral: origin-check bypass lets attackers hijack admin sessions | openclaw-dashboard | 8.8 |
| CRITICAL | CVE-2026-66421 | OpenClaw Dashboard: stored XSS enables admin takeover | openclaw-dashboard | 9.3 |
| HIGH | CVE-2026-14538 | Google mcp-toolbox: BigQuery allowedDatasets bypass | 7.7 |