A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-6717

CVE-2024-6717: HashiCorp Nomad Path Traversal Vulnerability

CVE-2024-6717 is a path traversal vulnerability in HashiCorp Nomad that allows escaping the allocation directory during archive unpacking. This article covers technical details, affected versions, and mitigation.

Published: May 26, 2026

CVE-2024-6717 Overview

CVE-2024-6717 is a path traversal vulnerability in HashiCorp Nomad and Nomad Enterprise. The flaw exists in the archive unpacking routine used during allocation migration between nodes. An attacker can craft archive contents that escape the allocation directory and write files to arbitrary locations on the host filesystem. HashiCorp tracks the issue as HCSEC-2024-15 and classifies it under [CWE-610: Externally Controlled Reference to a Resource in Another Sphere].

The vulnerability affects Nomad and Nomad Enterprise versions 1.6.12 through 1.7.9, and 1.8.1. HashiCorp resolved the issue in 1.6.13, 1.7.10, and 1.8.2.

Critical Impact

A network-reachable attacker can write files outside the intended allocation directory during migration, leading to high integrity impact across Nomad-managed hosts.

Affected Products

  • HashiCorp Nomad versions 1.6.12 through 1.7.9
  • HashiCorp Nomad version 1.8.1
  • HashiCorp Nomad Enterprise (same version ranges)

Discovery Timeline

  • 2024-07-23 - CVE-2024-6717 published to NVD
  • 2026-01-02 - Last updated in NVD database

Technical Details for CVE-2024-6717

Vulnerability Analysis

Nomad supports allocation migration, which moves a running workload's state directory from one client node to another. During this process, the destination node receives an archive containing the allocation directory and unpacks it into the local Nomad data directory. The unpacking logic does not adequately validate entry paths within the archive. A crafted archive can contain entries with relative path components such as ../ that resolve outside the target allocation directory.

When the destination Nomad client extracts the archive, files are written to locations chosen by the attacker rather than being constrained to the allocation root. This allows the attacker to overwrite Nomad configuration, drop binaries into privileged paths, or corrupt files used by other workloads scheduled on the same node. The CVSS vector indicates a scope change, reflecting that the impact reaches resources outside the original security boundary of the allocation sandbox.

Root Cause

The root cause is insufficient sanitization of archive member paths during migration unpacking. The code path responsible for restoring allocation state writes files using paths derived from archive entries without enforcing that the resolved destination remains inside the allocation directory. This is a classic archive extraction flaw, often referred to as a Zip Slip or Tar Slip pattern, and falls under [CWE-610].

Attack Vector

Exploitation requires the attacker to control the contents of an allocation that is then migrated to a target Nomad client. An adversary with the ability to submit jobs to a Nomad cluster, or who compromises a source node hosting an allocation slated for migration, can stage a malicious state directory. When Nomad triggers migration, the malicious archive is transmitted to the destination client and unpacked, writing attacker-controlled files outside the allocation directory.

No public proof-of-concept exploit has been published, and the issue is not listed in the CISA Known Exploited Vulnerabilities catalog. See the HashiCorp Security Advisory HCSEC-2024-15 for vendor technical details.

Detection Methods for CVE-2024-6717

Indicators of Compromise

  • Files appearing in Nomad client data directories with paths that resolve outside the expected allocation root (for example, files written under /etc, /usr/local/bin, or the Nomad configuration directory shortly after a migration event).
  • Unexpected modifications to Nomad client configuration files or service unit files following allocation migration activity.
  • Archive members in migration payloads containing .. path traversal sequences.

Detection Strategies

  • Inspect Nomad client logs for migration events and correlate with filesystem modification timestamps outside the allocation directory tree.
  • Audit allocation directories for symbolic links or files whose canonical paths fall outside data_dir/alloc/<alloc-id>.
  • Compare running Nomad client and host binaries against known-good hashes after migration operations.

Monitoring Recommendations

  • Enable file integrity monitoring on Nomad client data directories, configuration paths, and system binary directories.
  • Forward Nomad client and server logs to a centralized analytics platform and alert on migration RPCs followed by writes outside expected paths.
  • Track Nomad version inventory across all servers and clients to confirm patched releases are deployed.

How to Mitigate CVE-2024-6717

Immediate Actions Required

  • Upgrade Nomad and Nomad Enterprise to 1.6.13, 1.7.10, or 1.8.2 or later on all servers and clients.
  • Restrict job submission to trusted principals using Nomad ACLs until upgrades are complete.
  • Review recent migration events for evidence of out-of-bounds file writes and rebuild any client nodes that show signs of tampering.

Patch Information

HashiCorp released fixed versions 1.6.13, 1.7.10, and 1.8.2 that enforce path containment during archive unpacking. Detailed remediation guidance is available in the HashiCorp Security Advisory HCSEC-2024-15.

Workarounds

  • Disable allocation migration features where operationally feasible until clients are patched.
  • Limit who can submit jobs by tightening Nomad ACL policies and removing broad submit-job capabilities from untrusted namespaces.
  • Run Nomad clients with the least privilege required and isolate them using OS-level mandatory access controls to limit the blast radius of out-of-bounds writes.
bash
# Verify installed Nomad version and confirm it is patched
nomad version

# Example minimum patched versions:
#   Nomad 1.6.13
#   Nomad 1.7.10
#   Nomad 1.8.2

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechHashicorp Nomad

  • SeverityHIGH

  • CVSS Score8.6

  • EPSS Probability0.29%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-610
  • Vendor Resources
  • HashiCorp Security Advisory HCSEC-2024-15
  • Related CVEs
  • CVE-2026-8052: HashiCorp Nomad Path Traversal Flaw

  • CVE-2025-4922: Hashicorp Nomad Privilege Escalation Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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