CVE-2020-11652
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedAn issue was discovered in SaltStack Salt before 2019.2.4 and 3000 before 3000.2. The salt-master process ClearFuncs class allows access to some methods that improperly sanitize paths. These methods allow arbitrary directory access to authenticated users.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceThe salt-master process ClearFuncs class contains methods that fail to properly sanitize directory paths, allowing authenticated users to perform path traversal and access arbitrary directories on the Salt master server.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.
NVD · CPE data= 8.0= 9.0= 10.0= 16.04= 18.04= 7.5.0= 8.0.0< 2019.2.4>= 3000, < 3000.2= 15.1<= 7.1.3>= 8.0.0, <= 8.2.6= 9.1.0CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- Low
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- None
- Availability
- None
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Identify if Salt master is runningRun 'ps aux | grep salt-master' or 'systemctl status salt-master' to check if the salt-master process is activeAffected if salt-master process is running and the installed version is vulnerable
-
Check installed Salt versionRun 'salt --version' or 'salt-master --version' to obtain the exact version number, then compare against affected ranges: < 2019.2.4 or >= 3000.0 but < 3000.2Affected if version falls within < 2019.2.4 or >= 3000.0 and < 3000.2
-
Verify ClearFuncs exposureCheck if the Salt API ports (4506 for publishers, 4505 for ret ports) are listening. Use 'netstat -tulpn | grep -E "450[56]"' or 'ss -tulpn | grep -E "450[56]"'Affected if Salt API ports are open and accessible to the network or untrusted users
-
Confirm authentication is enabledReview Salt master configuration file (typically /etc/salt/master) to verify if external authentication is configured and whether guest/anonymous access could be permittedAffected if external auth is misconfigured or weak authentication allows unauthorized users to reach the ClearFuncs interface
A user is affected if salt-master is running with a version below 2019.2.4 or between 3000.0 and 3000.2, and the Salt API is network-accessible with authentication that could be exploited.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scoped2019.2.43000.2
Upgrade Salt to version 2019.2.4 or 3000.2 or later to patch the path traversal vulnerability. If immediate patching is not feasible, restrict network access to the Salt API and enforce strict authentication controls.
Salt 2019.2.4+ (for 2019.2 branch) or Salt 3000.2+ (for 3000 branch), preferably latest 2019.2.8 or 3000.6 LTS
- 1. Identify the currently installed Salt version by running: salt --version or salt-master --version
- 2. For systems running Salt < 2019.2.4: Upgrade to Salt 2019.2.4 or later (recommended: 2019.2.8 which includes all 2019.2.x security fixes)
- 3. For systems running Salt >= 3000 but < 3000.2: Upgrade to Salt 3000.2 or later (recommended: 3000.6 or latest 3000.x LTS)
- 4. On Debian/Ubuntu systems, update via: apt-get update && apt-get install salt-master salt-minion
- 5. On RHEL/CentOS systems, update via: yum update salt-master salt-minion
- 6. Restart the salt-master service after upgrade: systemctl restart salt-master
- 7. Verify the upgrade was successful by checking: salt --version
- 8. Ensure authentication mechanisms are properly configured and network access to the salt-master is restricted to trusted clients only
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation3.0 h
- Implementation2.0 h
- Testing3.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $2,832.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2020-11652 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2020-11652 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data