CVE-2026-2393
Published:May 11, 2026
Updated:May 18, 2026
A Server-Side Request Forgery (SSRF) vulnerability exists in MLflow versions prior to 3.9.0. The "_create_webhook()" function in "mlflow/server/handlers.py" accepts a user-controlled "url" parameter without validation, and the "_send_webhook_request()" function in "mlflow/webhooks/delivery.py" sends HTTP POST requests to this attacker-controlled URL. This allows an authenticated attacker to force the MLflow backend to send HTTP requests to internal services, cloud metadata endpoints, or arbitrary external servers. The lack of input sanitization, URL scheme filtering, or allowlist validation on the webhook URL enables exploitation, potentially leading to cloud credential theft, internal network access, and data exfiltration.
Affected Packages
mlflow (CONDA):
Affected version(s) >=0.9.0.1 <3.10.0Fix Suggestion:
Update to version 3.10.0https://github.com/mlflow/mlflow.git (GITHUB):
Affected version(s) >=v0.2.0 <v3.10.0Fix Suggestion:
Update to version v3.10.0mlflow (PYTHON):
Affected version(s) >=0.0.1 <3.9.0Fix Suggestion:
Update to version 3.9.0mlflow (PYTHON):
Affected version(s) >=0.0.1 <3.10.0Fix Suggestion:
Update to version 3.10.0Related Resources (4)
Do you need more information?
Contact UsCVSS v4
Base Score:
7.1
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
LOW
User Interaction
NONE
Vulnerable System Confidentiality
HIGH
Vulnerable System Integrity
LOW
Vulnerable System Availability
NONE
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
7.1
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
LOW
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
HIGH
Integrity
LOW
Availability
NONE
Weakness Type (CWE)
Server-Side Request Forgery (SSRF)
EPSS
Base Score:
0.03