CVE-2020-11651: SaltStack Salt Unauthenticated Remote Code Execution
9.8
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.99957%
CWE
Published
5/24/2022
Updated
10/26/2024
KEV Status
Yes
Technology
Python
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
salt | pip | < 2019.2.4 | 2019.2.4 |
salt | pip | >= 3000, < 3000.2 | 3000.2 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from the ClearFuncs class in Salt's salt-master process failing to validate method calls. The advisory explicitly identifies ClearFuncs as the source, and the patched versions introduced allowlists for exposed methods. Critical methods like _prep_auth_info (token retrieval), publish (command execution), and wheel (master-level operations) were accessible without authentication. These functions align with the CVE's description of token theft and remote code execution. The confidence is high due to the direct correlation between the vulnerability's mechanics and the functions' roles in Salt's RPC architecture.