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 | CVE-2026-71433 | LangGraph Checkpoint: prefix match leaks cross-tenant data | langgraph-checkpoint-sqlite | 5.3 |
| HIGH | CVE-2026-54763 | Traefik: underscore header bypass spoofs identity | github.com/traefik/traefik/v3 | - |
| HIGH | CVE-2026-67621 | Flowise: broken authz lets viewers poison RAG stores | Flowise | 7.6 |
| CRITICAL | CVE-2026-67622 | Flowise: IDOR in Assistants API leaks OpenAI credentials | Flowise | 9.9 |
| HIGH | CVE-2026-70636 | Flowise: auth bypass triggers unauthorized OAuth refresh | Flowise | 7.5 |
| CRITICAL | CVE-2026-71851 | crypto-js: weak PRNG enables wallet key recovery | crypto-js | 9.0 |
| MEDIUM | GHSA-xxpx-f366-4xpq | Craft CMS: view-only role can restructure categories | craftcms/cms | - |
| HIGH | CVE-2026-67620 | Flowise: SSRF bypass exposes cloud metadata credentials | flowise | 7.7 |
| UNKNOWN | CVE-2026-10595 | lollms: path traversal enables unauth file read | parisneo/lollms | - |
| LOW | CVE-2026-14211 | Booking Calendar: IDOR exposes any customer's PII | 3.8 | |
| HIGH | CVE-2026-72692 | OpenSignServer: missing authz forges document declines | 7.5 | |
| HIGH | CVE-2026-71962 | Flowise: auth bypass leaks private chatflow files | flowise | 7.5 |
| HIGH | CVE-2026-18621 | OpenShift AI Pipelines: confused deputy grants node-root | rhaiis/vllm-cpu-rhel9 | 7.6 |
| HIGH | CVE-2026-18947 | Feast: authz bypass in /materialize triggers DoS | rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9 | 8.5 |
| CRITICAL | CVE-2026-18948 | Feast: insecure UDF deserialization enables RCE | rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9 | 9.9 |
| HIGH | CVE-2026-18941 | Feast: no-auth default enables RCE via malicious UDF | rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9 | 7.7 |
| HIGH | CVE-2026-18949 | ODH Dashboard: SA token abuse escalates to cluster-admin | rhoai/odh-mod-arch-mlflow-rhel9 | 8.8 |
| HIGH | CVE-2026-18950 | odh-dashboard: unvalidated roleRef enables cluster-admin | rhoai/odh-mod-arch-mlflow-rhel9 | 8.8 |
| MEDIUM | CVE-2026-14549 | Ray Enterprise Translation WP plugin: broken access control | Ray Enterprise Translation | 4.3 |
| MEDIUM | CVE-2026-14548 | Ray Translation WP: Subscribers can hijack API token | Ray Enterprise Translation | 6.5 |