AUGUST 16, 2026
Live Feed
Back to database
Case File

CVE-2026-71211

HIGH · CVSS 7.1 EPSS 0.17% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-05 · Last synced 2026-08-16

CyberRota Analysis

AI-Generated

The vulnerability in MLflow's AI Gateway allows authenticated users to create gateway secrets with unvalidated `auth_config.api_base` values, which can point to internal addresses. This oversight enables potential Server-Side Request Forgery (SSRF) attacks, exposing sensitive cloud-instance IAM credentials via metadata services. Organizations using MLflow should prioritize addressing this issue, especially those with users who have basic authentication access, to mitigate the risk of unauthorized access to internal resources.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-71211
Severity
HIGH
CVSS
7.1
EPSS
0.17%

Original NVD Description

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.