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
    • 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-2025-1473

CVE-2025-1473: Lfprojects Mlflow CSRF Vulnerability

CVE-2025-1473 is a Cross-Site Request Forgery vulnerability in Lfprojects Mlflow versions 2.17.0 to 2.20.1 that enables attackers to create unauthorized accounts. This article covers technical details, impact, and mitigation.

Updated: May 11, 2026

CVE-2025-1473 Overview

CVE-2025-1473 is a Cross-Site Request Forgery (CSRF) vulnerability in the Signup feature of mlflow/mlflow versions 2.17.0 through 2.20.1. The flaw allows an attacker to trick an authenticated victim's browser into submitting a forged signup request, creating an attacker-controlled account on the target MLflow instance. The newly created account can then be used to perform unauthorized actions inside the MLflow tracking server, including accessing experiments, models, and artifacts associated with the victim's environment.

Critical Impact

Remote attackers can create unauthorized MLflow user accounts through CSRF, enabling persistent access to machine learning experiments, registered models, and tracked artifacts without the victim's knowledge.

Affected Products

  • MLflow 2.17.0
  • MLflow versions between 2.17.0 and 2.20.1
  • MLflow 2.20.1

Discovery Timeline

  • 2025-03-20 - CVE-2025-1473 published to NVD
  • 2025-08-05 - Last updated in NVD database

Technical Details for CVE-2025-1473

Vulnerability Analysis

The vulnerability is classified under [CWE-352] Cross-Site Request Forgery. MLflow's Signup endpoint accepts state-changing POST requests without validating an anti-CSRF token or verifying the request origin. An attacker can host a malicious page that triggers a cross-origin request to the MLflow signup route, causing the victim's browser to submit attacker-chosen credentials.

Because the Signup feature does not require authentication of the requester, the resulting account is created with attacker-controlled username and password values. The attacker then logs in directly using those credentials, bypassing the requirement for any session compromise of the victim.

MLflow tracking servers commonly store proprietary model code, training data references, and experiment metadata. Unauthorized account creation therefore exposes machine learning intellectual property and provides a foothold inside trusted ML infrastructure.

Root Cause

The root cause is the absence of CSRF protections on the /signup request handler. MLflow's basic authentication module did not implement anti-CSRF tokens, SameSite cookie restrictions on the relevant flows, or origin/referrer validation for the account creation endpoint.

Attack Vector

The attack vector is network-based and requires user interaction. The victim must visit an attacker-controlled web page while having network access to the targeted MLflow server. Detailed technical analysis is available in the Huntr Security Bounty report.

Detection Methods for CVE-2025-1473

Indicators of Compromise

  • Unexpected new user accounts in the MLflow authentication database with no corresponding administrative provisioning record.
  • HTTP POST requests to the MLflow /signup endpoint with Origin or Referer headers pointing to external, unrelated domains.
  • Login activity from new accounts immediately following their creation, originating from IP addresses outside expected user networks.

Detection Strategies

  • Audit the MLflow user table on a recurring schedule and alert on any account created outside of approved identity provisioning workflows.
  • Inspect reverse proxy or web application firewall logs for cross-origin requests to MLflow authentication endpoints.
  • Correlate signup events with subsequent access to experiments, registered models, and artifact storage to identify abuse patterns.

Monitoring Recommendations

  • Forward MLflow application logs and access logs to a centralized logging or SIEM platform for retention and analysis.
  • Configure alerts on bursts of signup attempts and on signups followed by immediate model registry or artifact downloads.
  • Track outbound artifact access by newly created accounts to identify potential data exfiltration.

How to Mitigate CVE-2025-1473

Immediate Actions Required

  • Upgrade MLflow to a version later than 2.20.1 that includes the upstream fix referenced in the MLflow commit ecfa61c.
  • Review the MLflow user database and remove any accounts that were not created through approved provisioning.
  • Restrict MLflow tracking server exposure to trusted internal networks or VPN-protected segments until patched.

Patch Information

The MLflow maintainers addressed the issue in commit ecfa61cb43d3303589f3b5834fd95991c9706628. The patch introduces CSRF protections for the Signup workflow. Administrators should update to a release that incorporates this commit and verify the deployed version is greater than 2.20.1.

Workarounds

  • Disable the basic authentication Signup feature where self-registration is not required for the deployment.
  • Place MLflow behind an authenticating reverse proxy that enforces origin validation and rejects cross-site POST requests to authentication endpoints.
  • Apply network-level access controls to limit who can reach the MLflow tracking server, reducing the population of potential CSRF victims.
bash
# Configuration example: upgrade MLflow and restrict network exposure
pip install --upgrade "mlflow>2.20.1"

# Example reverse proxy rule (nginx) to block cross-origin POSTs to /signup
# location /signup {
#     if ($http_origin !~ "^https://mlflow\.internal\.example\.com$") { 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
  • TypeCSRF

  • Vendor/TechLfprojects Mlflow

  • SeverityHIGH

  • CVSS Score7.1

  • EPSS Probability0.16%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-352
  • Technical References
  • Huntr Security Bounty
  • Vendor Resources
  • GitHub Commit Changes
  • Related CVEs
  • CVE-2025-11200: Lfprojects MLflow Auth Bypass Vulnerability

  • CVE-2025-11201: LFProjects MLflow RCE Vulnerability

  • CVE-2025-0453: Lfprojects MLflow DoS Vulnerability

  • CVE-2024-3573: Lfprojects MLflow Path Traversal Flaw
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