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-2026-56357 | n8n: webhook forgery enables unauthorized workflow execution | n8n | 4.0 |
| HIGH | CVE-2025-71337 | Flowise: account takeover via unverified email change | Flowise | 8.3 |
| UNKNOWN | CVE-2026-56275 | Flowise: SSRF bypasses security check in Execute Flow | Flowise | - |
| CRITICAL | CVE-2026-56274 | Flowise: RCE via MCP server command validation bypass | Flowise | 9.9 |
| MEDIUM | CVE-2026-22168 | OpenClaw: cmd.exe argument smuggling evades approval log | OpenClaw | 6.5 |
| MEDIUM | CVE-2026-22169 | OpenClaw: safeBins allowlist bypass enables command exec | OpenClaw | 6.7 |
| MEDIUM | CVE-2026-22174 | OpenClaw: local token leak via CDP probe hijack | OpenClaw | 6.8 |
| HIGH | CVE-2026-22175 | OpenClaw: allowlist bypass lets agents run any command | OpenClaw | 7.1 |
| MEDIUM | CVE-2026-22170 | OpenClaw: empty allowlist bypasses BlueBubbles DM auth | OpenClaw | 6.5 |
| HIGH | CVE-2026-22179 | OpenClaw: allowlist bypass enables arbitrary OS command exec | OpenClaw | 7.2 |
| HIGH | CVE-2026-22181 | OpenClaw: SSRF guard bypass exposes internal services | OpenClaw | 7.6 |
| CRITICAL | CVE-2026-26210 | KTransformers: pickle RCE via unauthenticated ZMQ socket | ktransformers | 9.8 |
| MEDIUM | CVE-2026-27183 | OpenClaw: shell allowlist bypass via dispatch wrapper depth | OpenClaw | 5.3 |
| MEDIUM | CVE-2026-27522 | OpenClaw: path traversal enables arbitrary file read via media actions | OpenClaw | 6.5 |
| HIGH | CVE-2026-27566 | OpenClaw: allowlist bypass enables arbitrary OS command exec | OpenClaw | 7.1 |
| MEDIUM | CVE-2026-27646 | OpenClaw: sandbox escape via /acp spawn command | OpenClaw | 6.1 |
| MEDIUM | CVE-2026-27524 | OpenClaw: prototype pollution bypasses command gate | OpenClaw | 4.3 |
| MEDIUM | CVE-2026-27545 | OpenClaw: symlink race bypasses agent run approval | OpenClaw | 6.1 |
| MEDIUM | CVE-2026-27523 | OpenClaw: sandbox path traversal bypasses bind isolation | OpenClaw | 6.1 |
| HIGH | CVE-2026-28460 | OpenClaw: allowlist bypass enables OS command execution | OpenClaw | 7.1 |