diff --git a/advisories/github-reviewed/2022/05/GHSA-8r7r-x48r-pf8f/GHSA-8r7r-x48r-pf8f.json b/advisories/github-reviewed/2022/05/GHSA-8r7r-x48r-pf8f/GHSA-8r7r-x48r-pf8f.json new file mode 100644 index 00000000000..253902adaa4 --- /dev/null +++ b/advisories/github-reviewed/2022/05/GHSA-8r7r-x48r-pf8f/GHSA-8r7r-x48r-pf8f.json @@ -0,0 +1,107 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-8r7r-x48r-pf8f", + "modified": "2024-04-22T22:21:09Z", + "published": "2022-05-13T01:46:08Z", + "aliases": [ + "CVE-2017-5200" + ], + "summary": "SaltStack Salt arbitrary command execution in Salt-api via ssh_client", + "details": "Salt-api in SaltStack Salt before 2015.8.13, 2016.3.x before 2016.3.5, and 2016.11.x before 2016.11.2 allows arbitrary command execution on a salt-master via Salt's ssh_client.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.0/AV:N/AC:L/PR:L/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.5" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "PyPI", + "name": "salt" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "2016.11.0" + }, + { + "fixed": "2016.11.2" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2017-5200" + }, + { + "type": "WEB", + "url": "https://docs.saltstack.com/en/2016.3/topics/releases/2015.8.13.html" + }, + { + "type": "WEB", + "url": "https://docs.saltstack.com/en/2016.3/topics/releases/2016.3.5.html" + }, + { + "type": "WEB", + "url": "https://docs.saltstack.com/en/latest/topics/releases/2016.11.2.html" + }, + { + "type": "PACKAGE", + "url": "https://github.com/saltstack/salt" + } + ], + "database_specific": { + "cwe_ids": [ + + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2024-04-22T22:21:09Z", + "nvd_published_at": "2017-09-26T14:29:00Z" + } +} \ No newline at end of file diff --git a/advisories/github-reviewed/2022/05/GHSA-jx34-pppm-gjvr/GHSA-jx34-pppm-gjvr.json b/advisories/github-reviewed/2022/05/GHSA-jx34-pppm-gjvr/GHSA-jx34-pppm-gjvr.json new file mode 100644 index 00000000000..625d3c1d05e --- /dev/null +++ b/advisories/github-reviewed/2022/05/GHSA-jx34-pppm-gjvr/GHSA-jx34-pppm-gjvr.json @@ -0,0 +1,135 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-jx34-pppm-gjvr", + "modified": "2024-04-22T22:21:15Z", + "published": "2022-05-13T01:23:13Z", + "aliases": [ + "CVE-2018-15750" + ], + "summary": "SaltStack Salt Directory Traversal vulnerability in salt-api", + "details": "Directory Traversal vulnerability in salt-api in SaltStack Salt 2016.11.x before 2016.11.10, 2017.7.x before 2017.7.8 and 2018.3.x before 2018.3.3 allows remote attackers to determine which files exist on the server.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "PyPI", + "name": "salt" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "2017.7.0" + }, + { + "fixed": "2017.7.8" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "PyPI", + "name": "salt" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "2018.3.0" + }, + { + "fixed": "2018.3.3" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "PyPI", + "name": "salt" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "2016.11.0" + }, + { + "fixed": "2016.11.10" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-15750" + }, + { + "type": "WEB", + "url": "https://docs.saltstack.com/en/2017.7/topics/releases/2017.7.8.html" + }, + { + "type": "WEB", + "url": "https://docs.saltstack.com/en/latest/topics/releases/2018.3.3.html" + }, + { + "type": "PACKAGE", + "url": "https://github.com/saltstack/salt" + }, + { + "type": "WEB", + "url": "https://github.com/saltstack/salt/blob/8f9405cf8e6f7d7776d5000841c886dec6d96250/doc/topics/releases/2016.11.10.rst#L15" + }, + { + "type": "WEB", + "url": "https://github.com/saltstack/salt/blob/8f9405cf8e6f7d7776d5000841c886dec6d96250/doc/topics/releases/2017.7.8.rst#L28" + }, + { + "type": "WEB", + "url": "https://github.com/saltstack/salt/blob/8f9405cf8e6f7d7776d5000841c886dec6d96250/doc/topics/releases/2018.3.3.rst#L58" + }, + { + "type": "WEB", + "url": "https://groups.google.com/d/msg/salt-users/L9xqcJ0UXxs/qgDj42obBQAJ" + }, + { + "type": "WEB", + "url": "https://groups.google.com/d/msg/salt-users/dimVF7rpphY/jn3Xv3MbBQAJ" + }, + { + "type": "WEB", + "url": "https://lists.debian.org/debian-lts-announce/2020/07/msg00024.html" + }, + { + "type": "WEB", + "url": "https://usn.ubuntu.com/4459-1" + }, + { + "type": "WEB", + "url": "http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00070.html" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-22" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2024-04-22T22:21:15Z", + "nvd_published_at": "2018-10-24T22:29:00Z" + } +} \ No newline at end of file diff --git a/advisories/github-reviewed/2022/05/GHSA-x549-r7m8-gv63/GHSA-x549-r7m8-gv63.json b/advisories/github-reviewed/2022/05/GHSA-x549-r7m8-gv63/GHSA-x549-r7m8-gv63.json new file mode 100644 index 00000000000..8f1a89f6b4f --- /dev/null +++ b/advisories/github-reviewed/2022/05/GHSA-x549-r7m8-gv63/GHSA-x549-r7m8-gv63.json @@ -0,0 +1,135 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-x549-r7m8-gv63", + "modified": "2024-04-22T22:21:19Z", + "published": "2022-05-13T01:23:13Z", + "aliases": [ + "CVE-2018-15751" + ], + "summary": "SaltStack Salt Remote command execution and incorrect access control when using salt-api", + "details": "SaltStack Salt 2016.11.x before 2016.11.10, 2017.7.x before 2017.7.8 and 2018.3.x before 2018.3.3 allow remote attackers to bypass authentication and execute arbitrary commands via salt-api(netapi).", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.0/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": "2017.7.0" + }, + { + "fixed": "2017.7.8" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "PyPI", + "name": "salt" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "2018.3.0" + }, + { + "fixed": "2018.3.3" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "PyPI", + "name": "salt" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "2016.11.0" + }, + { + "fixed": "2016.11.10" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-15751" + }, + { + "type": "WEB", + "url": "https://docs.saltstack.com/en/2017.7/topics/releases/2017.7.8.html" + }, + { + "type": "WEB", + "url": "https://docs.saltstack.com/en/latest/topics/releases/2018.3.3.html" + }, + { + "type": "PACKAGE", + "url": "https://github.com/saltstack/salt" + }, + { + "type": "WEB", + "url": "https://github.com/saltstack/salt/blob/8f9405cf8e6f7d7776d5000841c886dec6d96250/doc/topics/releases/2016.11.10.rst#L13" + }, + { + "type": "WEB", + "url": "https://github.com/saltstack/salt/blob/8f9405cf8e6f7d7776d5000841c886dec6d96250/doc/topics/releases/2017.7.8.rst#L26" + }, + { + "type": "WEB", + "url": "https://github.com/saltstack/salt/blob/8f9405cf8e6f7d7776d5000841c886dec6d96250/doc/topics/releases/2018.3.3.rst#L56" + }, + { + "type": "WEB", + "url": "https://groups.google.com/d/msg/salt-users/L9xqcJ0UXxs/qgDj42obBQAJ" + }, + { + "type": "WEB", + "url": "https://groups.google.com/d/msg/salt-users/dimVF7rpphY/jn3Xv3MbBQAJ" + }, + { + "type": "WEB", + "url": "https://lists.debian.org/debian-lts-announce/2020/07/msg00024.html" + }, + { + "type": "WEB", + "url": "https://usn.ubuntu.com/4459-1" + }, + { + "type": "WEB", + "url": "http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00070.html" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-287" + ], + "severity": "CRITICAL", + "github_reviewed": true, + "github_reviewed_at": "2024-04-22T22:21:19Z", + "nvd_published_at": "2018-10-24T22:29:00Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2022/05/GHSA-8r7r-x48r-pf8f/GHSA-8r7r-x48r-pf8f.json b/advisories/unreviewed/2022/05/GHSA-8r7r-x48r-pf8f/GHSA-8r7r-x48r-pf8f.json deleted file mode 100644 index 45adcb7d5e7..00000000000 --- a/advisories/unreviewed/2022/05/GHSA-8r7r-x48r-pf8f/GHSA-8r7r-x48r-pf8f.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-8r7r-x48r-pf8f", - "modified": "2022-05-13T01:46:08Z", - "published": "2022-05-13T01:46:08Z", - "aliases": [ - "CVE-2017-5200" - ], - "details": "Salt-api in SaltStack Salt before 2015.8.13, 2016.3.x before 2016.3.5, and 2016.11.x before 2016.11.2 allows arbitrary command execution on a salt-master via Salt's ssh_client.", - "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" - } - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2017-5200" - }, - { - "type": "WEB", - "url": "https://docs.saltstack.com/en/2016.3/topics/releases/2015.8.13.html" - }, - { - "type": "WEB", - "url": "https://docs.saltstack.com/en/2016.3/topics/releases/2016.3.5.html" - }, - { - "type": "WEB", - "url": "https://docs.saltstack.com/en/latest/topics/releases/2016.11.2.html" - } - ], - "database_specific": { - "cwe_ids": [ - - ], - "severity": "HIGH", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2017-09-26T14:29:00Z" - } -} \ No newline at end of file diff --git a/advisories/unreviewed/2022/05/GHSA-jx34-pppm-gjvr/GHSA-jx34-pppm-gjvr.json b/advisories/unreviewed/2022/05/GHSA-jx34-pppm-gjvr/GHSA-jx34-pppm-gjvr.json deleted file mode 100644 index 83067a8b8c4..00000000000 --- a/advisories/unreviewed/2022/05/GHSA-jx34-pppm-gjvr/GHSA-jx34-pppm-gjvr.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-jx34-pppm-gjvr", - "modified": "2022-05-13T01:23:13Z", - "published": "2022-05-13T01:23:13Z", - "aliases": [ - "CVE-2018-15750" - ], - "details": "Directory Traversal vulnerability in salt-api in SaltStack Salt before 2017.7.8 and 2018.3.x before 2018.3.3 allows remote attackers to determine which files exist on the server.", - "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N" - } - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-15750" - }, - { - "type": "WEB", - "url": "https://docs.saltstack.com/en/2017.7/topics/releases/2017.7.8.html" - }, - { - "type": "WEB", - "url": "https://docs.saltstack.com/en/latest/topics/releases/2018.3.3.html" - }, - { - "type": "WEB", - "url": "https://groups.google.com/d/msg/salt-users/L9xqcJ0UXxs/qgDj42obBQAJ" - }, - { - "type": "WEB", - "url": "https://groups.google.com/d/msg/salt-users/dimVF7rpphY/jn3Xv3MbBQAJ" - }, - { - "type": "WEB", - "url": "https://lists.debian.org/debian-lts-announce/2020/07/msg00024.html" - }, - { - "type": "WEB", - "url": "https://usn.ubuntu.com/4459-1" - }, - { - "type": "WEB", - "url": "http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00070.html" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-22" - ], - "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2018-10-24T22:29:00Z" - } -} \ No newline at end of file diff --git a/advisories/unreviewed/2022/05/GHSA-x549-r7m8-gv63/GHSA-x549-r7m8-gv63.json b/advisories/unreviewed/2022/05/GHSA-x549-r7m8-gv63/GHSA-x549-r7m8-gv63.json deleted file mode 100644 index ef3789ac8b1..00000000000 --- a/advisories/unreviewed/2022/05/GHSA-x549-r7m8-gv63/GHSA-x549-r7m8-gv63.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-x549-r7m8-gv63", - "modified": "2022-05-13T01:23:13Z", - "published": "2022-05-13T01:23:13Z", - "aliases": [ - "CVE-2018-15751" - ], - "details": "SaltStack Salt before 2017.7.8 and 2018.3.x before 2018.3.3 allow remote attackers to bypass authentication and execute arbitrary commands via salt-api(netapi).", - "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" - } - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-15751" - }, - { - "type": "WEB", - "url": "https://docs.saltstack.com/en/2017.7/topics/releases/2017.7.8.html" - }, - { - "type": "WEB", - "url": "https://docs.saltstack.com/en/latest/topics/releases/2018.3.3.html" - }, - { - "type": "WEB", - "url": "https://groups.google.com/d/msg/salt-users/L9xqcJ0UXxs/qgDj42obBQAJ" - }, - { - "type": "WEB", - "url": "https://groups.google.com/d/msg/salt-users/dimVF7rpphY/jn3Xv3MbBQAJ" - }, - { - "type": "WEB", - "url": "https://lists.debian.org/debian-lts-announce/2020/07/msg00024.html" - }, - { - "type": "WEB", - "url": "https://usn.ubuntu.com/4459-1" - }, - { - "type": "WEB", - "url": "http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00070.html" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-287" - ], - "severity": "CRITICAL", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2018-10-24T22:29:00Z" - } -} \ No newline at end of file