OPENSUSE-SU-2020:1074-1

Vulnerability from csaf_opensuse - Published: 2020-07-26 12:19 - Updated: 2026-09-20 19:10
Summary
Security update for salt
Severity
Moderate
Notes
Title of the patch: Security update for salt
Description of the patch: This update for salt contains the following fixes: - Fix for TypeError in Tornado importer (bsc#1174165) - Require python3-distro only for TW (bsc#1173072) - Update to Salt version 3000: See release notes: https://docs.saltstack.com/en/latest/topics/releases/3000.html - Add docker.logout to docker execution module. (bsc#1165572) - Add option to enable/disable force refresh for zypper. - Add publish_batch to ClearFuncs exposed methods. - Adds test for zypper abbreviation fix. - Avoid segfault from 'salt-api' under certain conditions of heavy load managing SSH minions. (bsc#1169604) - Avoid traceback on debug logging for swarm module. (bsc#1172075) - Batch mode now also correctly provides return value. (bsc#1168340) - Better import cache handline. - Do not make file.recurse state to fail when msgpack 0.5.4. (bsc#1167437) - Do not require vendored backports-abc. (bsc#1170288) - Fix errors from unit tests due NO_MOCK and NO_MOCK_REASON deprecation. - Fix for low rpm_lowpkg unit test. - Fix for temp folder definition in loader unit test. - Fix for unless requisite when pip is not installed. - Fix integration test failure for test_mod_del_repo_multiline_values. - Fix regression in service states with reload argument. - Fix tornado imports and missing _utils after rebasing patches. - Fix status attribute issue in aptpkg test. - Improved storage pool or network handling. - loop: fix variable names for until_no_eval. - Make 'salt.ext.tornado.gen' to use 'salt.ext.backports_abc' on Python 2. - Make setup.py script not to require setuptools greater than 9.1. - More robust remote port detection. - Prevent sporious 'salt-api' stuck processes when managing SSH minions. because of logging deadlock. (bsc#1159284) - Python3.8 compatibility changes. - Removes unresolved merge conflict in yumpkg module. - Returns a the list of IPs filtered by the optional network list. - Revert broken changes to slspath made on Salt 3000 (saltstack/salt#56341). (bsc#1170104) - Sanitize grains loaded from roster_grains.json cache during 'state.pkg'. - Various virt backports from 3000.2. - zypperpkg: filter patterns that start with dot. (bsc#1171906) This update was imported from the SUSE:SLE-15-SP1:Update update project.
Patchnames: openSUSE-2020-1074
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
Affected products
Product Identifier Version Remediation
Unresolved product id: openSUSE Leap 15.1:python2-salt-0:3000-lp151.5.21.1.x86_64
Vendor Fix
Unresolved product id: openSUSE Leap 15.1:python3-salt-0:3000-lp151.5.21.1.x86_64
Vendor Fix
Unresolved product id: openSUSE Leap 15.1:salt-0:3000-lp151.5.21.1.x86_64
Vendor Fix
Unresolved product id: openSUSE Leap 15.1:salt-api-0:3000-lp151.5.21.1.x86_64
Vendor Fix
Unresolved product id: openSUSE Leap 15.1:salt-bash-completion-0:3000-lp151.5.21.1.noarch
Vendor Fix
Unresolved product id: openSUSE Leap 15.1:salt-cloud-0:3000-lp151.5.21.1.x86_64
Vendor Fix
Unresolved product id: openSUSE Leap 15.1:salt-doc-0:3000-lp151.5.21.1.x86_64
Vendor Fix
Unresolved product id: openSUSE Leap 15.1:salt-fish-completion-0:3000-lp151.5.21.1.noarch
Vendor Fix
Unresolved product id: openSUSE Leap 15.1:salt-master-0:3000-lp151.5.21.1.x86_64
Vendor Fix
Unresolved product id: openSUSE Leap 15.1:salt-minion-0:3000-lp151.5.21.1.x86_64
Vendor Fix
Unresolved product id: openSUSE Leap 15.1:salt-proxy-0:3000-lp151.5.21.1.x86_64
Vendor Fix
Unresolved product id: openSUSE Leap 15.1:salt-ssh-0:3000-lp151.5.21.1.x86_64
Vendor Fix
Unresolved product id: openSUSE Leap 15.1:salt-standalone-formulas-configuration-0:3000-lp151.5.21.1.x86_64
Vendor Fix
Unresolved product id: openSUSE Leap 15.1:salt-syndic-0:3000-lp151.5.21.1.x86_64
Vendor Fix
Unresolved product id: openSUSE Leap 15.1:salt-zsh-completion-0:3000-lp151.5.21.1.noarch
Vendor Fix
Threats
Impact moderate
Affected products
Recommended 15 products, the same list as for CVE-2018-15750
Threats
Impact moderate
Affected products
Recommended 15 products, the same list as for CVE-2018-15750
Threats
Impact critical
Affected products
Recommended 15 products, the same list as for CVE-2018-15750
Threats
Impact critical

{
  "document": {
    "aggregate_severity": {
      "namespace": "https://www.suse.com/support/security/rating/",
      "text": "moderate"
    },
    "category": "csaf_security_advisory",
    "csaf_version": "2.0",
    "distribution": {
      "text": "Copyright 2024 SUSE LLC. All rights reserved.",
      "tlp": {
        "label": "WHITE",
        "url": "https://www.first.org/tlp/"
      }
    },
    "lang": "en",
    "notes": [
      {
        "category": "summary",
        "text": "Security update for salt",
        "title": "Title of the patch"
      },
      {
        "category": "description",
        "text": "This update for salt contains the following fixes:\n\n- Fix for TypeError in Tornado importer (bsc#1174165)\n- Require python3-distro only for TW (bsc#1173072)\n- Update to Salt version 3000:\n  See release notes: https://docs.saltstack.com/en/latest/topics/releases/3000.html\n\n- Add docker.logout to docker execution module. (bsc#1165572)\n- Add option to enable/disable force refresh for zypper.\n- Add publish_batch to ClearFuncs exposed methods.\n- Adds test for zypper abbreviation fix.\n- Avoid segfault from \u0027salt-api\u0027 under certain conditions of heavy load managing SSH\n  minions. (bsc#1169604)\n- Avoid traceback on debug logging for swarm module. (bsc#1172075)\n- Batch mode now also correctly provides return value. (bsc#1168340)\n- Better import cache handline.\n- Do not make file.recurse state to fail when msgpack 0.5.4. (bsc#1167437)\n- Do not require vendored backports-abc. (bsc#1170288)\n- Fix errors from unit tests due NO_MOCK and NO_MOCK_REASON deprecation.\n- Fix for low rpm_lowpkg unit test.\n- Fix for temp folder definition in loader unit test.\n- Fix for unless requisite when pip is not installed.\n- Fix integration test failure for test_mod_del_repo_multiline_values.\n- Fix regression in service states with reload argument.\n- Fix tornado imports and missing _utils after rebasing patches.\n- Fix status attribute issue in aptpkg test.\n- Improved storage pool or network handling.\n- loop: fix variable names for until_no_eval.\n- Make \u0027salt.ext.tornado.gen\u0027 to use \u0027salt.ext.backports_abc\u0027 on Python 2.\n- Make setup.py script not to require setuptools greater than 9.1.\n- More robust remote port detection.\n- Prevent sporious \u0027salt-api\u0027 stuck processes when managing SSH minions.\n  because of logging deadlock. (bsc#1159284)\n- Python3.8 compatibility changes.\n- Removes unresolved merge conflict in yumpkg module.\n- Returns a the list of IPs filtered by the optional network list.\n- Revert broken changes to slspath made on Salt 3000 (saltstack/salt#56341). (bsc#1170104)\n- Sanitize grains loaded from roster_grains.json cache during \u0027state.pkg\u0027.\n- Various virt backports from 3000.2.\n- zypperpkg: filter patterns that start with dot. (bsc#1171906)\n\nThis update was imported from the SUSE:SLE-15-SP1:Update update project.",
        "title": "Description of the patch"
      },
      {
        "category": "details",
        "text": "openSUSE-2020-1074",
        "title": "Patchnames"
      },
      {
        "category": "legal_disclaimer",
        "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
        "title": "Terms of use"
      }
    ],
    "publisher": {
      "category": "vendor",
      "contact_details": "https://www.suse.com/support/security/contact/",
      "name": "SUSE Product Security Team",
      "namespace": "https://www.suse.com/"
    },
    "references": [
      {
        "category": "external",
        "summary": "SUSE ratings",
        "url": "https://www.suse.com/support/security/rating/"
      },
      {
        "category": "self",
        "summary": "URL of this CSAF notice",
        "url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2020_1074-1.json"
      },
      {
        "category": "self",
        "summary": "URL for openSUSE-SU-2020:1074-1",
        "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/6GW2K66LI6CQMXXR5ABJWHGQK64P5J5Y/"
      },
      {
        "category": "self",
        "summary": "E-Mail link for openSUSE-SU-2020:1074-1",
        "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/6GW2K66LI6CQMXXR5ABJWHGQK64P5J5Y/"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1159284",
        "url": "https://bugzilla.suse.com/1159284"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1165572",
        "url": "https://bugzilla.suse.com/1165572"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1167437",
        "url": "https://bugzilla.suse.com/1167437"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1168340",
        "url": "https://bugzilla.suse.com/1168340"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1169604",
        "url": "https://bugzilla.suse.com/1169604"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1170104",
        "url": "https://bugzilla.suse.com/1170104"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1170288",
        "url": "https://bugzilla.suse.com/1170288"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1171906",
        "url": "https://bugzilla.suse.com/1171906"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1172075",
        "url": "https://bugzilla.suse.com/1172075"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1173072",
        "url": "https://bugzilla.suse.com/1173072"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1174165",
        "url": "https://bugzilla.suse.com/1174165"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2018-15750 page",
        "url": "https://www.suse.com/security/cve/CVE-2018-15750/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2018-15751 page",
        "url": "https://www.suse.com/security/cve/CVE-2018-15751/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2020-11651 page",
        "url": "https://www.suse.com/security/cve/CVE-2020-11651/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2020-11652 page",
        "url": "https://www.suse.com/security/cve/CVE-2020-11652/"
      }
    ],
    "title": "Security update for salt",
    "tracking": {
      "current_release_date": "2026-09-20T19:10:01Z",
      "generator": {
        "date": "2020-07-26T12:19:27Z",
        "engine": {
          "name": "cve-database.git:bin/generate-csaf.pl",
          "version": "1"
        }
      },
      "id": "openSUSE-SU-2020:1074-1",
      "initial_release_date": "2020-07-26T12:19:27Z",
      "revision_history": [
        {
          "date": "2020-07-26T12:19:27Z",
          "number": "1",
          "summary": "Current version"
        },
        {
          "date": "2026-09-20T19:10:01Z",
          "number": "2",
          "summary": "unknown changes"
        }
      ],
      "status": "final",
      "version": "2"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_version",
                "name": "salt-bash-completion-0:3000-lp151.5.21.1.noarch",
                "product": {
                  "name": "salt-bash-completion-0:3000-lp151.5.21.1.noarch",
                  "product_id": "salt-bash-completion-0:3000-lp151.5.21.1.noarch",
                  "product_identification_helper": {
                    "cpe": "cpe:2.3:a:saltstack:salt:3000:*:*:*:*:*:*:*",
                    "purl": "pkg:rpm/suse/salt-bash-completion@3000-lp151.5.21.1?arch=noarch\u0026upstream=salt-0:3000-lp151.5.21.1.src.rpm"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "salt-fish-completion-0:3000-lp151.5.21.1.noarch",
                "product": {
                  "name": "salt-fish-completion-0:3000-lp151.5.21.1.noarch",
                  "product_id": "salt-fish-completion-0:3000-lp151.5.21.1.noarch",
                  "product_identification_helper": {
                    "cpe": "cpe:2.3:a:saltstack:salt:3000:*:*:*:*:*:*:*",
                    "purl": "pkg:rpm/suse/salt-fish-completion@3000-lp151.5.21.1?arch=noarch\u0026upstream=salt-0:3000-lp151.5.21.1.src.rpm"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "salt-zsh-completion-0:3000-lp151.5.21.1.noarch",
                "product": {
                  "name": "salt-zsh-completion-0:3000-lp151.5.21.1.noarch",
                  "product_id": "salt-zsh-completion-0:3000-lp151.5.21.1.noarch",
                  "product_identification_helper": {
                    "cpe": "cpe:2.3:a:saltstack:salt:3000:*:*:*:*:*:*:*",
                    "purl": "pkg:rpm/suse/salt-zsh-completion@3000-lp151.5.21.1?arch=noarch\u0026upstream=salt-0:3000-lp151.5.21.1.src.rpm"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "noarch"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "python2-salt-0:3000-lp151.5.21.1.x86_64",
                "product": {
                  "name": "python2-salt-0:3000-lp151.5.21.1.x86_64",
                  "product_id": "python2-salt-0:3000-lp151.5.21.1.x86_64",
                  "product_identification_helper": {
                    "cpe": "cpe:2.3:a:saltstack:salt:3000:*:*:*:*:*:*:*",
                    "purl": "pkg:rpm/suse/python2-salt@3000-lp151.5.21.1?arch=x86_64\u0026upstream=salt-0:3000-lp151.5.21.1.src.rpm"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3-salt-0:3000-lp151.5.21.1.x86_64",
                "product": {
                  "name": "python3-salt-0:3000-lp151.5.21.1.x86_64",
                  "product_id": "python3-salt-0:3000-lp151.5.21.1.x86_64",
                  "product_identification_helper": {
                    "cpe": "cpe:2.3:a:saltstack:salt:3000:*:*:*:*:*:*:*",
                    "purl": "pkg:rpm/suse/python3-salt@3000-lp151.5.21.1?arch=x86_64\u0026upstream=salt-0:3000-lp151.5.21.1.src.rpm"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "salt-0:3000-lp151.5.21.1.x86_64",
                "product": {
                  "name": "salt-0:3000-lp151.5.21.1.x86_64",
                  "product_id": "salt-0:3000-lp151.5.21.1.x86_64",
                  "product_identification_helper": {
                    "cpe": "cpe:2.3:a:saltstack:salt:3000:*:*:*:*:*:*:*",
                    "purl": "pkg:rpm/suse/salt@3000-lp151.5.21.1?arch=x86_64\u0026upstream=salt-0:3000-lp151.5.21.1.src.rpm"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "salt-api-0:3000-lp151.5.21.1.x86_64",
                "product": {
                  "name": "salt-api-0:3000-lp151.5.21.1.x86_64",
                  "product_id": "salt-api-0:3000-lp151.5.21.1.x86_64",
                  "product_identification_helper": {
                    "cpe": "cpe:2.3:a:saltstack:salt:3000:*:*:*:*:*:*:*",
                    "purl": "pkg:rpm/suse/salt-api@3000-lp151.5.21.1?arch=x86_64\u0026upstream=salt-0:3000-lp151.5.21.1.src.rpm"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "salt-cloud-0:3000-lp151.5.21.1.x86_64",
                "product": {
                  "name": "salt-cloud-0:3000-lp151.5.21.1.x86_64",
                  "product_id": "salt-cloud-0:3000-lp151.5.21.1.x86_64",
                  "product_identification_helper": {
                    "cpe": "cpe:2.3:a:saltstack:salt:3000:*:*:*:*:*:*:*",
                    "purl": "pkg:rpm/suse/salt-cloud@3000-lp151.5.21.1?arch=x86_64\u0026upstream=salt-0:3000-lp151.5.21.1.src.rpm"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "salt-doc-0:3000-lp151.5.21.1.x86_64",
                "product": {
                  "name": "salt-doc-0:3000-lp151.5.21.1.x86_64",
                  "product_id": "salt-doc-0:3000-lp151.5.21.1.x86_64",
                  "product_identification_helper": {
                    "cpe": "cpe:2.3:a:saltstack:salt:3000:*:*:*:*:*:*:*",
                    "purl": "pkg:rpm/suse/salt-doc@3000-lp151.5.21.1?arch=x86_64\u0026upstream=salt-0:3000-lp151.5.21.1.src.rpm"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "salt-master-0:3000-lp151.5.21.1.x86_64",
                "product": {
                  "name": "salt-master-0:3000-lp151.5.21.1.x86_64",
                  "product_id": "salt-master-0:3000-lp151.5.21.1.x86_64",
                  "product_identification_helper": {
                    "cpe": "cpe:2.3:a:saltstack:salt:3000:*:*:*:*:*:*:*",
                    "purl": "pkg:rpm/suse/salt-master@3000-lp151.5.21.1?arch=x86_64\u0026upstream=salt-0:3000-lp151.5.21.1.src.rpm"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "salt-minion-0:3000-lp151.5.21.1.x86_64",
                "product": {
                  "name": "salt-minion-0:3000-lp151.5.21.1.x86_64",
                  "product_id": "salt-minion-0:3000-lp151.5.21.1.x86_64",
                  "product_identification_helper": {
                    "cpe": "cpe:2.3:a:saltstack:salt:3000:*:*:*:*:*:*:*",
                    "purl": "pkg:rpm/suse/salt-minion@3000-lp151.5.21.1?arch=x86_64\u0026upstream=salt-0:3000-lp151.5.21.1.src.rpm"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "salt-proxy-0:3000-lp151.5.21.1.x86_64",
                "product": {
                  "name": "salt-proxy-0:3000-lp151.5.21.1.x86_64",
                  "product_id": "salt-proxy-0:3000-lp151.5.21.1.x86_64",
                  "product_identification_helper": {
                    "cpe": "cpe:2.3:a:saltstack:salt:3000:*:*:*:*:*:*:*",
                    "purl": "pkg:rpm/suse/salt-proxy@3000-lp151.5.21.1?arch=x86_64\u0026upstream=salt-0:3000-lp151.5.21.1.src.rpm"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "salt-ssh-0:3000-lp151.5.21.1.x86_64",
                "product": {
                  "name": "salt-ssh-0:3000-lp151.5.21.1.x86_64",
                  "product_id": "salt-ssh-0:3000-lp151.5.21.1.x86_64",
                  "product_identification_helper": {
                    "cpe": "cpe:2.3:a:saltstack:salt:3000:*:*:*:*:*:*:*",
                    "purl": "pkg:rpm/suse/salt-ssh@3000-lp151.5.21.1?arch=x86_64\u0026upstream=salt-0:3000-lp151.5.21.1.src.rpm"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "salt-standalone-formulas-configuration-0:3000-lp151.5.21.1.x86_64",
                "product": {
                  "name": "salt-standalone-formulas-configuration-0:3000-lp151.5.21.1.x86_64",
                  "product_id": "salt-standalone-formulas-configuration-0:3000-lp151.5.21.1.x86_64",
                  "product_identification_helper": {
                    "cpe": "cpe:2.3:a:saltstack:salt:3000:*:*:*:*:*:*:*",
                    "purl": "pkg:rpm/suse/salt-standalone-formulas-configuration@3000-lp151.5.21.1?arch=x86_64\u0026upstream=salt-0:3000-lp151.5.21.1.src.rpm"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "salt-syndic-0:3000-lp151.5.21.1.x86_64",
                "product": {
                  "name": "salt-syndic-0:3000-lp151.5.21.1.x86_64",
                  "product_id": "salt-syndic-0:3000-lp151.5.21.1.x86_64",
                  "product_identification_helper": {
                    "cpe": "cpe:2.3:a:saltstack:salt:3000:*:*:*:*:*:*:*",
                    "purl": "pkg:rpm/suse/salt-syndic@3000-lp151.5.21.1?arch=x86_64\u0026upstream=salt-0:3000-lp151.5.21.1.src.rpm"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "x86_64"
          },
          {
            "branches": [
              {
                "category": "product_name",
                "name": "openSUSE Leap 15.1",
                "product": {
                  "name": "openSUSE Leap 15.1",
                  "product_id": "openSUSE Leap 15.1",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:opensuse:leap:15.1"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "SUSE Linux Enterprise"
          }
        ],
        "category": "vendor",
        "name": "SUSE"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python2-salt-0:3000-lp151.5.21.1.x86_64 as component of openSUSE Leap 15.1",
          "product_id": "openSUSE Leap 15.1:python2-salt-0:3000-lp151.5.21.1.x86_64"
        },
        "product_reference": "python2-salt-0:3000-lp151.5.21.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-salt-0:3000-lp151.5.21.1.x86_64 as component of openSUSE Leap 15.1",
          "product_id": "openSUSE Leap 15.1:python3-salt-0:3000-lp151.5.21.1.x86_64"
        },
        "product_reference": "python3-salt-0:3000-lp151.5.21.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "salt-0:3000-lp151.5.21.1.x86_64 as component of openSUSE Leap 15.1",
          "product_id": "openSUSE Leap 15.1:salt-0:3000-lp151.5.21.1.x86_64"
        },
        "product_reference": "salt-0:3000-lp151.5.21.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "salt-api-0:3000-lp151.5.21.1.x86_64 as component of openSUSE Leap 15.1",
          "product_id": "openSUSE Leap 15.1:salt-api-0:3000-lp151.5.21.1.x86_64"
        },
        "product_reference": "salt-api-0:3000-lp151.5.21.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "salt-bash-completion-0:3000-lp151.5.21.1.noarch as component of openSUSE Leap 15.1",
          "product_id": "openSUSE Leap 15.1:salt-bash-completion-0:3000-lp151.5.21.1.noarch"
        },
        "product_reference": "salt-bash-completion-0:3000-lp151.5.21.1.noarch",
        "relates_to_product_reference": "openSUSE Leap 15.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "salt-cloud-0:3000-lp151.5.21.1.x86_64 as component of openSUSE Leap 15.1",
          "product_id": "openSUSE Leap 15.1:salt-cloud-0:3000-lp151.5.21.1.x86_64"
        },
        "product_reference": "salt-cloud-0:3000-lp151.5.21.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "salt-doc-0:3000-lp151.5.21.1.x86_64 as component of openSUSE Leap 15.1",
          "product_id": "openSUSE Leap 15.1:salt-doc-0:3000-lp151.5.21.1.x86_64"
        },
        "product_reference": "salt-doc-0:3000-lp151.5.21.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "salt-fish-completion-0:3000-lp151.5.21.1.noarch as component of openSUSE Leap 15.1",
          "product_id": "openSUSE Leap 15.1:salt-fish-completion-0:3000-lp151.5.21.1.noarch"
        },
        "product_reference": "salt-fish-completion-0:3000-lp151.5.21.1.noarch",
        "relates_to_product_reference": "openSUSE Leap 15.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "salt-master-0:3000-lp151.5.21.1.x86_64 as component of openSUSE Leap 15.1",
          "product_id": "openSUSE Leap 15.1:salt-master-0:3000-lp151.5.21.1.x86_64"
        },
        "product_reference": "salt-master-0:3000-lp151.5.21.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "salt-minion-0:3000-lp151.5.21.1.x86_64 as component of openSUSE Leap 15.1",
          "product_id": "openSUSE Leap 15.1:salt-minion-0:3000-lp151.5.21.1.x86_64"
        },
        "product_reference": "salt-minion-0:3000-lp151.5.21.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "salt-proxy-0:3000-lp151.5.21.1.x86_64 as component of openSUSE Leap 15.1",
          "product_id": "openSUSE Leap 15.1:salt-proxy-0:3000-lp151.5.21.1.x86_64"
        },
        "product_reference": "salt-proxy-0:3000-lp151.5.21.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "salt-ssh-0:3000-lp151.5.21.1.x86_64 as component of openSUSE Leap 15.1",
          "product_id": "openSUSE Leap 15.1:salt-ssh-0:3000-lp151.5.21.1.x86_64"
        },
        "product_reference": "salt-ssh-0:3000-lp151.5.21.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "salt-standalone-formulas-configuration-0:3000-lp151.5.21.1.x86_64 as component of openSUSE Leap 15.1",
          "product_id": "openSUSE Leap 15.1:salt-standalone-formulas-configuration-0:3000-lp151.5.21.1.x86_64"
        },
        "product_reference": "salt-standalone-formulas-configuration-0:3000-lp151.5.21.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "salt-syndic-0:3000-lp151.5.21.1.x86_64 as component of openSUSE Leap 15.1",
          "product_id": "openSUSE Leap 15.1:salt-syndic-0:3000-lp151.5.21.1.x86_64"
        },
        "product_reference": "salt-syndic-0:3000-lp151.5.21.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "salt-zsh-completion-0:3000-lp151.5.21.1.noarch as component of openSUSE Leap 15.1",
          "product_id": "openSUSE Leap 15.1:salt-zsh-completion-0:3000-lp151.5.21.1.noarch"
        },
        "product_reference": "salt-zsh-completion-0:3000-lp151.5.21.1.noarch",
        "relates_to_product_reference": "openSUSE Leap 15.1"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2018-15750",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2018-15750"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "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.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "openSUSE Leap 15.1:python2-salt-0:3000-lp151.5.21.1.x86_64",
          "openSUSE Leap 15.1:python3-salt-0:3000-lp151.5.21.1.x86_64",
          "openSUSE Leap 15.1:salt-0:3000-lp151.5.21.1.x86_64",
          "openSUSE Leap 15.1:salt-api-0:3000-lp151.5.21.1.x86_64",
          "openSUSE Leap 15.1:salt-bash-completion-0:3000-lp151.5.21.1.noarch",
          "openSUSE Leap 15.1:salt-cloud-0:3000-lp151.5.21.1.x86_64",
          "openSUSE Leap 15.1:salt-doc-0:3000-lp151.5.21.1.x86_64",
          "openSUSE Leap 15.1:salt-fish-completion-0:3000-lp151.5.21.1.noarch",
          "openSUSE Leap 15.1:salt-master-0:3000-lp151.5.21.1.x86_64",
          "openSUSE Leap 15.1:salt-minion-0:3000-lp151.5.21.1.x86_64",
          "openSUSE Leap 15.1:salt-proxy-0:3000-lp151.5.21.1.x86_64",
          "openSUSE Leap 15.1:salt-ssh-0:3000-lp151.5.21.1.x86_64",
          "openSUSE Leap 15.1:salt-standalone-formulas-configuration-0:3000-lp151.5.21.1.x86_64",
          "openSUSE Leap 15.1:salt-syndic-0:3000-lp151.5.21.1.x86_64",
          "openSUSE Leap 15.1:salt-zsh-completion-0:3000-lp151.5.21.1.noarch"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2018-15750",
          "url": "https://www.suse.com/security/cve/CVE-2018-15750"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1113698 for CVE-2018-15750",
          "url": "https://bugzilla.suse.com/1113698"
        }
      ],
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
          "product_ids": [
            "openSUSE Leap 15.1:python2-salt-0:3000-lp151.5.21.1.x86_64",
            "openSUSE Leap 15.1:python3-salt-0:3000-lp151.5.21.1.x86_64",
            "openSUSE Leap 15.1:salt-0:3000-lp151.5.21.1.x86_64",
            "openSUSE Leap 15.1:salt-api-0:3000-lp151.5.21.1.x86_64",
            "openSUSE Leap 15.1:salt-bash-completion-0:3000-lp151.5.21.1.noarch",
            "openSUSE Leap 15.1:salt-cloud-0:3000-lp151.5.21.1.x86_64",
            "openSUSE Leap 15.1:salt-doc-0:3000-lp151.5.21.1.x86_64",
            "openSUSE Leap 15.1:salt-fish-completion-0:3000-lp151.5.21.1.noarch",
            "openSUSE Leap 15.1:salt-master-0:3000-lp151.5.21.1.x86_64",
            "openSUSE Leap 15.1:salt-minion-0:3000-lp151.5.21.1.x86_64",
            "openSUSE Leap 15.1:salt-proxy-0:3000-lp151.5.21.1.x86_64",
            "openSUSE Leap 15.1:salt-ssh-0:3000-lp151.5.21.1.x86_64",
            "openSUSE Leap 15.1:salt-standalone-formulas-configuration-0:3000-lp151.5.21.1.x86_64",
            "openSUSE Leap 15.1:salt-syndic-0:3000-lp151.5.21.1.x86_64",
            "openSUSE Leap 15.1:salt-zsh-completion-0:3000-lp151.5.21.1.noarch"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 8.7,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:N",
            "version": "3.0"
          },
          "products": [
            "openSUSE Leap 15.1:python2-salt-0:3000-lp151.5.21.1.x86_64",
            "openSUSE Leap 15.1:python3-salt-0:3000-lp151.5.21.1.x86_64",
            "openSUSE Leap 15.1:salt-0:3000-lp151.5.21.1.x86_64",
            "openSUSE Leap 15.1:salt-api-0:3000-lp151.5.21.1.x86_64",
            "openSUSE Leap 15.1:salt-bash-completion-0:3000-lp151.5.21.1.noarch",
            "openSUSE Leap 15.1:salt-cloud-0:3000-lp151.5.21.1.x86_64",
            "openSUSE Leap 15.1:salt-doc-0:3000-lp151.5.21.1.x86_64",
            "openSUSE Leap 15.1:salt-fish-completion-0:3000-lp151.5.21.1.noarch",
            "openSUSE Leap 15.1:salt-master-0:3000-lp151.5.21.1.x86_64",
            "openSUSE Leap 15.1:salt-minion-0:3000-lp151.5.21.1.x86_64",
            "openSUSE Leap 15.1:salt-proxy-0:3000-lp151.5.21.1.x86_64",
            "openSUSE Leap 15.1:salt-ssh-0:3000-lp151.5.21.1.x86_64",
            "openSUSE Leap 15.1:salt-standalone-formulas-configuration-0:3000-lp151.5.21.1.x86_64",
            "openSUSE Leap 15.1:salt-syndic-0:3000-lp151.5.21.1.x86_64",
            "openSUSE Leap 15.1:salt-zsh-completion-0:3000-lp151.5.21.1.noarch"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2020-07-26T12:19:27Z",
          "details": "moderate"
        }
      ],
      "title": "CVE-2018-15750"
    },
    {
      "cve": "CVE-2018-15751",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2018-15751"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "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).",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "openSUSE Leap 15.1:python2-salt-0:3000-lp151.5.21.1.x86_64",
          "openSUSE Leap 15.1:python3-salt-0:3000-lp151.5.21.1.x86_64",
          "openSUSE Leap 15.1:salt-0:3000-lp151.5.21.1.x86_64",
          "openSUSE Leap 15.1:salt-api-0:3000-lp151.5.21.1.x86_64",
          "openSUSE Leap 15.1:salt-bash-completion-0:3000-lp151.5.21.1.noarch",
          "openSUSE Leap 15.1:salt-cloud-0:3000-lp151.5.21.1.x86_64",
          "openSUSE Leap 15.1:salt-doc-0:3000-lp151.5.21.1.x86_64",
          "openSUSE Leap 15.1:salt-fish-completion-0:3000-lp151.5.21.1.noarch",
          "openSUSE Leap 15.1:salt-master-0:3000-lp151.5.21.1.x86_64",
          "openSUSE Leap 15.1:salt-minion-0:3000-lp151.5.21.1.x86_64",
          "openSUSE Leap 15.1:salt-proxy-0:3000-lp151.5.21.1.x86_64",
          "openSUSE Leap 15.1:salt-ssh-0:3000-lp151.5.21.1.x86_64",
          "openSUSE Leap 15.1:salt-standalone-formulas-configuration-0:3000-lp151.5.21.1.x86_64",
          "openSUSE Leap 15.1:salt-syndic-0:3000-lp151.5.21.1.x86_64",
          "openSUSE Leap 15.1:salt-zsh-completion-0:3000-lp151.5.21.1.noarch"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2018-15751",
          "url": "https://www.suse.com/security/cve/CVE-2018-15751"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1113698 for CVE-2018-15751",
          "url": "https://bugzilla.suse.com/1113698"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1113699 for CVE-2018-15751",
          "url": "https://bugzilla.suse.com/1113699"
        }
      ],
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
          "product_ids": [
            "openSUSE Leap 15.1:python2-salt-0:3000-lp151.5.21.1.x86_64",
            "openSUSE Leap 15.1:python3-salt-0:3000-lp151.5.21.1.x86_64",
            "openSUSE Leap 15.1:salt-0:3000-lp151.5.21.1.x86_64",
            "openSUSE Leap 15.1:salt-api-0:3000-lp151.5.21.1.x86_64",
            "openSUSE Leap 15.1:salt-bash-completion-0:3000-lp151.5.21.1.noarch",
            "openSUSE Leap 15.1:salt-cloud-0:3000-lp151.5.21.1.x86_64",
            "openSUSE Leap 15.1:salt-doc-0:3000-lp151.5.21.1.x86_64",
            "openSUSE Leap 15.1:salt-fish-completion-0:3000-lp151.5.21.1.noarch",
            "openSUSE Leap 15.1:salt-master-0:3000-lp151.5.21.1.x86_64",
            "openSUSE Leap 15.1:salt-minion-0:3000-lp151.5.21.1.x86_64",
            "openSUSE Leap 15.1:salt-proxy-0:3000-lp151.5.21.1.x86_64",
            "openSUSE Leap 15.1:salt-ssh-0:3000-lp151.5.21.1.x86_64",
            "openSUSE Leap 15.1:salt-standalone-formulas-configuration-0:3000-lp151.5.21.1.x86_64",
            "openSUSE Leap 15.1:salt-syndic-0:3000-lp151.5.21.1.x86_64",
            "openSUSE Leap 15.1:salt-zsh-completion-0:3000-lp151.5.21.1.noarch"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 9.8,
            "baseSeverity": "CRITICAL",
            "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.0"
          },
          "products": [
            "openSUSE Leap 15.1:python2-salt-0:3000-lp151.5.21.1.x86_64",
            "openSUSE Leap 15.1:python3-salt-0:3000-lp151.5.21.1.x86_64",
            "openSUSE Leap 15.1:salt-0:3000-lp151.5.21.1.x86_64",
            "openSUSE Leap 15.1:salt-api-0:3000-lp151.5.21.1.x86_64",
            "openSUSE Leap 15.1:salt-bash-completion-0:3000-lp151.5.21.1.noarch",
            "openSUSE Leap 15.1:salt-cloud-0:3000-lp151.5.21.1.x86_64",
            "openSUSE Leap 15.1:salt-doc-0:3000-lp151.5.21.1.x86_64",
            "openSUSE Leap 15.1:salt-fish-completion-0:3000-lp151.5.21.1.noarch",
            "openSUSE Leap 15.1:salt-master-0:3000-lp151.5.21.1.x86_64",
            "openSUSE Leap 15.1:salt-minion-0:3000-lp151.5.21.1.x86_64",
            "openSUSE Leap 15.1:salt-proxy-0:3000-lp151.5.21.1.x86_64",
            "openSUSE Leap 15.1:salt-ssh-0:3000-lp151.5.21.1.x86_64",
            "openSUSE Leap 15.1:salt-standalone-formulas-configuration-0:3000-lp151.5.21.1.x86_64",
            "openSUSE Leap 15.1:salt-syndic-0:3000-lp151.5.21.1.x86_64",
            "openSUSE Leap 15.1:salt-zsh-completion-0:3000-lp151.5.21.1.noarch"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2020-07-26T12:19:27Z",
          "details": "moderate"
        }
      ],
      "title": "CVE-2018-15751"
    },
    {
      "cve": "CVE-2020-11651",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2020-11651"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "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.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "openSUSE Leap 15.1:python2-salt-0:3000-lp151.5.21.1.x86_64",
          "openSUSE Leap 15.1:python3-salt-0:3000-lp151.5.21.1.x86_64",
          "openSUSE Leap 15.1:salt-0:3000-lp151.5.21.1.x86_64",
          "openSUSE Leap 15.1:salt-api-0:3000-lp151.5.21.1.x86_64",
          "openSUSE Leap 15.1:salt-bash-completion-0:3000-lp151.5.21.1.noarch",
          "openSUSE Leap 15.1:salt-cloud-0:3000-lp151.5.21.1.x86_64",
          "openSUSE Leap 15.1:salt-doc-0:3000-lp151.5.21.1.x86_64",
          "openSUSE Leap 15.1:salt-fish-completion-0:3000-lp151.5.21.1.noarch",
          "openSUSE Leap 15.1:salt-master-0:3000-lp151.5.21.1.x86_64",
          "openSUSE Leap 15.1:salt-minion-0:3000-lp151.5.21.1.x86_64",
          "openSUSE Leap 15.1:salt-proxy-0:3000-lp151.5.21.1.x86_64",
          "openSUSE Leap 15.1:salt-ssh-0:3000-lp151.5.21.1.x86_64",
          "openSUSE Leap 15.1:salt-standalone-formulas-configuration-0:3000-lp151.5.21.1.x86_64",
          "openSUSE Leap 15.1:salt-syndic-0:3000-lp151.5.21.1.x86_64",
          "openSUSE Leap 15.1:salt-zsh-completion-0:3000-lp151.5.21.1.noarch"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2020-11651",
          "url": "https://www.suse.com/security/cve/CVE-2020-11651"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1170595 for CVE-2020-11651",
          "url": "https://bugzilla.suse.com/1170595"
        }
      ],
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
          "product_ids": [
            "openSUSE Leap 15.1:python2-salt-0:3000-lp151.5.21.1.x86_64",
            "openSUSE Leap 15.1:python3-salt-0:3000-lp151.5.21.1.x86_64",
            "openSUSE Leap 15.1:salt-0:3000-lp151.5.21.1.x86_64",
            "openSUSE Leap 15.1:salt-api-0:3000-lp151.5.21.1.x86_64",
            "openSUSE Leap 15.1:salt-bash-completion-0:3000-lp151.5.21.1.noarch",
            "openSUSE Leap 15.1:salt-cloud-0:3000-lp151.5.21.1.x86_64",
            "openSUSE Leap 15.1:salt-doc-0:3000-lp151.5.21.1.x86_64",
            "openSUSE Leap 15.1:salt-fish-completion-0:3000-lp151.5.21.1.noarch",
            "openSUSE Leap 15.1:salt-master-0:3000-lp151.5.21.1.x86_64",
            "openSUSE Leap 15.1:salt-minion-0:3000-lp151.5.21.1.x86_64",
            "openSUSE Leap 15.1:salt-proxy-0:3000-lp151.5.21.1.x86_64",
            "openSUSE Leap 15.1:salt-ssh-0:3000-lp151.5.21.1.x86_64",
            "openSUSE Leap 15.1:salt-standalone-formulas-configuration-0:3000-lp151.5.21.1.x86_64",
            "openSUSE Leap 15.1:salt-syndic-0:3000-lp151.5.21.1.x86_64",
            "openSUSE Leap 15.1:salt-zsh-completion-0:3000-lp151.5.21.1.noarch"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 9.8,
            "baseSeverity": "CRITICAL",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "openSUSE Leap 15.1:python2-salt-0:3000-lp151.5.21.1.x86_64",
            "openSUSE Leap 15.1:python3-salt-0:3000-lp151.5.21.1.x86_64",
            "openSUSE Leap 15.1:salt-0:3000-lp151.5.21.1.x86_64",
            "openSUSE Leap 15.1:salt-api-0:3000-lp151.5.21.1.x86_64",
            "openSUSE Leap 15.1:salt-bash-completion-0:3000-lp151.5.21.1.noarch",
            "openSUSE Leap 15.1:salt-cloud-0:3000-lp151.5.21.1.x86_64",
            "openSUSE Leap 15.1:salt-doc-0:3000-lp151.5.21.1.x86_64",
            "openSUSE Leap 15.1:salt-fish-completion-0:3000-lp151.5.21.1.noarch",
            "openSUSE Leap 15.1:salt-master-0:3000-lp151.5.21.1.x86_64",
            "openSUSE Leap 15.1:salt-minion-0:3000-lp151.5.21.1.x86_64",
            "openSUSE Leap 15.1:salt-proxy-0:3000-lp151.5.21.1.x86_64",
            "openSUSE Leap 15.1:salt-ssh-0:3000-lp151.5.21.1.x86_64",
            "openSUSE Leap 15.1:salt-standalone-formulas-configuration-0:3000-lp151.5.21.1.x86_64",
            "openSUSE Leap 15.1:salt-syndic-0:3000-lp151.5.21.1.x86_64",
            "openSUSE Leap 15.1:salt-zsh-completion-0:3000-lp151.5.21.1.noarch"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2020-07-26T12:19:27Z",
          "details": "critical"
        }
      ],
      "title": "CVE-2020-11651"
    },
    {
      "cve": "CVE-2020-11652",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2020-11652"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "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.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "openSUSE Leap 15.1:python2-salt-0:3000-lp151.5.21.1.x86_64",
          "openSUSE Leap 15.1:python3-salt-0:3000-lp151.5.21.1.x86_64",
          "openSUSE Leap 15.1:salt-0:3000-lp151.5.21.1.x86_64",
          "openSUSE Leap 15.1:salt-api-0:3000-lp151.5.21.1.x86_64",
          "openSUSE Leap 15.1:salt-bash-completion-0:3000-lp151.5.21.1.noarch",
          "openSUSE Leap 15.1:salt-cloud-0:3000-lp151.5.21.1.x86_64",
          "openSUSE Leap 15.1:salt-doc-0:3000-lp151.5.21.1.x86_64",
          "openSUSE Leap 15.1:salt-fish-completion-0:3000-lp151.5.21.1.noarch",
          "openSUSE Leap 15.1:salt-master-0:3000-lp151.5.21.1.x86_64",
          "openSUSE Leap 15.1:salt-minion-0:3000-lp151.5.21.1.x86_64",
          "openSUSE Leap 15.1:salt-proxy-0:3000-lp151.5.21.1.x86_64",
          "openSUSE Leap 15.1:salt-ssh-0:3000-lp151.5.21.1.x86_64",
          "openSUSE Leap 15.1:salt-standalone-formulas-configuration-0:3000-lp151.5.21.1.x86_64",
          "openSUSE Leap 15.1:salt-syndic-0:3000-lp151.5.21.1.x86_64",
          "openSUSE Leap 15.1:salt-zsh-completion-0:3000-lp151.5.21.1.noarch"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2020-11652",
          "url": "https://www.suse.com/security/cve/CVE-2020-11652"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1170595 for CVE-2020-11652",
          "url": "https://bugzilla.suse.com/1170595"
        }
      ],
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
          "product_ids": [
            "openSUSE Leap 15.1:python2-salt-0:3000-lp151.5.21.1.x86_64",
            "openSUSE Leap 15.1:python3-salt-0:3000-lp151.5.21.1.x86_64",
            "openSUSE Leap 15.1:salt-0:3000-lp151.5.21.1.x86_64",
            "openSUSE Leap 15.1:salt-api-0:3000-lp151.5.21.1.x86_64",
            "openSUSE Leap 15.1:salt-bash-completion-0:3000-lp151.5.21.1.noarch",
            "openSUSE Leap 15.1:salt-cloud-0:3000-lp151.5.21.1.x86_64",
            "openSUSE Leap 15.1:salt-doc-0:3000-lp151.5.21.1.x86_64",
            "openSUSE Leap 15.1:salt-fish-completion-0:3000-lp151.5.21.1.noarch",
            "openSUSE Leap 15.1:salt-master-0:3000-lp151.5.21.1.x86_64",
            "openSUSE Leap 15.1:salt-minion-0:3000-lp151.5.21.1.x86_64",
            "openSUSE Leap 15.1:salt-proxy-0:3000-lp151.5.21.1.x86_64",
            "openSUSE Leap 15.1:salt-ssh-0:3000-lp151.5.21.1.x86_64",
            "openSUSE Leap 15.1:salt-standalone-formulas-configuration-0:3000-lp151.5.21.1.x86_64",
            "openSUSE Leap 15.1:salt-syndic-0:3000-lp151.5.21.1.x86_64",
            "openSUSE Leap 15.1:salt-zsh-completion-0:3000-lp151.5.21.1.noarch"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.2,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "openSUSE Leap 15.1:python2-salt-0:3000-lp151.5.21.1.x86_64",
            "openSUSE Leap 15.1:python3-salt-0:3000-lp151.5.21.1.x86_64",
            "openSUSE Leap 15.1:salt-0:3000-lp151.5.21.1.x86_64",
            "openSUSE Leap 15.1:salt-api-0:3000-lp151.5.21.1.x86_64",
            "openSUSE Leap 15.1:salt-bash-completion-0:3000-lp151.5.21.1.noarch",
            "openSUSE Leap 15.1:salt-cloud-0:3000-lp151.5.21.1.x86_64",
            "openSUSE Leap 15.1:salt-doc-0:3000-lp151.5.21.1.x86_64",
            "openSUSE Leap 15.1:salt-fish-completion-0:3000-lp151.5.21.1.noarch",
            "openSUSE Leap 15.1:salt-master-0:3000-lp151.5.21.1.x86_64",
            "openSUSE Leap 15.1:salt-minion-0:3000-lp151.5.21.1.x86_64",
            "openSUSE Leap 15.1:salt-proxy-0:3000-lp151.5.21.1.x86_64",
            "openSUSE Leap 15.1:salt-ssh-0:3000-lp151.5.21.1.x86_64",
            "openSUSE Leap 15.1:salt-standalone-formulas-configuration-0:3000-lp151.5.21.1.x86_64",
            "openSUSE Leap 15.1:salt-syndic-0:3000-lp151.5.21.1.x86_64",
            "openSUSE Leap 15.1:salt-zsh-completion-0:3000-lp151.5.21.1.noarch"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2020-07-26T12:19:27Z",
          "details": "critical"
        }
      ],
      "title": "CVE-2020-11652"
    }
  ]
}



Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.

Sightings

Author Source Type Date Other

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or observed by the user.
  • Confirmed: The vulnerability has been validated from an analyst's perspective.
  • Published Proof of Concept: A public proof of concept is available for this vulnerability.
  • Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
  • Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
  • Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
  • Not confirmed: The user expressed doubt about the validity of the vulnerability.
  • Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.

Loading…

Detection rules are retrieved from Rulezet.

Loading…

Loading…

Related by attack behaviour

Vulnerabilities whose description is nearest to this one in the vector space of the CIRCL/vulnerability-attack-technique-biencoder model. This is a similarity search over the bi-encoder space (plain cosine), not a classification, and it has no measured accuracy.


Loading…