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-2022-24348

CVE-2022-24348: Argo CD Path Traversal Vulnerability

CVE-2022-24348 is a path traversal vulnerability in Argoproj Argo CD affecting Helm chart processing. Attackers can exploit this flaw to access sensitive files and credentials. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: February 18, 2026

CVE-2022-24348 Overview

CVE-2022-24348 is a directory traversal vulnerability affecting Argo CD, the popular GitOps continuous delivery tool for Kubernetes. The vulnerability exists in the helmTemplate function within repository.go and allows authenticated attackers to exploit path traversal sequences when processing Helm charts. Successful exploitation enables attackers to read sensitive files outside the intended directory scope, potentially exposing credentials and other sensitive information stored in YAML configuration files.

Critical Impact

Authenticated attackers can leverage malicious Helm charts to traverse directories and access sensitive credentials stored in YAML files within Argo CD deployments, potentially compromising Kubernetes cluster security.

Affected Products

  • Argo CD versions before 2.1.9
  • Argo CD versions 2.2.x before 2.2.4
  • All Kubernetes environments using vulnerable Argo CD installations

Discovery Timeline

  • 2022-02-04 - CVE-2022-24348 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2022-24348

Vulnerability Analysis

This directory traversal vulnerability (CWE-22) originates from improper input validation in the Helm chart template processing functionality of Argo CD. The flaw in helmTemplate within repository.go fails to adequately sanitize file path inputs, allowing attackers to craft malicious Helm charts containing path traversal sequences that escape the expected working directory.

The vulnerability is particularly concerning in multi-tenant Kubernetes environments where Argo CD manages deployments across different namespaces and applications. An attacker with low privileges can exploit this flaw to access sensitive information belonging to other tenants or the Argo CD infrastructure itself.

The attack can be executed remotely over the network without user interaction, though it does require authentication to the Argo CD instance. The scope of impact extends beyond the vulnerable component, as exposed credentials could be used to compromise other systems and services.

Root Cause

The root cause lies in insufficient path validation within the helmTemplate function in repository.go. When Argo CD processes Helm charts, it fails to properly validate and sanitize file paths, allowing directory traversal sequences (such as ../) to be processed. This enables attackers to reference files outside the intended chart directory structure, bypassing the expected security boundaries.

Attack Vector

The attack leverages Argo CD's Helm chart processing mechanism. An attacker with the ability to submit or modify Helm charts can include malicious path traversal sequences within chart templates or values files. When Argo CD processes these charts, the traversal sequences are resolved, allowing the attacker to read arbitrary files accessible to the Argo CD process.

The attack vector requires network access to the Argo CD instance and valid authentication credentials with permissions to deploy or modify Helm-based applications. Once exploited, attackers can extract sensitive information including repository credentials, cluster secrets, and other configuration data stored in YAML format.

For detailed technical analysis of the exploitation mechanism, refer to the Apiiro security research blog post.

Detection Methods for CVE-2022-24348

Indicators of Compromise

  • Helm charts containing unusual path traversal patterns (../, ..%2f, or encoded variants)
  • Unexpected file access attempts by the Argo CD repo-server component
  • Audit log entries showing access to sensitive configuration files outside application directories
  • Application manifests referencing paths outside the expected chart structure

Detection Strategies

  • Monitor Argo CD application logs for path traversal patterns and file access anomalies
  • Implement file integrity monitoring on Argo CD configuration directories
  • Review Helm chart contents for suspicious path references before deployment approval
  • Enable audit logging for all Argo CD API operations and repository access

Monitoring Recommendations

  • Configure alerts for unusual file system access patterns by argocd-repo-server pods
  • Monitor for new or modified Helm charts in connected repositories
  • Implement network monitoring to detect data exfiltration attempts from Argo CD components
  • Review Argo CD RBAC configurations to ensure least-privilege access

How to Mitigate CVE-2022-24348

Immediate Actions Required

  • Upgrade Argo CD to version 2.1.9 or later for the 2.1.x branch
  • Upgrade Argo CD to version 2.2.4 or later for the 2.2.x branch
  • Audit existing Helm charts in connected repositories for malicious content
  • Review Argo CD access logs for signs of exploitation attempts

Patch Information

The Argo CD project has released patched versions that address this vulnerability. Users running Argo CD 2.1.x should upgrade to version 2.1.9 or later, while users on the 2.2.x branch should upgrade to version 2.2.4 or later. The patches implement proper path validation in the helmTemplate function to prevent directory traversal attacks.

For complete patch details and upgrade instructions, consult the GitHub Security Advisory GHSA-63qx-x74g-jcr7.

Workarounds

  • Restrict Helm chart sources to trusted repositories only
  • Implement strict code review processes for all Helm charts before deployment
  • Use Argo CD's repository credential isolation features to limit credential exposure
  • Consider implementing OPA Gatekeeper or Kyverno policies to scan Helm charts for path traversal patterns
bash
# Verify current Argo CD version
kubectl get pods -n argocd -l app.kubernetes.io/name=argocd-server -o jsonpath='{.items[0].spec.containers[0].image}'

# Upgrade Argo CD using Helm (example for 2.2.4+)
helm upgrade argocd argo/argo-cd --namespace argocd --version 4.2.0

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechArgo Cd

  • SeverityHIGH

  • CVSS Score7.7

  • EPSS Probability3.40%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-22
  • Technical References
  • Apiiro Blog Post

  • GitHub Security Advisory
  • Related CVEs
  • CVE-2025-59531: Argoproj Argo CD DoS Vulnerability

  • CVE-2025-59537: Argoproj Argo CD DoS Vulnerability

  • CVE-2025-59538: Argoproj Argo CD DoS Vulnerability

  • CVE-2025-55190: Argo CD Information Disclosure Flaw
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