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-64849 | MLflow: unauth SSRF via webhook hits cloud metadata | mlflow | 9.3 |
| HIGH | CVE-2026-69148 | MLflow: missing authz check leaks private artifacts | mlflow | 7.1 |
| MEDIUM | CVE-2026-69146 | MLflow: missing authZ lets users forge dataset lineage | mlflow | 6.5 |
| MEDIUM | GHSA-mpwr-8vm7-h73f | go-pkcs12: PBMAC1 flaw lets wrong-password files decode | software.sslmate.com/src/go-pkcs12 | - |
| HIGH | CVE-2026-35219 | Budibase: SSRF in automations reaches cloud metadata | - | |
| HIGH | CVE-2026-55178 | GeoLens: IDOR leaks private datasets via AI metadata API | geolens | 7.5 |
| UNKNOWN | CVE-2026-53453 | Blueprint Studio: broken authz grants full HA control | - | |
| MEDIUM | CVE-2026-60884 | PeopleSoft: Panel Processor flaw enables unauthorized data access | 4.4 | |
| CRITICAL | CVE-2026-62988 | Froxlor: API leaks password hashes & TOTP seeds | froxlor/froxlor | 9.0 |
| LOW | CVE-2026-49431 | FreeBSD ZFS: unprivileged user can spoof recv metadata flag | 3.3 | |
| MEDIUM | CVE-2026-8810 | InsydeH2O: UEFI variable flaw exposes HDD password | InsydeH2O, InsydeH2O ARM | 6.9 |
| UNKNOWN | CVE-2026-64852 | Grav API Plugin: authz bypass enables privilege escalation | - | |
| HIGH | CVE-2026-19875 | Langflow: missing auth allows admin takeover | Langflow OSS | 7.5 |
| HIGH | GHSA-p77j-g7h5-r2vw | GeoLens: authz flaws leak private geospatial data | geolens | - |
| MEDIUM | CVE-2026-55236 | LangGraph API: authz bypass leaks assistant config | langgraph-api | 5.9 |
| MEDIUM | CVE-2026-55235 | langgraph-api: loopback webhook bypasses cross-user auth | langgraph-api | 5.9 |
| HIGH | CVE-2026-53957 | Contentful MCP: host param SSRF leaks CMA token | 7.7 | |
| CRITICAL | CVE-2026-76850 | LMDeploy: RCE via unauth pickle deserialization | lmdeploy | 9.8 |
| HIGH | CVE-2026-76336 | Splunk SPL2: broken authZ lets low-priv user wipe modules | 7.1 | |
| MEDIUM | CVE-2026-76341 | Splunk Table Editor: stored SPL escalates power→admin | 5.4 |