lfprojectsのmlflowにおけるパストラバーサルの脆弱性
| Title |
lfprojectsのmlflowにおけるパストラバーサルの脆弱性
|
| Summary |
mlflow/mlflow バージョン 3.9.0 以前の mlflow/server/handlers.py にある `_create_model_version()` ハンドラーに脆弱性が存在します。この脆弱性により、認証されていないリモート攻撃者がサーバーのファイルシステムから任意のファイルを読み取ることが可能です。問題は、`CreateModelVersion` リクエストにタグ `mlflow.prompt.is_prompt` が含まれている場合に発生し、これがソースパスの検証を回避します。これにより、攻撃者は任意のローカルファイルシステムのパスをモデルバージョンのソースとして保存できます。その後、`get_model_version_artifact_handler()` 関数がこのソースを使ってモデルバージョンのプロンプト状態を検証せずにファイルを提供し、機密性を完全に侵害します。この問題はバージョン 3.10.0 で修正されています。
|
| Possible impacts |
・当該ソフトウェアが扱う全ての情報が外部に漏れる可能性があります。 ・当該ソフトウェアが扱う情報について、書き換えは発生しません。 ・当該ソフトウェアは停止しません。 |
| Solution |
ベンダ情報を参照して適切な対策を実施してください。 |
| Publication Date |
May 11, 2026, midnight |
| Registration Date |
May 29, 2026, 11:17 a.m. |
| Last Update |
May 29, 2026, 11:17 a.m. |
|
CVSS3.0 : 重要
|
| Score |
7.5
|
| Vector |
CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N |
Affected System
| lfprojects |
|
mlflow 3.10.0 未満
|
CVE (情報セキュリティ 共通脆弱性識別子)
CWE (共通脆弱性タイプ一覧)
ベンダー情報
その他
Change Log
| No |
Changed Details |
Date of change |
| 1 |
[2026年05月29日] 掲載 |
May 29, 2026, 11:17 a.m. |
NVD Vulnerability Information
CVE-2026-2614
| Summary |
A vulnerability in the `_create_model_version()` 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.is_prompt`, which bypasses source path validation. This enables an attacker to store an arbitrary local filesystem path as the model version source. The `get_model_version_artifact_handler()` 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.
|
| Publication Date |
May 12, 2026, 5:25 a.m. |
| Registration Date |
May 13, 2026, 4:10 a.m. |
| Last Update |
May 14, 2026, 12:53 a.m. |
Related information, measures and tools
Common Vulnerabilities List