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 |
|---|---|---|---|---|
| UNKNOWN | CVE-2026-9806 | CTI Transmute: stored XSS in notification panel | - | |
| MEDIUM | CVE-2026-46526 | local-deep-research: SSRF via URL parser differential bypass | local-deep-research | 5.0 |
| HIGH | CVE-2026-41236 | Froxlor: symlink-following grants customer root SSH access | froxlor/froxlor | 8.8 |
| HIGH | CVE-2026-41235 | Froxlor: shell whitelist bypass grants host shell access | froxlor/froxlor | - |
| HIGH | CVE-2026-32905 | OpenClaw: auth bypass enables persistent device enrollment | openclaw | 8.3 |
| MEDIUM | CVE-2026-32906 | OpenClaw: privilege escalation bypasses Slack plugin approval gate | openclaw | 4.3 |
| MEDIUM | CVE-2026-34507 | OpenClaw: policy bypass enables unauthorized admin command execution | openclaw | 5.4 |
| HIGH | CVE-2026-35630 | OpenClaw: auth bypass enables unauthorized agent approval | openclaw | 8.0 |
| MEDIUM | CVE-2026-35673 | OpenClaw: SSRF bypass exposes private network access | openclaw | 6.5 |
| HIGH | CVE-2026-35674 | OpenClaw: scope bypass enables full agent admin takeover | openclaw | 8.8 |
| MEDIUM | GHSA-rf84-wr5g-m3rp | CAPM3: cross-namespace auth bypass exposes K8s secrets | github.com/metal3-io/cluster-api-provider-metal3 | 5.5 |
| MEDIUM | CVE-2026-47742 | Shopper: authz bypass lets any user mutate product data | shopper/framework | 6.5 |
| CRITICAL | CVE-2026-47744 | Shopper: RBAC bypass allows full admin takeover | shopper/framework | 9.9 |
| MEDIUM | CVE-2026-47745 | Shopper: auth bypass enables full checkout shutdown | shopper/framework | 6.5 |
| CRITICAL | CVE-2026-47416 | praisonai-platform: member-to-owner privilege escalation | praisonai-platform | 9.6 |
| HIGH | CVE-2026-47409 | praisonai-platform: auth bypass enables owner lockout | praisonai-platform | 8.1 |
| HIGH | CVE-2026-47414 | praisonai-platform: IDOR cross-workspace label tampering | praisonai-platform | 7.6 |
| HIGH | CVE-2026-47406 | praisonai-platform: IDOR enables cross-workspace data poisoning | praisonai-platform | 8.1 |
| CRITICAL | CVE-2026-47410 | praisonai-platform: hardcoded JWT → full account takeover | praisonai-platform | 9.8 |
| HIGH | CVE-2026-47405 | PraisonAI Platform: member self-promotes to workspace owner | praisonai-platform | 8.8 |