LiveActive security incident?Get immediate response
CVE Record

CVE-2025-14287: Command Injection in mlflow/mlflow

A command injection vulnerability exists in mlflow/mlflow versions before v3.7.0, specifically in the `mlflow/sagemaker/__init__.py` file at lines 161-167. The vulnerability arises from the direct interpolation of user-supplied container image names into shell commands without proper sanitization, which are then executed using `os.system()`. This allows attackers to execute arbitrary commands by supplying malicious input through the `--container` parameter of the CLI. The issue affects environments where MLflow is used, including development setups, CI/CD pipelines, and cloud deployments.

HighCVSS 7.8Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

MLflow versions before v3.7.0 can let a lower-privileged user run unintended operating-system commands through a SageMaker container image parameter. The main risk is to ML development, CI/CD, or cloud deployment environments where MLflow commands run with useful credentials or access to data.

Executive priority

Treat this as a high-priority patching and exposure review item for ML engineering platforms. Business urgency rises if MLflow jobs run with production cloud credentials, access sensitive datasets, or execute in shared CI/CD infrastructure.

Technical view

The issue is command injection in mlflow/mlflow, reported in mlflow/sagemaker/__init__.py lines 161-167. User-supplied container image names are interpolated into shell commands and executed with os.system(). CVSS 3.1 is 7.8, local attack vector, low complexity, low privileges, no user interaction, and high confidentiality, integrity, and availability impact.

Likely exposure

Exposure is most likely where MLflow before v3.7.0 is installed and users or automation can supply SageMaker deployment container values, especially developer workstations, CI/CD runners, notebooks, and cloud ML deployment workflows.

Exploitation context

The bundle does not show CISA KEV listing or confirmed active exploitation. The CVSS vector indicates an attacker needs local access and low privileges, but no user interaction, making shared ML and automation environments important to review.

Researcher notes

Root cause is direct interpolation of a user-controlled container image name into shell execution. Affected product metadata names mlflow/mlflow before v3.7.0, but the bundle lacks precise CPEs or downstream packaging status. Validate specific distributions against vendor advisories before declaring closure.

Mitigation direction

  • Upgrade mlflow/mlflow to v3.7.0 or later where vendor guidance permits.
  • Check MLflow, Red Hat, and package maintainer advisories for environment-specific remediation status.
  • Restrict who can run MLflow SageMaker deployment workflows until patched.
  • Prevent untrusted users from controlling container image parameters in automation.
  • Review CI/CD runner and cloud credentials exposed to MLflow jobs.

Validation and detection

  • Inventory MLflow installations and confirm whether any are before v3.7.0.
  • Identify pipelines, notebooks, or jobs using MLflow SageMaker deployment container settings.
  • Review access controls for users who can invoke affected MLflow workflows.
  • Check CI/CD and ML platform logs for unusual MLflow SageMaker deployment activity.
  • Confirm upgraded environments use the remediated MLflow version.
Prepared
Confidence
high
Sources
6

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-78: Command execution behavior lookup

Command injection weaknesses can lead defenders to review execution techniques and command interpreter telemetry. 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.

Open ATT&CK lookup
cwe · medium confidence lookup

CWE-94: Code execution behavior lookup

Code execution and unsafe deserialization weaknesses often justify reviewing execution behavior and process telemetry. 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.

Open ATT&CK lookup
description · low confidence lookup

Execution behavior lookup

The CVE wording references code or command execution, so execution technique review may help defensive triage. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
description · low confidence lookup

Container behavior lookup

The affected technology mentions containers, so container-specific ATT&CK technique review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2025-14287 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
High
CVSS
7.8 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

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: pocAutomatable: 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.

ScoreVersionSeverityVectorExploitImpactSource
7.8CVSS 3.1HighCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H1.85.9redhat-SADP
7.5CVSS 3.0HighCVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H1.65.9@huntr_ai

Vulnerability scoring details

Base CVSS 3.1 score

7.8High
CVSS 3.1 vector shape for CVE-2025-14287Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. ADP timelineredhat-SADP

    Made public.

  3. CVE publishedCVE Program

    The CVE record was published.

  4. ADP timelineredhat-SADP

    Reported to Red Hat.

  5. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
other:ssvc
redhat-SADPmlflow: MLflow: Arbitrary command execution via unsanitized container image names
other:Red Hat severity ratingcvssV3_1
  • 2026-03-15T10:01:24.305Z: Reported to Red Hat.
  • 2026-03-15T09:27:36.706Z: Made public.

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
mlflowmlflow/mlflowunspecifiedListed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-78 · source CWE mapping

Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')

Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.

CWE-94 · source CWE mapping

Improper Control of Generation of Code ('Code Injection')

Improper Control of Generation of Code ('Code Injection') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.