Cyber Resilience

CVE-2020-16846

CriticalCISA KEVActive ExploitationEUVD ExploitedPublic PoCRCE

Published: 06 November 2020

Published
06 November 2020
Modified
07 November 2025
KEV Added
03 November 2021
Patch
CVSS Score v3.1 9.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.9439 100.0th percentile
Risk Priority 96 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2020-16846 is a critical-severity OS Command Injection (CWE-78) vulnerability in Saltstack Salt. Its CVSS base score is 9.8 (Critical).

Operationally, ranked in the top 0.0% of CVEs by exploit likelihood; CISA has added it to the Known Exploited Vulnerabilities catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified are NIST 800-53 AC-3 (Access Enforcement) and SI-10 (Information Input Validation).

Deeper analysis

The vulnerability CVE-2020-16846 is a shell injection flaw, tracked under CWE-78, that affects SaltStack Salt through version 3002. It resides in the Salt API component when the SSH client is enabled and carries a CVSS 3.1 base score of 9.8 reflecting network-accessible, unauthenticated attack conditions.

An unauthenticated remote attacker can exploit the issue by submitting crafted web requests to the Salt API, resulting in arbitrary command execution that yields full control over confidentiality, integrity, and availability of the affected system.

Public advisories reference patches and updated packages distributed via the SaltStack GitHub releases along with downstream fixes from openSUSE and Debian LTS. No information on observed in-the-wild exploitation is supplied in the source data.

EU & UK References

Vulnerability details

An issue was discovered in SaltStack Salt through 3002. Sending crafted web requests to the Salt API, with the SSH client enabled, can result in shell injection.

CWE(s)
KEV Date Added
03 November 2021

Related Threats

No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.

Affected Assets

saltstack
salt
3001, 3002 · ≤ 2015.8.10 · 2015.8.11 — 2015.8.13 · 2016.3.0 — 2016.3.4
debian
debian linux
10.0, 9.0
fedoraproject
fedora
31
opensuse
leap
15.1

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires validation of all inputs to the Salt API to block crafted requests that trigger shell injection.

prevent

Enforces authentication and authorization on the Salt API before any SSH-related commands can be processed.

AC-17 Remote Access partial match
prevent

Requires explicit authorization and secure configuration for all remote access paths to the Salt API.

References