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 | GHSA-pqh8-p93p-2rx7 | Dynatrace MCP server: DQL injection bypasses read-tool caps | 4.3 | |
| MEDIUM | CVE-2026-17350 | pgAdmin: broken access control bypasses tool permissions | 5.4 | |
| CRITICAL | CVE-2026-52855 | Pterodactyl Wings: egg template leaks daemon secrets | github.com/pterodactyl/wings | 9.9 |
| HIGH | GHSA-p7w7-4929-vpj5 | Dynatrace MCP server: unauth HTTP data exfil via DQL | @dynatrace-oss/dynatrace-mcp-server | 7.5 |
| CRITICAL | CVE-2026-68770 | sentence-transformers: trust gate bypass enables RCE | sentence-transformers | 9.8 |
| MEDIUM | CVE-2026-68585 | SiYuan: metadata leak bypasses publish-access checks | 5.8 | |
| CRITICAL | CVE-2026-69084 | SiYuan: SQL injection in search endpoint exposes notebooks | 10.0 | |
| CRITICAL | CVE-2026-69085 | SiYuan: SQL injection in searchDocs allows DB tampering | 10.0 | |
| CRITICAL | CVE-2024-51567 | CyberPanel: pre-auth RCE via secMiddleware bypass | 10.0 | |
| MEDIUM | CVE-2026-16056 | Contest Gallery WP: broken auth leaks OpenAI prompts | 4.3 | |
| HIGH | CVE-2026-69258 | Flowise: unauth overrideConfig injects flow session state | flowise | - |
| UNKNOWN | CVE-2026-69257 | Flowise: SSRF via IPv4-mapped IPv6 deny-list bypass | flowise | - |
| UNKNOWN | CVE-2026-69252 | Flowise: missing authz allows cross-workspace file wipe | flowise | - |
| UNKNOWN | CVE-2026-69250 | Flowise: unauthenticated SSRF leaks OAuth secrets | flowise | - |
| MEDIUM | GHSA-2364-jh4q-m9vm | Flowise: IDOR exposes customer PII and billing data | flowise | - |
| HIGH | CVE-2026-69262 | Flowise: broken authz allows cross-type flow deletion | flowise | - |
| MEDIUM | CVE-2026-70484 | open-webui: image-gen permission bypass in chat API | open-webui | 4.3 |
| LOW | CVE-2026-70483 | Open WebUI: broken authz cancels other users' chats | open-webui | 3.1 |
| HIGH | CVE-2026-70482 | Open WebUI: OAuth token exchange enables takeover | open-webui | 8.1 |
| MEDIUM | CVE-2026-70481 | Open WebUI: members can edit/delete others' channel messages | open-webui | 5.4 |