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

CVE-2024-2221: Qdrant Path Traversal Vulnerability

CVE-2024-2221 is a path traversal and arbitrary file upload flaw in Qdrant that allows attackers to overwrite files and achieve remote code execution. This article covers technical details, affected versions, and mitigation.

Published: April 15, 2026

CVE-2024-2221 Overview

CVE-2024-2221 is a critical path traversal and arbitrary file upload vulnerability affecting Qdrant, a popular open-source vector database used for AI and machine learning applications. The vulnerability exists in the /collections/{COLLECTION}/snapshots/upload endpoint, specifically through the snapshot parameter. This flaw allows attackers to upload and overwrite any file on the filesystem, potentially leading to remote code execution and complete system compromise.

Critical Impact

This vulnerability enables unauthenticated remote attackers to upload malicious files to arbitrary locations on the server, potentially achieving remote code execution and full system takeover.

Affected Products

  • Qdrant version 1.7.4
  • Qdrant vector database instances with exposed snapshot upload endpoints
  • Systems running vulnerable Qdrant deployments accessible over the network

Discovery Timeline

  • 2024-04-10 - CVE-2024-2221 published to NVD
  • 2025-07-14 - Last updated in NVD database

Technical Details for CVE-2024-2221

Vulnerability Analysis

This vulnerability combines two dangerous weakness classes: Path Traversal (CWE-22) and Unrestricted File Upload (CWE-434). The Qdrant snapshot upload functionality fails to properly sanitize user-supplied input in the snapshot parameter, allowing attackers to use directory traversal sequences (such as ../) to escape the intended upload directory. Combined with the ability to upload arbitrary file content, this creates a critical attack surface.

The vulnerability affects the integrity and availability of systems running Qdrant, as attackers can overwrite critical system files, configuration files, or inject malicious executables. Since Qdrant is commonly used in AI/ML pipelines and may have elevated privileges, successful exploitation could cascade into broader infrastructure compromise.

Root Cause

The root cause lies in insufficient input validation within the snapshot upload handler. The application fails to properly sanitize the snapshot parameter for path traversal characters before using it to construct the destination file path. This allows attackers to craft malicious requests that escape the intended snapshot storage directory and write files to arbitrary locations on the filesystem.

Attack Vector

The attack is executed remotely over the network without requiring authentication or user interaction. An attacker can craft a malicious HTTP request to the /collections/{COLLECTION}/snapshots/upload endpoint with a manipulated snapshot parameter containing path traversal sequences.

The attack flow involves:

  1. Identifying an exposed Qdrant instance with the vulnerable endpoint accessible
  2. Crafting a multipart HTTP request with a snapshot parameter containing path traversal sequences (e.g., ../../../etc/cron.d/malicious)
  3. Including malicious file content in the request body that will be written to the target location
  4. Sending the request to overwrite system files or plant executable content for code execution

Attackers may target files such as cron jobs, SSH authorized keys, web server configurations, or application binaries to achieve persistent access or immediate code execution.

Detection Methods for CVE-2024-2221

Indicators of Compromise

  • Unexpected HTTP POST requests to /collections/*/snapshots/upload endpoints containing ../ sequences in parameters
  • Anomalous file creation or modification in system directories by the Qdrant process
  • New or modified files in sensitive locations such as /etc/cron.d/, ~/.ssh/, or web server directories
  • Qdrant process spawning unexpected child processes or network connections

Detection Strategies

  • Implement web application firewall (WAF) rules to block requests containing path traversal patterns in the snapshot parameter
  • Monitor Qdrant access logs for requests to the snapshots upload endpoint with suspicious parameter values
  • Deploy file integrity monitoring on critical system directories to detect unauthorized modifications
  • Use behavioral analysis to detect the Qdrant process writing files outside its expected data directories

Monitoring Recommendations

  • Enable verbose logging for the Qdrant snapshot upload functionality
  • Configure alerts for any file system write operations by Qdrant outside designated snapshot directories
  • Monitor network traffic for large or frequent uploads to snapshot endpoints from untrusted sources
  • Implement egress monitoring to detect potential post-exploitation command and control communications

How to Mitigate CVE-2024-2221

Immediate Actions Required

  • Update Qdrant to the patched version immediately
  • Restrict network access to Qdrant instances using firewall rules to limit exposure to trusted networks only
  • Implement authentication and authorization controls in front of Qdrant endpoints if not already present
  • Review file system integrity on affected systems to identify any unauthorized modifications

Patch Information

Qdrant has addressed this vulnerability through a security patch commit. Organizations should update to the latest version of Qdrant that includes this fix. The patch implements proper input validation and sanitization for the snapshot parameter to prevent path traversal attacks.

Additional technical details about the vulnerability can be found in the Huntr bounty report.

Workarounds

  • Deploy a reverse proxy or WAF in front of Qdrant to filter requests containing path traversal sequences
  • Restrict the snapshot upload endpoint to internal networks only using network segmentation
  • Run Qdrant with minimal filesystem permissions to limit the impact of file write operations
  • Consider containerizing Qdrant with read-only filesystem mounts for non-essential directories

If patching is not immediately possible, network isolation and WAF deployment provide the strongest interim protection against exploitation of this vulnerability.

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechQdrant

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability25.53%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-434

  • CWE-22
  • Technical References
  • Huntr Bounty Report
  • Vendor Resources
  • GitHub Commit Details
  • Related CVEs
  • CVE-2026-25628: Qdrant Path Traversal Vulnerability

  • CVE-2024-3829: Qdrant Path Traversal Vulnerability

  • CVE-2024-3078: Qdrant Path Traversal 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