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-35652 | OpenClaw: auth bypass enables unauthorized action execution | OpenClaw | 6.5 |
| MEDIUM | CVE-2026-35654 | OpenClaw: auth bypass on Teams feedback invoke | OpenClaw | 5.3 |
| MEDIUM | CVE-2026-35649 | OpenClaw: access control bypass via allowlist reconciliation | OpenClaw | 6.5 |
| MEDIUM | CVE-2026-35647 | OpenClaw: access control bypass allows DM policy evasion | OpenClaw | 5.3 |
| HIGH | CVE-2026-35650 | OpenClaw: env var override bypass enables code execution | OpenClaw | 7.5 |
| MEDIUM | CVE-2026-35658 | OpenClaw: sandbox bypass exposes host filesystem reads | OpenClaw | 6.5 |
| MEDIUM | CVE-2026-35659 | OpenClaw: DNS-SD metadata hijacks CLI routing | OpenClaw | 4.6 |
| MEDIUM | CVE-2026-35655 | OpenClaw: identity spoofing bypasses agent safety checks | OpenClaw | 5.7 |
| HIGH | CVE-2026-35660 | OpenClaw: auth bypass allows admin session hijacking | OpenClaw | 8.1 |
| MEDIUM | CVE-2026-35656 | OpenClaw: auth bypass via X-Forwarded-For spoofing | OpenClaw | 6.5 |
| MEDIUM | CVE-2026-35662 | OpenClaw: missing auth enables agent scope bypass | OpenClaw | 4.3 |
| MEDIUM | CVE-2026-35661 | OpenClaw: auth bypass mutates AI agent session state | OpenClaw | 5.3 |
| MEDIUM | CVE-2026-35670 | OpenClaw: webhook rebinding exposes user data | OpenClaw | 5.9 |
| HIGH | CVE-2026-35663 | OpenClaw: privilege escalation to admin via backend reconnect | OpenClaw | 8.8 |
| HIGH | CVE-2026-35669 | OpenClaw: privilege escalation via plugin scope bypass | OpenClaw | 8.8 |
| HIGH | CVE-2026-35666 | OpenClaw: allowlist bypass enables arbitrary command exec | OpenClaw | 8.8 |
| MEDIUM | CVE-2026-35664 | OpenClaw: auth bypass enables unauthorized callback injection | OpenClaw | 5.3 |
| HIGH | CVE-2026-35668 | OpenClaw: sandbox path traversal exposes agent secrets | OpenClaw | 7.7 |
| MEDIUM | CVE-2026-52816 | Gogs: XSS via data URI in ipynb sanitizer endpoint | gogs.io/gogs | - |
| HIGH | CVE-2026-52812 | Gogs LFS: cross-tenant object disclosure via dedupe bypass | gogs.io/gogs | - |