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-53852 | OpenClaw: scope bypass allows unauthorized device access | openclaw | 5.4 |
| HIGH | CVE-2026-53853 | OpenClaw: exec allowlist bypass enables unrestricted RCE | openclaw | 8.3 |
| MEDIUM | CVE-2026-53854 | OpenClaw: privilege escalation via channel auth wildcard | openclaw | 6.5 |
| HIGH | CVE-2026-53855 | OpenClaw: allowlist bypass enables shell code execution | openclaw | 8.1 |
| HIGH | CVE-2026-53857 | OpenClaw: display name spoofing bypasses agent allowFrom policy | openclaw | 8.1 |
| MEDIUM | CVE-2026-53859 | OpenClaw: SSRF blocklist bypass via trailing-dot | openclaw | 6.5 |
| MEDIUM | CVE-2026-53860 | OpenClaw: sender allowlist bypass via conversation metadata | openclaw | 4.2 |
| MEDIUM | CVE-2026-53861 | OpenClaw: allowlist bypass enables arbitrary shell exec | openclaw | 6.6 |
| MEDIUM | CVE-2026-53862 | OpenClaw: bootstrap token replay enables scope escalation | openclaw | 4.2 |
| HIGH | CVE-2026-53863 | OpenClaw: access control bypass via unvalidated group ID | openclaw | 7.1 |
| HIGH | CVE-2026-53864 | OpenClaw: env var bypass enables child process code exec | openclaw | 8.1 |
| HIGH | CVE-2026-53866 | OpenClaw: allowlist bypass allows unauthorized shell exec | openclaw | 8.1 |
| CRITICAL | CVE-2026-49468 | LiteLLM: auth bypass via Host header spoofing | litellm | 8.1 |
| LOW | GHSA-m3q2-p4fw-w38m | Nuxt: NoScript XSS enables script execution in head | nuxt | - |
| UNKNOWN | CVE-2026-54304 | n8n: credential exfiltration via SecurityScorecard SSRF node | n8n | - |
| UNKNOWN | CVE-2026-54309 | n8n: MCP browser auth bypass allows full browser takeover | n8n | - |
| UNKNOWN | CVE-2026-54305 | n8n: IDOR enables OAuth credential hijack in agent workflows | n8n | - |
| UNKNOWN | CVE-2026-54307 | n8n: credential hijack via partial authorization bypass | n8n | - |
| MEDIUM | GHSA-h3jj-5f3v-3685 | n8n: read-only users can trigger workflow execution via API | n8n | 6.4 |
| MEDIUM | GHSA-jwm3-qcfw-c5pp | n8n: AST bypass leaks env vars in Python Task Runner | n8n | 5.0 |