Answer in brief
CVE-2026-71211 records a High severity (CVSS 7.1) vulnerability in mlflow - Unvalidated Gateway Secret api_base Enables SSRF via Gateway Proxy Endpoint. The current sources do not mark it as known exploited. The current feed maps mlflow/mlflow (generic), mlflow (pip), mlflow (pypi). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
CVSS is 7.1. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps mlflow/mlflow (generic), mlflow (pip), mlflow (pypi). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| mlflow/mlflowgeneric | 0 | Not reported |
| mlflowpip | >=3.13.0,<=3.15.2 | Not reported |
| mlflowpypi | >=3.13.0 | Not reported |
Published upstream
Aug 5, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 31, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 5, 2026
MLflow's AI Gateway accepts an auth_config.api_base value when creating a gateway secret (mlflow/server/handlers.py, _create_gateway_secret) with no validation of scheme, host, or IP range; the value is stored verbatim. The gateway proxy endpoint (mlflow/server/gateway_api.py, raw_proxy) subsequently issues an HTTP request to that stored api_base plus a caller-supplied path and returns the full response body.
Quoted source text, attributed separately from HOL analysis.