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-24590

CVE-2024-24590: Clear ClearML RCE Vulnerability

CVE-2024-24590 is a remote code execution flaw in Clear ClearML client SDK that allows malicious artifacts to execute arbitrary code. This post explains its impact, affected versions 0.17.0 to 1.14.2, and mitigation steps.

Published: January 28, 2026

CVE-2024-24590 Overview

CVE-2024-24590 is an insecure deserialization vulnerability affecting Allegro AI's ClearML platform client SDK. The flaw allows attackers to craft malicious artifacts that, when downloaded and processed by users, can execute arbitrary code on their systems. This vulnerability is particularly concerning in MLOps environments where artifact sharing between team members is a common practice.

Critical Impact

Malicious actors can leverage this vulnerability to execute arbitrary code on end-user systems through crafted artifacts, potentially compromising machine learning pipelines and sensitive training data.

Affected Products

  • ClearML Client SDK versions 0.17.0 to 1.14.2
  • Allegro AI ClearML platform deployments using vulnerable SDK versions

Discovery Timeline

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

Technical Details for CVE-2024-24590

Vulnerability Analysis

This vulnerability stems from CWE-502 (Deserialization of Untrusted Data) within the ClearML client SDK. The ClearML platform is widely used in MLOps workflows for experiment tracking, model management, and artifact storage. The SDK's artifact handling mechanism fails to properly validate serialized data before deserialization, creating an opportunity for code execution.

In Python-based ML environments, pickle-based serialization is commonly used for artifact storage. When the ClearML SDK retrieves and deserializes artifacts without proper validation, an attacker who can upload a malicious artifact to the platform can achieve arbitrary code execution on any client that interacts with that artifact.

Root Cause

The root cause is improper handling of untrusted serialized data in the artifact retrieval and loading process. The SDK versions 0.17.0 through 1.14.2 do not implement sufficient validation or sandboxing when deserializing artifacts, allowing maliciously crafted payloads to execute code during the deserialization process. This is a common anti-pattern in Python applications that use pickle or similar serialization libraries without proper security controls.

Attack Vector

The attack requires network access and relies on user interaction. An attacker can exploit this vulnerability by:

  1. Uploading a maliciously crafted artifact to a ClearML server that the target has access to
  2. Naming or positioning the artifact in a way that encourages victim interaction
  3. Waiting for a victim to download or interact with the artifact using a vulnerable SDK version
  4. Achieving code execution when the SDK deserializes the malicious payload

This attack is particularly effective in collaborative ML environments where researchers commonly share artifacts, datasets, and model checkpoints. The artifact could masquerade as a legitimate model or dataset while containing a payload that executes upon deserialization.

Detection Methods for CVE-2024-24590

Indicators of Compromise

  • Unexpected outbound network connections from systems running ClearML SDK
  • Unusual processes spawned by Python interpreters running ClearML workflows
  • Anomalous file system activity following artifact downloads from ClearML servers
  • Suspicious pickle files or serialized objects in ClearML artifact directories

Detection Strategies

  • Monitor for unusual process execution chains originating from Python processes using the ClearML SDK
  • Implement file integrity monitoring on systems that interact with ClearML artifacts
  • Deploy endpoint detection rules that alert on suspicious deserialization patterns in ML pipelines
  • Review ClearML server logs for artifact upload activity from unauthorized or suspicious sources

Monitoring Recommendations

  • Enable comprehensive logging for all ClearML SDK operations, particularly artifact downloads
  • Implement network segmentation to limit blast radius if ML development systems are compromised
  • Establish baseline behavior for ML workflows to detect anomalous execution patterns
  • Monitor for indicators of supply chain compromise in shared ML artifact repositories

How to Mitigate CVE-2024-24590

Immediate Actions Required

  • Upgrade ClearML client SDK to a version newer than 1.14.2 that contains the security fix
  • Audit all artifacts currently stored in ClearML servers for signs of tampering
  • Restrict artifact upload permissions to trusted users and service accounts
  • Implement network segmentation between ML development environments and production systems

Patch Information

Organizations should upgrade to a patched version of the ClearML client SDK that addresses the insecure deserialization vulnerability. Review the HiddenLayer research publication for detailed technical analysis and remediation guidance. Contact Allegro AI for specific patch version information and upgrade procedures.

Workarounds

  • Implement strict access controls on who can upload artifacts to shared ClearML servers
  • Review and validate the source of all artifacts before downloading or using them in workflows
  • Consider running ClearML SDK operations in isolated environments such as containers or VMs
  • Establish artifact signing and verification processes to ensure integrity of shared ML artifacts
bash
# Upgrade ClearML SDK to patched version
pip install --upgrade clearml

# Verify installed version
pip show clearml | grep Version

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechClearml

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability79.63%

  • 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-502
  • Technical References
  • HiddenLayer Research Analysis
  • Latest CVEs
  • CVE-2025-49454: TinySalt Path Traversal Vulnerability

  • CVE-2025-48261: MultiVendorX Information Disclosure Flaw

  • CVE-2025-32119: CardGate WooCommerce SQL Injection Flaw

  • CVE-2025-26879: s2Member Plugin Reflected XSS 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