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-63767 | ktransformers: unauth pickle RCE via ZMQ socket | ktransformers | 9.8 |
| MEDIUM | CVE-2026-64650 | @ai-sdk/harness-codex: tool relay authz bypass | - | |
| MEDIUM | CVE-2026-14185 | WPBot: missing auth check lets subscribers edit RAG config | 4.3 | |
| CRITICAL | CVE-2026-65007 | Grav CMS API plugin: forged keys enable account takeover | 9.6 | |
| HIGH | CVE-2026-15829 | MCP Toolbox: SQLi bypasses BigQuery allowedDatasets ACL | - | |
| HIGH | CVE-2026-63764 | lmdeploy: SSRF via redirect bypasses private IP guard | lmdeploy | 8.6 |
| MEDIUM | CVE-2026-63092 | Kirby Modules: license key disclosure via activate dialog | 4.3 | |
| HIGH | CVE-2026-47237 | Kubeflow: token theft lets any user hijack accounts | 8.0 | |
| HIGH | CVE-2026-27775 | Gitea: cached permission check allows repo takeover | code.gitea.io/gitea | 8.8 |
| MEDIUM | CVE-2026-58435 | Gitea: LFS deploy-key flaw leaks private repo objects | code.gitea.io/gitea | 5.4 |
| MEDIUM | CVE-2026-47024 | PeopleSoft PeopleTools: CSRF-style data tampering flaw | 5.4 | |
| MEDIUM | CVE-2026-60152 | PeopleSoft: unauthorized data access via Panel Processor | 5.4 | |
| MEDIUM | CVE-2026-65014 | n8n: unauth DELETE cancels test webhook sessions | n8n | - |
| HIGH | CVE-2026-65016 | n8n: SSO instance-role provisioning grants owner | n8n | - |
| MEDIUM | CVE-2026-65594 | n8n: authz bypass hijacks other users' MCP workflows | n8n | - |
| HIGH | CVE-2026-65591 | n8n: expression sanitizer bypass leads to host RCE | n8n | - |
| HIGH | CVE-2026-65015 | n8n: Project Viewer escalates via AI Agent tool | n8n | - |
| MEDIUM | CVE-2026-65593 | n8n: SSRF bypass in dynamic-node-parameters endpoint | n8n | - |
| HIGH | CVE-2026-65595 | n8n: Token Exchange bug grants admin API access | n8n | - |
| MEDIUM | CVE-2026-65596 | n8n: GraphQL node bypasses domain allowlist, leaks creds | n8n | - |