CVE Catalog

CVE-2026-64849

CriticalCVSS 9.3
Published: Translated: NVD NIST

Summary

MLflow is an open source AI engineering platform for agents, large language models, and machine learning models. Prior to 3.15.0, the unauthenticated POST /api/2.0/mlflow/webhooks/{id}/test endpoint calls _validate_webhook_url() in mlflow/utils/validation.py only for the original URL while mlflow/webhooks/delivery.py follows redirects and re-resolves the hostname without pinning the validated address, allowing attackers to reach internal or cloud metadata services and receive response_status and response_body. This issue is fixed in version 3.15.0.

Risk Assessment

The risk is the possibility of reaching internal services or cloud metadata, which may lead to leakage of sensitive information or privilege escalation.

Recommendation

It is recommended to update MLflow to version 3.15.0 as soon as possible.

Original NVD description (English source)

MLflow is an open source AI engineering platform for agents, large language models, and machine learning models. Prior to 3.15.0, the unauthenticated POST /api/2.0/mlflow/webhooks/{id}/test endpoint calls _validate_webhook_url() in mlflow/utils/validation.py only for the original URL while mlflow/webhooks/delivery.py follows redirects and re-resolves the hostname without pinning the validated address, allowing attackers to reach internal or cloud metadata services and receive response_status and response_body. This issue is fixed in version 3.15.0.

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