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-qjpc-qf9m-xwmr | OpenClaw: WebSocket scope bypass grants admin authority | openclaw | 8.8 |
| HIGH | GHSA-c29c-2q9c-pc86 | OpenClaw: Slack allowFrom bypass via display-name spoof | openclaw | - |
| MEDIUM | GHSA-cqwv-9qjx-vxw2 | OpenClaw: agent tool call bypasses skill approval gate | openclaw | 5.3 |
| HIGH | GHSA-jvm4-4j77-39p6 | OpenClaw: QQBot command bypasses config allowlist | openclaw | - |
| HIGH | GHSA-83w9-h5wv-j9xm | OpenClaw: TOCTOU race bypasses node approval scope | openclaw | - |
| MEDIUM | GHSA-wv26-j37q-2g7p | OpenClaw: exec approver can bypass plugin approval gate | openclaw | - |
| MEDIUM | GHSA-p2fh-f5fc-44hr | OpenClaw: memory-wiki ingest reads arbitrary local files | openclaw | 6.5 |
| HIGH | GHSA-hw9r-h9mr-4jff | OpenClaw: chat.send routing bypasses admin auth scopes | openclaw | 8.8 |
| HIGH | GHSA-mhq8-78pj-5j79 | OpenClaw: safe-bin bypass exposes node-local files | openclaw | 7.1 |
| HIGH | GHSA-mgq6-vr84-7m2j | OpenClaw: QQBot approval button auth bypass | openclaw | 8.0 |
| HIGH | GHSA-rggc-m335-3wvj | OpenClaw: forged identity headers bypass proxy auth | openclaw | - |
| HIGH | CVE-2026-45499 | Azure OpenAI: SSRF flaw enables privilege escalation | 8.8 | |
| HIGH | CVE-2025-71380 | n8n: authenticated RCE via Execute Command node | n8n | 8.8 |
| HIGH | CVE-2026-12196 | HestiaCP: cronjob flaw lets low-priv users get root | - | |
| LOW | CVE-2026-14630 | AI-fundermentals: weak hash exposes chat session data | 3.1 | |
| UNKNOWN | CVE-2020-18325 | Subrion CMS: stored XSS in admin config panel | - | |
| UNKNOWN | CVE-2020-25514 | Sourcecodester LMS: broken access control in admin panel | - | |
| UNKNOWN | CVE-2020-35276 | EgavilanMedia ECM: SQLi bypasses admin login panel | - | |
| HIGH | CVE-2023-27098 | TP-Link Tapo: hardcoded creds bypass login auth | 7.5 | |
| CRITICAL | CVE-2025-45949 | PHPGurukul: session hijack via password change flow | 9.8 |