CVE-2025-62349
Unknown Unknown - Not Provided

Authentication Downgrade in Salt Enables Minion Impersonation

Vulnerability report for CVE-2025-62349, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-01-30

Last updated on: 2026-01-30

Assigner: VMware

Description

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-01-30
Last Modified
2026-01-30
Generated
2026-07-06
AI Q&A
2026-01-30
EPSS Evaluated
2026-07-04
NVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
saltproject salt 3007.9

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-287 When an actor claims to have a given identity, the product does not prove or insufficiently proves that the claim is correct.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is an authentication protocol version downgrade weakness in Salt. It allows a malicious minion to bypass newer authentication and security features by using an older request payload format. This enables the attacker to impersonate a minion and circumvent protections that were introduced to address previous security issues. [1]

Impact Analysis

The vulnerability can impact you by allowing a malicious minion to impersonate legitimate minions, bypassing enhanced authentication and security features. This could lead to unauthorized access, data compromise, or manipulation of Salt-managed systems, potentially undermining the integrity and security of your infrastructure. [1]

Mitigation Strategies

To mitigate this vulnerability, upgrade Salt to version 3007.9 or later, which includes a security fix for CVE-2025-62349. After upgrading the master, configure the `minimum_auth_version` option in the master configuration to enforce a minimum authentication protocol version of 3 or higher. If you have older minions that do not support protocol version 3, temporarily set `minimum_auth_version: 0` before upgrading the master, then upgrade all minions, and finally remove this override to enforce the new minimum version. [1]

Detection Guidance

To detect this vulnerability, you should check the Salt master configuration for the 'minimum_auth_version' setting. If it is not set to 3 or higher, your system may be vulnerable to authentication protocol version downgrade attacks. There are no specific commands provided in the resources to detect exploit attempts on the network or system. However, verifying the configuration can be done by inspecting the Salt master config file, typically located at /etc/salt/master, for the 'minimum_auth_version' parameter. Setting 'minimum_auth_version: 3' enforces the use of authentication protocol version 3 or higher, mitigating the vulnerability. If you have older minions, you may temporarily set 'minimum_auth_version: 0' during upgrades. No direct network detection commands or signatures are provided in the available resources. [1]

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2025-62349. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart