A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection Platforms. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Read More
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-2611

CVE-2026-2611: MLflow Assistant RCE Vulnerability

CVE-2026-2611 is a remote code execution flaw in MLflow Assistant that allows attackers to execute arbitrary commands via improper origin validation. This post explains its impact, affected versions, and mitigation steps.

Published: May 21, 2026

CVE-2026-2611 Overview

CVE-2026-2611 is a critical origin validation vulnerability in MLflow version 3.9.0. The MLflow Assistant feature exposes /ajax-api endpoints without proper origin validation. A remote attacker can host a malicious webpage that issues cross-origin requests to the Assistant running on a victim's loopback interface. This bypass allows the attacker to modify Assistant configuration and enable full access mode. Once full access is enabled, the attacker can execute arbitrary commands through the Claude Code sub-agent. The flaw is tracked as [CWE-346: Origin Validation Error] and is resolved in MLflow 3.10.0.

Critical Impact

Remote attackers can achieve arbitrary command execution on a victim's machine by luring the user to visit a malicious webpage while MLflow Assistant is running locally.

Affected Products

  • MLflow version 3.9.0
  • MLflow Assistant feature (/ajax-api endpoints)
  • Deployments integrating the Claude Code sub-agent through MLflow Assistant

Discovery Timeline

  • 2026-05-19 - CVE-2026-2611 published to NVD
  • 2026-05-19 - Last updated in NVD database

Technical Details for CVE-2026-2611

Vulnerability Analysis

MLflow 3.9.0 introduced the MLflow Assistant feature with a new /ajax-api path prefix intended for browser-side calls. The Assistant binds to the loopback interface so only the local user should interact with it. However, the HTTP layer fails to validate the Origin header on these endpoints. Any webpage loaded in the victim's browser can therefore issue authenticated cross-origin requests to http://localhost. The Assistant honors those requests, including configuration changes that elevate the Assistant from restricted to full access mode. With full access enabled, the Claude Code sub-agent will execute attacker-supplied commands on the host. User interaction is required because the victim must visit the attacker-controlled page, but no credentials, prompts, or authentication challenges block the request chain.

Root Cause

The root cause is improper origin validation [CWE-346] on the AJAX_API_PATH_PREFIX routes. The original CORS and host-validation logic in mlflow/server/security_utils.py covered /api/ but not the newly added /ajax-api/ prefix. Loopback-only binding was treated as a sufficient trust boundary, ignoring that browsers can reach loopback from any origin.

Attack Vector

An attacker hosts a webpage that issues fetch requests to http://127.0.0.1 Assistant endpoints. The first request flips the Assistant configuration to full access. Subsequent requests submit prompts that direct the Claude Code sub-agent to run arbitrary shell commands on the victim's workstation.

python
# Security patch in mlflow/server/security_utils.py
# Block CORS for ajax paths (#20832)
# Paths exempt from host validation
HEALTH_ENDPOINTS = ["/health", "/version"]

-# API path prefix for MLflow endpoints
+# API path prefixes for MLflow endpoints
API_PATH_PREFIX = "/api/"
+AJAX_API_PATH_PREFIX = "/ajax-api/"

# Test-only endpoints that should not have CORS blocking
TEST_ENDPOINTS = ["/test", "/api/test"]

Source: GitHub Commit 8f9c8a5

The companion change in mlflow/server/fastapi_security.py imports LOCALHOST_ORIGIN_PATTERNS and enforces origin checks on the new prefix, blocking cross-origin browser requests against the Assistant.

Detection Methods for CVE-2026-2611

Indicators of Compromise

  • Inbound HTTP requests to http://127.0.0.1/ajax-api/ carrying an external Origin or Referer header.
  • MLflow Assistant configuration changes that toggle the access mode from restricted to full access without local user action.
  • Unexpected child processes spawned by the MLflow or Claude Code sub-agent process tree, particularly shells (bash, sh, cmd.exe, powershell.exe).

Detection Strategies

  • Inspect MLflow server access logs for requests to /ajax-api/ paths where the Origin header is not a localhost pattern.
  • Hunt for process-execution telemetry where the MLflow Python process or Claude Code sub-agent spawns command interpreters or network utilities.
  • Correlate browser activity to localhost with subsequent process creation events on the same host within a short time window.

Monitoring Recommendations

  • Enable verbose logging for MLflow Assistant endpoints and forward logs to a central SIEM for correlation.
  • Alert on outbound network connections initiated by processes spawned from the MLflow Assistant process tree.
  • Track installed MLflow versions across developer workstations and flag any host still running 3.9.0.

How to Mitigate CVE-2026-2611

Immediate Actions Required

  • Upgrade MLflow to version 3.10.0 or later on every host running the Assistant feature.
  • Stop the MLflow Assistant service on any workstation that cannot be upgraded immediately.
  • Audit Assistant configuration files for unauthorized access-mode changes and revert them.

Patch Information

The fix is delivered in MLflow 3.10.0 via commit 8f9c8a5. The patch defines AJAX_API_PATH_PREFIX and applies the existing CORS and host-validation logic, including LOCALHOST_ORIGIN_PATTERNS, to the /ajax-api/ routes. Additional context is available in the Huntr Bounty Report.

Workarounds

  • Block browser access to MLflow Assistant ports using a host firewall rule restricted to non-browser clients.
  • Run the MLflow Assistant inside an isolated container or VM without network access to sensitive resources.
  • Disable the Claude Code sub-agent integration until the MLflow upgrade is completed.
bash
# Upgrade MLflow to the patched release
pip install --upgrade "mlflow>=3.10.0"

# Verify the installed version
python -c "import mlflow; print(mlflow.__version__)"

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechMlflow

  • SeverityCRITICAL

  • CVSS Score9.6

  • EPSS Probability0.03%

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

  • Huntr Bounty Report
  • Related CVEs
  • CVE-2026-4137: MLflow Insecure Permissions RCE Vulnerability

  • CVE-2025-10279: Lfprojects Mlflow RCE Vulnerability

  • CVE-2026-0596: MLflow Command Injection RCE Vulnerability

  • CVE-2025-15379: MLflow Command Injection RCE 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