CVE Catalog

CVE-2026-71211

HighCVSS 7.1
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.25%

17th percentile - higher than 17% of all known CVEs

Summary

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.

Risk Assessment

A user with permissions to create gateway secrets can configure a URL pointing to internal resources, potentially enabling SSRF attacks and access to sensitive internal data.

Recommendation

Implement validation of auth_config.api_base (allowed schemes, hosts, IP ranges) and restrict permissions to create gateway secrets to trusted users only.

Other vulnerabilities in MLflow

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS