製品・ソフトウェアに関する情報
lfprojectsのmlflowにおける根本の脆弱性による認証回避の脆弱性
Title lfprojectsのmlflowにおける根本の脆弱性による認証回避の脆弱性
Summary

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で修正されました。

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

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

Publication Date May 15, 2026, midnight
Registration Date May 20, 2026, 1:21 p.m.
Last Update May 20, 2026, 1:21 p.m.
CVSS3.0 : 重要
Score 8.6
Vector CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:L
Affected System
lfprojects
mlflow 3.10.0 未満
CVE (情報セキュリティ 共通脆弱性識別子)
CWE (共通脆弱性タイプ一覧)
ベンダー情報
その他
Change Log
No Changed Details Date of change
1 [2026年05月20日]
  掲載
May 20, 2026, 1:21 p.m.

NVD Vulnerability Information
CVE-2026-2652
Summary

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.

Publication Date May 15, 2026, 12:16 p.m.
Registration Date May 17, 2026, 4:11 a.m.
Last Update May 19, 2026, 3:16 a.m.
Affected software configurations
Configuration1 or higher or less more than less than
cpe:2.3:a:lfprojects:mlflow:*:*:*:*:*:*:*:* 3.10.0
Related information, measures and tools
Common Vulnerabilities List