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-17490

CVE-2020-17490: SaltStack Salt Information Disclosure

CVE-2020-17490 is an information disclosure vulnerability in SaltStack Salt where the TLS module creates certificates with weak file permissions. This post covers the technical details, affected versions, and mitigation.

Published: March 4, 2026

CVE-2020-17490 Overview

CVE-2020-17490 is an insecure permissions vulnerability affecting the TLS module within SaltStack Salt through version 3002. The vulnerability occurs when the TLS module creates certificates with weak file permissions, potentially allowing unauthorized local users to read sensitive cryptographic materials. This weakness could enable attackers with local access to compromise the confidentiality of TLS certificates and private keys used by Salt infrastructure.

Critical Impact

Local attackers can potentially access TLS certificates and private keys due to overly permissive file permissions, compromising the confidentiality of Salt's secure communications infrastructure.

Affected Products

  • SaltStack Salt through version 3002
  • SaltStack Salt version 3001
  • Debian Linux 9.0 and 10.0

Discovery Timeline

  • November 3, 2020 - SaltStack publicly disclosed CVE-2020-17490
  • November 6, 2020 - CVE-2020-17490 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2020-17490

Vulnerability Analysis

This vulnerability is classified as CWE-732 (Incorrect Permission Assignment for Critical Resource). The TLS module in SaltStack Salt fails to properly restrict file permissions when creating TLS certificates. This insecure default configuration allows local users who should not have access to read sensitive certificate files, including private keys that are essential for securing Salt master-minion communications.

The attack vector is local, meaning an attacker needs some level of access to the system where Salt is running. Once they have local access, they can read the improperly protected certificate files without requiring elevated privileges. This could lead to the theft of private keys, enabling man-in-the-middle attacks or impersonation of Salt masters or minions.

Root Cause

The root cause of CVE-2020-17490 is improper file permission handling within the SaltStack Salt TLS module. When generating TLS certificates, the module does not apply sufficiently restrictive permissions to the created files. Instead of limiting access to only the Salt service account or root user, the certificates are created with permissions that allow broader read access, violating the principle of least privilege.

Attack Vector

The vulnerability requires local access to exploit. An attacker with a low-privileged user account on a system running SaltStack Salt can navigate to the directory where TLS certificates are stored and read the certificate files and associated private keys. This information could then be used to:

  • Decrypt intercepted Salt communications
  • Impersonate Salt masters or minions
  • Conduct man-in-the-middle attacks against Salt infrastructure
  • Pivot to additional systems managed by the compromised Salt deployment

The TLS module creates certificate files without properly setting restrictive permissions. When certificates are generated, they may be readable by users other than the Salt service account, exposing private key material to unauthorized access. For detailed technical information, refer to the SaltStack CVE Disclosure Blog.

Detection Methods for CVE-2020-17490

Indicators of Compromise

  • Unexpected access to Salt TLS certificate directories by non-root or non-service accounts
  • File permission audits showing world-readable or group-readable private key files in Salt's PKI directories
  • Log entries indicating certificate file access by unauthorized users
  • Anomalous authentication patterns in Salt master-minion communications

Detection Strategies

  • Implement file integrity monitoring on Salt's TLS certificate directories to detect unauthorized access
  • Configure auditd or similar tools to log access attempts to certificate files
  • Monitor system logs for permission-related warnings from the Salt TLS module
  • Deploy SentinelOne's Singularity Platform to detect suspicious file access patterns and potential credential theft attempts

Monitoring Recommendations

  • Enable verbose logging for Salt master and minion services to capture certificate-related operations
  • Set up alerts for file permission changes in /etc/salt/pki/ and related directories
  • Monitor for unusual local user activity on systems running Salt infrastructure
  • Implement regular permission audits using automated scanning tools

How to Mitigate CVE-2020-17490

Immediate Actions Required

  • Upgrade SaltStack Salt to a patched version that addresses CVE-2020-17490
  • Audit existing TLS certificate file permissions and manually correct any overly permissive settings
  • Regenerate TLS certificates after applying the patch to ensure new certificates have proper permissions
  • Review local user accounts on Salt infrastructure systems and remove unnecessary access

Patch Information

SaltStack has released patched versions to address this vulnerability. Organizations should upgrade to the latest stable release of SaltStack Salt. Consult the SaltStack Release Notes for specific version information and upgrade instructions.

For Debian-based systems, refer to Debian Security Advisory DSA-4837 and the Debian LTS Security Notice for distribution-specific patches.

Workarounds

  • Manually set restrictive permissions (e.g., chmod 600) on existing TLS certificate and private key files
  • Ensure certificate files are owned by the Salt service account (typically root:root or salt:salt)
  • Restrict access to Salt PKI directories using filesystem ACLs if granular control is needed
  • Consider using SELinux or AppArmor policies to limit certificate file access to Salt processes only
bash
# Configuration example
# Fix permissions on Salt TLS certificates
chmod 600 /etc/salt/pki/master/*.pem
chmod 600 /etc/salt/pki/minion/*.pem
chown root:root /etc/salt/pki/master/*.pem
chown root:root /etc/salt/pki/minion/*.pem

# Verify permissions are properly set
ls -la /etc/salt/pki/master/
ls -la /etc/salt/pki/minion/

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechSaltstack Salt

  • SeverityMEDIUM

  • CVSS Score5.5

  • EPSS Probability0.06%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-732
  • Technical References
  • openSUSE Security Announcement

  • Debian LTS Security Notice

  • Fedora Package Announcement

  • Gentoo GLSA 2020-11-13

  • Debian Security Advisory DSA-4837
  • Vendor Resources
  • SaltStack Release Notes

  • SaltStack CVE Disclosure Blog
  • Related CVEs
  • CVE-2023-20898: SaltStack Salt Information Disclosure Flaw

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

  • CVE-2020-11652: SaltStack Salt Path Traversal Vulnerability

  • CVE-2020-16846: SaltStack Salt RCE 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