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-939r-rj45-g2rj | openclaw: untrusted plugin auto-enabled during onboarding | openclaw | - |
| MEDIUM | GHSA-527m-976r-jf79 | openclaw: SSRF bypass in existing browser session routes | openclaw | - |
| MEDIUM | GHSA-rj2p-j66c-mgqh | openclaw: SSRF policy bypass in browser tab actions | openclaw | - |
| MEDIUM | GHSA-f3h5-h452-vp3j | openclaw: insufficient authz allows agent config persistence | openclaw | - |
| HIGH | GHSA-525j-hqq2-66r4 | openclaw: CDP relay exposes browser DevTools on 0.0.0.0 | openclaw | - |
| HIGH | GHSA-82qx-6vj7-p8m2 | openclaw: trust bypass loads untrusted workspace plugins | openclaw | - |
| MEDIUM | GHSA-jf25-7968-h2h5 | openclaw: path traversal bypasses workspace filesystem guard | openclaw | - |
| MEDIUM | GHSA-53vx-pmqw-863c | openclaw: Browser SSRF exposes internal services by default | openclaw | - |
| MEDIUM | GHSA-xq94-r468-qwgj | openclaw: DNS rebinding bypasses browser SSRF protection | openclaw | - |
| MEDIUM | GHSA-2767-2q9v-9326 | openclaw: QQBot SSRF leaks internal service responses | openclaw | - |
| MEDIUM | GHSA-7wv4-cc7p-jhxc | openclaw: .env injection hijacks agent runtime config | openclaw | - |
| MEDIUM | GHSA-c9h3-5p7r-mrjh | openclaw: path traversal bypasses media sandbox | openclaw | - |
| MEDIUM | GHSA-49cg-279w-m73x | openclaw: auth bypass via empty approver list | openclaw | - |
| MEDIUM | GHSA-7g8c-cfr3-vqqr | openclaw: trust escalation via unsanitized agent hook events | openclaw | - |
| HIGH | GHSA-vfp4-8x56-j7c5 | openclaw: env denylist bypass enables code exec in agents | openclaw | - |
| MEDIUM | GHSA-j6c7-3h5x-99g9 | openclaw: OS command injection via shell env-argv bypass | openclaw | - |
| MEDIUM | GHSA-5gjc-grvm-m88j | openclaw: auth bypass enables persistent memory config change | openclaw | - |
| LOW | GHSA-gc9r-867r-j85f | openclaw: auth bypass in Teams SSO invoke handler | openclaw | - |
| LOW | GHSA-r77c-2cmr-7p47 | openclaw: group policy bypass in delivery queue recovery | openclaw | - |
| MEDIUM | GHSA-g375-h3v6-4873 | openclaw: privilege retention via async exec completion miss | openclaw | - |