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-7cqp-7cfv-6c3q | AVideo Meet: Stored XSS via User-Agent → admin takeover | wwbn/avideo | - |
| HIGH | CVE-2026-54320 | Daytona: email bypass grants unauthorized org Owner access | 8.4 | |
| LOW | CVE-2026-55542 | Snipe-IT: auth bypass exposes S3 signature image URLs | snipe/snipe-it | - |
| MEDIUM | CVE-2026-56272 | Flowise: weak bcrypt enables 30x faster password cracking | Flowise | 4.1 |
| MEDIUM | CVE-2026-56269 | Flowise: hardcoded JWT secret leaks user/workspace IDs | Flowise | 4.6 |
| HIGH | CVE-2026-56270 | Flowise: auth bypass exposes OAuth secrets in cleartext | Flowise | 7.5 |
| UNKNOWN | CVE-2026-50709 | Frappe Framework: Stored XSS in Notifications Events panel | - | |
| MEDIUM | CVE-2026-11703 | wolfSSL: TLS session resumption skips SNI/ALPN check | - | |
| CRITICAL | CVE-2025-71327 | Flowise: auth bypass grants full API access | Flowise | 9.1 |
| HIGH | CVE-2025-71324 | Flowise: path traversal leaks database unauthenticated | Flowise | 7.5 |
| HIGH | CVE-2025-71328 | Flowise: unverified password change enables account takeover | Flowise | 8.3 |
| CRITICAL | CVE-2025-71338 | Flowise: unauthenticated file write enables RCE | Flowise | 10.0 |
| CRITICAL | CVE-2025-71334 | Flowise: path traversal → RCE via missing UUID validation | Flowise | 9.8 |
| HIGH | CVE-2025-71335 | Flowise: password change fails to revoke sessions | Flowise | 8.1 |
| CRITICAL | CVE-2025-71336 | Flowise: unauthenticated RCE via Custom MCP endpoint | Flowise | 9.8 |
| CRITICAL | CVE-2025-71333 | Flowise: unauth file upload + path traversal enables RCE | Flowise | - |
| MEDIUM | GHSA-j7f5-gfqm-pcx3 | Pterodactyl panel: email endpoint leaks user enumeration | pterodactyl/panel | - |
| CRITICAL | CVE-2026-2651 | MLflow: auth bypass on artifact uploads enables RCE | mlflow/mlflow | 9.0 |
| MEDIUM | CVE-2026-4878 | libcap: TOCTOU race in cap_set_file() enables privesc | rhaiis/vllm-spyre-rhel9 | 6.7 |
| HIGH | CVE-2026-13484 | MLflow: missing authz in label schema CRUD API | 8.8 |