Vulnerability Report

CVE-2026-71211

Title: MLflow AI Gateway SSRF via unvalidated api_base

SSRF

Proof Of Concept

PoC Available for CVE-2026-71211

CWE Category CWE-918
Published Date Aug 05, 2026
Modified Date Aug 05, 2026
Exploit Status Available
Score 7.1 CVSS v3.1
Exploit Probability (EPSS)
0.21%

Vulnerability Summary

CVE-2026-71211: 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. MLflow's existing SSRF guard, _validate_webhook_url (which blocks non-global and metadata IPs), is never invoked anywhere in this gateway secret/proxy code path. The CreateGatewaySecret action additionally has no entry in the permission-validator map, so it requires only basic authentication rather than any specific scope, meaning any authenticated user — including read-only accounts — can create a secret pointing at an internal address and reach it via the proxy endpoint, potentially exposing cloud-instance IAM credentials via metadata services. This is related to CVE-2026-4035, which addresses a distinct mechanism in the same gateway-secret feature (server-side $ENV_VAR resolution inside the api_key field leaking credentials to the configured upstream); the finding here is an independent missing-validation gap in the api_base destination itself, unaffected by that fix.

Impacted Vendors

Analysis in Progress...

Reference Links

CVSS v3.1
Source Entity 309f9ea4-e3e9-4c6c-b79d-e8eb01244f2c
Severity HIGH
7.1
Attack Vector
NETWORK
Complexity
LOW
Privileges
N/A
Interaction
NONE
Confidentiality
N/A
Integrity
N/A
Availability
N/A
Scope
UNCHANGED
RAW VECTOR CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:N

Associated Attack Patterns (CAPEC)

Total: Patterns

CVE-2026-71211 Exploits & PoCs (Proof Of Concept)

GitHub https://github.com/Abdivasiyev2008/CVE-2026-71211-exploit
View Code
MODIFIED

Vulnerability data updated via NVD.

MODIFIED

Vulnerability data updated via NVD.

Attack Vector Matrix

Access Vector NETWORK
Complexity LOW
Privileges N/A
Interaction NONE
CVSS Vector String CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:N

Affected Stack

No specific products linked.