CVE-2026-2614: Arbitrary File Read via Prompt Tag Source Validation Bypass in mlflow/mlflow
A vulnerability in the createmodelversion() handler of mlflow/server/handlers.py in mlflow/mlflow versions 3.9.0 and earlier allows an unauthenticated remote attacker to read arbitrary files from the server's filesystem. The issue arises when a CreateModelVersion request includes the tag mlflow.prompt.isprompt, which bypasses source path validation. This enables an attacker to store an arbitrary local filesystem path as the model version source. The getmodelversionartifacthandler() function later uses this source to serve files without verifying the model version's prompt status, leading to a complete confidentiality compromise. This issue is fixed in version 3.10.0.
Affected Software
Remediation
Recommended actions to resolve this vulnerability, in priority order.
- Upgrade
Upgrade
mlflow/mlflowto a version that resolves this vulnerability.Fixed in 3.10.0
Event History
Frequently Asked Questions
What is the severity of CVE-2026-2614?
CVE-2026-2614 is considered a high severity vulnerability due to its potential for arbitrary file read access.
How do I fix CVE-2026-2614?
To fix CVE-2026-2614, upgrade mlflow to version 3.9.1 or later where the vulnerability has been patched.
Who is affected by CVE-2026-2614?
CVE-2026-2614 affects all versions of mlflow up to and including version 3.9.0.
What type of attack does CVE-2026-2614 enable?
CVE-2026-2614 enables an unauthenticated remote attacker to read arbitrary files from the server's filesystem.
Can CVE-2026-2614 be exploited without authentication?
Yes, CVE-2026-2614 can be exploited by unauthenticated remote attackers, making it particularly dangerous.