[GHSA-gqch-g4w5-7qcw] MLflow: CreateModelVersion source validation does not check READ permission on referenced run_id - #9652
Open
Fanxy13 wants to merge 1 commit into
Conversation
This advisory describes a flaw in the MLflow Python tracking server, not in the unrelated npm package of the same name. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
github-actions
Bot
changed the base branch from
main
to
Fanxy13/advisory-improvement-9652
September 20, 2026 20:21
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates
Comments
The affected package is listed as
npm/mlflow, but this advisory describes a flaw in the MLflow Python tracking server. The ecosystem should bePyPI.Evidence:
_validate_source_run/_validate_source_modelinmlflow/server/handlers.py, quote Python, and the PoC starts the server with--app-name basic-auth. All of that is the Python package.mlflow/mlflow, and the fix ishttps://github.com/mlflow/mlflow/releases/tag/v3.15.0.3.15.0exists on PyPI. On npm,mlflowis an unrelated Node.js API client (~17 KB, single dependencyisomorphic-unfetch) whose latest release is2.0.7, so3.15.0is not installable there and the alert cannot be resolved by upgrading.Net effect as published: npm consumers receive an unfixable false positive, while PyPI consumers of the actually affected package receive no alert for CVE-2026-69148 (HIGH).
🤖 Generated with Claude Code