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-2026-2635

CVE-2026-2635: MLflow Authentication Bypass Vulnerability

CVE-2026-2635 is an authentication bypass vulnerability in MLflow caused by hard-coded default credentials. Attackers can exploit this to gain admin access and execute arbitrary code. Learn about technical details and mitigation.

Published: February 27, 2026

CVE-2026-2635 Overview

CVE-2026-2635 is a critical authentication bypass vulnerability affecting MLflow, a popular open-source platform for managing the machine learning lifecycle. The vulnerability stems from the use of hardcoded default credentials in the basic_auth.ini configuration file, allowing remote attackers to bypass authentication mechanisms without requiring any prior authentication.

This flaw enables unauthenticated attackers to gain administrative access to MLflow installations, potentially leading to arbitrary code execution within the context of the administrator. The vulnerability was tracked by the Zero Day Initiative as ZDI-CAN-28256.

Critical Impact

Remote attackers can bypass authentication using hardcoded default credentials, gaining full administrative access to MLflow installations and the ability to execute arbitrary code.

Affected Products

  • MLflow installations with default basic_auth.ini configuration
  • MLflow deployments using basic authentication without credential rotation
  • Self-hosted MLflow instances with unmodified authentication settings

Discovery Timeline

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

Technical Details for CVE-2026-2635

Vulnerability Analysis

This authentication bypass vulnerability falls under CWE-1393 (Use of Default Password) and represents a significant security risk for organizations using MLflow in production environments. The flaw exists within the basic_auth.ini configuration file, which ships with hardcoded default credentials that many administrators fail to change during deployment.

The vulnerability is particularly dangerous because it requires no authentication to exploit. An attacker who can reach an MLflow instance over the network can leverage the default credentials to authenticate as an administrator. Once authenticated, the attacker gains full control over the MLflow platform, including the ability to manipulate machine learning models, access sensitive training data, and execute arbitrary code within the administrative context.

Machine learning platforms like MLflow often have access to sensitive datasets, proprietary models, and integration with production systems, making this vulnerability especially impactful for organizations in AI/ML-intensive industries.

Root Cause

The root cause of this vulnerability is the inclusion of hardcoded default credentials in the basic_auth.ini configuration file. When MLflow is deployed without explicitly changing these credentials, the installation remains vulnerable to authentication bypass. This represents a fundamental security design flaw where secure defaults were not enforced, leaving the burden of credential rotation entirely on administrators who may be unaware of the risk.

Attack Vector

The attack vector for CVE-2026-2635 is network-based, requiring no user interaction and no privileges to exploit. An attacker can remotely connect to an exposed MLflow instance and attempt authentication using the default credentials stored in basic_auth.ini. Upon successful authentication, the attacker gains administrative privileges.

The attack flow typically involves:

  1. Identifying an exposed MLflow instance through network scanning or reconnaissance
  2. Attempting authentication using known default credentials from the basic_auth.ini file
  3. Upon successful authentication, gaining full administrative access to the MLflow platform
  4. Leveraging administrative privileges to execute arbitrary code, exfiltrate data, or manipulate ML models

For detailed technical information about this vulnerability, refer to the Zero Day Initiative Advisory and the GitHub Pull Request containing the fix.

Detection Methods for CVE-2026-2635

Indicators of Compromise

  • Successful authentication attempts from unknown or suspicious IP addresses using default credentials
  • Unexpected administrative actions in MLflow audit logs from accounts that should not have access
  • Multiple failed authentication attempts followed by a successful login using default credentials
  • Unusual code execution or model modifications performed by the default administrative account

Detection Strategies

  • Review MLflow authentication logs for login attempts using the default username
  • Implement network monitoring to detect connections to MLflow from unauthorized sources
  • Audit basic_auth.ini files across all MLflow deployments to identify instances using default credentials
  • Deploy intrusion detection rules to alert on authentication patterns consistent with default credential usage

Monitoring Recommendations

  • Enable verbose logging for all MLflow authentication events and administrative actions
  • Set up alerts for successful logins from previously unseen IP addresses or geographic locations
  • Monitor for unusual API activity patterns that may indicate unauthorized administrative access
  • Implement continuous configuration scanning to detect basic_auth.ini files with default credentials

How to Mitigate CVE-2026-2635

Immediate Actions Required

  • Change all default credentials in basic_auth.ini immediately across all MLflow deployments
  • Audit all MLflow instances to identify any that may still be using default authentication settings
  • Restrict network access to MLflow instances using firewall rules and network segmentation
  • Review authentication logs for evidence of exploitation or unauthorized access

Patch Information

The MLflow maintainers have addressed this vulnerability. Organizations should review the GitHub Pull Request #19260 for the specific fix and update their MLflow installations to a patched version. The patch removes the reliance on default credentials and enforces secure credential configuration during initial setup.

Workarounds

  • Replace default credentials in basic_auth.ini with strong, unique passwords before deploying MLflow
  • Implement additional authentication layers such as SSO or multi-factor authentication
  • Place MLflow instances behind a VPN or reverse proxy with additional authentication requirements
  • Disable basic authentication entirely if an alternative authentication mechanism is available
bash
# Configuration example - Replace default credentials in basic_auth.ini
# Locate and backup the original configuration file
cp /path/to/mlflow/basic_auth.ini /path/to/mlflow/basic_auth.ini.backup

# Edit the configuration to use strong credentials
# Replace default username and password with unique values
# Ensure file permissions restrict access to authorized users only
chmod 600 /path/to/mlflow/basic_auth.ini
chown mlflow:mlflow /path/to/mlflow/basic_auth.ini

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.8

  • EPSS Probability1.39%

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

  • Zero Day Initiative Advisory
  • Related CVEs
  • CVE-2026-33866: MLflow Authorization Bypass Vulnerability

  • CVE-2026-0545: MLflow Auth Bypass Vulnerability

  • CVE-2026-33865: MLflow Stored XSS Vulnerability

  • CVE-2026-0596: MLflow Command Injection 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