suse-su-2020:1973-1
Vulnerability from csaf_suse
Published
2020-07-21 00:39
Modified
2020-07-21 00:39
Summary
Security update for Salt
Notes
Title of the patch
Security update for Salt
Description of the patch
This update fixes the following issues:
salt:
- Fix for TypeError in Tornado importer (bsc#1174165)
- Require python3-distro only for TW (bsc#1173072)
- Various virt backports from 3000.2
- Avoid traceback on debug logging for swarm module (bsc#1172075)
- Add publish_batch to ClearFuncs exposed methods
- Update to salt version 3000
See release notes: https://docs.saltstack.com/en/latest/topics/releases/3000.html
- Zypperpkg: filter patterns that start with dot (bsc#1171906)
- Batch mode now also correctly provides return value (bsc#1168340)
- Add docker.logout to docker execution module (bsc#1165572)
- Testsuite fix
- Add option to enable/disable force refresh for zypper
- Python3.8 compatibility changes
- Prevent sporious 'salt-api' stuck processes when managing SSH minions because of logging deadlock (bsc#1159284)
- Avoid segfault from 'salt-api' under certain conditions of heavy load managing SSH minions (bsc#1169604)
- Revert broken changes to slspath made on Salt 3000 (saltstack/salt#56341) (bsc#1170104)
- Returns a the list of IPs filtered by the optional network list
- Fix CVE-2020-11651 and CVE-2020-11652 (bsc#1170595)
- Do not require vendored backports-abc (bsc#1170288)
- Fix partition.mkpart to work without fstype (bsc#1169800)
- Enable building and installation for Fedora
- Disable python2 build on Tumbleweed
We are removing the python2 interpreter from openSUSE (SLE16).
As such disable salt building for python2 there.
- More robust remote port detection
- Sanitize grains loaded from roster_grains.json cache during 'state.pkg'
- Do not make file.recurse state to fail when msgpack 0.5.4 (bsc#1167437)
- Build: Buildequire pkgconfig(systemd) instead of systemd
pkgconfig(systemd) is provided by systemd, so this is de-facto no change.
But inside the Open Build Service (OBS), the same symbol is also provided by
systemd-mini, which exists to shorten build-chains by only enabling what other
packages need to successfully build
- Add new custom SUSE capability for saltutil state module
- Fixes status attribute issue in aptpkg test
- Make setup.py script not to require setuptools greater than 9.1
- Loop: fix variable names for until_no_eval
- Drop conflictive module.run state patch (bsc#1167437)
- Update patches after rebase with upstream v3000 tag (bsc#1167437)
- Fix some requirements issues depending on Python3 versions
- Removes obsolete patch
- Fix for low rpm_lowpkg unit test
- Add python-singledispatch as dependency for python2-salt
- Virt._get_domain: don't raise an exception if there is no VM
- Fix for temp folder definition in loader unit test
- Adds test for zypper abbreviation fix
- Improved storage pool or network handling
- Better import cache handline
- Make 'salt.ext.tornado.gen' to use 'salt.ext.backports_abc' on Python 2
- Fix regression in service states with reload argument
- Fix integration test failure for test_mod_del_repo_multiline_values
- Fix for unless requisite when pip is not installed
- Fix errors from unit tests due NO_MOCK and NO_MOCK_REASON deprecation
- Fix tornado imports and missing _utils after rebasing patches
- Removes unresolved merge conflict in yumpkg module
- Use full option name instead of undocumented abbreviation for zypper
- Requiring python3-distro only for openSUSE/SLE >= 15 and not for Python 2 builds
- Avoid possible user escalation upgrading salt-master (bsc#1157465) (CVE-2019-18897)
- Fix unit tests failures in test_batch_async tests
- Batch Async: Handle exceptions, properly unregister and close instances after
running async batching to avoid CPU starvation of the MWorkers (bsc#1162327)
- RHEL/CentOS 8 uses platform-python instead of python3
- Loader: invalidate the import cachefor extra modules
- Zypperpkg: filter patterns that start with dot (bsc#1171906)
- Batch mode now also correctly provides return value (bsc#1168340)
- Add docker.logout to docker execution module (bsc#1165572)
- Improvements for chroot module
- Add option to enable/disable force refresh for zypper
- Prevent sporious 'salt-api' stuck processes when managing SSH minions
because of logging deadlock (bsc#1159284)
- Avoid segfault from 'salt-api' under certain conditions of heavy load
managing SSH minions (bsc#1169604)
Patchnames
SUSE-2020-1973,SUSE-SLE-Product-HPC-15-2020-1973,SUSE-SLE-Product-SLES-15-2020-1973,SUSE-SLE-Product-SLES_SAP-15-2020-1973
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "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": "\nThis update fixes the following issues:\n\nsalt:\n\n- Fix for TypeError in Tornado importer (bsc#1174165)\n- Require python3-distro only for TW (bsc#1173072)\n- Various virt backports from 3000.2\n- Avoid traceback on debug logging for swarm module (bsc#1172075)\n- Add publish_batch to ClearFuncs exposed methods\n- Update to salt version 3000\n See release notes: https://docs.saltstack.com/en/latest/topics/releases/3000.html\n- Zypperpkg: filter patterns that start with dot (bsc#1171906)\n- Batch mode now also correctly provides return value (bsc#1168340)\n- Add docker.logout to docker execution module (bsc#1165572)\n- Testsuite fix\n- Add option to enable/disable force refresh for zypper\n- Python3.8 compatibility changes\n- Prevent sporious \u0027salt-api\u0027 stuck processes when managing SSH minions because of logging deadlock (bsc#1159284)\n- Avoid segfault from \u0027salt-api\u0027 under certain conditions of heavy load managing SSH minions (bsc#1169604)\n- Revert broken changes to slspath made on Salt 3000 (saltstack/salt#56341) (bsc#1170104)\n- Returns a the list of IPs filtered by the optional network list\n- Fix CVE-2020-11651 and CVE-2020-11652 (bsc#1170595)\n- Do not require vendored backports-abc (bsc#1170288)\n- Fix partition.mkpart to work without fstype (bsc#1169800)\n- Enable building and installation for Fedora\n- Disable python2 build on Tumbleweed\n We are removing the python2 interpreter from openSUSE (SLE16).\n As such disable salt building for python2 there.\n- More robust remote port detection\n- Sanitize grains loaded from roster_grains.json cache during \u0027state.pkg\u0027\n- Do not make file.recurse state to fail when msgpack 0.5.4 (bsc#1167437)\n- Build: Buildequire pkgconfig(systemd) instead of systemd\n pkgconfig(systemd) is provided by systemd, so this is de-facto no change.\n But inside the Open Build Service (OBS), the same symbol is also provided by\n systemd-mini, which exists to shorten build-chains by only enabling what other\n packages need to successfully build\n- Add new custom SUSE capability for saltutil state module\n- Fixes status attribute issue in aptpkg test\n- Make setup.py script not to require setuptools greater than 9.1\n- Loop: fix variable names for until_no_eval\n- Drop conflictive module.run state patch (bsc#1167437)\n- Update patches after rebase with upstream v3000 tag (bsc#1167437)\n- Fix some requirements issues depending on Python3 versions\n- Removes obsolete patch\n- Fix for low rpm_lowpkg unit test\n- Add python-singledispatch as dependency for python2-salt\n- Virt._get_domain: don\u0027t raise an exception if there is no VM\n- Fix for temp folder definition in loader unit test\n- Adds test for zypper abbreviation fix\n- Improved storage pool or network handling\n- Better import cache handline\n- Make \u0027salt.ext.tornado.gen\u0027 to use \u0027salt.ext.backports_abc\u0027 on Python 2\n- Fix regression in service states with reload argument\n- Fix integration test failure for test_mod_del_repo_multiline_values\n- Fix for unless requisite when pip is not installed\n- Fix errors from unit tests due NO_MOCK and NO_MOCK_REASON deprecation\n- Fix tornado imports and missing _utils after rebasing patches\n- Removes unresolved merge conflict in yumpkg module\n- Use full option name instead of undocumented abbreviation for zypper\n- Requiring python3-distro only for openSUSE/SLE \u003e= 15 and not for Python 2 builds\n- Avoid possible user escalation upgrading salt-master (bsc#1157465) (CVE-2019-18897)\n- Fix unit tests failures in test_batch_async tests\n- Batch Async: Handle exceptions, properly unregister and close instances after\n running async batching to avoid CPU starvation of the MWorkers (bsc#1162327)\n- RHEL/CentOS 8 uses platform-python instead of python3\n- Loader: invalidate the import cachefor extra modules\n- Zypperpkg: filter patterns that start with dot (bsc#1171906)\n- Batch mode now also correctly provides return value (bsc#1168340)\n- Add docker.logout to docker execution module (bsc#1165572)\n- Improvements for chroot module\n- Add option to enable/disable force refresh for zypper\n- Prevent sporious \u0027salt-api\u0027 stuck processes when managing SSH minions\n because of logging deadlock (bsc#1159284)\n- Avoid segfault from \u0027salt-api\u0027 under certain conditions of heavy load\n managing SSH minions (bsc#1169604)\n\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2020-1973,SUSE-SLE-Product-HPC-15-2020-1973,SUSE-SLE-Product-SLES-15-2020-1973,SUSE-SLE-Product-SLES_SAP-15-2020-1973", "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/suse-su-2020_1973-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2020:1973-1", "url": "https://www.suse.com/support/update/announcement/2020/suse-su-20201973-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2020:1973-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2020-July/007163.html" }, { "category": "self", "summary": "SUSE Bug 1157465", "url": "https://bugzilla.suse.com/1157465" }, { "category": "self", "summary": "SUSE Bug 1159284", "url": "https://bugzilla.suse.com/1159284" }, { "category": "self", "summary": "SUSE Bug 1162327", "url": "https://bugzilla.suse.com/1162327" }, { "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 1169800", "url": "https://bugzilla.suse.com/1169800" }, { "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 1170595", "url": "https://bugzilla.suse.com/1170595" }, { "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-2019-18897 page", "url": "https://www.suse.com/security/cve/CVE-2019-18897/" }, { "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": "2020-07-21T00:39:56Z", "generator": { "date": "2020-07-21T00:39:56Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2020:1973-1", "initial_release_date": "2020-07-21T00:39:56Z", "revision_history": [ { "date": "2020-07-21T00:39:56Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "python2-salt-3000-5.78.1.aarch64", "product": { "name": "python2-salt-3000-5.78.1.aarch64", "product_id": "python2-salt-3000-5.78.1.aarch64" } }, { "category": "product_version", "name": "python3-salt-3000-5.78.1.aarch64", "product": { "name": "python3-salt-3000-5.78.1.aarch64", "product_id": "python3-salt-3000-5.78.1.aarch64" } }, { "category": "product_version", "name": "salt-3000-5.78.1.aarch64", "product": { "name": "salt-3000-5.78.1.aarch64", "product_id": "salt-3000-5.78.1.aarch64" } }, { "category": "product_version", "name": "salt-api-3000-5.78.1.aarch64", "product": { "name": "salt-api-3000-5.78.1.aarch64", "product_id": "salt-api-3000-5.78.1.aarch64" } }, { "category": "product_version", "name": "salt-cloud-3000-5.78.1.aarch64", "product": { "name": "salt-cloud-3000-5.78.1.aarch64", "product_id": "salt-cloud-3000-5.78.1.aarch64" } }, { "category": "product_version", "name": "salt-doc-3000-5.78.1.aarch64", "product": { "name": "salt-doc-3000-5.78.1.aarch64", "product_id": "salt-doc-3000-5.78.1.aarch64" } }, { "category": "product_version", "name": "salt-master-3000-5.78.1.aarch64", "product": { "name": "salt-master-3000-5.78.1.aarch64", "product_id": "salt-master-3000-5.78.1.aarch64" } }, { "category": "product_version", "name": "salt-minion-3000-5.78.1.aarch64", "product": { "name": "salt-minion-3000-5.78.1.aarch64", "product_id": "salt-minion-3000-5.78.1.aarch64" } }, { "category": "product_version", "name": "salt-proxy-3000-5.78.1.aarch64", "product": { "name": "salt-proxy-3000-5.78.1.aarch64", "product_id": "salt-proxy-3000-5.78.1.aarch64" } }, { "category": "product_version", "name": "salt-ssh-3000-5.78.1.aarch64", "product": { "name": "salt-ssh-3000-5.78.1.aarch64", "product_id": "salt-ssh-3000-5.78.1.aarch64" } }, { "category": "product_version", "name": "salt-standalone-formulas-configuration-3000-5.78.1.aarch64", "product": { "name": "salt-standalone-formulas-configuration-3000-5.78.1.aarch64", "product_id": "salt-standalone-formulas-configuration-3000-5.78.1.aarch64" } }, { "category": "product_version", "name": "salt-syndic-3000-5.78.1.aarch64", "product": { "name": "salt-syndic-3000-5.78.1.aarch64", "product_id": "salt-syndic-3000-5.78.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "python2-salt-3000-5.78.1.i586", "product": { "name": "python2-salt-3000-5.78.1.i586", "product_id": "python2-salt-3000-5.78.1.i586" } }, { "category": "product_version", "name": "python3-salt-3000-5.78.1.i586", "product": { "name": "python3-salt-3000-5.78.1.i586", "product_id": "python3-salt-3000-5.78.1.i586" } }, { "category": "product_version", "name": "salt-3000-5.78.1.i586", "product": { "name": "salt-3000-5.78.1.i586", "product_id": "salt-3000-5.78.1.i586" } }, { "category": "product_version", "name": "salt-api-3000-5.78.1.i586", "product": { "name": "salt-api-3000-5.78.1.i586", "product_id": "salt-api-3000-5.78.1.i586" } }, { "category": "product_version", "name": "salt-cloud-3000-5.78.1.i586", "product": { "name": "salt-cloud-3000-5.78.1.i586", "product_id": "salt-cloud-3000-5.78.1.i586" } }, { "category": "product_version", "name": "salt-doc-3000-5.78.1.i586", "product": { "name": "salt-doc-3000-5.78.1.i586", "product_id": "salt-doc-3000-5.78.1.i586" } }, { "category": "product_version", "name": "salt-master-3000-5.78.1.i586", "product": { "name": "salt-master-3000-5.78.1.i586", "product_id": "salt-master-3000-5.78.1.i586" } }, { "category": "product_version", "name": "salt-minion-3000-5.78.1.i586", "product": { "name": "salt-minion-3000-5.78.1.i586", "product_id": "salt-minion-3000-5.78.1.i586" } }, { "category": "product_version", "name": "salt-proxy-3000-5.78.1.i586", "product": { "name": "salt-proxy-3000-5.78.1.i586", "product_id": "salt-proxy-3000-5.78.1.i586" } }, { "category": "product_version", "name": "salt-ssh-3000-5.78.1.i586", "product": { "name": "salt-ssh-3000-5.78.1.i586", "product_id": "salt-ssh-3000-5.78.1.i586" } }, { "category": "product_version", "name": "salt-standalone-formulas-configuration-3000-5.78.1.i586", "product": { "name": "salt-standalone-formulas-configuration-3000-5.78.1.i586", "product_id": "salt-standalone-formulas-configuration-3000-5.78.1.i586" } }, { "category": "product_version", "name": "salt-syndic-3000-5.78.1.i586", "product": { "name": "salt-syndic-3000-5.78.1.i586", "product_id": "salt-syndic-3000-5.78.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "salt-bash-completion-3000-5.78.1.noarch", "product": { "name": "salt-bash-completion-3000-5.78.1.noarch", "product_id": "salt-bash-completion-3000-5.78.1.noarch" } }, { "category": "product_version", "name": "salt-fish-completion-3000-5.78.1.noarch", "product": { "name": "salt-fish-completion-3000-5.78.1.noarch", "product_id": "salt-fish-completion-3000-5.78.1.noarch" } }, { "category": "product_version", "name": "salt-zsh-completion-3000-5.78.1.noarch", "product": { "name": "salt-zsh-completion-3000-5.78.1.noarch", "product_id": "salt-zsh-completion-3000-5.78.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "python2-salt-3000-5.78.1.ppc64le", "product": { "name": "python2-salt-3000-5.78.1.ppc64le", "product_id": "python2-salt-3000-5.78.1.ppc64le" } }, { "category": "product_version", "name": "python3-salt-3000-5.78.1.ppc64le", "product": { "name": "python3-salt-3000-5.78.1.ppc64le", "product_id": "python3-salt-3000-5.78.1.ppc64le" } }, { "category": "product_version", "name": "salt-3000-5.78.1.ppc64le", "product": { "name": "salt-3000-5.78.1.ppc64le", "product_id": "salt-3000-5.78.1.ppc64le" } }, { "category": "product_version", "name": "salt-api-3000-5.78.1.ppc64le", "product": { "name": "salt-api-3000-5.78.1.ppc64le", "product_id": "salt-api-3000-5.78.1.ppc64le" } }, { "category": "product_version", "name": "salt-cloud-3000-5.78.1.ppc64le", "product": { "name": "salt-cloud-3000-5.78.1.ppc64le", "product_id": "salt-cloud-3000-5.78.1.ppc64le" } }, { "category": "product_version", "name": "salt-doc-3000-5.78.1.ppc64le", "product": { "name": "salt-doc-3000-5.78.1.ppc64le", "product_id": "salt-doc-3000-5.78.1.ppc64le" } }, { "category": "product_version", "name": "salt-master-3000-5.78.1.ppc64le", "product": { "name": "salt-master-3000-5.78.1.ppc64le", "product_id": "salt-master-3000-5.78.1.ppc64le" } }, { "category": "product_version", "name": "salt-minion-3000-5.78.1.ppc64le", "product": { "name": "salt-minion-3000-5.78.1.ppc64le", "product_id": "salt-minion-3000-5.78.1.ppc64le" } }, { "category": "product_version", "name": "salt-proxy-3000-5.78.1.ppc64le", "product": { "name": "salt-proxy-3000-5.78.1.ppc64le", "product_id": "salt-proxy-3000-5.78.1.ppc64le" } }, { "category": "product_version", "name": "salt-ssh-3000-5.78.1.ppc64le", "product": { "name": "salt-ssh-3000-5.78.1.ppc64le", "product_id": "salt-ssh-3000-5.78.1.ppc64le" } }, { "category": "product_version", "name": "salt-standalone-formulas-configuration-3000-5.78.1.ppc64le", "product": { "name": "salt-standalone-formulas-configuration-3000-5.78.1.ppc64le", "product_id": "salt-standalone-formulas-configuration-3000-5.78.1.ppc64le" } }, { "category": "product_version", "name": "salt-syndic-3000-5.78.1.ppc64le", "product": { "name": "salt-syndic-3000-5.78.1.ppc64le", "product_id": "salt-syndic-3000-5.78.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "python2-salt-3000-5.78.1.s390x", "product": { "name": "python2-salt-3000-5.78.1.s390x", "product_id": "python2-salt-3000-5.78.1.s390x" } }, { "category": "product_version", "name": "python3-salt-3000-5.78.1.s390x", "product": { "name": "python3-salt-3000-5.78.1.s390x", "product_id": "python3-salt-3000-5.78.1.s390x" } }, { "category": "product_version", "name": "salt-3000-5.78.1.s390x", "product": { "name": "salt-3000-5.78.1.s390x", "product_id": "salt-3000-5.78.1.s390x" } }, { "category": "product_version", "name": "salt-api-3000-5.78.1.s390x", "product": { "name": "salt-api-3000-5.78.1.s390x", "product_id": "salt-api-3000-5.78.1.s390x" } }, { "category": "product_version", "name": "salt-cloud-3000-5.78.1.s390x", "product": { "name": "salt-cloud-3000-5.78.1.s390x", "product_id": "salt-cloud-3000-5.78.1.s390x" } }, { "category": "product_version", "name": "salt-doc-3000-5.78.1.s390x", "product": { "name": "salt-doc-3000-5.78.1.s390x", "product_id": "salt-doc-3000-5.78.1.s390x" } }, { "category": "product_version", "name": "salt-master-3000-5.78.1.s390x", "product": { "name": "salt-master-3000-5.78.1.s390x", "product_id": "salt-master-3000-5.78.1.s390x" } }, { "category": "product_version", "name": "salt-minion-3000-5.78.1.s390x", "product": { "name": "salt-minion-3000-5.78.1.s390x", "product_id": "salt-minion-3000-5.78.1.s390x" } }, { "category": "product_version", "name": "salt-proxy-3000-5.78.1.s390x", "product": { "name": "salt-proxy-3000-5.78.1.s390x", "product_id": "salt-proxy-3000-5.78.1.s390x" } }, { "category": "product_version", "name": "salt-ssh-3000-5.78.1.s390x", "product": { "name": "salt-ssh-3000-5.78.1.s390x", "product_id": "salt-ssh-3000-5.78.1.s390x" } }, { "category": "product_version", "name": "salt-standalone-formulas-configuration-3000-5.78.1.s390x", "product": { "name": "salt-standalone-formulas-configuration-3000-5.78.1.s390x", "product_id": "salt-standalone-formulas-configuration-3000-5.78.1.s390x" } }, { "category": "product_version", "name": "salt-syndic-3000-5.78.1.s390x", "product": { "name": "salt-syndic-3000-5.78.1.s390x", "product_id": "salt-syndic-3000-5.78.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "python2-salt-3000-5.78.1.x86_64", "product": { "name": "python2-salt-3000-5.78.1.x86_64", "product_id": "python2-salt-3000-5.78.1.x86_64" } }, { "category": "product_version", "name": "python3-salt-3000-5.78.1.x86_64", "product": { "name": "python3-salt-3000-5.78.1.x86_64", "product_id": "python3-salt-3000-5.78.1.x86_64" } }, { "category": "product_version", "name": "salt-3000-5.78.1.x86_64", "product": { "name": "salt-3000-5.78.1.x86_64", "product_id": "salt-3000-5.78.1.x86_64" } }, { "category": "product_version", "name": "salt-api-3000-5.78.1.x86_64", "product": { "name": "salt-api-3000-5.78.1.x86_64", "product_id": "salt-api-3000-5.78.1.x86_64" } }, { "category": "product_version", "name": "salt-cloud-3000-5.78.1.x86_64", "product": { "name": "salt-cloud-3000-5.78.1.x86_64", "product_id": "salt-cloud-3000-5.78.1.x86_64" } }, { "category": "product_version", "name": "salt-doc-3000-5.78.1.x86_64", "product": { "name": "salt-doc-3000-5.78.1.x86_64", "product_id": "salt-doc-3000-5.78.1.x86_64" } }, { "category": "product_version", "name": "salt-master-3000-5.78.1.x86_64", "product": { "name": "salt-master-3000-5.78.1.x86_64", "product_id": "salt-master-3000-5.78.1.x86_64" } }, { "category": "product_version", "name": "salt-minion-3000-5.78.1.x86_64", "product": { "name": "salt-minion-3000-5.78.1.x86_64", "product_id": "salt-minion-3000-5.78.1.x86_64" } }, { "category": "product_version", "name": "salt-proxy-3000-5.78.1.x86_64", "product": { "name": "salt-proxy-3000-5.78.1.x86_64", "product_id": "salt-proxy-3000-5.78.1.x86_64" } }, { "category": "product_version", "name": "salt-ssh-3000-5.78.1.x86_64", "product": { "name": "salt-ssh-3000-5.78.1.x86_64", "product_id": "salt-ssh-3000-5.78.1.x86_64" } }, { "category": "product_version", "name": "salt-standalone-formulas-configuration-3000-5.78.1.x86_64", "product": { "name": "salt-standalone-formulas-configuration-3000-5.78.1.x86_64", "product_id": "salt-standalone-formulas-configuration-3000-5.78.1.x86_64" } }, { "category": "product_version", "name": "salt-syndic-3000-5.78.1.x86_64", "product": { "name": "salt-syndic-3000-5.78.1.x86_64", "product_id": "salt-syndic-3000-5.78.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15-ESPOS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-espos:15" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15-LTSS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-ltss:15" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 15-LTSS", "product": { "name": "SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:15" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 15", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 15", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:15" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "python2-salt-3000-5.78.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:python2-salt-3000-5.78.1.aarch64" }, "product_reference": "python2-salt-3000-5.78.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "python2-salt-3000-5.78.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:python2-salt-3000-5.78.1.x86_64" }, "product_reference": "python2-salt-3000-5.78.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-salt-3000-5.78.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:python3-salt-3000-5.78.1.aarch64" }, "product_reference": "python3-salt-3000-5.78.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-salt-3000-5.78.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:python3-salt-3000-5.78.1.x86_64" }, "product_reference": "python3-salt-3000-5.78.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "salt-3000-5.78.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-3000-5.78.1.aarch64" }, "product_reference": "salt-3000-5.78.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "salt-3000-5.78.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-3000-5.78.1.x86_64" }, "product_reference": "salt-3000-5.78.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "salt-api-3000-5.78.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-api-3000-5.78.1.aarch64" }, "product_reference": "salt-api-3000-5.78.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "salt-api-3000-5.78.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-api-3000-5.78.1.x86_64" }, "product_reference": "salt-api-3000-5.78.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "salt-bash-completion-3000-5.78.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-bash-completion-3000-5.78.1.noarch" }, "product_reference": "salt-bash-completion-3000-5.78.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "salt-cloud-3000-5.78.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-cloud-3000-5.78.1.aarch64" }, "product_reference": "salt-cloud-3000-5.78.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "salt-cloud-3000-5.78.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-cloud-3000-5.78.1.x86_64" }, "product_reference": "salt-cloud-3000-5.78.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "salt-doc-3000-5.78.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-doc-3000-5.78.1.aarch64" }, "product_reference": "salt-doc-3000-5.78.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "salt-doc-3000-5.78.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-doc-3000-5.78.1.x86_64" }, "product_reference": "salt-doc-3000-5.78.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "salt-fish-completion-3000-5.78.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-fish-completion-3000-5.78.1.noarch" }, "product_reference": "salt-fish-completion-3000-5.78.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "salt-master-3000-5.78.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-master-3000-5.78.1.aarch64" }, "product_reference": "salt-master-3000-5.78.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "salt-master-3000-5.78.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-master-3000-5.78.1.x86_64" }, "product_reference": "salt-master-3000-5.78.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "salt-minion-3000-5.78.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-minion-3000-5.78.1.aarch64" }, "product_reference": "salt-minion-3000-5.78.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "salt-minion-3000-5.78.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-minion-3000-5.78.1.x86_64" }, "product_reference": "salt-minion-3000-5.78.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "salt-proxy-3000-5.78.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-proxy-3000-5.78.1.aarch64" }, "product_reference": "salt-proxy-3000-5.78.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "salt-proxy-3000-5.78.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-proxy-3000-5.78.1.x86_64" }, "product_reference": "salt-proxy-3000-5.78.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "salt-ssh-3000-5.78.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-ssh-3000-5.78.1.aarch64" }, "product_reference": "salt-ssh-3000-5.78.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "salt-ssh-3000-5.78.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-ssh-3000-5.78.1.x86_64" }, "product_reference": "salt-ssh-3000-5.78.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "salt-standalone-formulas-configuration-3000-5.78.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-standalone-formulas-configuration-3000-5.78.1.aarch64" }, "product_reference": "salt-standalone-formulas-configuration-3000-5.78.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "salt-standalone-formulas-configuration-3000-5.78.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-standalone-formulas-configuration-3000-5.78.1.x86_64" }, "product_reference": "salt-standalone-formulas-configuration-3000-5.78.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "salt-syndic-3000-5.78.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-syndic-3000-5.78.1.aarch64" }, "product_reference": "salt-syndic-3000-5.78.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "salt-syndic-3000-5.78.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-syndic-3000-5.78.1.x86_64" }, "product_reference": "salt-syndic-3000-5.78.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "salt-zsh-completion-3000-5.78.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-zsh-completion-3000-5.78.1.noarch" }, "product_reference": "salt-zsh-completion-3000-5.78.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "python2-salt-3000-5.78.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:python2-salt-3000-5.78.1.aarch64" }, "product_reference": "python2-salt-3000-5.78.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python2-salt-3000-5.78.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:python2-salt-3000-5.78.1.x86_64" }, "product_reference": "python2-salt-3000-5.78.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-salt-3000-5.78.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:python3-salt-3000-5.78.1.aarch64" }, "product_reference": "python3-salt-3000-5.78.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-salt-3000-5.78.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:python3-salt-3000-5.78.1.x86_64" }, "product_reference": "python3-salt-3000-5.78.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "salt-3000-5.78.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-3000-5.78.1.aarch64" }, "product_reference": "salt-3000-5.78.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "salt-3000-5.78.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-3000-5.78.1.x86_64" }, "product_reference": "salt-3000-5.78.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "salt-api-3000-5.78.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-api-3000-5.78.1.aarch64" }, "product_reference": "salt-api-3000-5.78.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "salt-api-3000-5.78.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-api-3000-5.78.1.x86_64" }, "product_reference": "salt-api-3000-5.78.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "salt-bash-completion-3000-5.78.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-bash-completion-3000-5.78.1.noarch" }, "product_reference": "salt-bash-completion-3000-5.78.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "salt-cloud-3000-5.78.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-cloud-3000-5.78.1.aarch64" }, "product_reference": "salt-cloud-3000-5.78.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "salt-cloud-3000-5.78.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-cloud-3000-5.78.1.x86_64" }, "product_reference": "salt-cloud-3000-5.78.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "salt-doc-3000-5.78.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-doc-3000-5.78.1.aarch64" }, "product_reference": "salt-doc-3000-5.78.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "salt-doc-3000-5.78.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-doc-3000-5.78.1.x86_64" }, "product_reference": "salt-doc-3000-5.78.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "salt-fish-completion-3000-5.78.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-fish-completion-3000-5.78.1.noarch" }, "product_reference": "salt-fish-completion-3000-5.78.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "salt-master-3000-5.78.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-master-3000-5.78.1.aarch64" }, "product_reference": "salt-master-3000-5.78.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "salt-master-3000-5.78.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-master-3000-5.78.1.x86_64" }, "product_reference": "salt-master-3000-5.78.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "salt-minion-3000-5.78.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-minion-3000-5.78.1.aarch64" }, "product_reference": "salt-minion-3000-5.78.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "salt-minion-3000-5.78.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-minion-3000-5.78.1.x86_64" }, "product_reference": "salt-minion-3000-5.78.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "salt-proxy-3000-5.78.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-proxy-3000-5.78.1.aarch64" }, "product_reference": "salt-proxy-3000-5.78.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "salt-proxy-3000-5.78.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-proxy-3000-5.78.1.x86_64" }, "product_reference": "salt-proxy-3000-5.78.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "salt-ssh-3000-5.78.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-ssh-3000-5.78.1.aarch64" }, "product_reference": "salt-ssh-3000-5.78.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "salt-ssh-3000-5.78.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-ssh-3000-5.78.1.x86_64" }, "product_reference": "salt-ssh-3000-5.78.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "salt-standalone-formulas-configuration-3000-5.78.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-standalone-formulas-configuration-3000-5.78.1.aarch64" }, "product_reference": "salt-standalone-formulas-configuration-3000-5.78.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "salt-standalone-formulas-configuration-3000-5.78.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-standalone-formulas-configuration-3000-5.78.1.x86_64" }, "product_reference": "salt-standalone-formulas-configuration-3000-5.78.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "salt-syndic-3000-5.78.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-syndic-3000-5.78.1.aarch64" }, "product_reference": "salt-syndic-3000-5.78.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "salt-syndic-3000-5.78.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-syndic-3000-5.78.1.x86_64" }, "product_reference": "salt-syndic-3000-5.78.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "salt-zsh-completion-3000-5.78.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-zsh-completion-3000-5.78.1.noarch" }, "product_reference": "salt-zsh-completion-3000-5.78.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python2-salt-3000-5.78.1.aarch64 as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:python2-salt-3000-5.78.1.aarch64" }, "product_reference": "python2-salt-3000-5.78.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python2-salt-3000-5.78.1.ppc64le as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:python2-salt-3000-5.78.1.ppc64le" }, "product_reference": "python2-salt-3000-5.78.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python2-salt-3000-5.78.1.s390x as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:python2-salt-3000-5.78.1.s390x" }, "product_reference": "python2-salt-3000-5.78.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python2-salt-3000-5.78.1.x86_64 as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:python2-salt-3000-5.78.1.x86_64" }, "product_reference": "python2-salt-3000-5.78.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-salt-3000-5.78.1.aarch64 as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:python3-salt-3000-5.78.1.aarch64" }, "product_reference": "python3-salt-3000-5.78.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-salt-3000-5.78.1.ppc64le as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:python3-salt-3000-5.78.1.ppc64le" }, "product_reference": "python3-salt-3000-5.78.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-salt-3000-5.78.1.s390x as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:python3-salt-3000-5.78.1.s390x" }, "product_reference": "python3-salt-3000-5.78.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-salt-3000-5.78.1.x86_64 as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:python3-salt-3000-5.78.1.x86_64" }, "product_reference": "python3-salt-3000-5.78.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "salt-3000-5.78.1.aarch64 as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:salt-3000-5.78.1.aarch64" }, "product_reference": "salt-3000-5.78.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "salt-3000-5.78.1.ppc64le as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:salt-3000-5.78.1.ppc64le" }, "product_reference": "salt-3000-5.78.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "salt-3000-5.78.1.s390x as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:salt-3000-5.78.1.s390x" }, "product_reference": "salt-3000-5.78.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "salt-3000-5.78.1.x86_64 as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:salt-3000-5.78.1.x86_64" }, "product_reference": "salt-3000-5.78.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "salt-api-3000-5.78.1.aarch64 as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:salt-api-3000-5.78.1.aarch64" }, "product_reference": "salt-api-3000-5.78.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "salt-api-3000-5.78.1.ppc64le as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:salt-api-3000-5.78.1.ppc64le" }, "product_reference": "salt-api-3000-5.78.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "salt-api-3000-5.78.1.s390x as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:salt-api-3000-5.78.1.s390x" }, "product_reference": "salt-api-3000-5.78.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "salt-api-3000-5.78.1.x86_64 as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:salt-api-3000-5.78.1.x86_64" }, "product_reference": "salt-api-3000-5.78.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "salt-bash-completion-3000-5.78.1.noarch as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:salt-bash-completion-3000-5.78.1.noarch" }, "product_reference": "salt-bash-completion-3000-5.78.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "salt-cloud-3000-5.78.1.aarch64 as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:salt-cloud-3000-5.78.1.aarch64" }, "product_reference": "salt-cloud-3000-5.78.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "salt-cloud-3000-5.78.1.ppc64le as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:salt-cloud-3000-5.78.1.ppc64le" }, "product_reference": "salt-cloud-3000-5.78.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "salt-cloud-3000-5.78.1.s390x as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:salt-cloud-3000-5.78.1.s390x" }, "product_reference": "salt-cloud-3000-5.78.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "salt-cloud-3000-5.78.1.x86_64 as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:salt-cloud-3000-5.78.1.x86_64" }, "product_reference": "salt-cloud-3000-5.78.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "salt-doc-3000-5.78.1.aarch64 as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:salt-doc-3000-5.78.1.aarch64" }, "product_reference": "salt-doc-3000-5.78.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "salt-doc-3000-5.78.1.ppc64le as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:salt-doc-3000-5.78.1.ppc64le" }, "product_reference": "salt-doc-3000-5.78.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "salt-doc-3000-5.78.1.s390x as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:salt-doc-3000-5.78.1.s390x" }, "product_reference": "salt-doc-3000-5.78.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "salt-doc-3000-5.78.1.x86_64 as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:salt-doc-3000-5.78.1.x86_64" }, "product_reference": "salt-doc-3000-5.78.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "salt-fish-completion-3000-5.78.1.noarch as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:salt-fish-completion-3000-5.78.1.noarch" }, "product_reference": "salt-fish-completion-3000-5.78.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "salt-master-3000-5.78.1.aarch64 as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:salt-master-3000-5.78.1.aarch64" }, "product_reference": "salt-master-3000-5.78.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "salt-master-3000-5.78.1.ppc64le as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:salt-master-3000-5.78.1.ppc64le" }, "product_reference": "salt-master-3000-5.78.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "salt-master-3000-5.78.1.s390x as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:salt-master-3000-5.78.1.s390x" }, "product_reference": "salt-master-3000-5.78.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "salt-master-3000-5.78.1.x86_64 as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:salt-master-3000-5.78.1.x86_64" }, "product_reference": "salt-master-3000-5.78.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "salt-minion-3000-5.78.1.aarch64 as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:salt-minion-3000-5.78.1.aarch64" }, "product_reference": "salt-minion-3000-5.78.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "salt-minion-3000-5.78.1.ppc64le as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:salt-minion-3000-5.78.1.ppc64le" }, "product_reference": "salt-minion-3000-5.78.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "salt-minion-3000-5.78.1.s390x as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:salt-minion-3000-5.78.1.s390x" }, "product_reference": "salt-minion-3000-5.78.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "salt-minion-3000-5.78.1.x86_64 as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:salt-minion-3000-5.78.1.x86_64" }, "product_reference": "salt-minion-3000-5.78.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "salt-proxy-3000-5.78.1.aarch64 as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:salt-proxy-3000-5.78.1.aarch64" }, "product_reference": "salt-proxy-3000-5.78.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "salt-proxy-3000-5.78.1.ppc64le as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:salt-proxy-3000-5.78.1.ppc64le" }, "product_reference": "salt-proxy-3000-5.78.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "salt-proxy-3000-5.78.1.s390x as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:salt-proxy-3000-5.78.1.s390x" }, "product_reference": "salt-proxy-3000-5.78.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "salt-proxy-3000-5.78.1.x86_64 as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:salt-proxy-3000-5.78.1.x86_64" }, "product_reference": "salt-proxy-3000-5.78.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "salt-ssh-3000-5.78.1.aarch64 as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:salt-ssh-3000-5.78.1.aarch64" }, "product_reference": "salt-ssh-3000-5.78.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "salt-ssh-3000-5.78.1.ppc64le as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:salt-ssh-3000-5.78.1.ppc64le" }, "product_reference": "salt-ssh-3000-5.78.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "salt-ssh-3000-5.78.1.s390x as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:salt-ssh-3000-5.78.1.s390x" }, "product_reference": "salt-ssh-3000-5.78.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "salt-ssh-3000-5.78.1.x86_64 as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:salt-ssh-3000-5.78.1.x86_64" }, "product_reference": "salt-ssh-3000-5.78.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "salt-standalone-formulas-configuration-3000-5.78.1.aarch64 as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:salt-standalone-formulas-configuration-3000-5.78.1.aarch64" }, "product_reference": "salt-standalone-formulas-configuration-3000-5.78.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "salt-standalone-formulas-configuration-3000-5.78.1.ppc64le as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:salt-standalone-formulas-configuration-3000-5.78.1.ppc64le" }, "product_reference": "salt-standalone-formulas-configuration-3000-5.78.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "salt-standalone-formulas-configuration-3000-5.78.1.s390x as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:salt-standalone-formulas-configuration-3000-5.78.1.s390x" }, "product_reference": "salt-standalone-formulas-configuration-3000-5.78.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "salt-standalone-formulas-configuration-3000-5.78.1.x86_64 as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:salt-standalone-formulas-configuration-3000-5.78.1.x86_64" }, "product_reference": "salt-standalone-formulas-configuration-3000-5.78.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "salt-syndic-3000-5.78.1.aarch64 as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:salt-syndic-3000-5.78.1.aarch64" }, "product_reference": "salt-syndic-3000-5.78.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "salt-syndic-3000-5.78.1.ppc64le as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:salt-syndic-3000-5.78.1.ppc64le" }, "product_reference": "salt-syndic-3000-5.78.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "salt-syndic-3000-5.78.1.s390x as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:salt-syndic-3000-5.78.1.s390x" }, "product_reference": "salt-syndic-3000-5.78.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "salt-syndic-3000-5.78.1.x86_64 as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:salt-syndic-3000-5.78.1.x86_64" }, "product_reference": "salt-syndic-3000-5.78.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "salt-zsh-completion-3000-5.78.1.noarch as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:salt-zsh-completion-3000-5.78.1.noarch" }, "product_reference": "salt-zsh-completion-3000-5.78.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python2-salt-3000-5.78.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:python2-salt-3000-5.78.1.ppc64le" }, "product_reference": "python2-salt-3000-5.78.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15" }, { "category": "default_component_of", "full_product_name": { "name": "python2-salt-3000-5.78.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:python2-salt-3000-5.78.1.x86_64" }, "product_reference": "python2-salt-3000-5.78.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15" }, { "category": "default_component_of", "full_product_name": { "name": "python3-salt-3000-5.78.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:python3-salt-3000-5.78.1.ppc64le" }, "product_reference": "python3-salt-3000-5.78.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15" }, { "category": "default_component_of", "full_product_name": { "name": "python3-salt-3000-5.78.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:python3-salt-3000-5.78.1.x86_64" }, "product_reference": "python3-salt-3000-5.78.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15" }, { "category": "default_component_of", "full_product_name": { "name": "salt-3000-5.78.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:salt-3000-5.78.1.ppc64le" }, "product_reference": "salt-3000-5.78.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15" }, { "category": "default_component_of", "full_product_name": { "name": "salt-3000-5.78.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:salt-3000-5.78.1.x86_64" }, "product_reference": "salt-3000-5.78.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15" }, { "category": "default_component_of", "full_product_name": { "name": "salt-api-3000-5.78.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:salt-api-3000-5.78.1.ppc64le" }, "product_reference": "salt-api-3000-5.78.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15" }, { "category": "default_component_of", "full_product_name": { "name": "salt-api-3000-5.78.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:salt-api-3000-5.78.1.x86_64" }, "product_reference": "salt-api-3000-5.78.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15" }, { "category": "default_component_of", "full_product_name": { "name": "salt-bash-completion-3000-5.78.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:salt-bash-completion-3000-5.78.1.noarch" }, "product_reference": "salt-bash-completion-3000-5.78.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15" }, { "category": "default_component_of", "full_product_name": { "name": "salt-cloud-3000-5.78.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:salt-cloud-3000-5.78.1.ppc64le" }, "product_reference": "salt-cloud-3000-5.78.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15" }, { "category": "default_component_of", "full_product_name": { "name": "salt-cloud-3000-5.78.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:salt-cloud-3000-5.78.1.x86_64" }, "product_reference": "salt-cloud-3000-5.78.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15" }, { "category": "default_component_of", "full_product_name": { "name": "salt-doc-3000-5.78.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:salt-doc-3000-5.78.1.ppc64le" }, "product_reference": "salt-doc-3000-5.78.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15" }, { "category": "default_component_of", "full_product_name": { "name": "salt-doc-3000-5.78.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:salt-doc-3000-5.78.1.x86_64" }, "product_reference": "salt-doc-3000-5.78.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15" }, { "category": "default_component_of", "full_product_name": { "name": "salt-fish-completion-3000-5.78.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:salt-fish-completion-3000-5.78.1.noarch" }, "product_reference": "salt-fish-completion-3000-5.78.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15" }, { "category": "default_component_of", "full_product_name": { "name": "salt-master-3000-5.78.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:salt-master-3000-5.78.1.ppc64le" }, "product_reference": "salt-master-3000-5.78.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15" }, { "category": "default_component_of", "full_product_name": { "name": "salt-master-3000-5.78.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:salt-master-3000-5.78.1.x86_64" }, "product_reference": "salt-master-3000-5.78.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15" }, { "category": "default_component_of", "full_product_name": { "name": "salt-minion-3000-5.78.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:salt-minion-3000-5.78.1.ppc64le" }, "product_reference": "salt-minion-3000-5.78.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15" }, { "category": "default_component_of", "full_product_name": { "name": "salt-minion-3000-5.78.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:salt-minion-3000-5.78.1.x86_64" }, "product_reference": "salt-minion-3000-5.78.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15" }, { "category": "default_component_of", "full_product_name": { "name": "salt-proxy-3000-5.78.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:salt-proxy-3000-5.78.1.ppc64le" }, "product_reference": "salt-proxy-3000-5.78.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15" }, { "category": "default_component_of", "full_product_name": { "name": "salt-proxy-3000-5.78.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:salt-proxy-3000-5.78.1.x86_64" }, "product_reference": "salt-proxy-3000-5.78.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15" }, { "category": "default_component_of", "full_product_name": { "name": "salt-ssh-3000-5.78.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:salt-ssh-3000-5.78.1.ppc64le" }, "product_reference": "salt-ssh-3000-5.78.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15" }, { "category": "default_component_of", "full_product_name": { "name": "salt-ssh-3000-5.78.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:salt-ssh-3000-5.78.1.x86_64" }, "product_reference": "salt-ssh-3000-5.78.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15" }, { "category": "default_component_of", "full_product_name": { "name": "salt-standalone-formulas-configuration-3000-5.78.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:salt-standalone-formulas-configuration-3000-5.78.1.ppc64le" }, "product_reference": "salt-standalone-formulas-configuration-3000-5.78.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15" }, { "category": "default_component_of", "full_product_name": { "name": "salt-standalone-formulas-configuration-3000-5.78.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:salt-standalone-formulas-configuration-3000-5.78.1.x86_64" }, "product_reference": "salt-standalone-formulas-configuration-3000-5.78.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15" }, { "category": "default_component_of", "full_product_name": { "name": "salt-syndic-3000-5.78.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:salt-syndic-3000-5.78.1.ppc64le" }, "product_reference": "salt-syndic-3000-5.78.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15" }, { "category": "default_component_of", "full_product_name": { "name": "salt-syndic-3000-5.78.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:salt-syndic-3000-5.78.1.x86_64" }, "product_reference": "salt-syndic-3000-5.78.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15" }, { "category": "default_component_of", "full_product_name": { "name": "salt-zsh-completion-3000-5.78.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:salt-zsh-completion-3000-5.78.1.noarch" }, "product_reference": "salt-zsh-completion-3000-5.78.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15" } ] }, "vulnerabilities": [ { "cve": "CVE-2019-18897", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-18897" } ], "notes": [ { "category": "general", "text": "A UNIX Symbolic Link (Symlink) Following vulnerability in the packaging of salt of SUSE Linux Enterprise Server 12, SUSE Linux Enterprise Server 15; openSUSE Factory allows local attackers to escalate privileges from user salt to root. This issue affects: SUSE Linux Enterprise Server 12 salt-master version 2019.2.0-46.83.1 and prior versions. SUSE Linux Enterprise Server 15 salt-master version 2019.2.0-6.21.1 and prior versions. openSUSE Factory salt-master version 2019.2.2-3.1 and prior versions.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise High Performance Computing 15-ESPOS:python2-salt-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:python2-salt-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:python3-salt-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:python3-salt-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-api-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-api-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-bash-completion-3000-5.78.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-cloud-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-cloud-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-doc-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-doc-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-fish-completion-3000-5.78.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-master-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-master-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-minion-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-minion-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-proxy-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-proxy-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-ssh-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-ssh-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-standalone-formulas-configuration-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-standalone-formulas-configuration-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-syndic-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-syndic-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-zsh-completion-3000-5.78.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:python2-salt-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:python2-salt-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:python3-salt-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:python3-salt-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-api-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-api-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-bash-completion-3000-5.78.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-cloud-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-cloud-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-doc-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-doc-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-fish-completion-3000-5.78.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-master-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-master-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-minion-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-minion-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-proxy-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-proxy-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-ssh-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-ssh-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-standalone-formulas-configuration-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-standalone-formulas-configuration-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-syndic-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-syndic-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-zsh-completion-3000-5.78.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:python2-salt-3000-5.78.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:python2-salt-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:python2-salt-3000-5.78.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:python2-salt-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:python3-salt-3000-5.78.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:python3-salt-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:python3-salt-3000-5.78.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:python3-salt-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:salt-3000-5.78.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:salt-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:salt-3000-5.78.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:salt-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:salt-api-3000-5.78.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:salt-api-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:salt-api-3000-5.78.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:salt-api-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:salt-bash-completion-3000-5.78.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:salt-cloud-3000-5.78.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:salt-cloud-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:salt-cloud-3000-5.78.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:salt-cloud-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:salt-doc-3000-5.78.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:salt-doc-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:salt-doc-3000-5.78.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:salt-doc-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:salt-fish-completion-3000-5.78.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:salt-master-3000-5.78.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:salt-master-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:salt-master-3000-5.78.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:salt-master-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:salt-minion-3000-5.78.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:salt-minion-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:salt-minion-3000-5.78.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:salt-minion-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:salt-proxy-3000-5.78.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:salt-proxy-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:salt-proxy-3000-5.78.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:salt-proxy-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:salt-ssh-3000-5.78.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:salt-ssh-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:salt-ssh-3000-5.78.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:salt-ssh-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:salt-standalone-formulas-configuration-3000-5.78.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:salt-standalone-formulas-configuration-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:salt-standalone-formulas-configuration-3000-5.78.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:salt-standalone-formulas-configuration-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:salt-syndic-3000-5.78.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:salt-syndic-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:salt-syndic-3000-5.78.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:salt-syndic-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:salt-zsh-completion-3000-5.78.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:python2-salt-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:python2-salt-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:python3-salt-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:python3-salt-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:salt-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:salt-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:salt-api-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:salt-api-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:salt-bash-completion-3000-5.78.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:salt-cloud-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:salt-cloud-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:salt-doc-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:salt-doc-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:salt-fish-completion-3000-5.78.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:salt-master-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:salt-master-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:salt-minion-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:salt-minion-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:salt-proxy-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:salt-proxy-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:salt-ssh-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:salt-ssh-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:salt-standalone-formulas-configuration-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:salt-standalone-formulas-configuration-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:salt-syndic-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:salt-syndic-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:salt-zsh-completion-3000-5.78.1.noarch" ] }, "references": [ { "category": "external", "summary": "CVE-2019-18897", "url": "https://www.suse.com/security/cve/CVE-2019-18897" }, { "category": "external", "summary": "SUSE Bug 1157465 for CVE-2019-18897", "url": "https://bugzilla.suse.com/1157465" } ], "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": [ "SUSE Linux Enterprise High Performance Computing 15-ESPOS:python2-salt-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:python2-salt-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:python3-salt-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:python3-salt-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-api-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-api-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-bash-completion-3000-5.78.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-cloud-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-cloud-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-doc-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-doc-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-fish-completion-3000-5.78.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-master-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-master-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-minion-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-minion-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-proxy-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-proxy-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-ssh-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-ssh-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-standalone-formulas-configuration-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-standalone-formulas-configuration-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-syndic-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-syndic-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-zsh-completion-3000-5.78.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:python2-salt-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:python2-salt-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:python3-salt-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:python3-salt-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-api-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-api-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-bash-completion-3000-5.78.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-cloud-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-cloud-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-doc-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-doc-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-fish-completion-3000-5.78.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-master-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-master-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-minion-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-minion-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-proxy-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-proxy-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-ssh-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-ssh-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-standalone-formulas-configuration-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-standalone-formulas-configuration-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-syndic-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-syndic-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-zsh-completion-3000-5.78.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:python2-salt-3000-5.78.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:python2-salt-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:python2-salt-3000-5.78.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:python2-salt-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:python3-salt-3000-5.78.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:python3-salt-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:python3-salt-3000-5.78.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:python3-salt-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:salt-3000-5.78.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:salt-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:salt-3000-5.78.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:salt-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:salt-api-3000-5.78.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:salt-api-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:salt-api-3000-5.78.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:salt-api-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:salt-bash-completion-3000-5.78.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:salt-cloud-3000-5.78.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:salt-cloud-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:salt-cloud-3000-5.78.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:salt-cloud-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:salt-doc-3000-5.78.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:salt-doc-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:salt-doc-3000-5.78.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:salt-doc-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:salt-fish-completion-3000-5.78.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:salt-master-3000-5.78.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:salt-master-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:salt-master-3000-5.78.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:salt-master-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:salt-minion-3000-5.78.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:salt-minion-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:salt-minion-3000-5.78.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:salt-minion-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:salt-proxy-3000-5.78.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:salt-proxy-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:salt-proxy-3000-5.78.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:salt-proxy-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:salt-ssh-3000-5.78.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:salt-ssh-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:salt-ssh-3000-5.78.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:salt-ssh-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:salt-standalone-formulas-configuration-3000-5.78.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:salt-standalone-formulas-configuration-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:salt-standalone-formulas-configuration-3000-5.78.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:salt-standalone-formulas-configuration-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:salt-syndic-3000-5.78.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:salt-syndic-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:salt-syndic-3000-5.78.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:salt-syndic-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:salt-zsh-completion-3000-5.78.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:python2-salt-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:python2-salt-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:python3-salt-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:python3-salt-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:salt-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:salt-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:salt-api-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:salt-api-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:salt-bash-completion-3000-5.78.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:salt-cloud-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:salt-cloud-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:salt-doc-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:salt-doc-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:salt-fish-completion-3000-5.78.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:salt-master-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:salt-master-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:salt-minion-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:salt-minion-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:salt-proxy-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:salt-proxy-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:salt-ssh-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:salt-ssh-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:salt-standalone-formulas-configuration-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:salt-standalone-formulas-configuration-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:salt-syndic-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:salt-syndic-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:salt-zsh-completion-3000-5.78.1.noarch" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.4, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise High Performance Computing 15-ESPOS:python2-salt-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:python2-salt-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:python3-salt-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:python3-salt-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-api-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-api-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-bash-completion-3000-5.78.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-cloud-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-cloud-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-doc-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-doc-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-fish-completion-3000-5.78.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-master-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-master-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-minion-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-minion-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-proxy-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-proxy-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-ssh-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-ssh-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-standalone-formulas-configuration-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-standalone-formulas-configuration-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-syndic-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-syndic-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-zsh-completion-3000-5.78.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:python2-salt-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:python2-salt-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:python3-salt-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:python3-salt-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-api-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-api-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-bash-completion-3000-5.78.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-cloud-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-cloud-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-doc-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-doc-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-fish-completion-3000-5.78.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-master-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-master-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-minion-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-minion-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-proxy-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-proxy-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-ssh-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-ssh-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-standalone-formulas-configuration-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-standalone-formulas-configuration-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-syndic-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-syndic-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-zsh-completion-3000-5.78.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:python2-salt-3000-5.78.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:python2-salt-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:python2-salt-3000-5.78.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:python2-salt-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:python3-salt-3000-5.78.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:python3-salt-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:python3-salt-3000-5.78.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:python3-salt-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:salt-3000-5.78.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:salt-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:salt-3000-5.78.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:salt-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:salt-api-3000-5.78.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:salt-api-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:salt-api-3000-5.78.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:salt-api-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:salt-bash-completion-3000-5.78.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:salt-cloud-3000-5.78.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:salt-cloud-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:salt-cloud-3000-5.78.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:salt-cloud-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:salt-doc-3000-5.78.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:salt-doc-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:salt-doc-3000-5.78.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:salt-doc-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:salt-fish-completion-3000-5.78.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:salt-master-3000-5.78.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:salt-master-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:salt-master-3000-5.78.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:salt-master-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:salt-minion-3000-5.78.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:salt-minion-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:salt-minion-3000-5.78.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:salt-minion-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:salt-proxy-3000-5.78.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:salt-proxy-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:salt-proxy-3000-5.78.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:salt-proxy-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:salt-ssh-3000-5.78.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:salt-ssh-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:salt-ssh-3000-5.78.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:salt-ssh-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:salt-standalone-formulas-configuration-3000-5.78.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:salt-standalone-formulas-configuration-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:salt-standalone-formulas-configuration-3000-5.78.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:salt-standalone-formulas-configuration-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:salt-syndic-3000-5.78.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:salt-syndic-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:salt-syndic-3000-5.78.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:salt-syndic-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:salt-zsh-completion-3000-5.78.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:python2-salt-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:python2-salt-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:python3-salt-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:python3-salt-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:salt-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:salt-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:salt-api-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:salt-api-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:salt-bash-completion-3000-5.78.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:salt-cloud-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:salt-cloud-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:salt-doc-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:salt-doc-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:salt-fish-completion-3000-5.78.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:salt-master-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:salt-master-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:salt-minion-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:salt-minion-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:salt-proxy-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:salt-proxy-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:salt-ssh-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:salt-ssh-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:salt-standalone-formulas-configuration-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:salt-standalone-formulas-configuration-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:salt-syndic-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:salt-syndic-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:salt-zsh-completion-3000-5.78.1.noarch" ] } ], "threats": [ { "category": "impact", "date": "2020-07-21T00:39:56Z", "details": "important" } ], "title": "CVE-2019-18897" }, { "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": [ "SUSE Linux Enterprise High Performance Computing 15-ESPOS:python2-salt-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:python2-salt-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:python3-salt-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:python3-salt-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-api-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-api-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-bash-completion-3000-5.78.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-cloud-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-cloud-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-doc-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-doc-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-fish-completion-3000-5.78.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-master-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-master-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-minion-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-minion-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-proxy-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-proxy-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-ssh-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-ssh-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-standalone-formulas-configuration-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-standalone-formulas-configuration-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-syndic-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-syndic-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-zsh-completion-3000-5.78.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:python2-salt-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:python2-salt-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:python3-salt-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:python3-salt-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-api-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-api-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-bash-completion-3000-5.78.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-cloud-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-cloud-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-doc-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-doc-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-fish-completion-3000-5.78.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-master-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-master-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-minion-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-minion-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-proxy-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-proxy-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-ssh-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-ssh-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-standalone-formulas-configuration-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-standalone-formulas-configuration-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-syndic-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-syndic-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-zsh-completion-3000-5.78.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:python2-salt-3000-5.78.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:python2-salt-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:python2-salt-3000-5.78.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:python2-salt-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:python3-salt-3000-5.78.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:python3-salt-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:python3-salt-3000-5.78.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:python3-salt-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:salt-3000-5.78.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:salt-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:salt-3000-5.78.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:salt-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:salt-api-3000-5.78.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:salt-api-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:salt-api-3000-5.78.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:salt-api-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:salt-bash-completion-3000-5.78.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:salt-cloud-3000-5.78.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:salt-cloud-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:salt-cloud-3000-5.78.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:salt-cloud-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:salt-doc-3000-5.78.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:salt-doc-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:salt-doc-3000-5.78.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:salt-doc-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:salt-fish-completion-3000-5.78.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:salt-master-3000-5.78.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:salt-master-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:salt-master-3000-5.78.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:salt-master-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:salt-minion-3000-5.78.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:salt-minion-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:salt-minion-3000-5.78.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:salt-minion-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:salt-proxy-3000-5.78.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:salt-proxy-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:salt-proxy-3000-5.78.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:salt-proxy-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:salt-ssh-3000-5.78.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:salt-ssh-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:salt-ssh-3000-5.78.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:salt-ssh-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:salt-standalone-formulas-configuration-3000-5.78.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:salt-standalone-formulas-configuration-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:salt-standalone-formulas-configuration-3000-5.78.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:salt-standalone-formulas-configuration-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:salt-syndic-3000-5.78.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:salt-syndic-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:salt-syndic-3000-5.78.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:salt-syndic-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:salt-zsh-completion-3000-5.78.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:python2-salt-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:python2-salt-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:python3-salt-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:python3-salt-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:salt-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:salt-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:salt-api-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:salt-api-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:salt-bash-completion-3000-5.78.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:salt-cloud-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:salt-cloud-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:salt-doc-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:salt-doc-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:salt-fish-completion-3000-5.78.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:salt-master-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:salt-master-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:salt-minion-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:salt-minion-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:salt-proxy-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:salt-proxy-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:salt-ssh-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:salt-ssh-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:salt-standalone-formulas-configuration-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:salt-standalone-formulas-configuration-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:salt-syndic-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:salt-syndic-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:salt-zsh-completion-3000-5.78.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": [ "SUSE Linux Enterprise High Performance Computing 15-ESPOS:python2-salt-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:python2-salt-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:python3-salt-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:python3-salt-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-api-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-api-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-bash-completion-3000-5.78.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-cloud-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-cloud-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-doc-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-doc-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-fish-completion-3000-5.78.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-master-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-master-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-minion-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-minion-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-proxy-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-proxy-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-ssh-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-ssh-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-standalone-formulas-configuration-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-standalone-formulas-configuration-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-syndic-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-syndic-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-zsh-completion-3000-5.78.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:python2-salt-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:python2-salt-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:python3-salt-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:python3-salt-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-api-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-api-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-bash-completion-3000-5.78.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-cloud-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-cloud-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-doc-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-doc-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-fish-completion-3000-5.78.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-master-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-master-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-minion-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-minion-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-proxy-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-proxy-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-ssh-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-ssh-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-standalone-formulas-configuration-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-standalone-formulas-configuration-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-syndic-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-syndic-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-zsh-completion-3000-5.78.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:python2-salt-3000-5.78.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:python2-salt-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:python2-salt-3000-5.78.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:python2-salt-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:python3-salt-3000-5.78.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:python3-salt-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:python3-salt-3000-5.78.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:python3-salt-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:salt-3000-5.78.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:salt-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:salt-3000-5.78.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:salt-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:salt-api-3000-5.78.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:salt-api-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:salt-api-3000-5.78.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:salt-api-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:salt-bash-completion-3000-5.78.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:salt-cloud-3000-5.78.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:salt-cloud-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:salt-cloud-3000-5.78.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:salt-cloud-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:salt-doc-3000-5.78.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:salt-doc-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:salt-doc-3000-5.78.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:salt-doc-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:salt-fish-completion-3000-5.78.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:salt-master-3000-5.78.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:salt-master-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:salt-master-3000-5.78.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:salt-master-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:salt-minion-3000-5.78.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:salt-minion-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:salt-minion-3000-5.78.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:salt-minion-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:salt-proxy-3000-5.78.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:salt-proxy-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:salt-proxy-3000-5.78.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:salt-proxy-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:salt-ssh-3000-5.78.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:salt-ssh-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:salt-ssh-3000-5.78.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:salt-ssh-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:salt-standalone-formulas-configuration-3000-5.78.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:salt-standalone-formulas-configuration-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:salt-standalone-formulas-configuration-3000-5.78.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:salt-standalone-formulas-configuration-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:salt-syndic-3000-5.78.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:salt-syndic-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:salt-syndic-3000-5.78.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:salt-syndic-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:salt-zsh-completion-3000-5.78.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:python2-salt-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:python2-salt-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:python3-salt-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:python3-salt-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:salt-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:salt-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:salt-api-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:salt-api-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:salt-bash-completion-3000-5.78.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:salt-cloud-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:salt-cloud-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:salt-doc-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:salt-doc-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:salt-fish-completion-3000-5.78.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:salt-master-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:salt-master-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:salt-minion-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:salt-minion-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:salt-proxy-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:salt-proxy-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:salt-ssh-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:salt-ssh-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:salt-standalone-formulas-configuration-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:salt-standalone-formulas-configuration-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:salt-syndic-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:salt-syndic-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:salt-zsh-completion-3000-5.78.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": [ "SUSE Linux Enterprise High Performance Computing 15-ESPOS:python2-salt-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:python2-salt-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:python3-salt-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:python3-salt-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-api-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-api-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-bash-completion-3000-5.78.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-cloud-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-cloud-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-doc-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-doc-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-fish-completion-3000-5.78.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-master-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-master-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-minion-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-minion-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-proxy-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-proxy-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-ssh-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-ssh-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-standalone-formulas-configuration-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-standalone-formulas-configuration-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-syndic-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-syndic-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-zsh-completion-3000-5.78.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:python2-salt-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:python2-salt-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:python3-salt-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:python3-salt-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-api-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-api-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-bash-completion-3000-5.78.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-cloud-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-cloud-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-doc-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-doc-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-fish-completion-3000-5.78.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-master-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-master-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-minion-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-minion-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-proxy-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-proxy-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-ssh-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-ssh-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-standalone-formulas-configuration-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-standalone-formulas-configuration-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-syndic-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-syndic-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-zsh-completion-3000-5.78.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:python2-salt-3000-5.78.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:python2-salt-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:python2-salt-3000-5.78.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:python2-salt-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:python3-salt-3000-5.78.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:python3-salt-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:python3-salt-3000-5.78.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:python3-salt-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:salt-3000-5.78.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:salt-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:salt-3000-5.78.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:salt-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:salt-api-3000-5.78.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:salt-api-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:salt-api-3000-5.78.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:salt-api-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:salt-bash-completion-3000-5.78.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:salt-cloud-3000-5.78.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:salt-cloud-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:salt-cloud-3000-5.78.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:salt-cloud-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:salt-doc-3000-5.78.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:salt-doc-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:salt-doc-3000-5.78.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:salt-doc-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:salt-fish-completion-3000-5.78.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:salt-master-3000-5.78.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:salt-master-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:salt-master-3000-5.78.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:salt-master-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:salt-minion-3000-5.78.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:salt-minion-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:salt-minion-3000-5.78.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:salt-minion-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:salt-proxy-3000-5.78.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:salt-proxy-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:salt-proxy-3000-5.78.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:salt-proxy-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:salt-ssh-3000-5.78.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:salt-ssh-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:salt-ssh-3000-5.78.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:salt-ssh-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:salt-standalone-formulas-configuration-3000-5.78.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:salt-standalone-formulas-configuration-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:salt-standalone-formulas-configuration-3000-5.78.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:salt-standalone-formulas-configuration-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:salt-syndic-3000-5.78.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:salt-syndic-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:salt-syndic-3000-5.78.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:salt-syndic-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:salt-zsh-completion-3000-5.78.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:python2-salt-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:python2-salt-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:python3-salt-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:python3-salt-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:salt-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:salt-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:salt-api-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:salt-api-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:salt-bash-completion-3000-5.78.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:salt-cloud-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:salt-cloud-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:salt-doc-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:salt-doc-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:salt-fish-completion-3000-5.78.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:salt-master-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:salt-master-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:salt-minion-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:salt-minion-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:salt-proxy-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:salt-proxy-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:salt-ssh-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:salt-ssh-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:salt-standalone-formulas-configuration-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:salt-standalone-formulas-configuration-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:salt-syndic-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:salt-syndic-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:salt-zsh-completion-3000-5.78.1.noarch" ] } ], "threats": [ { "category": "impact", "date": "2020-07-21T00:39:56Z", "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": [ "SUSE Linux Enterprise High Performance Computing 15-ESPOS:python2-salt-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:python2-salt-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:python3-salt-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:python3-salt-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-api-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-api-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-bash-completion-3000-5.78.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-cloud-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-cloud-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-doc-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-doc-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-fish-completion-3000-5.78.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-master-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-master-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-minion-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-minion-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-proxy-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-proxy-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-ssh-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-ssh-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-standalone-formulas-configuration-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-standalone-formulas-configuration-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-syndic-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-syndic-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-zsh-completion-3000-5.78.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:python2-salt-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:python2-salt-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:python3-salt-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:python3-salt-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-api-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-api-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-bash-completion-3000-5.78.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-cloud-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-cloud-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-doc-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-doc-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-fish-completion-3000-5.78.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-master-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-master-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-minion-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-minion-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-proxy-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-proxy-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-ssh-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-ssh-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-standalone-formulas-configuration-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-standalone-formulas-configuration-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-syndic-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-syndic-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-zsh-completion-3000-5.78.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:python2-salt-3000-5.78.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:python2-salt-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:python2-salt-3000-5.78.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:python2-salt-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:python3-salt-3000-5.78.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:python3-salt-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:python3-salt-3000-5.78.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:python3-salt-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:salt-3000-5.78.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:salt-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:salt-3000-5.78.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:salt-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:salt-api-3000-5.78.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:salt-api-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:salt-api-3000-5.78.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:salt-api-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:salt-bash-completion-3000-5.78.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:salt-cloud-3000-5.78.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:salt-cloud-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:salt-cloud-3000-5.78.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:salt-cloud-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:salt-doc-3000-5.78.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:salt-doc-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:salt-doc-3000-5.78.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:salt-doc-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:salt-fish-completion-3000-5.78.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:salt-master-3000-5.78.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:salt-master-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:salt-master-3000-5.78.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:salt-master-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:salt-minion-3000-5.78.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:salt-minion-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:salt-minion-3000-5.78.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:salt-minion-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:salt-proxy-3000-5.78.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:salt-proxy-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:salt-proxy-3000-5.78.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:salt-proxy-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:salt-ssh-3000-5.78.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:salt-ssh-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:salt-ssh-3000-5.78.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:salt-ssh-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:salt-standalone-formulas-configuration-3000-5.78.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:salt-standalone-formulas-configuration-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:salt-standalone-formulas-configuration-3000-5.78.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:salt-standalone-formulas-configuration-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:salt-syndic-3000-5.78.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:salt-syndic-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:salt-syndic-3000-5.78.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:salt-syndic-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:salt-zsh-completion-3000-5.78.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:python2-salt-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:python2-salt-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:python3-salt-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:python3-salt-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:salt-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:salt-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:salt-api-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:salt-api-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:salt-bash-completion-3000-5.78.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:salt-cloud-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:salt-cloud-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:salt-doc-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:salt-doc-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:salt-fish-completion-3000-5.78.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:salt-master-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:salt-master-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:salt-minion-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:salt-minion-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:salt-proxy-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:salt-proxy-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:salt-ssh-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:salt-ssh-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:salt-standalone-formulas-configuration-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:salt-standalone-formulas-configuration-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:salt-syndic-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:salt-syndic-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:salt-zsh-completion-3000-5.78.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": [ "SUSE Linux Enterprise High Performance Computing 15-ESPOS:python2-salt-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:python2-salt-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:python3-salt-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:python3-salt-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-api-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-api-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-bash-completion-3000-5.78.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-cloud-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-cloud-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-doc-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-doc-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-fish-completion-3000-5.78.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-master-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-master-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-minion-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-minion-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-proxy-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-proxy-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-ssh-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-ssh-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-standalone-formulas-configuration-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-standalone-formulas-configuration-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-syndic-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-syndic-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-zsh-completion-3000-5.78.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:python2-salt-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:python2-salt-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:python3-salt-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:python3-salt-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-api-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-api-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-bash-completion-3000-5.78.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-cloud-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-cloud-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-doc-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-doc-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-fish-completion-3000-5.78.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-master-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-master-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-minion-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-minion-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-proxy-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-proxy-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-ssh-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-ssh-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-standalone-formulas-configuration-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-standalone-formulas-configuration-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-syndic-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-syndic-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-zsh-completion-3000-5.78.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:python2-salt-3000-5.78.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:python2-salt-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:python2-salt-3000-5.78.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:python2-salt-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:python3-salt-3000-5.78.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:python3-salt-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:python3-salt-3000-5.78.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:python3-salt-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:salt-3000-5.78.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:salt-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:salt-3000-5.78.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:salt-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:salt-api-3000-5.78.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:salt-api-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:salt-api-3000-5.78.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:salt-api-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:salt-bash-completion-3000-5.78.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:salt-cloud-3000-5.78.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:salt-cloud-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:salt-cloud-3000-5.78.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:salt-cloud-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:salt-doc-3000-5.78.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:salt-doc-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:salt-doc-3000-5.78.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:salt-doc-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:salt-fish-completion-3000-5.78.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:salt-master-3000-5.78.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:salt-master-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:salt-master-3000-5.78.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:salt-master-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:salt-minion-3000-5.78.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:salt-minion-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:salt-minion-3000-5.78.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:salt-minion-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:salt-proxy-3000-5.78.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:salt-proxy-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:salt-proxy-3000-5.78.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:salt-proxy-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:salt-ssh-3000-5.78.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:salt-ssh-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:salt-ssh-3000-5.78.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:salt-ssh-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:salt-standalone-formulas-configuration-3000-5.78.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:salt-standalone-formulas-configuration-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:salt-standalone-formulas-configuration-3000-5.78.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:salt-standalone-formulas-configuration-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:salt-syndic-3000-5.78.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:salt-syndic-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:salt-syndic-3000-5.78.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:salt-syndic-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:salt-zsh-completion-3000-5.78.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:python2-salt-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:python2-salt-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:python3-salt-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:python3-salt-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:salt-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:salt-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:salt-api-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:salt-api-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:salt-bash-completion-3000-5.78.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:salt-cloud-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:salt-cloud-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:salt-doc-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:salt-doc-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:salt-fish-completion-3000-5.78.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:salt-master-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:salt-master-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:salt-minion-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:salt-minion-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:salt-proxy-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:salt-proxy-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:salt-ssh-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:salt-ssh-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:salt-standalone-formulas-configuration-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:salt-standalone-formulas-configuration-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:salt-syndic-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:salt-syndic-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:salt-zsh-completion-3000-5.78.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": [ "SUSE Linux Enterprise High Performance Computing 15-ESPOS:python2-salt-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:python2-salt-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:python3-salt-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:python3-salt-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-api-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-api-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-bash-completion-3000-5.78.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-cloud-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-cloud-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-doc-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-doc-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-fish-completion-3000-5.78.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-master-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-master-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-minion-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-minion-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-proxy-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-proxy-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-ssh-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-ssh-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-standalone-formulas-configuration-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-standalone-formulas-configuration-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-syndic-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-syndic-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:salt-zsh-completion-3000-5.78.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:python2-salt-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:python2-salt-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:python3-salt-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:python3-salt-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-api-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-api-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-bash-completion-3000-5.78.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-cloud-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-cloud-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-doc-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-doc-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-fish-completion-3000-5.78.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-master-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-master-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-minion-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-minion-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-proxy-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-proxy-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-ssh-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-ssh-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-standalone-formulas-configuration-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-standalone-formulas-configuration-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-syndic-3000-5.78.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-syndic-3000-5.78.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:salt-zsh-completion-3000-5.78.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:python2-salt-3000-5.78.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:python2-salt-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:python2-salt-3000-5.78.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:python2-salt-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:python3-salt-3000-5.78.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:python3-salt-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:python3-salt-3000-5.78.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:python3-salt-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:salt-3000-5.78.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:salt-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:salt-3000-5.78.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:salt-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:salt-api-3000-5.78.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:salt-api-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:salt-api-3000-5.78.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:salt-api-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:salt-bash-completion-3000-5.78.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:salt-cloud-3000-5.78.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:salt-cloud-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:salt-cloud-3000-5.78.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:salt-cloud-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:salt-doc-3000-5.78.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:salt-doc-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:salt-doc-3000-5.78.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:salt-doc-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:salt-fish-completion-3000-5.78.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:salt-master-3000-5.78.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:salt-master-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:salt-master-3000-5.78.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:salt-master-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:salt-minion-3000-5.78.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:salt-minion-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:salt-minion-3000-5.78.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:salt-minion-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:salt-proxy-3000-5.78.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:salt-proxy-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:salt-proxy-3000-5.78.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:salt-proxy-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:salt-ssh-3000-5.78.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:salt-ssh-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:salt-ssh-3000-5.78.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:salt-ssh-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:salt-standalone-formulas-configuration-3000-5.78.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:salt-standalone-formulas-configuration-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:salt-standalone-formulas-configuration-3000-5.78.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:salt-standalone-formulas-configuration-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:salt-syndic-3000-5.78.1.aarch64", "SUSE Linux Enterprise Server 15-LTSS:salt-syndic-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:salt-syndic-3000-5.78.1.s390x", "SUSE Linux Enterprise Server 15-LTSS:salt-syndic-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:salt-zsh-completion-3000-5.78.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:python2-salt-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:python2-salt-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:python3-salt-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:python3-salt-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:salt-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:salt-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:salt-api-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:salt-api-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:salt-bash-completion-3000-5.78.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:salt-cloud-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:salt-cloud-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:salt-doc-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:salt-doc-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:salt-fish-completion-3000-5.78.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:salt-master-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:salt-master-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:salt-minion-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:salt-minion-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:salt-proxy-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:salt-proxy-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:salt-ssh-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:salt-ssh-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:salt-standalone-formulas-configuration-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:salt-standalone-formulas-configuration-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:salt-syndic-3000-5.78.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:salt-syndic-3000-5.78.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:salt-zsh-completion-3000-5.78.1.noarch" ] } ], "threats": [ { "category": "impact", "date": "2020-07-21T00:39:56Z", "details": "critical" } ], "title": "CVE-2020-11652" } ] }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.
Loading…
Loading…