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-2025-62349

CVE-2025-62349: Salt Auth Bypass Vulnerability

CVE-2025-62349 is an authentication protocol downgrade vulnerability in Salt that allows malicious minions to bypass security features and impersonate other minions. This article covers the technical details, affected versions, impact, and mitigation strategies.

Published: February 6, 2026

CVE-2025-62349 Overview

Salt contains an authentication protocol version downgrade weakness that can allow a malicious minion to bypass newer authentication/security features by using an older request payload format, enabling minion impersonation and circumventing protections introduced in response to prior issues.

Critical Impact

A malicious Salt minion can bypass authentication mechanisms by downgrading to older protocol versions, potentially enabling impersonation attacks and circumventing security controls across managed infrastructure.

Affected Products

  • Salt Project Salt versions prior to 3006.17
  • Salt Project Salt versions prior to 3007.9

Discovery Timeline

  • January 30, 2026 - CVE CVE-2025-62349 published to NVD
  • February 4, 2026 - Last updated in NVD database

Technical Details for CVE-2025-62349

Vulnerability Analysis

This vulnerability (CWE-287: Improper Authentication) exists in Salt's authentication protocol handling where the system fails to enforce the use of current authentication protocol versions. When a Salt master receives authentication requests, it accepts older payload formats that lack security enhancements implemented in response to previous vulnerabilities. This design flaw creates a dangerous attack surface where malicious actors controlling a minion can intentionally craft authentication requests using deprecated protocol formats.

The weakness allows attackers to bypass security controls that were specifically added to address prior authentication weaknesses in the Salt infrastructure management platform. By exploiting this protocol version flexibility, an attacker can impersonate legitimate minions, potentially gaining unauthorized access to managed systems and the ability to execute arbitrary commands across the Salt-managed infrastructure.

Root Cause

The root cause stems from Salt's backward compatibility implementation in its authentication subsystem. The authentication handler accepts multiple protocol versions without properly enforcing the use of the most recent, secure version. This permissive approach to protocol version negotiation allows attackers to deliberately select older, less secure authentication mechanisms that bypass protections added in newer versions.

Attack Vector

The attack is network-based and requires an attacker to have privileged access (control of a Salt minion). The attacker crafts authentication requests using older protocol payload formats that the Salt master still accepts for backward compatibility. By avoiding the newer authentication protocol, the attacker circumvents security controls such as enhanced identity verification and cryptographic protections that were introduced to address previous authentication bypass vulnerabilities.

The attack enables minion impersonation, allowing a compromised or malicious minion to masquerade as other legitimate minions in the Salt infrastructure. This can lead to unauthorized command execution, data exfiltration, or lateral movement across managed systems.

Detection Methods for CVE-2025-62349

Indicators of Compromise

  • Unusual authentication requests from minions using deprecated protocol versions or legacy payload formats
  • Authentication attempts from minions with mismatched identities or unexpected key material
  • Anomalous patterns in Salt master authentication logs indicating protocol version mismatches
  • Minions appearing to authenticate from unexpected network locations or with suspicious timing patterns

Detection Strategies

  • Monitor Salt master logs for authentication requests using older protocol formats
  • Implement alerting on authentication anomalies such as minion ID conflicts or unexpected re-authentication events
  • Deploy network monitoring to detect unusual Salt communication patterns between masters and minions
  • Audit minion key acceptance events for signs of impersonation attempts

Monitoring Recommendations

  • Enable verbose logging on Salt masters to capture detailed authentication protocol information
  • Implement centralized log collection for Salt infrastructure components
  • Configure alerts for failed authentication attempts and protocol downgrade indicators
  • Regularly review minion key states and authentication patterns for anomalies

How to Mitigate CVE-2025-62349

Immediate Actions Required

  • Upgrade Salt to version 3006.17 or 3007.9 or later immediately
  • Audit existing minion connections and validate minion identities
  • Review Salt master configurations for any custom authentication settings that may increase exposure
  • Implement network segmentation to limit Salt communication to trusted network segments

Patch Information

Salt Project has released security patches addressing this vulnerability. Organizations should upgrade to the patched versions as documented in the official release notes:

  • Salt Project Release Notes 3006.17 - Security fix for version 3006.x
  • Salt Project Release Notes 3007.9 - Security fix for version 3007.x

Workarounds

  • Restrict network access to Salt master ports (4505, 4506) using firewall rules to limit exposure to trusted networks only
  • Implement strict minion key management policies and reject keys from unknown or suspicious sources
  • Monitor and alert on new minion key acceptance events until patches can be applied
  • Consider temporarily disabling automatic minion key acceptance if enabled
bash
# Configuration example - Restrict Salt master network access
# Add to firewall rules to limit Salt master exposure
iptables -A INPUT -p tcp --dport 4505 -s 10.0.0.0/8 -j ACCEPT
iptables -A INPUT -p tcp --dport 4506 -s 10.0.0.0/8 -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
  • TypeAuth Bypass

  • Vendor/TechSalt

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:P/PR:H/UI:N/VC:H/VI:H/VA:L/SC:N/SI:N/SA:N/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
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-287
  • Technical References
  • Salt Project Release Notes 3006.17

  • Salt Project Release Notes 3007.9
  • Related CVEs
  • CVE-2025-62348: Salt Junos Module 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