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-2025-45953 | PHPGurukul Hostel Mgmt: session hijacking → takeover | 9.1 | |
| CRITICAL | CVE-2025-67418 | ClipBucket: hardcoded default admin creds enable takeover | 9.8 | |
| MEDIUM | CVE-2026-59152 | LangSmith SDK: arbitrary file read via TracingMiddleware | langsmith-sdk | 5.0 |
| HIGH | CVE-2026-42010 | gnutls: NUL-byte username bypasses RSA-PSK auth | rhaiis/vllm-rocm-rhel9 | 7.1 |
| HIGH | CVE-2024-22197 | Nginx-UI: authenticated command injection to RCE | github.com/0xJacky/Nginx-UI | 7.7 |
| HIGH | CVE-2024-22198 | Nginx-UI: command injection via settings API | github.com/0xJacky/Nginx-UI | 7.1 |
| HIGH | CVE-2026-54771 | Langroid: auth bypass invokes disabled tools via raw JSON | langroid | 8.1 |
| UNKNOWN | CVE-2026-54760 | Langroid: SQLChatAgent regex bypass exposes pg_read_file | langroid | - |
| CRITICAL | GHSA-vjc7-jrh9-9j86 | 9Router: no-auth API leaks keys, chats, provider control | 9router | 10.0 |
| MEDIUM | CVE-2026-55438 | Coder: CORS bypass via workspace subdomain proxy | github.com/coder/coder/v2 | 5.8 |
| HIGH | CVE-2026-55436 | Coder AI Bridge Proxy: TLS bypass leaks BYOK keys | github.com/coder/coder/v2 | 7.4 |
| MEDIUM | CVE-2026-55435 | Coder AI Bridge: suspended user auth bypass | github.com/coder/coder/v2 | 5.4 |
| MEDIUM | CVE-2026-55433 | Coder: missing ActionUpdate check allows devcontainer wipe | github.com/coder/coder/v2 | 5.4 |
| MEDIUM | CVE-2026-55432 | Coder: sub-agent apps bypass org port-sharing policy | github.com/coder/coder/v2 | 5.4 |
| HIGH | CVE-2026-55431 | Coder: session token leak via workspace app URL | github.com/coder/coder/v2 | 7.7 |
| MEDIUM | CVE-2026-55430 | Coder: X-Forwarded-Host spoof leaks victim app data | github.com/coder/coder/v2 | 5.8 |
| HIGH | CVE-2026-55428 | Coder: agent IP spoofing hijacks workspace traffic | github.com/coder/coder/v2 | 8.2 |
| HIGH | CVE-2026-55429 | Coder: cross-workspace agent hijack via app ID reuse | github.com/coder/coder/v2 | 8.7 |
| HIGH | CVE-2026-55077 | Coder: user-admin can hijack owner accounts | github.com/coder/coder/v2 | 7.2 |
| HIGH | CVE-2026-55075 | Coder: OIDC auth bypass enables account takeover | github.com/coder/coder/v2 | 7.4 |