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
    • 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-2026-8052

CVE-2026-8052: HashiCorp Nomad Path Traversal Flaw

CVE-2026-8052 is a path traversal vulnerability in HashiCorp Nomad's exec2 task driver that enables symlink attacks for arbitrary file access. This article covers technical details, affected versions, and mitigation.

Published: May 17, 2026

CVE-2026-8052 Overview

CVE-2026-8052 affects HashiCorp Nomad's exec2 task driver in versions prior to 0.1.2. The vulnerability allows a malicious task to perform arbitrary file read and write operations on the client host through a symlink attack [CWE-59]. The attacker operates with the privileges of the Nomad process user, which is typically root or a highly privileged service account. HashiCorp addressed the issue in exec2 task driver version 0.1.2 and disclosed details in security advisory HCSEC-2026-13.

Critical Impact

An authenticated user with permission to submit jobs can read and overwrite arbitrary files on Nomad client hosts, enabling host compromise and lateral movement across the cluster.

Affected Products

  • HashiCorp Nomad exec2 task driver versions prior to 0.1.2
  • Nomad client nodes running the exec2 task driver plugin
  • Clusters where job submitters are not fully trusted with host-level access

Discovery Timeline

  • 2026-05-12 - CVE-2026-8052 published to the National Vulnerability Database
  • 2026-05-13 - Last updated in NVD database

Technical Details for CVE-2026-8052

Vulnerability Analysis

The exec2 task driver is a HashiCorp Nomad plugin that executes workloads inside lightweight, sandboxed processes on client nodes. The driver must perform file system operations on behalf of the task, including staging task directories and handling allocation paths. The flaw is a Symlink Attack [CWE-59], in which the task driver follows attacker-controlled symbolic links when reading or writing files. Because these operations execute as the Nomad process user, file accesses occur outside the intended allocation directory.

Root Cause

The exec2 driver does not adequately validate that target paths resolve within the expected task sandbox before performing file operations. A task author can place a symlink inside a writable directory that the driver later follows. This pattern matches a Time-of-Check Time-of-Use (TOCTOU) class of symlink handling failures common in privileged file operations.

Attack Vector

An attacker requires local access in the form of authority to submit a Nomad job that runs on a client using the exec2 driver. The job payload plants a symlink that points to a sensitive host path such as /etc/shadow, /root/.ssh/authorized_keys, or a Nomad TLS key file. When the driver reads or writes through that path, it operates on the linked target instead of the file inside the allocation. This grants read access to host secrets and write access for persistence or privilege escalation as the Nomad process user. The flaw does not affect availability and does not expose confidentiality of unrelated data on the network.

No public exploit code is available, and the issue is not listed in the CISA Known Exploited Vulnerabilities catalog. The vulnerability mechanism is described in the HashiCorp Security Advisory HCSEC-2026-13.

Detection Methods for CVE-2026-8052

Indicators of Compromise

  • Symbolic links inside Nomad allocation directories (alloc/, local/, secrets/) pointing to paths outside the allocation root
  • Unexpected modifications to sensitive host files such as /etc/passwd, /etc/shadow, /etc/sudoers, or ~/.ssh/authorized_keys on Nomad client hosts
  • Nomad client logs showing exec2 task driver file operations that resolve to paths outside the task working directory

Detection Strategies

  • Audit all running exec2 task driver versions across the fleet and flag any instance below 0.1.2
  • Enable Linux audit rules (auditd) on Nomad client hosts to log file access by the Nomad process user outside /opt/nomad/data/alloc/
  • Inspect job specifications for tasks that create symlinks during template or artifact stages and correlate with file accesses on host paths

Monitoring Recommendations

  • Forward Nomad client logs and host audit logs to a centralized analytics platform and alert on writes to system configuration files by the Nomad user
  • Track changes to the SHA hash of the exec2 driver binary on each client and verify it matches the 0.1.2 release
  • Establish baselines for normal exec2 task file activity and alert on deviations such as access to /etc, /root, or /var/lib/nomad/server

How to Mitigate CVE-2026-8052

Immediate Actions Required

  • Upgrade the exec2 task driver to version 0.1.2 or later on every Nomad client node that runs it
  • Restrict Nomad ACL policies so that only trusted namespaces and operators can submit jobs using the exec2 driver
  • Review existing allocations for symlinks that point outside their allocation directory and terminate suspicious jobs
  • Rotate credentials, TLS keys, and SSH authorized keys that may have been exposed on affected client hosts

Patch Information

HashiCorp fixed the vulnerability in exec2 task driver version 0.1.2. Download the updated plugin binary from the HashiCorp release channel and deploy it to the Nomad plugin directory on each client, then restart the Nomad agent. Refer to the HashiCorp Security Advisory HCSEC-2026-13 for the complete fix description.

Workarounds

  • Disable the exec2 task driver on client nodes until the patched version is deployed by removing the plugin from the Nomad plugin directory
  • Use Nomad ACL policies to deny submit-job capability for the namespace where the exec2 driver is enabled to non-administrative users
  • Run the Nomad client agent under a dedicated unprivileged user where operationally feasible to limit the blast radius of arbitrary file read and write
bash
# Configuration example: disable exec2 driver in Nomad client config
plugin "exec2" {
  config {
    enabled = false
  }
}

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

  • SeverityMEDIUM

  • CVSS Score6.0

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:C/C:N/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-59
  • Technical References
  • HashiCorp Security Advisory HCSEC-2026-13
  • Latest CVEs
  • CVE-2026-46333: Linux Kernel Privilege Escalation Flaw

  • CVE-2026-2586: Eclipse Glassfish RCE Vulnerability

  • CVE-2026-2587: Eclipse Glassfish RCE Vulnerability

  • CVE-2026-45255: FreeBSD bsdinstall/bsdconfig RCE 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