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 | GHSA-c9cv-mq2m-ppp3 | Nuxt: open redirect + XSS in navigation API (SSR+client) | nuxt | 6.1 |
| CRITICAL | CVE-2026-48746 | vllm: auth bypass exposes OpenAI inference API | vllm | 9.1 |
| MEDIUM | CVE-2026-48520 | Langflow: unauth file read via Shareable Playground | langflow | 6.1 |
| CRITICAL | CVE-2026-48519 | Langflow: unauthenticated RCE via Shareable Playground | langflow | 9.6 |
| HIGH | CVE-2026-33760 | Langflow: IDOR exposes cross-user LLM data and deletion | langflow | 8.8 |
| MEDIUM | CVE-2026-54306 | n8n: webhook prototype pollution enables confused deputy | n8n | - |
| HIGH | CVE-2026-54301 | n8n: XSS via CSP bypass steals user sessions | n8n | - |
| MEDIUM | CVE-2026-54308 | n8n: unauthed webhook bypass hijacks AI agent workflows | n8n | - |
| HIGH | GHSA-hv7x-3x78-gx53 | n8n: auth bypass lets read-only users execute workflows | n8n | 7.4 |
| UNKNOWN | CVE-2026-54313 | n8n: MongoDB query injection overwrites arbitrary documents | n8n | - |
| UNKNOWN | CVE-2026-49465 | n8n: Git node path traversal bypasses file sandbox | n8n | - |
| HIGH | CVE-2026-53840 | OpenClaw: credential exfiltration via MCP header forwarding | openclaw | 7.1 |
| HIGH | CVE-2026-53843 | OpenClaw: revocation bypass grants node token access | openclaw | 8.8 |
| MEDIUM | CVE-2026-53844 | OpenClaw: auth bypass exposes cross-session agent memory | openclaw | 6.5 |
| MEDIUM | CVE-2026-53845 | OpenClaw: hook bypass enables audit/policy evasion | openclaw | 4.3 |
| MEDIUM | CVE-2026-53847 | OpenClaw: privilege escalation via write scope bypass | openclaw | 5.4 |
| MEDIUM | CVE-2026-53848 | OpenClaw: exec allowlist bypass via command wrappers | openclaw | 4.3 |
| HIGH | CVE-2026-53849 | OpenClaw: auth bypass via Discord display name spoofing | openclaw | 8.1 |
| MEDIUM | CVE-2026-53850 | OpenClaw: auth bypass allows unauthorized focus state change | openclaw | 5.5 |
| MEDIUM | CVE-2026-53851 | OpenClaw: Slack reaction bypass triggers agent pipeline | openclaw | 5.3 |