CVE-2025-15381: Unauthorized Access to Tracing and Assessment Endpoints in mlflow/mlflow
In the latest version of mlflow/mlflow, when the `basic-auth` app is enabled, tracing and assessment endpoints are not protected by permission validators. This allows any authenticated user, including those with `NO_PERMISSIONS` on the experiment, to read trace information and create assessments for traces they should not have access to. This vulnerability impacts confidentiality by exposing trace metadata and integrity by allowing unauthorized creation of assessments. Deployments using `mlflow server --app-name=basic-auth` are affected.
Security readout for executives and security teams
Plain-English summary
MLflow deployments using the basic-auth app can let any logged-in user see trace data and add trace assessments, even when that user has no permissions on the experiment. This can expose sensitive trace metadata and let unauthorized users alter assessment records.
Executive priority
Treat this as a high-priority access-control issue for MLflow environments, especially where traces contain sensitive data or assessments influence AI governance decisions. Prioritize inventory, access restriction, and vendor patch tracking.
Technical view
CVE-2025-15381 is an authorization bypass in mlflow/mlflow when launched with `mlflow server --app-name=basic-auth`. Tracing and assessment endpoints lack permission validators, allowing low-privileged authenticated users to read trace information and create assessments. The CVSS score is 8.1 high, with confidentiality and integrity impact.
Likely exposure
Exposure is limited to MLflow servers using the `basic-auth` app. Risk is highest where many users can authenticate, experiments contain sensitive traces, or trace assessments affect model evaluation or governance workflows.
Exploitation context
The source bundle does not show CISA KEV listing or active exploitation evidence. The issue is network-reachable, low-complexity, and requires a valid authenticated account, so insider or compromised-account misuse is the main concern.
Researcher notes
The public bundle names the vulnerable mode and impact but does not provide fixed versions, complete affected version ranges, or confirmed exploitation. Avoid assuming broader MLflow exposure outside basic-auth deployments unless vendor sources confirm it.
Mitigation direction
Identify MLflow servers launched with `--app-name=basic-auth`.
Check MLflow and vendor advisories for fixed versions or official mitigations.
Restrict MLflow access to trusted users and networks until remediated.
Limit trace content that may include sensitive metadata or business data.
Review low-privilege authenticated accounts for continued need.
Validation and detection
Inventory MLflow deployments and confirm whether basic-auth mode is enabled.
Review experiment permissions for users with no or low privileges.
Inspect logs for trace or assessment access by unexpected authenticated users.
Confirm whether trace assessments affect downstream evaluation, approval, or reporting.
Track Red Hat, CVE, and huntr entries for patch status updates.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-200: Information exposure and cloud metadata lookup
Information exposure and SSRF weaknesses can make discovery, cloud metadata, and credential material review relevant. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
2CVSS vectors
5Timeline events
2ADP providers
5Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: total
CVSS vector scores
2 official scores
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-200 · source CWE mapping
Exposure of Sensitive Information to an Unauthorized Actor
Exposure of Sensitive Information to an Unauthorized Actor represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
Direct Request ('Forced Browsing') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.