Publish Advisories

GHSA-29j3-2446-5j4w
GHSA-3c56-vx6v-q5vh
GHSA-pjhf-vpx3-33r3
GHSA-qr38-h96j-2j3w
GHSA-vp49-2g4r-m3x3
GHSA-29j3-2446-5j4w
GHSA-3c56-vx6v-q5vh
GHSA-qr38-h96j-2j3w
This commit is contained in:
advisory-database[bot]
2024-04-22 22:25:32 +00:00
parent 619d2c8361
commit cf701259bc
8 changed files with 884 additions and 218 deletions
@@ -0,0 +1,257 @@
{
"schema_version": "1.4.0",
"id": "GHSA-29j3-2446-5j4w",
"modified": "2024-04-22T22:23:17Z",
"published": "2022-05-24T17:33:18Z",
"aliases": [
"CVE-2020-25592"
],
"summary": "SaltStack Salt Improper Validation of eauth credentials and tokens in salt-netapi",
"details": "In SaltStack the salt-netapi improperly validates eauth credentials and tokens. A user can bypass authentication and invoke Salt SSH.",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H"
}
],
"affected": [
{
"package": {
"ecosystem": "PyPI",
"name": "salt"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"fixed": "2015.8.13"
}
]
}
]
},
{
"package": {
"ecosystem": "PyPI",
"name": "salt"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "2016.3.0"
},
{
"fixed": "2016.3.8"
}
]
}
]
},
{
"package": {
"ecosystem": "PyPI",
"name": "salt"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "2016.11.0"
},
{
"fixed": "2016.11.10"
}
]
}
]
},
{
"package": {
"ecosystem": "PyPI",
"name": "salt"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "2017.5.0"
},
{
"fixed": "2017.7.8"
}
]
}
]
},
{
"package": {
"ecosystem": "PyPI",
"name": "salt"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "2018.2.0"
},
{
"fixed": "2018.3.5"
}
]
}
]
},
{
"package": {
"ecosystem": "PyPI",
"name": "salt"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "2019.2.0"
},
{
"fixed": "2019.2.7"
}
]
}
]
},
{
"package": {
"ecosystem": "PyPI",
"name": "salt"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "3000.0"
},
{
"fixed": "3000.5"
}
]
}
]
},
{
"package": {
"ecosystem": "PyPI",
"name": "salt"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "3001.0"
},
{
"fixed": "3001.3"
}
]
}
]
},
{
"package": {
"ecosystem": "PyPI",
"name": "salt"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "3002.0"
},
{
"fixed": "3002.1"
}
]
}
]
}
],
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-25592"
},
{
"type": "WEB",
"url": "https://docs.saltstack.com/en/latest/topics/releases/index.html"
},
{
"type": "PACKAGE",
"url": "https://github.com/saltstack/salt"
},
{
"type": "WEB",
"url": "https://github.com/saltstack/salt/blob/8f9405cf8e6f7d7776d5000841c886dec6d96250/doc/topics/releases/2019.2.7.rst#L12"
},
{
"type": "WEB",
"url": "https://github.com/saltstack/salt/blob/8f9405cf8e6f7d7776d5000841c886dec6d96250/doc/topics/releases/3000.5.rst#L12"
},
{
"type": "WEB",
"url": "https://github.com/saltstack/salt/blob/8f9405cf8e6f7d7776d5000841c886dec6d96250/doc/topics/releases/3001.3.rst#L12"
},
{
"type": "WEB",
"url": "https://github.com/saltstack/salt/blob/8f9405cf8e6f7d7776d5000841c886dec6d96250/doc/topics/releases/3002.1.rst#L14"
},
{
"type": "WEB",
"url": "https://lists.debian.org/debian-lts-announce/2020/12/msg00007.html"
},
{
"type": "WEB",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/TPOGB2F6XUAIGFDTOCQDNB2VIXFXHWMA"
},
{
"type": "WEB",
"url": "https://security.gentoo.org/glsa/202011-13"
},
{
"type": "WEB",
"url": "https://www.debian.org/security/2021/dsa-4837"
},
{
"type": "WEB",
"url": "https://www.saltstack.com/blog/on-november-3-2020-saltstack-publicly-disclosed-three-new-cves"
},
{
"type": "WEB",
"url": "http://lists.opensuse.org/opensuse-security-announce/2020-11/msg00029.html"
},
{
"type": "WEB",
"url": "http://packetstormsecurity.com/files/160039/SaltStack-Salt-REST-API-Arbitrary-Command-Execution.html"
}
],
"database_specific": {
"cwe_ids": [
"CWE-20"
],
"severity": "CRITICAL",
"github_reviewed": true,
"github_reviewed_at": "2024-04-22T22:23:17Z",
"nvd_published_at": "2020-11-06T08:15:00Z"
}
}
@@ -0,0 +1,253 @@
{
"schema_version": "1.4.0",
"id": "GHSA-3c56-vx6v-q5vh",
"modified": "2024-04-22T22:24:34Z",
"published": "2022-05-24T17:33:17Z",
"aliases": [
"CVE-2020-17490"
],
"summary": "SaltStack Salt Allows creating certificates with weak file permissions",
"details": "The TLS module within SaltStack Salt through 3002 creates certificates with weak file permissions.",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N"
}
],
"affected": [
{
"package": {
"ecosystem": "PyPI",
"name": "salt"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"fixed": "2015.8.13"
}
]
}
]
},
{
"package": {
"ecosystem": "PyPI",
"name": "salt"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "2016.3.0"
},
{
"fixed": "2016.3.8"
}
]
}
]
},
{
"package": {
"ecosystem": "PyPI",
"name": "salt"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "2016.11.0"
},
{
"fixed": "2016.11.10"
}
]
}
]
},
{
"package": {
"ecosystem": "PyPI",
"name": "salt"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "2017.5.0"
},
{
"fixed": "2017.7.8"
}
]
}
]
},
{
"package": {
"ecosystem": "PyPI",
"name": "salt"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "2018.2.0"
},
{
"fixed": "2018.3.5"
}
]
}
]
},
{
"package": {
"ecosystem": "PyPI",
"name": "salt"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "2019.2.0"
},
{
"fixed": "2019.2.6"
}
]
}
]
},
{
"package": {
"ecosystem": "PyPI",
"name": "salt"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "3000"
},
{
"fixed": "3000.4"
}
]
}
]
},
{
"package": {
"ecosystem": "PyPI",
"name": "salt"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "3001"
},
{
"fixed": "3001.2"
}
]
}
]
},
{
"package": {
"ecosystem": "PyPI",
"name": "salt"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "3002"
},
{
"fixed": "3002.1"
}
]
}
]
}
],
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-17490"
},
{
"type": "WEB",
"url": "https://docs.saltstack.com/en/latest/topics/releases/index.html#latest-branch-release"
},
{
"type": "PACKAGE",
"url": "https://github.com/saltstack/salt"
},
{
"type": "WEB",
"url": "https://github.com/saltstack/salt/blob/8f9405cf8e6f7d7776d5000841c886dec6d96250/doc/topics/releases/2019.2.6.rst#L10"
},
{
"type": "WEB",
"url": "https://github.com/saltstack/salt/blob/8f9405cf8e6f7d7776d5000841c886dec6d96250/doc/topics/releases/3000.4.rst#L10"
},
{
"type": "WEB",
"url": "https://github.com/saltstack/salt/blob/8f9405cf8e6f7d7776d5000841c886dec6d96250/doc/topics/releases/3001.2.rst#L10"
},
{
"type": "WEB",
"url": "https://github.com/saltstack/salt/blob/8f9405cf8e6f7d7776d5000841c886dec6d96250/doc/topics/releases/3002.1.rst#L13"
},
{
"type": "WEB",
"url": "https://lists.debian.org/debian-lts-announce/2020/12/msg00007.html"
},
{
"type": "WEB",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/TPOGB2F6XUAIGFDTOCQDNB2VIXFXHWMA"
},
{
"type": "WEB",
"url": "https://security.gentoo.org/glsa/202011-13"
},
{
"type": "WEB",
"url": "https://www.debian.org/security/2021/dsa-4837"
},
{
"type": "WEB",
"url": "https://www.saltstack.com/blog/on-november-3-2020-saltstack-publicly-disclosed-three-new-cves"
},
{
"type": "WEB",
"url": "http://lists.opensuse.org/opensuse-security-announce/2020-11/msg00029.html"
}
],
"database_specific": {
"cwe_ids": [
"CWE-732"
],
"severity": "MODERATE",
"github_reviewed": true,
"github_reviewed_at": "2024-04-22T22:24:34Z",
"nvd_published_at": "2020-11-06T08:15:00Z"
}
}
@@ -1,11 +1,12 @@
{
"schema_version": "1.4.0",
"id": "GHSA-pjhf-vpx3-33r3",
"modified": "2022-05-24T17:16:59Z",
"modified": "2024-04-22T22:24:37Z",
"published": "2022-05-24T17:16:59Z",
"aliases": [
"CVE-2020-11651"
],
"summary": "SaltStack Salt Unauthenticated Remote Code Execution",
"details": "An issue was discovered in SaltStack Salt before 2019.2.4 and 3000 before 3000.2. The salt-master process ClearFuncs class does not properly validate method calls. This allows a remote user to access some methods without authentication. These methods can be used to retrieve user tokens from the salt master and/or run arbitrary commands on salt minions.",
"severity": [
{
@@ -14,7 +15,44 @@
}
],
"affected": [
{
"package": {
"ecosystem": "PyPI",
"name": "salt"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"fixed": "2019.2.4"
}
]
}
]
},
{
"package": {
"ecosystem": "PyPI",
"name": "salt"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "3000"
},
{
"fixed": "3000.2"
}
]
}
]
}
],
"references": [
{
@@ -25,6 +63,10 @@
"type": "WEB",
"url": "https://docs.saltstack.com/en/latest/topics/releases/2019.2.4.html"
},
{
"type": "PACKAGE",
"url": "https://github.com/saltstack/salt"
},
{
"type": "WEB",
"url": "https://github.com/saltstack/salt/blob/v3000.2_docs/doc/topics/releases/3000.2.rst"
@@ -71,9 +113,9 @@
"CWE-20",
"CWE-306"
],
"severity": "HIGH",
"github_reviewed": false,
"github_reviewed_at": null,
"severity": "CRITICAL",
"github_reviewed": true,
"github_reviewed_at": "2024-04-22T22:24:37Z",
"nvd_published_at": "2020-04-30T17:15:00Z"
}
}
@@ -0,0 +1,281 @@
{
"schema_version": "1.4.0",
"id": "GHSA-qr38-h96j-2j3w",
"modified": "2024-04-22T22:23:42Z",
"published": "2022-05-24T17:33:18Z",
"aliases": [
"CVE-2020-16846"
],
"summary": "SaltStack Salt Command Injection in netapi ssh client",
"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.",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H"
}
],
"affected": [
{
"package": {
"ecosystem": "PyPI",
"name": "salt"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"fixed": "2015.8.13"
}
]
}
]
},
{
"package": {
"ecosystem": "PyPI",
"name": "salt"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "2016.3.0"
},
{
"fixed": "2016.3.8"
}
]
}
]
},
{
"package": {
"ecosystem": "PyPI",
"name": "salt"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "2016.11.0"
},
{
"fixed": "2016.11.10"
}
]
}
]
},
{
"package": {
"ecosystem": "PyPI",
"name": "salt"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "2017.5.0"
},
{
"fixed": "2017.7.8"
}
]
}
]
},
{
"package": {
"ecosystem": "PyPI",
"name": "salt"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "2018.2.0"
},
{
"fixed": "2018.3.5"
}
]
}
]
},
{
"package": {
"ecosystem": "PyPI",
"name": "salt"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "2019.2.0"
},
{
"fixed": "2019.2.6"
}
]
}
]
},
{
"package": {
"ecosystem": "PyPI",
"name": "salt"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "3000.0"
},
{
"fixed": "3000.4"
}
]
}
]
},
{
"package": {
"ecosystem": "PyPI",
"name": "salt"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "3001"
},
{
"fixed": "3001.2"
}
]
}
]
},
{
"package": {
"ecosystem": "PyPI",
"name": "salt"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "3002"
},
{
"fixed": "3002.1"
}
]
}
]
}
],
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-16846"
},
{
"type": "WEB",
"url": "https://www.zerodayinitiative.com/advisories/ZDI-20-1383"
},
{
"type": "WEB",
"url": "https://www.zerodayinitiative.com/advisories/ZDI-20-1382"
},
{
"type": "WEB",
"url": "https://www.zerodayinitiative.com/advisories/ZDI-20-1381"
},
{
"type": "WEB",
"url": "https://www.zerodayinitiative.com/advisories/ZDI-20-1380"
},
{
"type": "WEB",
"url": "https://www.zerodayinitiative.com/advisories/ZDI-20-1379"
},
{
"type": "WEB",
"url": "https://www.saltstack.com/blog/on-november-3-2020-saltstack-publicly-disclosed-three-new-cves"
},
{
"type": "WEB",
"url": "https://www.debian.org/security/2021/dsa-4837"
},
{
"type": "WEB",
"url": "https://security.gentoo.org/glsa/202011-13"
},
{
"type": "WEB",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/TPOGB2F6XUAIGFDTOCQDNB2VIXFXHWMA"
},
{
"type": "WEB",
"url": "https://lists.debian.org/debian-lts-announce/2022/01/msg00000.html"
},
{
"type": "WEB",
"url": "https://lists.debian.org/debian-lts-announce/2020/12/msg00007.html"
},
{
"type": "WEB",
"url": "https://github.com/saltstack/salt/releases"
},
{
"type": "WEB",
"url": "https://github.com/saltstack/salt/blob/8f9405cf8e6f7d7776d5000841c886dec6d96250/doc/topics/releases/3002.1.rst#L12"
},
{
"type": "WEB",
"url": "https://github.com/saltstack/salt/blob/8f9405cf8e6f7d7776d5000841c886dec6d96250/doc/topics/releases/3001.2.rst#L10"
},
{
"type": "WEB",
"url": "https://github.com/saltstack/salt/blob/8f9405cf8e6f7d7776d5000841c886dec6d96250/doc/topics/releases/3000.4.rst#L10"
},
{
"type": "WEB",
"url": "https://github.com/saltstack/salt/blob/8f9405cf8e6f7d7776d5000841c886dec6d96250/doc/topics/releases/2019.2.6.rst#L10"
},
{
"type": "PACKAGE",
"url": "https://github.com/saltstack/salt"
},
{
"type": "WEB",
"url": "http://lists.opensuse.org/opensuse-security-announce/2020-11/msg00029.html"
},
{
"type": "WEB",
"url": "http://packetstormsecurity.com/files/160039/SaltStack-Salt-REST-API-Arbitrary-Command-Execution.html"
}
],
"database_specific": {
"cwe_ids": [
"CWE-78"
],
"severity": "CRITICAL",
"github_reviewed": true,
"github_reviewed_at": "2024-04-22T22:23:42Z",
"nvd_published_at": "2020-11-06T08:15:00Z"
}
}
@@ -1,11 +1,12 @@
{
"schema_version": "1.4.0",
"id": "GHSA-vp49-2g4r-m3x3",
"modified": "2022-05-24T17:16:58Z",
"modified": "2024-04-22T22:24:41Z",
"published": "2022-05-24T17:16:58Z",
"aliases": [
"CVE-2020-11652"
],
"summary": "SaltStack Salt is vulnerable Arbitrary Directory Access",
"details": "An 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.",
"severity": [
{
@@ -14,7 +15,44 @@
}
],
"affected": [
{
"package": {
"ecosystem": "PyPI",
"name": "salt"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"fixed": "2019.2.4"
}
]
}
]
},
{
"package": {
"ecosystem": "PyPI",
"name": "salt"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "3000"
},
{
"fixed": "3000.2"
}
]
}
]
}
],
"references": [
{
@@ -25,6 +63,10 @@
"type": "WEB",
"url": "https://docs.saltstack.com/en/latest/topics/releases/2019.2.4.html"
},
{
"type": "PACKAGE",
"url": "https://github.com/saltstack/salt"
},
{
"type": "WEB",
"url": "https://github.com/saltstack/salt/blob/v3000.2_docs/doc/topics/releases/3000.2.rst"
@@ -76,8 +118,8 @@
"CWE-22"
],
"severity": "MODERATE",
"github_reviewed": false,
"github_reviewed_at": null,
"github_reviewed": true,
"github_reviewed_at": "2024-04-22T22:24:41Z",
"nvd_published_at": "2020-04-30T17:15:00Z"
}
}
@@ -1,63 +0,0 @@
{
"schema_version": "1.4.0",
"id": "GHSA-29j3-2446-5j4w",
"modified": "2022-05-24T17:33:18Z",
"published": "2022-05-24T17:33:18Z",
"aliases": [
"CVE-2020-25592"
],
"details": "In SaltStack Salt through 3002, salt-netapi improperly validates eauth credentials and tokens. A user can bypass authentication and invoke Salt SSH.",
"severity": [
],
"affected": [
],
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-25592"
},
{
"type": "WEB",
"url": "https://docs.saltstack.com/en/latest/topics/releases/index.html"
},
{
"type": "WEB",
"url": "https://lists.debian.org/debian-lts-announce/2020/12/msg00007.html"
},
{
"type": "WEB",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/TPOGB2F6XUAIGFDTOCQDNB2VIXFXHWMA"
},
{
"type": "WEB",
"url": "https://security.gentoo.org/glsa/202011-13"
},
{
"type": "WEB",
"url": "https://www.debian.org/security/2021/dsa-4837"
},
{
"type": "WEB",
"url": "https://www.saltstack.com/blog/on-november-3-2020-saltstack-publicly-disclosed-three-new-cves"
},
{
"type": "WEB",
"url": "http://lists.opensuse.org/opensuse-security-announce/2020-11/msg00029.html"
},
{
"type": "WEB",
"url": "http://packetstormsecurity.com/files/160039/SaltStack-Salt-REST-API-Arbitrary-Command-Execution.html"
}
],
"database_specific": {
"cwe_ids": [
"CWE-20"
],
"severity": "CRITICAL",
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2020-11-06T08:15:00Z"
}
}
@@ -1,59 +0,0 @@
{
"schema_version": "1.4.0",
"id": "GHSA-3c56-vx6v-q5vh",
"modified": "2022-05-24T17:33:17Z",
"published": "2022-05-24T17:33:17Z",
"aliases": [
"CVE-2020-17490"
],
"details": "The TLS module within SaltStack Salt through 3002 creates certificates with weak file permissions.",
"severity": [
],
"affected": [
],
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-17490"
},
{
"type": "WEB",
"url": "https://docs.saltstack.com/en/latest/topics/releases/index.html#latest-branch-release"
},
{
"type": "WEB",
"url": "https://lists.debian.org/debian-lts-announce/2020/12/msg00007.html"
},
{
"type": "WEB",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/TPOGB2F6XUAIGFDTOCQDNB2VIXFXHWMA"
},
{
"type": "WEB",
"url": "https://security.gentoo.org/glsa/202011-13"
},
{
"type": "WEB",
"url": "https://www.debian.org/security/2021/dsa-4837"
},
{
"type": "WEB",
"url": "https://www.saltstack.com/blog/on-november-3-2020-saltstack-publicly-disclosed-three-new-cves"
},
{
"type": "WEB",
"url": "http://lists.opensuse.org/opensuse-security-announce/2020-11/msg00029.html"
}
],
"database_specific": {
"cwe_ids": [
"CWE-732"
],
"severity": "HIGH",
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2020-11-06T08:15:00Z"
}
}
@@ -1,87 +0,0 @@
{
"schema_version": "1.4.0",
"id": "GHSA-qr38-h96j-2j3w",
"modified": "2022-05-24T17:33:18Z",
"published": "2022-05-24T17:33:18Z",
"aliases": [
"CVE-2020-16846"
],
"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.",
"severity": [
],
"affected": [
],
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-16846"
},
{
"type": "WEB",
"url": "https://github.com/saltstack/salt/releases"
},
{
"type": "WEB",
"url": "https://lists.debian.org/debian-lts-announce/2020/12/msg00007.html"
},
{
"type": "WEB",
"url": "https://lists.debian.org/debian-lts-announce/2022/01/msg00000.html"
},
{
"type": "WEB",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/TPOGB2F6XUAIGFDTOCQDNB2VIXFXHWMA"
},
{
"type": "WEB",
"url": "https://security.gentoo.org/glsa/202011-13"
},
{
"type": "WEB",
"url": "https://www.debian.org/security/2021/dsa-4837"
},
{
"type": "WEB",
"url": "https://www.saltstack.com/blog/on-november-3-2020-saltstack-publicly-disclosed-three-new-cves"
},
{
"type": "WEB",
"url": "https://www.zerodayinitiative.com/advisories/ZDI-20-1379"
},
{
"type": "WEB",
"url": "https://www.zerodayinitiative.com/advisories/ZDI-20-1380"
},
{
"type": "WEB",
"url": "https://www.zerodayinitiative.com/advisories/ZDI-20-1381"
},
{
"type": "WEB",
"url": "https://www.zerodayinitiative.com/advisories/ZDI-20-1382"
},
{
"type": "WEB",
"url": "https://www.zerodayinitiative.com/advisories/ZDI-20-1383"
},
{
"type": "WEB",
"url": "http://lists.opensuse.org/opensuse-security-announce/2020-11/msg00029.html"
},
{
"type": "WEB",
"url": "http://packetstormsecurity.com/files/160039/SaltStack-Salt-REST-API-Arbitrary-Command-Execution.html"
}
],
"database_specific": {
"cwe_ids": [
"CWE-78"
],
"severity": "CRITICAL",
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2020-11-06T08:15:00Z"
}
}