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-2024-27133

CVE-2024-27133: Lfprojects MLflow XSS Vulnerability

CVE-2024-27133 is an XSS flaw in Lfprojects MLflow that enables client-side RCE when processing untrusted datasets in Jupyter Notebook. This article covers the technical details, affected versions, impact, and mitigation.

Published: April 8, 2026

CVE-2024-27133 Overview

CVE-2024-27133 is a critical Cross-Site Scripting (XSS) vulnerability in MLflow, an open-source platform for managing machine learning workflows. The vulnerability arises from insufficient sanitization of dataset table fields, which allows attackers to inject malicious scripts when a recipe processes an untrusted dataset. This issue is particularly dangerous because it can lead to client-side Remote Code Execution (RCE) when the affected recipe is executed within Jupyter Notebook environments.

Critical Impact

This vulnerability enables client-side RCE through XSS when running MLflow recipes with untrusted datasets in Jupyter Notebook, potentially allowing attackers to execute arbitrary code in the context of the victim's session.

Affected Products

  • lfprojects mlflow (all versions prior to patch)

Discovery Timeline

  • 2024-02-23 - CVE-2024-27133 published to NVD
  • 2025-01-22 - Last updated in NVD database

Technical Details for CVE-2024-27133

Vulnerability Analysis

This vulnerability is classified as CWE-79 (Cross-Site Scripting), specifically a stored XSS variant that manifests through dataset table fields in MLflow. The vulnerability exploits the lack of proper input sanitization when MLflow processes and renders dataset contents within recipe workflows.

When a user runs a recipe that utilizes an untrusted or maliciously crafted dataset, the unsanitized table field data is rendered directly in the client interface. In Jupyter Notebook environments, this execution context is particularly dangerous as the XSS payload can escalate to full client-side RCE, allowing the attacker to execute arbitrary code with the privileges of the notebook user.

The attack requires network access and user interaction (the victim must run a recipe with the malicious dataset), but the impact is severe as it crosses security boundaries and can compromise confidentiality, integrity, and availability of the affected system.

Root Cause

The root cause of CVE-2024-27133 is the absence of proper input sanitization and output encoding for dataset table fields within MLflow. When datasets are loaded and processed through MLflow recipes, the platform fails to sanitize or escape potentially dangerous content before rendering it in the user interface. This allows HTML and JavaScript content embedded in dataset fields to be executed in the browser context.

Attack Vector

The attack vector is network-based and requires user interaction. An attacker can craft a malicious dataset containing XSS payloads in table field values. When a victim downloads or accesses this untrusted dataset and runs an MLflow recipe that processes it, the malicious script executes in the victim's browser. In Jupyter Notebook environments, the execution context allows the attacker to escalate from XSS to RCE, potentially executing system commands, accessing sensitive data, or establishing persistence.

The attack flow involves:

  1. Attacker creates a dataset with malicious JavaScript embedded in table fields
  2. Victim obtains the dataset (through sharing, download, or repository access)
  3. Victim runs an MLflow recipe that processes the dataset
  4. The unsanitized payload executes in the victim's browser/notebook context
  5. In Jupyter environments, the attacker gains RCE capabilities

Detection Methods for CVE-2024-27133

Indicators of Compromise

  • Unexpected JavaScript execution or browser alerts when processing datasets in MLflow
  • Unusual network requests originating from Jupyter Notebook sessions
  • Dataset files containing suspicious HTML or JavaScript content in table fields
  • Anomalous system commands or processes spawned from Jupyter/notebook processes

Detection Strategies

  • Monitor MLflow recipe executions for datasets from untrusted sources
  • Implement content security policies (CSP) to detect and block inline script execution
  • Review datasets for embedded script tags or JavaScript event handlers before processing
  • Enable browser developer console logging to detect XSS payload execution attempts

Monitoring Recommendations

  • Configure web application firewalls (WAF) to monitor for XSS patterns in dataset content
  • Implement logging for MLflow recipe executions with dataset source tracking
  • Monitor Jupyter Notebook environments for suspicious child process creation
  • Enable audit logging for file access and network connections from ML workflow environments

How to Mitigate CVE-2024-27133

Immediate Actions Required

  • Update MLflow to the latest patched version that addresses this vulnerability
  • Avoid running recipes with datasets from untrusted or unverified sources
  • Implement strict dataset validation and sanitization before processing
  • Consider running MLflow recipes in isolated environments without network access when processing untrusted data

Patch Information

The MLflow development team has addressed this vulnerability through GitHub Pull Request #10893. Users should update to the patched version by pulling the latest MLflow release that includes this fix. The patch implements proper sanitization for dataset table fields to prevent XSS payloads from executing.

For detailed technical information about the vulnerability, refer to the JFrog Vulnerability Report.

Workarounds

  • Implement manual sanitization of dataset content before loading into MLflow recipes
  • Use Content Security Policy headers to prevent inline script execution
  • Run untrusted dataset processing in sandboxed environments without browser access
  • Disable JavaScript execution in Jupyter Notebook rendering when working with external datasets
bash
# Update MLflow to the latest patched version
pip install --upgrade mlflow

# Verify installed version
pip show mlflow | grep 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

  • SeverityCRITICAL

  • CVSS Score9.6

  • EPSS Probability0.20%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-79
  • Technical References
  • JFrog Vulnerability Report
  • Vendor Resources
  • GitHub Pull Request
  • Related CVEs
  • CVE-2023-6709: 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