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

CVE-2026-35204: Helm Path Traversal Vulnerability

CVE-2026-35204 is a path traversal flaw in Helm that allows malicious plugins to write files to arbitrary filesystem locations. This article covers the technical details, affected versions 4.0.0-4.1.3, and mitigation.

Published: April 9, 2026

CVE-2026-35204 Overview

A path traversal vulnerability has been identified in Helm, the popular package manager for Kubernetes Charts. From versions 4.0.0 to 4.1.3, a specially crafted Helm plugin can exploit improper validation in the plugin version field to write contents to arbitrary filesystem locations during plugin installation or update operations. This vulnerability is classified as CWE-22 (Improper Limitation of a Pathname to a Restricted Directory).

Critical Impact

Attackers can leverage malicious Helm plugins containing POSIX dot-dot path separators (/../) in the version field of plugin.yaml to write arbitrary files to the filesystem, potentially leading to privilege escalation or system compromise in Kubernetes environments.

Affected Products

  • Helm versions 4.0.0 through 4.1.3
  • Kubernetes environments utilizing affected Helm versions for chart management
  • CI/CD pipelines with automated Helm plugin installation capabilities

Discovery Timeline

  • April 9, 2026 - CVE CVE-2026-35204 published to NVD
  • April 9, 2026 - Last updated in NVD database

Technical Details for CVE-2026-35204

Vulnerability Analysis

This path traversal vulnerability exists in Helm's plugin metadata processing functionality. When a user installs or updates a Helm plugin, the application processes the plugin.yaml file without properly validating the version: field for malicious path components. An attacker can craft a plugin with a version field containing directory traversal sequences (e.g., /../) that escape the intended plugin directory and write files to arbitrary locations on the filesystem.

The attack requires local access and user interaction (the user must install or update a malicious plugin), but the impact extends beyond the local system. Successful exploitation can result in high integrity violations both locally and on subsequent systems that trust the compromised Helm installation, affecting the security context of Kubernetes deployments managed by the compromised Helm instance.

Root Cause

The root cause lies in Helm's failure to validate the semantic version format of the plugin version field before using it in filesystem operations. The plugin metadata processing code did not enforce that the version field adhered to valid semver standards, allowing arbitrary strings including path traversal sequences to be processed. This improper input validation (CWE-22) enabled the version field to be weaponized as an attack vector.

Attack Vector

The attack is executed locally and requires user interaction. An attacker must convince a user to install or update a malicious Helm plugin containing a crafted plugin.yaml file. The version field in this file contains path traversal sequences such as /../../../etc/ followed by a target filename. When Helm processes this plugin, it uses the malicious version string in file path construction, resulting in files being written outside the intended plugin directory.

The security fix introduces strict semver validation to ensure the version field contains only valid semantic versioning strings:

go
// Security patch in internal/plugin/metadata.go
// Source: https://github.com/helm/helm/commit/36c8539e99bc42d7aef9b87d136254662d04f027

 	"errors"
 	"fmt"
 
+	"github.com/Masterminds/semver/v3"
+
 	"helm.sh/helm/v4/internal/plugin/schema"
 )
 
+// isValidSemver checks if the given string is a valid semantic version.
+func isValidSemver(v string) bool {
+	_, err := semver.NewVersion(v)
+	return err == nil
+}
+
 // Metadata of a plugin, converted from the "on-disk" legacy or v1 plugin.yaml
 // Specifically, Config and RuntimeConfig are converted to their respective types based on the plugin type and runtime
 type Metadata struct {

Source: GitHub Commit Reference

The validation is then applied in the legacy metadata handling:

go
// Security patch in internal/plugin/metadata_legacy.go
// Source: https://github.com/helm/helm/commit/36c8539e99bc42d7aef9b87d136254662d04f027

 	if !validPluginName.MatchString(m.Name) {
 		return fmt.Errorf("invalid plugin name %q: must contain only a-z, A-Z, 0-9, _ and -", m.Name)
 	}
+
+	if m.Version != "" && !isValidSemver(m.Version) {
+		return fmt.Errorf("invalid plugin version %q: must be valid semver", m.Version)
+	}
+
 	m.Usage = sanitizeString(m.Usage)
 
 	if len(m.PlatformCommand) > 0 && len(m.Command) > 0 {

Source: GitHub Commit Reference

Detection Methods for CVE-2026-35204

Indicators of Compromise

  • Helm plugin plugin.yaml files containing /../ or ..\\ sequences in the version: field
  • Unexpected files created outside of standard Helm plugin directories (~/.local/share/helm/plugins/ or $HELM_DATA_HOME/plugins/)
  • Plugin installation logs showing unusual version strings with path separators

Detection Strategies

  • Implement file integrity monitoring (FIM) on critical system directories to detect unauthorized file creation
  • Audit Helm plugin installations and updates in CI/CD pipeline logs for anomalous version strings
  • Deploy endpoint detection rules to alert on Helm processes writing to directories outside expected plugin paths
  • Review installed plugin metadata by examining plugin.yaml files for path traversal patterns

Monitoring Recommendations

  • Enable verbose logging for Helm operations in production Kubernetes environments
  • Monitor for unauthorized modifications to system configuration files following Helm plugin operations
  • Implement runtime security tools to detect and block path traversal attempts at the filesystem level
  • Track Helm binary invocations and correlate with subsequent filesystem write operations

How to Mitigate CVE-2026-35204

Immediate Actions Required

  • Upgrade Helm to version 4.1.4 or later immediately across all development, staging, and production environments
  • Audit all currently installed Helm plugins by examining their plugin.yaml files for suspicious version fields
  • Remove any plugins with version fields containing path separators (/../ or ..\\)
  • Review CI/CD pipelines that automatically install Helm plugins and implement pre-installation validation

Patch Information

The vulnerability is fixed in Helm version 4.1.4. The fix introduces strict semantic versioning validation using the Masterminds/semver/v3 library to ensure plugin version fields contain only valid semver strings. Organizations should upgrade by obtaining the patched version from the official Helm release v4.1.4. Additional details are available in the GitHub Security Advisory GHSA-vmx8-mqv2-9gmg.

Workarounds

  • Manually validate the plugin.yaml of any Helm plugin before installation, ensuring the version: field does not contain POSIX dot-dot path separators
  • Implement organizational policies requiring plugin review and approval before installation
  • Use network policies or admission controllers to restrict plugin sources to trusted repositories only
bash
# Validate plugin.yaml before installation
grep -r "version:" /path/to/plugin/plugin.yaml | grep -E "\.\./|\.\.\\\\"; \
  if [ $? -eq 0 ]; then \
    echo "WARNING: Potential path traversal detected in plugin version field"; \
    exit 1; \
  fi

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechHelm

  • SeverityHIGH

  • CVSS Score8.4

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:P/VC:N/VI:H/VA:L/SC:H/SI:H/SA:H/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityLow
  • CWE References
  • CWE-22
  • Technical References
  • GitHub Commit Reference

  • GitHub Release v4.1.4

  • GitHub Security Advisory GHSA-vmx8-mqv2-9gmg
  • Related CVEs
  • CVE-2026-35206: Helm Path Traversal Vulnerability

  • CVE-2026-35205: Helm Plugin Signature Bypass Vulnerability

  • CVE-2025-32387: Helm Buffer Overflow Vulnerability

  • CVE-2025-32386: Helm Helm DOS 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