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
    • 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-24591

CVE-2024-24591: Clear ClearML Path Traversal Vulnerability

CVE-2024-24591 is a path traversal vulnerability in Clear ClearML client SDK versions 1.4.0 to 1.14.1 that allows malicious datasets to write files to arbitrary system locations. This article covers technical details, affected versions, impact, and mitigation strategies.

Updated: January 22, 2026

CVE-2024-24591 Overview

CVE-2024-24591 is a path traversal vulnerability affecting the client SDK of Allegro AI's ClearML platform, an open-source MLOps solution used for experiment tracking, model management, and dataset versioning. This vulnerability exists in versions 1.4.0 to 1.14.1 of the ClearML client SDK and enables a maliciously crafted dataset to write local or remote files to arbitrary locations on an end user's system when the dataset is interacted with.

Critical Impact

Attackers can leverage this path traversal vulnerability to overwrite critical system files, plant malicious code, or compromise machine learning pipelines by manipulating dataset artifacts that write to arbitrary filesystem locations.

Affected Products

  • ClearML Client SDK versions 1.4.0 through 1.14.1
  • Allegro AI ClearML Platform (when using vulnerable SDK versions)
  • ML/AI pipelines and workflows utilizing affected ClearML client versions

Discovery Timeline

  • 2024-02-06 - CVE CVE-2024-24591 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2024-24591

Vulnerability Analysis

This path traversal vulnerability (CWE-22) allows attackers to escape intended directory boundaries when a user interacts with a maliciously crafted dataset in the ClearML platform. The vulnerability is particularly dangerous in the context of MLOps environments where datasets are frequently shared among team members and automated pipelines regularly process external data sources.

The attack can be executed remotely without authentication, though it requires user interaction—specifically, a victim must interact with the malicious dataset for the exploit to succeed. Successful exploitation grants attackers the ability to achieve high impact across confidentiality, integrity, and availability vectors, enabling arbitrary file writes that could lead to code execution, data tampering, or system compromise.

Root Cause

The root cause of CVE-2024-24591 lies in improper validation and sanitization of file paths within the ClearML client SDK's dataset handling functionality. When processing dataset artifacts, the SDK fails to adequately validate path components, allowing directory traversal sequences (such as ../) to escape the intended storage directory. This oversight enables malicious actors to craft dataset entries with specially constructed paths that, when processed, write files to locations outside the expected dataset directory structure.

Attack Vector

The attack exploits the trust relationship between ClearML users and shared datasets within the platform. An attacker creates a malicious dataset containing artifacts with path traversal sequences in their filenames or storage paths. When a victim downloads or interacts with this dataset through the ClearML client SDK, the malicious paths are processed without proper sanitization.

The attack flow involves:

  1. The attacker uploads a dataset to a shared ClearML server with artifacts containing path traversal sequences
  2. A victim user or automated pipeline fetches or processes the malicious dataset
  3. The ClearML client SDK writes the artifact content to an attacker-controlled location on the victim's filesystem
  4. Depending on the written content and location, this can result in code execution, credential theft, or pipeline compromise

The vulnerability is especially concerning in CI/CD and automated ML training environments where datasets are processed automatically without human review of their contents.

Detection Methods for CVE-2024-24591

Indicators of Compromise

  • Presence of files in unexpected system directories that were not intentionally placed there
  • Unusual file creation events in system directories, home folders, or configuration paths during ClearML dataset operations
  • Dataset artifacts containing path traversal sequences (../, ..\\, or URL-encoded variants like %2e%2e%2f)
  • Unexpected modifications to configuration files, scripts, or executable paths following ClearML dataset interactions

Detection Strategies

  • Implement file integrity monitoring (FIM) on critical system directories to detect unauthorized writes during dataset processing
  • Audit ClearML dataset metadata and artifact paths for suspicious patterns including ../ sequences before downloading
  • Monitor process execution to identify the ClearML client writing files outside expected dataset directories
  • Deploy endpoint detection rules that alert on path traversal patterns in file operations initiated by Python processes

Monitoring Recommendations

  • Enable detailed logging for all ClearML SDK operations, particularly dataset downloads and artifact extractions
  • Configure alerts for file system operations that attempt to write outside designated ClearML cache and dataset directories
  • Monitor network traffic for large dataset transfers from untrusted or newly added ClearML servers
  • Implement anomaly detection for sudden changes in ML pipeline behavior following dataset updates

How to Mitigate CVE-2024-24591

Immediate Actions Required

  • Upgrade ClearML client SDK to a version newer than 1.14.1 that includes the path traversal fix
  • Audit existing datasets for suspicious artifact paths before continued use
  • Restrict dataset sources to trusted internal repositories until patching is complete
  • Review file system permissions to limit the impact of potential arbitrary writes

Patch Information

Organizations using ClearML should upgrade their client SDK beyond version 1.14.1 to address this vulnerability. Review the HiddenLayer Research Analysis for additional context on the vulnerability and recommended remediation steps. Ensure all development environments, CI/CD systems, and production ML pipelines are updated to use the patched version of the ClearML client.

Workarounds

  • Implement strict allowlisting of dataset sources and reject datasets from untrusted origins
  • Deploy wrapper scripts that validate all artifact paths before allowing ClearML SDK to process datasets
  • Run ClearML operations in sandboxed or containerized environments with limited filesystem access
  • Configure filesystem permissions to prevent the ClearML user from writing to sensitive directories
bash
# Configuration example - Run ClearML in restricted environment
# Create a dedicated user with limited permissions
useradd -r -s /bin/false clearml-worker

# Restrict ClearML cache to a specific directory
export CLEARML_CACHE_DIR=/var/lib/clearml/cache

# Set restrictive permissions on the cache directory
mkdir -p /var/lib/clearml/cache
chown clearml-worker:clearml-worker /var/lib/clearml/cache
chmod 700 /var/lib/clearml/cache

# Run ClearML operations as the restricted user
sudo -u clearml-worker python -m clearml_agent daemon

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechClear Clearml

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.45%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-22
  • Technical References
  • HiddenLayer Research Analysis
  • Related CVEs
  • CVE-2024-24592: Clear ClearML Auth Bypass Vulnerability
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