Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-2024-3573

CVE-2024-3573: Lfprojects MLflow Path Traversal Flaw

CVE-2024-3573 is a path traversal vulnerability in Lfprojects MLflow that allows attackers to read arbitrary files through improper URI parsing. This article covers technical details, affected versions, and mitigation.

Published: April 15, 2026

CVE-2024-3573 Overview

MLflow, the popular open-source platform for managing machine learning lifecycles, is vulnerable to Local File Inclusion (LFI) due to improper parsing of URIs. This vulnerability allows attackers to bypass security checks and read arbitrary files on the system. The issue arises from the is_local_uri function's failure to properly handle URIs with empty or file schemes, leading to the misclassification of URIs as non-local.

Attackers can exploit this vulnerability by crafting malicious model versions with specially crafted source parameters, enabling the reading of sensitive files within at least two directory levels from the server's root.

Critical Impact

Unauthenticated remote attackers can read sensitive files from the MLflow server, potentially exposing credentials, configuration files, and other confidential data without user interaction.

Affected Products

  • LF Projects MLflow (all versions prior to the security patch)
  • MLflow deployments with model registry functionality enabled
  • Self-hosted MLflow tracking servers exposed to network access

Discovery Timeline

  • 2024-04-16 - CVE-2024-3573 published to NVD
  • 2025-02-03 - Last updated in NVD database

Technical Details for CVE-2024-3573

Vulnerability Analysis

This Local File Inclusion vulnerability exists in MLflow's URI parsing logic, specifically within the is_local_uri function. The function is designed to determine whether a given URI points to a local resource or a remote one, but fails to properly validate URIs with empty schemes or explicit file scheme prefixes.

When processing model version sources, MLflow should validate that source paths cannot reference arbitrary local files. However, due to the parsing flaw, an attacker can craft URIs that bypass this validation logic. The vulnerability is particularly concerning because it requires no authentication or user interaction to exploit, and can be triggered remotely over the network.

The scope of impact extends beyond the vulnerable MLflow component itself, as successful exploitation can lead to disclosure of sensitive system files, configuration data, and potentially credentials stored on the server.

Root Cause

The root cause lies in the is_local_uri function's incomplete handling of URI schemes. The function fails to correctly identify URIs with empty schemes (e.g., ://path/to/file) or explicit file: prefixes as local URIs. This causes the validation logic to incorrectly classify these paths as non-local, thereby bypassing the intended security restrictions.

The parsing logic does not account for edge cases where URI scheme components are manipulated to appear non-local while still resolving to local file system paths.

Attack Vector

The attack exploits the model version registration functionality in MLflow. An attacker can create or modify a model version with a specially crafted source parameter that bypasses the URI locality check. When the MLflow server processes requests involving this model version, it follows the malicious path and reads local files.

The exploitation flow involves sending a network request to an MLflow server with a crafted model version containing a malicious source path. The is_local_uri function incorrectly classifies the path as non-local, allowing the server to read and potentially return the contents of sensitive files located within at least two directory levels from the server's root directory. For detailed technical analysis, refer to the Huntr Bounty Report.

Detection Methods for CVE-2024-3573

Indicators of Compromise

  • Unusual model version registrations with suspicious source parameter values containing file scheme prefixes or path traversal sequences
  • Unexpected file access patterns in MLflow server logs, particularly accessing files outside normal model storage directories
  • HTTP requests to MLflow endpoints containing URI-encoded path traversal characters (.., %2e%2e)
  • Model versions with source fields containing file://, empty schemes, or unusual path patterns

Detection Strategies

  • Monitor MLflow API endpoints for requests containing suspicious URI patterns in model version source parameters
  • Implement file integrity monitoring on the MLflow server to detect unexpected file access outside of artifact storage locations
  • Deploy web application firewall (WAF) rules to detect and block path traversal attempts in MLflow API requests
  • Review audit logs for model version creation/modification events with anomalous source paths

Monitoring Recommendations

  • Enable detailed logging for MLflow model registry operations to capture all model version source parameters
  • Set up alerts for file access attempts outside designated MLflow artifact directories
  • Monitor network traffic to MLflow servers for requests containing file:// scheme or path traversal patterns
  • Implement anomaly detection for unusual model version registration patterns or frequencies

How to Mitigate CVE-2024-3573

Immediate Actions Required

  • Update MLflow to the latest patched version immediately
  • Restrict network access to MLflow servers using firewall rules or network segmentation
  • Review existing model versions for suspicious source parameter values
  • Implement authentication and authorization controls on MLflow endpoints if not already in place
  • Consider temporarily disabling external network access to MLflow model registry functionality until patching is complete

Patch Information

The vulnerability has been addressed by the MLflow maintainers. The fix is available in commit 438a450714a3ca06285eeea34bdc6cf79d7f6cbc, which improves the URI parsing logic in the is_local_uri function to properly handle edge cases with empty and file schemes.

Organizations should apply the patch by updating to the latest MLflow release that includes this fix. The patch can be reviewed in the GitHub Commit.

Workarounds

  • Deploy MLflow behind a reverse proxy that filters requests containing suspicious URI patterns or path traversal sequences
  • Implement network-level access controls to restrict MLflow API access to trusted IP ranges only
  • Use containerization with read-only file systems where possible to limit the impact of potential file inclusion attacks
  • Monitor and audit all model version registrations for unusual source parameter values
bash
# Example: Restrict MLflow server access using iptables
# Allow access only from trusted internal network
iptables -A INPUT -p tcp --dport 5000 -s 10.0.0.0/8 -j ACCEPT
iptables -A INPUT -p tcp --dport 5000 -j DROP

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechLfprojects Mlflow

  • SeverityCRITICAL

  • CVSS Score9.3

  • EPSS Probability0.20%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-29

  • CWE-22
  • Technical References
  • Huntr Bounty Report
  • Vendor Resources
  • GitHub Commit Overview
  • Related CVEs
  • CVE-2023-2780: Mlflow Path Traversal Vulnerability

  • CVE-2023-2356: Lfprojects MLflow Path Traversal Flaw

  • CVE-2025-11200: Lfprojects MLflow Auth Bypass Vulnerability

  • CVE-2025-11201: LFProjects MLflow RCE Vulnerability
Default Legacy - Prefooter | 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