The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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
    • 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-2033

CVE-2026-2033: MLflow Tracking Server RCE Vulnerability

CVE-2026-2033 is a directory traversal RCE flaw in MLflow Tracking Server that allows unauthenticated attackers to execute arbitrary code. This article covers the technical details, affected versions, and mitigation.

Published: February 27, 2026

CVE-2026-2033 Overview

CVE-2026-2033 is a directory traversal vulnerability in MLflow Tracking Server that enables remote code execution. This vulnerability allows remote attackers to execute arbitrary code on affected installations of MLflow Tracking Server without requiring authentication. The specific flaw exists within the handling of artifact file paths, where the lack of proper validation of user-supplied paths prior to using them in file operations creates a dangerous attack surface.

Critical Impact

Unauthenticated remote attackers can leverage this directory traversal flaw to achieve arbitrary code execution in the context of the service account, potentially leading to full system compromise.

Affected Products

  • MLflow Tracking Server (vulnerable versions prior to patch)
  • MLflow installations with artifact handling enabled
  • Systems exposing MLflow Tracking Server to untrusted networks

Discovery Timeline

  • 2026-02-20 - CVE CVE-2026-2033 published to NVD
  • 2026-02-23 - Last updated in NVD database

Technical Details for CVE-2026-2033

Vulnerability Analysis

This vulnerability (tracked as ZDI-CAN-26649) stems from improper input validation in the artifact handler component of MLflow Tracking Server. The flaw allows attackers to manipulate file path parameters to traverse directory boundaries, enabling access to files and directories outside the intended artifact storage location. Because no authentication is required to exploit this vulnerability, any network-accessible MLflow Tracking Server instance is potentially at risk.

The attack complexity is considered high due to the specific conditions required for successful exploitation, but when exploited, the impact is severe across all three security dimensions—confidentiality, integrity, and availability are all highly impacted.

Root Cause

The root cause is a classic CWE-22 (Path Traversal) vulnerability where user-supplied path input is not properly sanitized before being used in file system operations. The artifact handler accepts file path parameters that can include directory traversal sequences (such as ../) without adequate validation, allowing attackers to break out of the intended directory structure and access or manipulate arbitrary files on the system.

Attack Vector

The attack is network-based and requires no user interaction or prior authentication. An attacker can craft malicious requests to the artifact handler endpoint containing path traversal sequences in the file path parameter. When processed by the vulnerable MLflow Tracking Server, these sequences allow the attacker to:

  1. Navigate outside the designated artifact storage directory
  2. Read, write, or execute files in unintended locations
  3. Ultimately achieve code execution in the context of the MLflow service account

The vulnerability can be exploited by sending specially crafted HTTP requests to the artifact handling endpoints with manipulated path parameters containing traversal sequences like ../ to escape the artifact root directory. This allows an attacker to write malicious files to executable locations or overwrite critical system files.

Detection Methods for CVE-2026-2033

Indicators of Compromise

  • HTTP requests to MLflow artifact endpoints containing path traversal sequences such as ../ or encoded variants (%2e%2e%2f)
  • Unexpected file access or modifications outside the MLflow artifact storage directories
  • New or modified files in executable paths or system directories created by the MLflow service account
  • Unusual process execution spawned by the MLflow Tracking Server process

Detection Strategies

  • Implement web application firewall (WAF) rules to detect and block path traversal patterns in requests to MLflow endpoints
  • Monitor file system activity for the MLflow service account, alerting on access to directories outside expected artifact paths
  • Deploy endpoint detection and response (EDR) solutions to identify suspicious process execution chains originating from the MLflow service
  • Analyze HTTP access logs for requests containing encoded or unencoded directory traversal sequences

Monitoring Recommendations

  • Enable detailed logging for MLflow Tracking Server artifact operations and review logs for anomalous path patterns
  • Configure file integrity monitoring (FIM) on critical system directories to detect unauthorized modifications
  • Set up network monitoring to identify reconnaissance or exploitation attempts targeting MLflow endpoints
  • Establish baseline behavior for MLflow service account activities and alert on deviations

How to Mitigate CVE-2026-2033

Immediate Actions Required

  • Apply the security patch referenced in GitHub Pull Request #19260 immediately
  • Restrict network access to MLflow Tracking Server to trusted networks and users only
  • Implement authentication and authorization controls in front of MLflow if not already in place
  • Review logs for signs of prior exploitation attempts

Patch Information

MLflow has addressed this vulnerability through GitHub Pull Request #19260. Organizations should update to the patched version of MLflow as soon as possible. Additional technical details regarding this vulnerability are available in the Zero Day Initiative Advisory ZDI-26-105.

Workarounds

  • Place MLflow Tracking Server behind a reverse proxy with path validation rules that reject requests containing directory traversal sequences
  • Restrict the MLflow service account permissions to limit potential damage if exploitation occurs
  • Implement network segmentation to isolate MLflow Tracking Server from critical systems
  • Use a Web Application Firewall (WAF) to filter malicious requests before they reach the MLflow server
bash
# Example: Nginx configuration to block path traversal attempts
location /api/2.0/mlflow/artifacts {
    # Block requests containing path traversal sequences
    if ($request_uri ~* "\.\.") {
        return 403;
    }
    proxy_pass http://mlflow-backend;
}

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechMlflow

  • SeverityHIGH

  • CVSS Score8.1

  • EPSS Probability15.58%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-22
  • Technical References
  • GitHub Pull Request #19260

  • Zero Day Initiative Advisory ZDI-26-105
  • Related CVEs
  • CVE-2026-0596: MLflow Command Injection RCE Vulnerability

  • CVE-2025-15379: MLflow Command Injection RCE Vulnerability

  • CVE-2025-14287: MLflow Command Injection RCE Vulnerability

  • CVE-2025-10279: MLflow RCE Vulnerability
Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now 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