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-2026-29064

CVE-2026-29064: Zarf Path Traversal Vulnerability

CVE-2026-29064 is a path traversal vulnerability in Lfprojects Zarf that allows crafted packages to create symlinks outside destination directories, enabling arbitrary file operations. This article covers technical details.

Published: March 13, 2026

CVE-2026-29064 Overview

CVE-2026-29064 is a path traversal vulnerability affecting Zarf, an airgap-native package manager for Kubernetes developed by LF Projects. The vulnerability exists in the archive extraction functionality, where a specially crafted Zarf package can create symlinks that point outside the intended destination directory. This allows attackers to achieve arbitrary file read or write operations on systems processing malicious packages.

Critical Impact

Attackers can craft malicious Zarf packages that exploit symlink handling during archive extraction to read sensitive files or write arbitrary content to the filesystem, potentially compromising airgapped Kubernetes environments.

Affected Products

  • Zarf versions 0.54.0 to 0.73.0
  • LF Projects Zarf package manager deployments
  • Kubernetes environments using vulnerable Zarf versions for airgap package management

Discovery Timeline

  • 2026-03-06 - CVE-2026-29064 published to NVD
  • 2026-03-11 - Last updated in NVD database

Technical Details for CVE-2026-29064

Vulnerability Analysis

This path traversal vulnerability (CWE-22) affects the archive extraction mechanism within Zarf. The flaw occurs when processing Zarf packages, where symbolic links within the archive are not properly validated against directory traversal attempts. When a malicious package is processed, symlinks pointing to paths like ../../../etc/passwd or similar traversal patterns are followed without restriction, allowing access to files outside the intended extraction directory.

The vulnerability requires local access and user interaction to exploit, as victims must process a maliciously crafted Zarf package. However, once triggered, the impact is severe—attackers can achieve both high confidentiality and high integrity impacts by reading sensitive configuration files, credentials, or overwriting critical system files and Kubernetes configurations.

Root Cause

The root cause lies in insufficient validation of symlink targets during the archive extraction process. When Zarf extracts package contents, it fails to verify that symbolic links resolve to paths within the designated destination directory. This allows path traversal sequences (e.g., ../) embedded in symlink targets to escape the extraction boundary and reference arbitrary filesystem locations.

Attack Vector

The attack requires an adversary to craft a malicious Zarf package containing specially constructed symbolic links. When a victim processes this package—either during deployment to an airgapped Kubernetes cluster or during package inspection—the vulnerable extraction routine follows the symlinks beyond the intended directory boundary. This enables two primary attack scenarios:

Arbitrary File Read: Symlinks can point to sensitive files such as /etc/shadow, Kubernetes secrets, or application configuration files containing credentials. When the package processing logic reads through these symlinks, sensitive data is exposed.

Arbitrary File Write: By combining symlink creation with file extraction, attackers can overwrite critical files including systemd unit files, cron jobs, SSH authorized_keys, or Kubernetes manifests, potentially leading to further system compromise or denial of service.

The vulnerability description indicates that a specifically crafted package structure is required to exploit this flaw. For detailed technical information on the vulnerability mechanism and exploitation patterns, refer to the GitHub Security Advisory GHSA-hcm4-6hpj-vghm.

Detection Methods for CVE-2026-29064

Indicators of Compromise

  • Presence of unexpected symbolic links in Zarf package extraction directories pointing to paths outside the destination
  • Unusual file access patterns or modifications in system directories (e.g., /etc/, /root/, /var/) during Zarf package processing
  • Log entries indicating file operations outside expected Zarf working directories
  • Modified system files with timestamps correlating to Zarf package deployment activities

Detection Strategies

  • Monitor file system operations during Zarf package processing for symlink creation with traversal patterns
  • Implement file integrity monitoring (FIM) on critical system files and Kubernetes configuration directories
  • Review Zarf deployment logs for anomalous extraction paths or error messages indicating path resolution issues
  • Deploy endpoint detection capabilities to identify suspicious file read/write operations originating from Zarf processes

Monitoring Recommendations

  • Enable detailed logging for all Zarf package operations, including extraction events
  • Configure alerts for any symbolic link creation events within Zarf working directories
  • Monitor for access to sensitive files (/etc/passwd, /etc/shadow, Kubernetes secrets) by Zarf-related processes
  • Implement SentinelOne Singularity XDR for real-time detection of path traversal exploitation attempts

How to Mitigate CVE-2026-29064

Immediate Actions Required

  • Upgrade Zarf to version 0.73.1 or later immediately
  • Audit all recently processed Zarf packages for potential compromise indicators
  • Review file system integrity on systems that processed untrusted Zarf packages
  • Implement strict package validation policies requiring cryptographic verification of Zarf package sources

Patch Information

The vulnerability has been patched in Zarf version 0.73.1. Organizations should upgrade to this version or later to address the path traversal flaw. The fix implements proper symlink target validation during archive extraction, ensuring that symbolic links cannot reference paths outside the designated extraction directory.

Patch details and release notes are available at the GitHub Zarf Release v0.73.1 page. The security advisory with full technical details is published at the GitHub Security Advisory GHSA-hcm4-6hpj-vghm.

Workarounds

  • Only process Zarf packages from trusted, verified sources until the patch is applied
  • Implement filesystem isolation (containers, sandboxing) when processing untrusted packages
  • Deploy Zarf package processing in environments with minimal filesystem access and restricted permissions
  • Use read-only filesystem mounts for sensitive directories when running Zarf operations
bash
# Verify current Zarf version
zarf version

# Upgrade Zarf to patched version
# Using go install
go install github.com/zarf-dev/zarf/cmd/zarf@v0.73.1

# Verify upgrade was successful
zarf version
# Expected output should show v0.73.1 or later

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechLfprojects Zarf

  • SeverityHIGH

  • CVSS Score8.2

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityNone
  • CWE References
  • CWE-22
  • Technical References
  • GitHub Zarf Release v0.73.1
  • Vendor Resources
  • GitHub Security Advisory GHSA-hcm4-6hpj-vghm
  • Latest CVEs
  • CVE-2025-70797: LimeSurvey XSS Vulnerability

  • CVE-2025-30650: Juniper Junos OS Auth Bypass Vulnerability

  • CVE-2026-35471: Goshs Path Traversal Vulnerability

  • CVE-2026-35393: Goshs 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