CVE-2013-6617: SaltStack Privilege Escalation vulnerability
7.5
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.81498%
CWE
-
Published
5/17/2022
Updated
11/6/2024
KEV Status
No
Technology
Python
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
salt | pip | >= 0.11.0, < 0.17.1 | 0.17.1 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability description indicates improper group privilege dropping in SaltStack's master process
, but the provided information lacks specific code references, commit diffs, or patch details. While the root cause likely involves missing/incomplete setgid()
or setgroups()
calls during privilege dropping, the exact vulnerable functions and their locations cannot be identified with high confidence without examining the original source code from versions 0.11.0 to 0.17.0. The advisory references and CWE-264 (Permissions management) suggest a privilege management flaw, but insufficient technical details prevent precise function identification.