lfprojectsのmlflowにおける根本の脆弱性による認証回避の脆弱性
タイトル lfprojectsのmlflowにおける根本の脆弱性による認証回避の脆弱性
概要

mlflow/mlflowのバージョン3.9.0およびそれ以前のバージョンにおいて、認証が有効(`--app-name basic-auth`)でuvicorn(ASGI)経由でサーバーが起動された場合に、特定のFastAPIルートへ認証なしでアクセスできる脆弱性があります。FastAPIのパーミッションミドルウェアは`/gateway/`ルートにのみ認証を強制し、Job API(`/ajax-api/3.0/jobs/*`)やOpenTelemetryトレース受信API(`/v1/traces`)などの他のルートは保護していません。このため、認証されていないリモート攻撃者がジョブの提出やジョブ結果の閲覧、実行中のジョブのキャンセル、実験への任意のトレースデータの注入を行うことが可能です。この問題はFlaskとFastAPIの認証メカニズム間の設計上の不整合に起因しており、`_find_fastapi_validator()`関数が`/gateway/`以外のパスを適切に処理できず、完全な認証回避を引き起こします。この脆弱性はバージョン3.10.0で修正されました。

想定される影響 当該ソフトウェアが扱う情報の一部が外部に漏れる可能性があります。 また、当該ソフトウェアが扱う全ての情報が書き換えられる可能性があります。 さらに、当該ソフトウェアの一部が停止する可能性があります。 そして、この脆弱性を悪用した攻撃の影響は、他のソフトウェアには及びません。 
対策

正式な対策が公開されています。ベンダ情報を参照して適切な対策を実施してください。

公表日 2026年5月15日0:00
登録日 2026年5月20日13:21
最終更新日 2026年5月20日13:21
CVSS3.0 : 重要
スコア 8.6
ベクター CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:L
影響を受けるシステム
lfprojects
mlflow 3.10.0 未満
CVE (情報セキュリティ 共通脆弱性識別子)
CWE (共通脆弱性タイプ一覧)
ベンダー情報
その他
変更履歴
No 変更内容 変更日
1 [2026年05月20日]
  掲載
2026年5月20日13:21

NVD脆弱性情報
CVE-2026-2652
概要

A vulnerability in mlflow/mlflow versions 3.9.0 and earlier allows unauthenticated access to certain FastAPI routes when the server is started with authentication enabled (`--app-name basic-auth`) and served via uvicorn (ASGI). The FastAPI permission middleware only enforces authentication on `/gateway/` routes, leaving other routes such as the Job API (`/ajax-api/3.0/jobs/*`) and the OpenTelemetry trace ingestion API (`/v1/traces`) unprotected. This allows unauthenticated remote attackers to submit jobs, read job results, cancel running jobs, and inject arbitrary trace data into experiments. The issue arises from an architectural mismatch between Flask and FastAPI authentication mechanisms, where the `_find_fastapi_validator()` function fails to handle non-`/gateway/` paths, resulting in a complete authentication bypass. This vulnerability is fixed in version 3.10.0.

公表日 2026年5月15日12:16
登録日 2026年5月17日4:11
最終更新日 2026年5月19日3:16
影響を受けるソフトウェアの構成
構成1 以上 以下 より上 未満
cpe:2.3:a:lfprojects:mlflow:*:*:*:*:*:*:*:* 3.10.0
関連情報、対策とツール
共通脆弱性一覧