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-2020-11652

CVE-2020-11652: SaltStack Salt Path Traversal Vulnerability

CVE-2020-11652 is a path traversal vulnerability in SaltStack Salt that allows authenticated users to access arbitrary directories. This article covers the technical details, affected versions, impact, and mitigation.

Published: March 11, 2026

CVE-2020-11652 Overview

A directory traversal vulnerability was discovered in SaltStack Salt before 2019.2.4 and 3000 before 3000.2. The salt-master process ClearFuncs class allows access to some methods that improperly sanitize paths. These methods allow arbitrary directory access to authenticated users, enabling attackers to read sensitive files from the Salt master server.

Critical Impact

This vulnerability is listed in CISA's Known Exploited Vulnerabilities (KEV) catalog and has been actively exploited in the wild. Authenticated attackers can leverage improper path sanitization to traverse directories and access sensitive configuration files, credentials, and other critical data on Salt master servers.

Affected Products

  • SaltStack Salt (versions before 2019.2.4 and 3000.x before 3000.2)
  • openSUSE Leap 15.1
  • Debian Linux 8.0, 9.0, 10.0
  • Canonical Ubuntu Linux 16.04 ESM, 18.04 LTS
  • BlackBerry Workspaces Server
  • VMware Application Remote Collector 7.5.0, 8.0.0

Discovery Timeline

  • April 30, 2020 - CVE-2020-11652 published to NVD
  • November 7, 2025 - Last updated in NVD database

Technical Details for CVE-2020-11652

Vulnerability Analysis

This vulnerability exists in the ClearFuncs class within the salt-master process, which handles unauthenticated requests on the publish port. Several methods within this class fail to properly sanitize user-supplied file paths, allowing authenticated users to escape intended directory boundaries. The flaw enables directory traversal attacks where an attacker can navigate the file system using path traversal sequences to access files outside the intended scope.

The vulnerability is particularly dangerous in SaltStack environments because the Salt master typically has access to sensitive configuration data, encryption keys, and credentials used to manage infrastructure. Successful exploitation allows an attacker to read arbitrary files from the master server, potentially exposing secrets that could lead to complete infrastructure compromise.

Root Cause

The root cause of CVE-2020-11652 is improper input validation (CWE-22: Improper Limitation of a Pathname to a Restricted Directory). The vulnerable methods in the ClearFuncs class do not adequately sanitize file path parameters before using them in file system operations. This allows authenticated users to inject path traversal sequences such as ../ to navigate to arbitrary directories on the Salt master file system.

Attack Vector

The attack is network-based and requires an authenticated session with the Salt master. An authenticated attacker can craft malicious requests to the vulnerable methods in the ClearFuncs class, including path traversal sequences in file path parameters. The Salt master processes these requests without proper path sanitization, allowing the attacker to read files from arbitrary locations on the server.

The vulnerability can be chained with CVE-2020-11651 (authentication bypass) for unauthenticated remote exploitation, significantly increasing the attack surface. Exploitation has been observed in the wild, leading to CISA adding this vulnerability to their Known Exploited Vulnerabilities catalog.

Detection Methods for CVE-2020-11652

Indicators of Compromise

  • Unusual file access patterns on Salt master servers, particularly attempts to read files outside normal Salt directories
  • Requests containing path traversal sequences (../, ..%2f, etc.) in Salt master logs
  • Unexpected access to sensitive files such as /etc/shadow, /etc/passwd, or Salt configuration files
  • Network connections to Salt master ports (4505, 4506) from unauthorized IP addresses

Detection Strategies

  • Monitor Salt master logs for requests containing directory traversal patterns
  • Implement file integrity monitoring on critical Salt configuration directories
  • Deploy network intrusion detection rules for known Salt exploitation patterns
  • Analyze authentication logs for suspicious or unauthorized Salt master access
  • Review outbound network traffic from Salt infrastructure for signs of data exfiltration

Monitoring Recommendations

  • Enable verbose logging on Salt master servers to capture detailed request information
  • Configure SIEM alerts for path traversal patterns in Salt-related log entries
  • Monitor access to Salt master configuration files and the /srv/salt/ directory hierarchy
  • Track authentication events and privilege usage on Salt infrastructure
  • Implement network segmentation monitoring to detect lateral movement from compromised Salt servers

How to Mitigate CVE-2020-11652

Immediate Actions Required

  • Update SaltStack Salt to version 2019.2.4 or later (for 2019.x branch) or 3000.2 or later (for 3000.x branch)
  • Restrict network access to Salt master ports (4505, 4506) using firewall rules
  • Audit Salt master configurations and review file access permissions
  • Check for signs of compromise including unauthorized file access or configuration changes
  • Rotate any credentials or keys that may have been exposed through exploitation

Patch Information

SaltStack has released patched versions addressing this vulnerability. Users should upgrade to Salt version 2019.2.4 or 3000.2 or later, depending on their release branch. Detailed release notes and upgrade instructions are available in the SaltStack Release Notes 2019.2.4 and SaltStack Release Notes 3000.2. Multiple downstream vendors including Debian, Ubuntu, openSUSE, Cisco, VMware, and BlackBerry have released security advisories and patches for their affected products.

Workarounds

  • Implement strict firewall rules to limit access to Salt master ports only from trusted minion IP addresses
  • Deploy a VPN or bastion host architecture to restrict direct network access to Salt infrastructure
  • Enable Salt authentication and ensure proper key management for all minions
  • Consider temporarily disabling the Salt master service if patching cannot be performed immediately
  • Use network segmentation to isolate Salt infrastructure from untrusted networks
bash
# Example firewall configuration to restrict Salt master access
# Allow only specific minion IPs to connect to Salt master ports
iptables -A INPUT -p tcp --dport 4505 -s <trusted_minion_ip> -j ACCEPT
iptables -A INPUT -p tcp --dport 4506 -s <trusted_minion_ip> -j ACCEPT
iptables -A INPUT -p tcp --dport 4505 -j DROP
iptables -A INPUT -p tcp --dport 4506 -j DROP

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechSaltstack Salt

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability94.27%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CISA KEV Information
  • In CISA KEVYes
  • CWE References
  • CWE-22
  • Technical References
  • OpenSUSE Security Announcement

  • OpenSUSE Security Announcement

  • Packet Storm Remote Code Execution

  • Packet Storm Unauthenticated RCE

  • BlackBerry Security Article

  • VMware Security Advisory VMSA-2020-0009

  • SaltStack Release Notes 3000.2

  • Debian LTS Security Announcement

  • Cisco Security Advisory

  • Ubuntu Security Notice USN-4459-1

  • Debian Security Advisory DSA-4676

  • CISA Known Exploited Vulnerabilities
  • Vendor Resources
  • SaltStack Release Notes 2019.2.4
  • Related CVEs
  • CVE-2021-25282: SaltStack Salt Path Traversal Flaw

  • CVE-2020-11651: SaltStack Salt Auth Bypass Vulnerability

  • CVE-2020-16846: SaltStack Salt RCE Vulnerability

  • CVE-2022-22967: SaltStack Salt Auth Bypass 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