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-2023-6709

CVE-2023-6709: Lfprojects MLflow XSS Vulnerability

CVE-2023-6709 is a cross-site scripting flaw in Lfprojects MLflow affecting versions prior to 2.9.2. This vulnerability stems from improper template engine neutralization. This article covers technical details, impact, and mitigation.

Published: January 28, 2026

CVE-2023-6709 Overview

CVE-2023-6709 is a Server-Side Template Injection (SSTI) vulnerability affecting MLflow, a popular open-source platform for managing the machine learning lifecycle. The vulnerability stems from improper neutralization of special elements used in a template engine, allowing authenticated attackers to inject malicious template code that gets executed on the server. This could lead to complete system compromise including data theft, code execution, and service disruption.

Critical Impact

Authenticated attackers can exploit this SSTI vulnerability to achieve remote code execution on MLflow servers, potentially compromising ML models, training data, and underlying infrastructure.

Affected Products

  • MLflow versions prior to 2.9.2
  • lfprojects MLflow (all builds before the security patch)
  • Self-hosted MLflow deployments using vulnerable versions

Discovery Timeline

  • 2023-12-12 - CVE-2023-6709 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2023-6709

Vulnerability Analysis

The vulnerability exists due to improper handling of user-supplied input within MLflow's template processing functionality. When user-controlled data is passed to a template engine without proper sanitization, attackers can inject template directives that execute arbitrary code on the server. This class of vulnerability (CWE-1336) is particularly dangerous in machine learning platforms where sensitive models, training data, and infrastructure credentials may be accessible.

The attack requires authentication to the MLflow platform, but once authenticated, an attacker can leverage the template injection to escalate their access significantly. Given MLflow's role in managing ML experiments and model deployments, successful exploitation could expose proprietary algorithms, training datasets, and deployment credentials.

Root Cause

The root cause is insufficient input validation and sanitization when processing template content within MLflow. The application fails to properly neutralize special characters and template syntax markers before passing user input to the template engine. This allows attackers to break out of the intended data context and inject executable template code.

Template engines typically use special delimiters (such as {{ }} or {% %}) to identify code that should be executed. When these delimiters are not escaped or filtered from user input, attackers can craft payloads that the template engine interprets as commands rather than literal text.

Attack Vector

The attack is network-based and requires low-privileged authentication to the MLflow platform. An attacker with valid credentials can submit specially crafted input containing template injection payloads through MLflow's web interface or API endpoints.

The exploitation process involves:

  1. Authenticating to the vulnerable MLflow instance
  2. Identifying input fields that are processed by the template engine
  3. Injecting malicious template syntax to probe for SSTI
  4. Escalating the attack to achieve arbitrary code execution

Technical exploitation details and proof-of-concept information can be found in the Huntr Bounty Listing.

Detection Methods for CVE-2023-6709

Indicators of Compromise

  • Unusual template syntax patterns (e.g., {{, {%, ${) in HTTP request logs to MLflow endpoints
  • Unexpected subprocess calls or system command execution originating from the MLflow process
  • Anomalous network connections from MLflow server to external hosts
  • Unusual file access patterns or attempts to read sensitive files (e.g., /etc/passwd, configuration files)

Detection Strategies

  • Monitor MLflow application logs for template injection patterns and error messages related to template processing failures
  • Implement Web Application Firewall (WAF) rules to detect common SSTI payloads in requests
  • Deploy endpoint detection to identify suspicious process spawning from the MLflow application
  • Review authentication logs for unusual login patterns followed by template injection attempts

Monitoring Recommendations

  • Enable verbose logging for MLflow API requests and template rendering operations
  • Configure alerts for any code execution anomalies originating from the MLflow process
  • Monitor network traffic from MLflow servers for unexpected outbound connections
  • Implement file integrity monitoring on MLflow installation directories

How to Mitigate CVE-2023-6709

Immediate Actions Required

  • Upgrade MLflow to version 2.9.2 or later immediately
  • Review MLflow access logs for potential exploitation attempts
  • Audit user accounts with access to MLflow and remove unnecessary permissions
  • Consider temporarily restricting network access to MLflow instances until patching is complete

Patch Information

The vulnerability has been addressed in MLflow version 2.9.2. The fix is available in commit 432b8ccf27fd3a76df4ba79bb1bec62118a85625. Organizations should upgrade to this version or later to remediate the vulnerability.

For detailed patch information, refer to the GitHub Commit Update.

Workarounds

  • Implement network segmentation to limit access to MLflow instances to trusted networks only
  • Deploy a Web Application Firewall with SSTI detection rules in front of MLflow
  • Enforce strict input validation at the network perimeter for requests to MLflow endpoints
  • Limit MLflow service account permissions to minimize impact of potential compromise
bash
# Upgrade MLflow to patched version
pip install --upgrade mlflow>=2.9.2

# Verify 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
  • TypeXSS

  • Vendor/TechLfprojects Mlflow

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.36%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-1336
  • Vendor Resources
  • GitHub Commit Update

  • Huntr Bounty Listing
  • Related CVEs
  • CVE-2024-27133: Lfprojects MLflow XSS Vulnerability

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

  • CVE-2025-11201: LFProjects MLflow RCE Vulnerability

  • CVE-2025-0453: Lfprojects MLflow DoS 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