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 |
|---|---|---|---|---|
| CRITICAL | CVE-2026-50027 | mcp-memory-service: auth bypass on document API | mcp-memory-service | 9.8 |
| HIGH | GHSA-2j8v-hwgc-x698 | OpenClaw: TOCTOU in shell wrapper bypasses command allowlist | Openclaw | - |
| MEDIUM | GHSA-qh2f-99mv-mrcf | OpenClaw: exec denylist bypass in bundled MCP loopback | openclaw | - |
| HIGH | GHSA-xww8-gqvh-92x9 | OpenClaw: truncated approval UI masks exec payload | openclaw | 8.0 |
| MEDIUM | CVE-2026-58653 | PraisonAI: IDOR cross-tenant data pollution | praisonai | 4.3 |
| HIGH | CVE-2026-50180 | langroid: SQL blocklist bypass leaks Postgres files | langroid | - |
| HIGH | CVE-2026-50181 | Langroid: path traversal escapes sandboxed file tools | langroid | 7.1 |
| HIGH | GHSA-p73f-w79w-jqr5 | OpenClaw: owner-command auth bypass via native cmds | openclaw | - |
| HIGH | GHSA-j472-gf56-x589 | OpenClaw: PowerShell alias bypasses exec allowlist | openclaw | - |
| HIGH | GHSA-77q5-rr5v-x43q | OpenClaw: retry hostname check leaks auth material | openclaw | - |
| HIGH | GHSA-w5ww-7chg-mxcq | OpenClaw: Telegram callback bypasses sender allowlist | openclaw | - |
| MEDIUM | GHSA-4m3v-q747-pc6h | OpenClaw: slash token revocation lag allows reuse | openclaw | - |
| MEDIUM | GHSA-275c-xpvc-jgfw | OpenClaw: Slack/Zalo webhook secrets outlive rotation | openclaw | - |
| LOW | GHSA-3wqp-prf6-2m72 | OpenClaw: Feishu agent-binding auth bypass | openclaw | 3.1 |
| MEDIUM | GHSA-77pv-3w4q-vrj5 | OpenClaw: QQBot slash commands bypass allowFrom auth | openclaw | - |
| HIGH | GHSA-xr4f-mjxj-w6w5 | OpenClaw: chat auth bypass enables device pairing hijack | openclaw | 8.3 |
| MEDIUM | GHSA-hcm3-8f6r-6xwg | OpenClaw: missing authz reuses blocked SSRF tabs | openclaw | 6.5 |
| MEDIUM | GHSA-grc3-2j34-p6gm | OpenClaw: action forwarding leaks Gateway credentials | openclaw | - |
| CRITICAL | GHSA-w4v6-g3wm-w36c | OpenClaw: QQBot admin auth bypass skips access checks | openclaw | - |
| MEDIUM | GHSA-gp79-m99v-gjmh | OpenClaw: fail-open bypasses Mattermost DM channel policy | openclaw | - |