A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-2651

CVE-2026-2651: MLflow Auth Bypass Vulnerability

CVE-2026-2651 is an authentication bypass flaw in MLflow that allows unauthorized access to multipart upload endpoints, enabling attackers to overwrite artifacts and poison models. This article covers technical details, affected versions, impact, and mitigation.

Published: May 28, 2026

CVE-2026-2651 Overview

CVE-2026-2651 is a missing authorization vulnerability [CWE-862] in MLflow versions <=3.10.1.dev0 that affects deployments running with the --serve-artifacts mode enabled. The authorization layer fails to enforce resource-level permission checks on /mlflow-artifacts/mpu/* multipart upload (MPU) endpoints. Authenticated attackers can write to artifact paths owned by other users without authorization. The flaw enables cross-tenant artifact overwrites, model supply chain poisoning, and arbitrary code execution when poisoned models are subsequently loaded by victims. The issue is fixed in MLflow version 3.10.0.

Critical Impact

A low-privileged authenticated user can overwrite another user's machine learning artifacts, leading to model supply chain poisoning and arbitrary code execution upon model load.

Affected Products

  • MLflow versions <=3.10.1.dev0 with --serve-artifacts enabled
  • MLflow REST API path /api/2.0/mlflow-artifacts/mpu/*
  • MLflow AJAX API path /ajax-api/2.0/mlflow-artifacts/mpu/*

Discovery Timeline

  • 2026-05-25 - CVE-2026-2651 published to NVD
  • 2026-05-26 - Last updated in NVD database

Technical Details for CVE-2026-2651

Vulnerability Analysis

MLflow is an open-source platform for managing the machine learning lifecycle, including experiment tracking, model registry, and artifact storage. When MLflow runs with the --serve-artifacts flag, the server proxies artifact storage requests through its HTTP API. The authorization plugin enumerates a list of path prefixes that require resource-level permission checks before granting access to write operations.

The vulnerability stems from an incomplete prefix list. The authorization function recognized /mlflow-artifacts/artifacts paths but omitted the /mlflow-artifacts/mpu/ multipart upload routes. Requests targeting MPU endpoints bypassed the per-resource permission evaluation entirely while still passing baseline authentication. An authenticated user with any valid credentials could issue multipart upload requests that wrote to artifact locations owned by unrelated experiments, runs, or registered models.

Root Cause

The root cause is missing authorization [CWE-862] in mlflow/server/auth/__init__.py. The helper that determines whether a request path requires artifact permission checks compared incoming paths only against the artifacts prefix. The MPU code path was introduced separately and was not added to the protected-prefix list, so the auth middleware did not enforce ownership checks on multipart write operations.

Attack Vector

Exploitation requires network access to the MLflow tracking server, valid low-privileged credentials, and --serve-artifacts enabled. An attacker initiates a multipart upload against the target's artifact URI via the MPU endpoint and uploads malicious payloads, including serialized model files such as pickled Python objects. When a victim later loads the registered model through mlflow.pyfunc.load_model or equivalent loaders, the embedded payload executes in the victim's runtime context.

python
     prefixes = [
         f"{_REST_API_PATH_PREFIX}/mlflow-artifacts/artifacts",
         f"{_AJAX_API_PATH_PREFIX}/mlflow-artifacts/artifacts",
+        f"{_REST_API_PATH_PREFIX}/mlflow-artifacts/mpu/",
+        f"{_AJAX_API_PATH_PREFIX}/mlflow-artifacts/mpu/",
     ]
     return any(path.startswith(prefix) for prefix in prefixes)

The patch adds the MPU REST and AJAX prefixes to the protected-prefix list so MPU requests are routed through the same permission evaluation logic as standard artifact writes. Source: MLflow commit d7290811.

Detection Methods for CVE-2026-2651

Indicators of Compromise

  • HTTP requests to /api/2.0/mlflow-artifacts/mpu/* or /ajax-api/2.0/mlflow-artifacts/mpu/* from user accounts that do not own the targeted artifact path.
  • Unexpected modifications to model registry artifacts, including changes to MLmodel, conda.yaml, or pickled .pkl files outside scheduled training runs.
  • Newly written artifact files whose authoring user does not match the owning experiment or run.
  • Python child processes spawned from MLflow serving containers shortly after model load operations.

Detection Strategies

  • Enable MLflow access logging and alert on mpu path access where the requesting principal does not match the artifact owner.
  • Compute and store cryptographic hashes of registered model artifacts, then alert on out-of-band changes between training runs.
  • Correlate MLflow API audit events with downstream model load events to identify poisoned artifact loads.

Monitoring Recommendations

  • Forward MLflow server logs and reverse proxy access logs to a centralized analytics platform for cross-user write detection.
  • Monitor process lineage on hosts that load MLflow models for unexpected interpreter spawns, network connections, or filesystem writes.
  • Track MLflow version inventory and flag any tracking servers running <=3.10.1.dev0 with --serve-artifacts enabled.

How to Mitigate CVE-2026-2651

Immediate Actions Required

  • Upgrade MLflow to version 3.10.0 or later, which adds the MPU prefixes to the authorization prefix list.
  • Audit artifact storage for unauthorized writes occurring before the upgrade, focusing on multipart upload activity.
  • Rotate or revoke MLflow user credentials that may have been used to deliver malicious artifacts.
  • Restrict network exposure of the MLflow tracking server to trusted client ranges only.

Patch Information

The fix is committed in MLflow commit d7290811, titled "Auth support for MPU endpoints (#20919)". It extends the protected-prefix list in mlflow/server/auth/__init__.py to cover both REST and AJAX MPU routes. Additional context is available in the Huntr bounty report.

Workarounds

  • Disable --serve-artifacts mode and use a dedicated object storage backend with its own access controls if upgrading is not immediately feasible.
  • Place a reverse proxy in front of MLflow that blocks or authenticates /mlflow-artifacts/mpu/* requests against an external authorization service.
  • Restrict MLflow accounts to read-only roles where write access is not strictly required.
bash
# Reverse proxy rule example (NGINX) to deny MPU until patched
location ~ ^/(api|ajax-api)/2\.0/mlflow-artifacts/mpu/ {
    return 403;
}

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechMlflow

  • SeverityCRITICAL

  • CVSS Score9.0

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.0/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-862
  • Technical References
  • GitHub Commit Update

  • Huntr Bounty Notification
  • Related CVEs
  • CVE-2026-3198: Lfprojects MLflow Auth Bypass Vulnerability

  • CVE-2026-33866: MLflow Authorization Bypass Vulnerability

  • CVE-2026-0545: MLflow Auth Bypass Vulnerability

  • CVE-2026-2635: MLflow Authentication Bypass Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English