Vulnerability from csaf_suse
Published
2021-03-19 15:18
Modified
2021-03-19 15:18
Summary
Security update for SUSE Manager Server 4.1
Notes
Title of the patch
Security update for SUSE Manager Server 4.1
Description of the patch
This update fixes the following issues:
cobbler:
- Fix string replacement for @@xyz@@
- Better performing string replacements
grafana-formula:
- Set `supported` to false for unsupported systems (bsc#1182001)
- Add SLES 15 SP3 and openSUSE Leap 15.3 to supported versions
mgr-libmod:
- Fix 'list_modules' JSON serialization (bsc#1182492)
mgr-osad:
- Adapt to new SSL implementation of rhnlib (bsc#1181807)
prometheus-exporters-formula:
- Add Ubuntu support for Prometheus exporters' reverse proxy
prometheus-formula:
- Set server hostname from pillar data (bsc#1180439)
py26-compat-salt:
- Do not crash when unexpected cmd output at listing patches (bsc#1181290)
rhnlib:
- Change SSL implementation to python ssl for better SAN and
hostname matching support (bsc#1181807)
smdba:
- Do not remove the database if there is no backup and deal with manifest
spacewalk-backend:
- Open repomd files as binary (bsc#1173893)
- Fix requesting Release file in debian repos (bsc#1182006)
- Reposync: Fixed Kickstart functionality.
- Reposync: Fixed URLGrabber error handling.
- Reposync: Fix modular data handling for cloned channels (bsc#1177508)
spacewalk-client-tools:
- Adapt to new SSL implementation of rhnlib (bsc#1181807)
spacewalk-config:
- Increase apache ssl logs to include response code and process time
spacewalk-java:
- Homogenizes style in filter buttons, facilitating testability
- Cleanup sessions via SQL query instead of SQL function (bsc#1180224)
- Rebuild and improve rendering of error pages 404 and 500 pages (bsc#1181228)
- Fix user creation with pam auth and no password (bsc#1179579)
- Fix action chains for saltssh minions (bsc#1182200)
- FIX: Slow response of 'Software > Install' in Ubuntu minions (bsc#1181165)
- Do not call page decorator in HEAD requests (bsc#1181228)
- Add 'mgr_origin_server' to Salt pillar data (bsc#1180439)
- Ensure new files are synced just after writing them (bsc#1175660)
- Enable openscap auditing for salt systems in SSM (bsc#1157711)
- Detect debian products (bsc#1181416)
- Show packages from channels assigned to the targeted system (bsc#1181423)
- Add an API endpoint to allow/disallow scheduling irrelevant patches (bsc#1180757)
- Open raw output in new tab for ScriptRunAction (bsc#1180547)
- Default to preferred items per page in content lifecycle lists (bsc#1180558)
- Fix modular data handling for cloned channels (bsc#1177508)
- Fix: login gets an ISE when SSO is enabled (bsc#1181048)
spacewalk-utils:
- Fix modular data handling for cloned channels (bsc#1177508)
spacewalk-web:
- Replace CRLF in ssh priv key when bootstrapping (bsc#1182685)
- Upgrade immer to fix CVE-2020-28477
- Default to preferred items per page in content lifecycle lists (bsc#1180558)
- Fix sorting in content lifecycle projects and cluster tables (bsc#1180558)
susemanager:
- Add SLE 15 SP3 bootstrap repository definitions (bsc#1182008)
- Python3-dbus-python and dependencies not installed by default
on JeOS SLE15 images, add them to the bootstrap repository list
of packages for traditional (bsc#1182071)
susemanager-doc-indexes:
- Updated Command Line Registration with Salt section in the Client
Configuration Guide for clarity.
- Adds openSUSE Leap SP migration to the SP migration section of the Client
Configuration Guide
- Adds note that bootstrap procedure for selecting a parent
channel is optional in Client Configuration Guide (bsc#1181635)
- Adds note about checking for valid UUIDs in fstab
when backing up (bsc#1181814)
- Updated command for running configure proxy script when replacing a proxy
- Fixed bad SUSE Customer Center URL
susemanager-docs_en:
- Updated Command Line Registration with Salt section in the Client
Configuration Guide for clarity.
- Adds openSUSE Leap SP migration to the SP migration section of the Client
Configuration Guide
- Adds note that bootstrap procedure for selecting a parent
channel is optional in Client Configuration Guide (bsc#1181635)
- Adds note about checking for valid UUIDs in fstab
when backing up (bsc#1181814)
- Updated command for running configure proxy script when replacing a proxy
- Fixed bad SUSE Customer Center URL
susemanager-schema:
- Drop 'pxt_session_cleanup' function (bsc#1180224)
- Enable openscap auditing for salt systems in SSM (bsc#1157711)
susemanager-sls:
- Ubuntu 18 has version of apt which does not correctly support
auth.conf.d directory. Detect the working version and use this feature
only when we have a higher version installed
xstream:
Upgrade to 1.4.15
- fixes bsc#1180146, CVE-2020-26258 and bsc#1180145, CVE-2020-26259
- fixes bsc#1180994, CVE-2020-26217
subscription-matcher:
- Update the xstream dependency to 1.4.15
How to apply this update:
1. Log in as root user to the SUSE Manager server.
2. Stop the Spacewalk service:
`spacewalk-service stop`
3. Apply the patch using either zypper patch or YaST Online Update.
4. Start the Spacewalk service:
`spacewalk-service start`
Patchnames
SUSE-2021-906,SUSE-SLE-Module-SUSE-Manager-Proxy-4.1-2021-906,SUSE-SLE-Module-SUSE-Manager-Server-4.1-2021-906
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 SUSE Manager Server 4.1", title: "Title of the patch", }, { category: "description", text: "This update fixes the following issues:\n\ncobbler:\n\n- Fix string replacement for @@xyz@@\n- Better performing string replacements\n\ngrafana-formula:\n\n- Set `supported` to false for unsupported systems (bsc#1182001)\n- Add SLES 15 SP3 and openSUSE Leap 15.3 to supported versions\n\nmgr-libmod:\n\n- Fix 'list_modules' JSON serialization (bsc#1182492)\n\nmgr-osad:\n\n- Adapt to new SSL implementation of rhnlib (bsc#1181807)\n\nprometheus-exporters-formula:\n\n- Add Ubuntu support for Prometheus exporters' reverse proxy\n\nprometheus-formula:\n\n- Set server hostname from pillar data (bsc#1180439)\n\npy26-compat-salt:\n\n- Do not crash when unexpected cmd output at listing patches (bsc#1181290)\n\nrhnlib:\n\n- Change SSL implementation to python ssl for better SAN and\n hostname matching support (bsc#1181807)\n\nsmdba:\n\n- Do not remove the database if there is no backup and deal with manifest\n\nspacewalk-backend:\n\n- Open repomd files as binary (bsc#1173893)\n- Fix requesting Release file in debian repos (bsc#1182006)\n- Reposync: Fixed Kickstart functionality.\n- Reposync: Fixed URLGrabber error handling.\n- Reposync: Fix modular data handling for cloned channels (bsc#1177508)\n\nspacewalk-client-tools:\n\n- Adapt to new SSL implementation of rhnlib (bsc#1181807)\n\nspacewalk-config:\n\n- Increase apache ssl logs to include response code and process time\n\nspacewalk-java:\n\n- Homogenizes style in filter buttons, facilitating testability\n- Cleanup sessions via SQL query instead of SQL function (bsc#1180224)\n- Rebuild and improve rendering of error pages 404 and 500 pages (bsc#1181228)\n- Fix user creation with pam auth and no password (bsc#1179579)\n- Fix action chains for saltssh minions (bsc#1182200)\n- FIX: Slow response of 'Software > Install' in Ubuntu minions (bsc#1181165)\n- Do not call page decorator in HEAD requests (bsc#1181228)\n- Add 'mgr_origin_server' to Salt pillar data (bsc#1180439)\n- Ensure new files are synced just after writing them (bsc#1175660)\n- Enable openscap auditing for salt systems in SSM (bsc#1157711)\n- Detect debian products (bsc#1181416)\n- Show packages from channels assigned to the targeted system (bsc#1181423)\n- Add an API endpoint to allow/disallow scheduling irrelevant patches (bsc#1180757)\n- Open raw output in new tab for ScriptRunAction (bsc#1180547)\n- Default to preferred items per page in content lifecycle lists (bsc#1180558)\n- Fix modular data handling for cloned channels (bsc#1177508)\n- Fix: login gets an ISE when SSO is enabled (bsc#1181048)\n\nspacewalk-utils:\n\n- Fix modular data handling for cloned channels (bsc#1177508)\n\nspacewalk-web:\n\n- Replace CRLF in ssh priv key when bootstrapping (bsc#1182685)\n- Upgrade immer to fix CVE-2020-28477\n- Default to preferred items per page in content lifecycle lists (bsc#1180558)\n- Fix sorting in content lifecycle projects and cluster tables (bsc#1180558)\n\nsusemanager:\n\n- Add SLE 15 SP3 bootstrap repository definitions (bsc#1182008)\n- Python3-dbus-python and dependencies not installed by default\n on JeOS SLE15 images, add them to the bootstrap repository list\n of packages for traditional (bsc#1182071)\n\nsusemanager-doc-indexes:\n\n- Updated Command Line Registration with Salt section in the Client\n Configuration Guide for clarity.\n- Adds openSUSE Leap SP migration to the SP migration section of the Client\n Configuration Guide\n- Adds note that bootstrap procedure for selecting a parent\n channel is optional in Client Configuration Guide (bsc#1181635)\n- Adds note about checking for valid UUIDs in fstab\n when backing up (bsc#1181814)\n- Updated command for running configure proxy script when replacing a proxy\n- Fixed bad SUSE Customer Center URL\n\nsusemanager-docs_en:\n\n- Updated Command Line Registration with Salt section in the Client\n Configuration Guide for clarity.\n- Adds openSUSE Leap SP migration to the SP migration section of the Client\n Configuration Guide\n- Adds note that bootstrap procedure for selecting a parent\n channel is optional in Client Configuration Guide (bsc#1181635)\n- Adds note about checking for valid UUIDs in fstab\n when backing up (bsc#1181814)\n- Updated command for running configure proxy script when replacing a proxy\n- Fixed bad SUSE Customer Center URL\n\nsusemanager-schema:\n\n- Drop 'pxt_session_cleanup' function (bsc#1180224)\n- Enable openscap auditing for salt systems in SSM (bsc#1157711)\n\nsusemanager-sls:\n\n- Ubuntu 18 has version of apt which does not correctly support\n auth.conf.d directory. Detect the working version and use this feature\n only when we have a higher version installed\n\nxstream:\n\nUpgrade to 1.4.15\n\n- fixes bsc#1180146, CVE-2020-26258 and bsc#1180145, CVE-2020-26259\n- fixes bsc#1180994, CVE-2020-26217\n\nsubscription-matcher:\n\n- Update the xstream dependency to 1.4.15\n\nHow to apply this update:\n1. Log in as root user to the SUSE Manager server.\n2. Stop the Spacewalk service:\n`spacewalk-service stop`\n3. Apply the patch using either zypper patch or YaST Online Update.\n4. Start the Spacewalk service:\n`spacewalk-service start`\n", title: "Description of the patch", }, { category: "details", text: "SUSE-2021-906,SUSE-SLE-Module-SUSE-Manager-Proxy-4.1-2021-906,SUSE-SLE-Module-SUSE-Manager-Server-4.1-2021-906", 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-2021_0906-1.json", }, { category: "self", summary: "URL for SUSE-SU-2021:0906-1", url: "https://www.suse.com/support/update/announcement/2021/suse-su-20210906-1/", }, { category: "self", summary: "E-Mail link for SUSE-SU-2021:0906-1", url: "https://lists.suse.com/pipermail/sle-security-updates/2021-March/008524.html", }, { category: "self", summary: "SUSE Bug 1157711", url: "https://bugzilla.suse.com/1157711", }, { category: "self", summary: "SUSE Bug 1173893", url: "https://bugzilla.suse.com/1173893", }, { category: "self", summary: "SUSE Bug 1175660", url: "https://bugzilla.suse.com/1175660", }, { category: "self", summary: "SUSE Bug 1177508", url: "https://bugzilla.suse.com/1177508", }, { category: "self", summary: "SUSE Bug 1179579", url: "https://bugzilla.suse.com/1179579", }, { category: "self", summary: "SUSE Bug 1180145", url: "https://bugzilla.suse.com/1180145", }, { category: "self", summary: "SUSE Bug 1180146", url: "https://bugzilla.suse.com/1180146", }, { category: "self", summary: "SUSE Bug 1180224", url: "https://bugzilla.suse.com/1180224", }, { category: "self", summary: "SUSE Bug 1180439", url: "https://bugzilla.suse.com/1180439", }, { category: "self", summary: "SUSE Bug 1180547", url: "https://bugzilla.suse.com/1180547", }, { category: "self", summary: "SUSE Bug 1180558", url: "https://bugzilla.suse.com/1180558", }, { category: "self", summary: "SUSE Bug 1180757", url: "https://bugzilla.suse.com/1180757", }, { category: "self", summary: "SUSE Bug 1180994", url: "https://bugzilla.suse.com/1180994", }, { category: "self", summary: "SUSE Bug 1181048", url: "https://bugzilla.suse.com/1181048", }, { category: "self", summary: "SUSE Bug 1181165", url: "https://bugzilla.suse.com/1181165", }, { category: "self", summary: "SUSE Bug 1181228", url: "https://bugzilla.suse.com/1181228", }, { category: "self", summary: "SUSE Bug 1181290", url: "https://bugzilla.suse.com/1181290", }, { category: "self", summary: "SUSE Bug 1181416", url: "https://bugzilla.suse.com/1181416", }, { category: "self", summary: "SUSE Bug 1181423", url: "https://bugzilla.suse.com/1181423", }, { category: "self", summary: "SUSE Bug 1181635", url: "https://bugzilla.suse.com/1181635", }, { category: "self", summary: "SUSE Bug 1181807", url: "https://bugzilla.suse.com/1181807", }, { category: "self", summary: "SUSE Bug 1181814", url: "https://bugzilla.suse.com/1181814", }, { category: "self", summary: "SUSE Bug 1182001", url: "https://bugzilla.suse.com/1182001", }, { category: "self", summary: "SUSE Bug 1182006", url: "https://bugzilla.suse.com/1182006", }, { category: "self", summary: "SUSE Bug 1182008", url: "https://bugzilla.suse.com/1182008", }, { category: "self", summary: "SUSE Bug 1182071", url: "https://bugzilla.suse.com/1182071", }, { category: "self", summary: "SUSE Bug 1182200", url: "https://bugzilla.suse.com/1182200", }, { category: "self", summary: "SUSE Bug 1182492", url: "https://bugzilla.suse.com/1182492", }, { category: "self", summary: "SUSE Bug 1182685", url: "https://bugzilla.suse.com/1182685", }, { category: "self", summary: "SUSE CVE CVE-2020-26217 page", url: "https://www.suse.com/security/cve/CVE-2020-26217/", }, { category: "self", summary: "SUSE CVE CVE-2020-26258 page", url: "https://www.suse.com/security/cve/CVE-2020-26258/", }, { category: "self", summary: "SUSE CVE CVE-2020-26259 page", url: "https://www.suse.com/security/cve/CVE-2020-26259/", }, { category: "self", summary: "SUSE CVE CVE-2020-28477 page", url: "https://www.suse.com/security/cve/CVE-2020-28477/", }, ], title: "Security update for SUSE Manager Server 4.1", tracking: { current_release_date: "2021-03-19T15:18:39Z", generator: { date: "2021-03-19T15:18:39Z", engine: { name: "cve-database.git:bin/generate-csaf.pl", version: "1", }, }, id: "SUSE-SU-2021:0906-1", initial_release_date: "2021-03-19T15:18:39Z", revision_history: [ { date: "2021-03-19T15:18:39Z", number: "1", summary: "Current version", }, ], status: "final", version: "1", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version", name: "smdba-1.7.8-0.3.6.2.aarch64", product: { name: "smdba-1.7.8-0.3.6.2.aarch64", product_id: "smdba-1.7.8-0.3.6.2.aarch64", }, }, { category: "product_version", name: "susemanager-4.1.24-3.20.2.aarch64", product: { name: "susemanager-4.1.24-3.20.2.aarch64", product_id: "susemanager-4.1.24-3.20.2.aarch64", }, }, { category: "product_version", name: "susemanager-nodejs-sdk-devel-4.1.10-3.15.2.aarch64", product: { name: "susemanager-nodejs-sdk-devel-4.1.10-3.15.2.aarch64", product_id: "susemanager-nodejs-sdk-devel-4.1.10-3.15.2.aarch64", }, }, { category: "product_version", name: "susemanager-tools-4.1.24-3.20.2.aarch64", product: { name: "susemanager-tools-4.1.24-3.20.2.aarch64", product_id: "susemanager-tools-4.1.24-3.20.2.aarch64", }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "cobbler-3.0.0+git20190806.32c4bae0-5.6.4.noarch", product: { name: "cobbler-3.0.0+git20190806.32c4bae0-5.6.4.noarch", product_id: "cobbler-3.0.0+git20190806.32c4bae0-5.6.4.noarch", }, }, { category: "product_version", name: "cobbler-tests-3.0.0+git20190806.32c4bae0-5.6.4.noarch", product: { name: "cobbler-tests-3.0.0+git20190806.32c4bae0-5.6.4.noarch", product_id: "cobbler-tests-3.0.0+git20190806.32c4bae0-5.6.4.noarch", }, }, { category: "product_version", name: "cobbler-web-3.0.0+git20190806.32c4bae0-5.6.4.noarch", product: { name: "cobbler-web-3.0.0+git20190806.32c4bae0-5.6.4.noarch", product_id: "cobbler-web-3.0.0+git20190806.32c4bae0-5.6.4.noarch", }, }, { category: "product_version", name: "grafana-formula-0.4.0-3.6.2.noarch", product: { name: "grafana-formula-0.4.0-3.6.2.noarch", product_id: "grafana-formula-0.4.0-3.6.2.noarch", }, }, { category: "product_version", name: "mgr-libmod-4.1.7-3.16.2.noarch", product: { name: "mgr-libmod-4.1.7-3.16.2.noarch", product_id: "mgr-libmod-4.1.7-3.16.2.noarch", }, }, { category: "product_version", name: "mgr-osa-dispatcher-4.1.5-2.9.4.noarch", product: { name: "mgr-osa-dispatcher-4.1.5-2.9.4.noarch", product_id: "mgr-osa-dispatcher-4.1.5-2.9.4.noarch", }, }, { category: "product_version", name: "mgr-osad-4.1.5-2.9.4.noarch", product: { name: "mgr-osad-4.1.5-2.9.4.noarch", product_id: "mgr-osad-4.1.5-2.9.4.noarch", }, }, { category: "product_version", name: "prometheus-exporters-formula-0.9.0-3.19.2.noarch", product: { name: "prometheus-exporters-formula-0.9.0-3.19.2.noarch", product_id: "prometheus-exporters-formula-0.9.0-3.19.2.noarch", }, }, { category: "product_version", name: "prometheus-formula-0.3.1-3.6.2.noarch", product: { name: "prometheus-formula-0.3.1-3.6.2.noarch", product_id: "prometheus-formula-0.3.1-3.6.2.noarch", }, }, { category: "product_version", name: "py26-compat-salt-2016.11.10-6.11.2.noarch", product: { name: "py26-compat-salt-2016.11.10-6.11.2.noarch", product_id: "py26-compat-salt-2016.11.10-6.11.2.noarch", }, }, { category: "product_version", name: "python2-mgr-osa-common-4.1.5-2.9.4.noarch", product: { name: "python2-mgr-osa-common-4.1.5-2.9.4.noarch", product_id: "python2-mgr-osa-common-4.1.5-2.9.4.noarch", }, }, { category: "product_version", name: "python2-mgr-osa-dispatcher-4.1.5-2.9.4.noarch", product: { name: "python2-mgr-osa-dispatcher-4.1.5-2.9.4.noarch", product_id: "python2-mgr-osa-dispatcher-4.1.5-2.9.4.noarch", }, }, { category: "product_version", name: "python2-mgr-osad-4.1.5-2.9.4.noarch", product: { name: "python2-mgr-osad-4.1.5-2.9.4.noarch", product_id: "python2-mgr-osad-4.1.5-2.9.4.noarch", }, }, { category: "product_version", name: "python2-rhnlib-4.1.3-4.3.2.noarch", product: { name: "python2-rhnlib-4.1.3-4.3.2.noarch", product_id: "python2-rhnlib-4.1.3-4.3.2.noarch", }, }, { category: "product_version", name: "python2-spacewalk-check-4.1.9-4.12.4.noarch", product: { name: "python2-spacewalk-check-4.1.9-4.12.4.noarch", product_id: "python2-spacewalk-check-4.1.9-4.12.4.noarch", }, }, { category: "product_version", name: "python2-spacewalk-client-setup-4.1.9-4.12.4.noarch", product: { name: "python2-spacewalk-client-setup-4.1.9-4.12.4.noarch", product_id: "python2-spacewalk-client-setup-4.1.9-4.12.4.noarch", }, }, { category: "product_version", name: "python2-spacewalk-client-tools-4.1.9-4.12.4.noarch", product: { name: "python2-spacewalk-client-tools-4.1.9-4.12.4.noarch", product_id: "python2-spacewalk-client-tools-4.1.9-4.12.4.noarch", }, }, { category: "product_version", name: "python3-mgr-osa-common-4.1.5-2.9.4.noarch", product: { name: "python3-mgr-osa-common-4.1.5-2.9.4.noarch", product_id: "python3-mgr-osa-common-4.1.5-2.9.4.noarch", }, }, { category: "product_version", name: "python3-mgr-osa-dispatcher-4.1.5-2.9.4.noarch", product: { name: "python3-mgr-osa-dispatcher-4.1.5-2.9.4.noarch", product_id: "python3-mgr-osa-dispatcher-4.1.5-2.9.4.noarch", }, }, { category: "product_version", name: "python3-mgr-osad-4.1.5-2.9.4.noarch", product: { name: "python3-mgr-osad-4.1.5-2.9.4.noarch", product_id: "python3-mgr-osad-4.1.5-2.9.4.noarch", }, }, { category: "product_version", name: "python3-rhnlib-4.1.3-4.3.2.noarch", product: { name: "python3-rhnlib-4.1.3-4.3.2.noarch", product_id: "python3-rhnlib-4.1.3-4.3.2.noarch", }, }, { category: "product_version", name: "python3-spacewalk-check-4.1.9-4.12.4.noarch", product: { name: "python3-spacewalk-check-4.1.9-4.12.4.noarch", product_id: "python3-spacewalk-check-4.1.9-4.12.4.noarch", }, }, { category: "product_version", name: "python3-spacewalk-client-setup-4.1.9-4.12.4.noarch", product: { name: "python3-spacewalk-client-setup-4.1.9-4.12.4.noarch", product_id: "python3-spacewalk-client-setup-4.1.9-4.12.4.noarch", }, }, { category: "product_version", name: "python3-spacewalk-client-tools-4.1.9-4.12.4.noarch", product: { name: "python3-spacewalk-client-tools-4.1.9-4.12.4.noarch", product_id: "python3-spacewalk-client-tools-4.1.9-4.12.4.noarch", }, }, { category: "product_version", name: "spacewalk-backend-4.1.21-4.22.7.noarch", product: { name: "spacewalk-backend-4.1.21-4.22.7.noarch", product_id: "spacewalk-backend-4.1.21-4.22.7.noarch", }, }, { category: "product_version", name: "spacewalk-backend-app-4.1.21-4.22.7.noarch", product: { name: "spacewalk-backend-app-4.1.21-4.22.7.noarch", product_id: "spacewalk-backend-app-4.1.21-4.22.7.noarch", }, }, { category: "product_version", name: "spacewalk-backend-applet-4.1.21-4.22.7.noarch", product: { name: "spacewalk-backend-applet-4.1.21-4.22.7.noarch", product_id: "spacewalk-backend-applet-4.1.21-4.22.7.noarch", }, }, { category: "product_version", name: "spacewalk-backend-cdn-4.1.21-4.22.7.noarch", product: { name: "spacewalk-backend-cdn-4.1.21-4.22.7.noarch", product_id: "spacewalk-backend-cdn-4.1.21-4.22.7.noarch", }, }, { category: "product_version", name: "spacewalk-backend-config-files-4.1.21-4.22.7.noarch", product: { name: "spacewalk-backend-config-files-4.1.21-4.22.7.noarch", product_id: "spacewalk-backend-config-files-4.1.21-4.22.7.noarch", }, }, { category: "product_version", name: "spacewalk-backend-config-files-common-4.1.21-4.22.7.noarch", product: { name: "spacewalk-backend-config-files-common-4.1.21-4.22.7.noarch", product_id: "spacewalk-backend-config-files-common-4.1.21-4.22.7.noarch", }, }, { category: "product_version", name: "spacewalk-backend-config-files-tool-4.1.21-4.22.7.noarch", product: { name: "spacewalk-backend-config-files-tool-4.1.21-4.22.7.noarch", product_id: "spacewalk-backend-config-files-tool-4.1.21-4.22.7.noarch", }, }, { category: "product_version", name: "spacewalk-backend-iss-4.1.21-4.22.7.noarch", product: { name: "spacewalk-backend-iss-4.1.21-4.22.7.noarch", product_id: "spacewalk-backend-iss-4.1.21-4.22.7.noarch", }, }, { category: "product_version", name: "spacewalk-backend-iss-export-4.1.21-4.22.7.noarch", product: { name: "spacewalk-backend-iss-export-4.1.21-4.22.7.noarch", product_id: "spacewalk-backend-iss-export-4.1.21-4.22.7.noarch", }, }, { category: "product_version", name: "spacewalk-backend-package-push-server-4.1.21-4.22.7.noarch", product: { name: "spacewalk-backend-package-push-server-4.1.21-4.22.7.noarch", product_id: "spacewalk-backend-package-push-server-4.1.21-4.22.7.noarch", }, }, { category: "product_version", name: "spacewalk-backend-server-4.1.21-4.22.7.noarch", product: { name: "spacewalk-backend-server-4.1.21-4.22.7.noarch", product_id: "spacewalk-backend-server-4.1.21-4.22.7.noarch", }, }, { category: "product_version", name: "spacewalk-backend-sql-4.1.21-4.22.7.noarch", product: { name: "spacewalk-backend-sql-4.1.21-4.22.7.noarch", product_id: "spacewalk-backend-sql-4.1.21-4.22.7.noarch", }, }, { category: "product_version", name: "spacewalk-backend-sql-postgresql-4.1.21-4.22.7.noarch", product: { name: "spacewalk-backend-sql-postgresql-4.1.21-4.22.7.noarch", product_id: "spacewalk-backend-sql-postgresql-4.1.21-4.22.7.noarch", }, }, { category: "product_version", name: "spacewalk-backend-tools-4.1.21-4.22.7.noarch", product: { name: "spacewalk-backend-tools-4.1.21-4.22.7.noarch", product_id: "spacewalk-backend-tools-4.1.21-4.22.7.noarch", }, }, { category: "product_version", name: "spacewalk-backend-xml-export-libs-4.1.21-4.22.7.noarch", product: { name: "spacewalk-backend-xml-export-libs-4.1.21-4.22.7.noarch", product_id: "spacewalk-backend-xml-export-libs-4.1.21-4.22.7.noarch", }, }, { category: "product_version", name: "spacewalk-backend-xmlrpc-4.1.21-4.22.7.noarch", product: { name: "spacewalk-backend-xmlrpc-4.1.21-4.22.7.noarch", product_id: "spacewalk-backend-xmlrpc-4.1.21-4.22.7.noarch", }, }, { category: "product_version", name: "spacewalk-base-4.1.23-3.18.6.noarch", product: { name: "spacewalk-base-4.1.23-3.18.6.noarch", product_id: "spacewalk-base-4.1.23-3.18.6.noarch", }, }, { category: "product_version", name: "spacewalk-base-minimal-4.1.23-3.18.6.noarch", product: { name: "spacewalk-base-minimal-4.1.23-3.18.6.noarch", product_id: "spacewalk-base-minimal-4.1.23-3.18.6.noarch", }, }, { category: "product_version", name: "spacewalk-base-minimal-config-4.1.23-3.18.6.noarch", product: { name: "spacewalk-base-minimal-config-4.1.23-3.18.6.noarch", product_id: "spacewalk-base-minimal-config-4.1.23-3.18.6.noarch", }, }, { category: "product_version", name: "spacewalk-check-4.1.9-4.12.4.noarch", product: { name: "spacewalk-check-4.1.9-4.12.4.noarch", product_id: "spacewalk-check-4.1.9-4.12.4.noarch", }, }, { category: "product_version", name: "spacewalk-client-setup-4.1.9-4.12.4.noarch", product: { name: "spacewalk-client-setup-4.1.9-4.12.4.noarch", product_id: "spacewalk-client-setup-4.1.9-4.12.4.noarch", }, }, { category: "product_version", name: "spacewalk-client-tools-4.1.9-4.12.4.noarch", product: { name: "spacewalk-client-tools-4.1.9-4.12.4.noarch", product_id: "spacewalk-client-tools-4.1.9-4.12.4.noarch", }, }, { category: "product_version", name: "spacewalk-config-4.1.5-3.3.2.noarch", product: { name: "spacewalk-config-4.1.5-3.3.2.noarch", product_id: "spacewalk-config-4.1.5-3.3.2.noarch", }, }, { category: "product_version", name: "spacewalk-dobby-4.1.23-3.18.6.noarch", product: { name: "spacewalk-dobby-4.1.23-3.18.6.noarch", product_id: "spacewalk-dobby-4.1.23-3.18.6.noarch", }, }, { category: "product_version", name: "spacewalk-html-4.1.23-3.18.6.noarch", product: { name: "spacewalk-html-4.1.23-3.18.6.noarch", product_id: "spacewalk-html-4.1.23-3.18.6.noarch", }, }, { category: "product_version", name: "spacewalk-html-debug-4.1.23-3.18.6.noarch", product: { name: "spacewalk-html-debug-4.1.23-3.18.6.noarch", product_id: "spacewalk-html-debug-4.1.23-3.18.6.noarch", }, }, { category: "product_version", name: "spacewalk-java-4.1.30-3.31.7.noarch", product: { name: "spacewalk-java-4.1.30-3.31.7.noarch", product_id: "spacewalk-java-4.1.30-3.31.7.noarch", }, }, { category: "product_version", name: "spacewalk-java-apidoc-sources-4.1.30-3.31.7.noarch", product: { name: "spacewalk-java-apidoc-sources-4.1.30-3.31.7.noarch", product_id: "spacewalk-java-apidoc-sources-4.1.30-3.31.7.noarch", }, }, { category: "product_version", name: "spacewalk-java-config-4.1.30-3.31.7.noarch", product: { name: "spacewalk-java-config-4.1.30-3.31.7.noarch", product_id: "spacewalk-java-config-4.1.30-3.31.7.noarch", }, }, { category: "product_version", name: "spacewalk-java-lib-4.1.30-3.31.7.noarch", product: { name: "spacewalk-java-lib-4.1.30-3.31.7.noarch", product_id: "spacewalk-java-lib-4.1.30-3.31.7.noarch", }, }, { category: "product_version", name: "spacewalk-java-postgresql-4.1.30-3.31.7.noarch", product: { name: "spacewalk-java-postgresql-4.1.30-3.31.7.noarch", product_id: "spacewalk-java-postgresql-4.1.30-3.31.7.noarch", }, }, { category: "product_version", name: "spacewalk-proxy-broker-4.1.4-3.9.4.noarch", product: { name: "spacewalk-proxy-broker-4.1.4-3.9.4.noarch", product_id: "spacewalk-proxy-broker-4.1.4-3.9.4.noarch", }, }, { category: "product_version", name: "spacewalk-proxy-common-4.1.4-3.9.4.noarch", product: { name: "spacewalk-proxy-common-4.1.4-3.9.4.noarch", product_id: "spacewalk-proxy-common-4.1.4-3.9.4.noarch", }, }, { category: "product_version", name: "spacewalk-proxy-installer-4.1.6-3.3.2.noarch", product: { name: "spacewalk-proxy-installer-4.1.6-3.3.2.noarch", product_id: "spacewalk-proxy-installer-4.1.6-3.3.2.noarch", }, }, { category: "product_version", name: "spacewalk-proxy-management-4.1.4-3.9.4.noarch", product: { name: "spacewalk-proxy-management-4.1.4-3.9.4.noarch", product_id: "spacewalk-proxy-management-4.1.4-3.9.4.noarch", }, }, { category: "product_version", name: "spacewalk-proxy-package-manager-4.1.4-3.9.4.noarch", product: { name: "spacewalk-proxy-package-manager-4.1.4-3.9.4.noarch", product_id: "spacewalk-proxy-package-manager-4.1.4-3.9.4.noarch", }, }, { category: "product_version", name: "spacewalk-proxy-redirect-4.1.4-3.9.4.noarch", product: { name: "spacewalk-proxy-redirect-4.1.4-3.9.4.noarch", product_id: "spacewalk-proxy-redirect-4.1.4-3.9.4.noarch", }, }, { category: "product_version", name: "spacewalk-proxy-salt-4.1.4-3.9.4.noarch", product: { name: "spacewalk-proxy-salt-4.1.4-3.9.4.noarch", product_id: "spacewalk-proxy-salt-4.1.4-3.9.4.noarch", }, }, { category: "product_version", name: "spacewalk-taskomatic-4.1.30-3.31.7.noarch", product: { name: "spacewalk-taskomatic-4.1.30-3.31.7.noarch", product_id: "spacewalk-taskomatic-4.1.30-3.31.7.noarch", }, }, { category: "product_version", name: "spacewalk-utils-4.1.14-3.12.2.noarch", product: { name: "spacewalk-utils-4.1.14-3.12.2.noarch", product_id: "spacewalk-utils-4.1.14-3.12.2.noarch", }, }, { category: "product_version", name: "spacewalk-utils-extras-4.1.14-3.12.2.noarch", product: { name: "spacewalk-utils-extras-4.1.14-3.12.2.noarch", product_id: "spacewalk-utils-extras-4.1.14-3.12.2.noarch", }, }, { category: "product_version", name: "subscription-matcher-0.26-3.6.2.noarch", product: { name: "subscription-matcher-0.26-3.6.2.noarch", product_id: "subscription-matcher-0.26-3.6.2.noarch", }, }, { category: "product_version", name: "susemanager-doc-indexes-4.1-11.28.4.noarch", product: { name: "susemanager-doc-indexes-4.1-11.28.4.noarch", product_id: "susemanager-doc-indexes-4.1-11.28.4.noarch", }, }, { category: "product_version", name: "susemanager-docs_en-4.1-11.28.2.noarch", product: { name: "susemanager-docs_en-4.1-11.28.2.noarch", product_id: "susemanager-docs_en-4.1-11.28.2.noarch", }, }, { category: "product_version", name: "susemanager-docs_en-pdf-4.1-11.28.2.noarch", product: { name: "susemanager-docs_en-pdf-4.1-11.28.2.noarch", product_id: "susemanager-docs_en-pdf-4.1-11.28.2.noarch", }, }, { category: "product_version", name: "susemanager-schema-4.1.19-3.24.4.noarch", product: { name: "susemanager-schema-4.1.19-3.24.4.noarch", product_id: "susemanager-schema-4.1.19-3.24.4.noarch", }, }, { category: "product_version", name: "susemanager-schema-sanity-4.1.19-3.24.4.noarch", product: { name: "susemanager-schema-sanity-4.1.19-3.24.4.noarch", product_id: "susemanager-schema-sanity-4.1.19-3.24.4.noarch", }, }, { category: "product_version", name: "susemanager-sls-4.1.21-3.26.2.noarch", product: { name: "susemanager-sls-4.1.21-3.26.2.noarch", product_id: "susemanager-sls-4.1.21-3.26.2.noarch", }, }, { category: "product_version", name: "susemanager-web-libs-4.1.23-3.18.6.noarch", product: { name: "susemanager-web-libs-4.1.23-3.18.6.noarch", product_id: "susemanager-web-libs-4.1.23-3.18.6.noarch", }, }, { category: "product_version", name: "susemanager-web-libs-debug-4.1.23-3.18.6.noarch", product: { name: "susemanager-web-libs-debug-4.1.23-3.18.6.noarch", product_id: "susemanager-web-libs-debug-4.1.23-3.18.6.noarch", }, }, { category: "product_version", name: "uyuni-config-modules-4.1.21-3.26.2.noarch", product: { name: "uyuni-config-modules-4.1.21-3.26.2.noarch", product_id: "uyuni-config-modules-4.1.21-3.26.2.noarch", }, }, { category: "product_version", name: "xpp3-1.1.4c-11.2.2.noarch", product: { name: "xpp3-1.1.4c-11.2.2.noarch", product_id: "xpp3-1.1.4c-11.2.2.noarch", }, }, { category: "product_version", name: "xpp3-javadoc-1.1.4c-11.2.2.noarch", product: { name: "xpp3-javadoc-1.1.4c-11.2.2.noarch", product_id: "xpp3-javadoc-1.1.4c-11.2.2.noarch", }, }, { category: "product_version", name: "xpp3-minimal-1.1.4c-11.2.2.noarch", product: { name: "xpp3-minimal-1.1.4c-11.2.2.noarch", product_id: "xpp3-minimal-1.1.4c-11.2.2.noarch", }, }, { category: "product_version", name: "xstream-1.4.15~susemanager-3.3.8.noarch", product: { name: "xstream-1.4.15~susemanager-3.3.8.noarch", product_id: "xstream-1.4.15~susemanager-3.3.8.noarch", }, }, { category: "product_version", name: "xstream-benchmark-1.4.15~susemanager-3.3.8.noarch", product: { name: "xstream-benchmark-1.4.15~susemanager-3.3.8.noarch", product_id: "xstream-benchmark-1.4.15~susemanager-3.3.8.noarch", }, }, { category: "product_version", name: "xstream-javadoc-1.4.15~susemanager-3.3.8.noarch", product: { name: "xstream-javadoc-1.4.15~susemanager-3.3.8.noarch", product_id: "xstream-javadoc-1.4.15~susemanager-3.3.8.noarch", }, }, { category: "product_version", name: "xstream-parent-1.4.15~susemanager-3.3.8.noarch", product: { name: "xstream-parent-1.4.15~susemanager-3.3.8.noarch", product_id: "xstream-parent-1.4.15~susemanager-3.3.8.noarch", }, }, { category: "product_version", name: "xstream-1.4.15-3.5.2.noarch", product: { name: "xstream-1.4.15-3.5.2.noarch", product_id: "xstream-1.4.15-3.5.2.noarch", }, }, ], category: "architecture", name: "noarch", }, { branches: [ { category: "product_version", name: "smdba-1.7.8-0.3.6.2.ppc64le", product: { name: "smdba-1.7.8-0.3.6.2.ppc64le", product_id: "smdba-1.7.8-0.3.6.2.ppc64le", }, }, { category: "product_version", name: "susemanager-4.1.24-3.20.2.ppc64le", product: { name: "susemanager-4.1.24-3.20.2.ppc64le", product_id: "susemanager-4.1.24-3.20.2.ppc64le", }, }, { category: "product_version", name: "susemanager-nodejs-sdk-devel-4.1.10-3.15.2.ppc64le", product: { name: "susemanager-nodejs-sdk-devel-4.1.10-3.15.2.ppc64le", product_id: "susemanager-nodejs-sdk-devel-4.1.10-3.15.2.ppc64le", }, }, { category: "product_version", name: "susemanager-tools-4.1.24-3.20.2.ppc64le", product: { name: "susemanager-tools-4.1.24-3.20.2.ppc64le", product_id: "susemanager-tools-4.1.24-3.20.2.ppc64le", }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "smdba-1.7.8-0.3.6.2.s390x", product: { name: "smdba-1.7.8-0.3.6.2.s390x", product_id: "smdba-1.7.8-0.3.6.2.s390x", }, }, { category: "product_version", name: "susemanager-4.1.24-3.20.2.s390x", product: { name: "susemanager-4.1.24-3.20.2.s390x", product_id: "susemanager-4.1.24-3.20.2.s390x", }, }, { category: "product_version", name: "susemanager-nodejs-sdk-devel-4.1.10-3.15.2.s390x", product: { name: "susemanager-nodejs-sdk-devel-4.1.10-3.15.2.s390x", product_id: "susemanager-nodejs-sdk-devel-4.1.10-3.15.2.s390x", }, }, { category: "product_version", name: "susemanager-tools-4.1.24-3.20.2.s390x", product: { name: "susemanager-tools-4.1.24-3.20.2.s390x", product_id: "susemanager-tools-4.1.24-3.20.2.s390x", }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "smdba-1.7.8-0.3.6.2.x86_64", product: { name: "smdba-1.7.8-0.3.6.2.x86_64", product_id: "smdba-1.7.8-0.3.6.2.x86_64", }, }, { category: "product_version", name: "susemanager-4.1.24-3.20.2.x86_64", product: { name: "susemanager-4.1.24-3.20.2.x86_64", product_id: "susemanager-4.1.24-3.20.2.x86_64", }, }, { category: "product_version", name: "susemanager-nodejs-sdk-devel-4.1.10-3.15.2.x86_64", product: { name: "susemanager-nodejs-sdk-devel-4.1.10-3.15.2.x86_64", product_id: "susemanager-nodejs-sdk-devel-4.1.10-3.15.2.x86_64", }, }, { category: "product_version", name: "susemanager-tools-4.1.24-3.20.2.x86_64", product: { name: "susemanager-tools-4.1.24-3.20.2.x86_64", product_id: "susemanager-tools-4.1.24-3.20.2.x86_64", }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_name", name: "SUSE Manager Proxy Module 4.1", product: { name: "SUSE Manager Proxy Module 4.1", product_id: "SUSE Manager Proxy Module 4.1", product_identification_helper: { cpe: "cpe:/o:suse:sle-module-suse-manager-proxy:4.1", }, }, }, { category: "product_name", name: "SUSE Manager Server Module 4.1", product: { name: "SUSE Manager Server Module 4.1", product_id: "SUSE Manager Server Module 4.1", product_identification_helper: { cpe: "cpe:/o:suse:sle-module-suse-manager-server:4.1", }, }, }, ], category: "product_family", name: "SUSE Linux Enterprise", }, ], category: "vendor", name: "SUSE", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "mgr-osad-4.1.5-2.9.4.noarch as component of SUSE Manager Proxy Module 4.1", product_id: "SUSE Manager Proxy Module 4.1:mgr-osad-4.1.5-2.9.4.noarch", }, product_reference: "mgr-osad-4.1.5-2.9.4.noarch", relates_to_product_reference: "SUSE Manager Proxy Module 4.1", }, { category: "default_component_of", full_product_name: { name: "python3-mgr-osa-common-4.1.5-2.9.4.noarch as component of SUSE Manager Proxy Module 4.1", product_id: "SUSE Manager Proxy Module 4.1:python3-mgr-osa-common-4.1.5-2.9.4.noarch", }, product_reference: "python3-mgr-osa-common-4.1.5-2.9.4.noarch", relates_to_product_reference: "SUSE Manager Proxy Module 4.1", }, { category: "default_component_of", full_product_name: { name: "python3-mgr-osad-4.1.5-2.9.4.noarch as component of SUSE Manager Proxy Module 4.1", product_id: "SUSE Manager Proxy Module 4.1:python3-mgr-osad-4.1.5-2.9.4.noarch", }, product_reference: "python3-mgr-osad-4.1.5-2.9.4.noarch", relates_to_product_reference: "SUSE Manager Proxy Module 4.1", }, { category: "default_component_of", full_product_name: { name: "python3-rhnlib-4.1.3-4.3.2.noarch as component of SUSE Manager Proxy Module 4.1", product_id: "SUSE Manager Proxy Module 4.1:python3-rhnlib-4.1.3-4.3.2.noarch", }, product_reference: "python3-rhnlib-4.1.3-4.3.2.noarch", relates_to_product_reference: "SUSE Manager Proxy Module 4.1", }, { category: "default_component_of", full_product_name: { name: "python3-spacewalk-check-4.1.9-4.12.4.noarch as component of SUSE Manager Proxy Module 4.1", product_id: "SUSE Manager Proxy Module 4.1:python3-spacewalk-check-4.1.9-4.12.4.noarch", }, product_reference: "python3-spacewalk-check-4.1.9-4.12.4.noarch", relates_to_product_reference: "SUSE Manager Proxy Module 4.1", }, { category: "default_component_of", full_product_name: { name: "python3-spacewalk-client-setup-4.1.9-4.12.4.noarch as component of SUSE Manager Proxy Module 4.1", product_id: "SUSE Manager Proxy Module 4.1:python3-spacewalk-client-setup-4.1.9-4.12.4.noarch", }, product_reference: "python3-spacewalk-client-setup-4.1.9-4.12.4.noarch", relates_to_product_reference: "SUSE Manager Proxy Module 4.1", }, { category: "default_component_of", full_product_name: { name: "python3-spacewalk-client-tools-4.1.9-4.12.4.noarch as component of SUSE Manager Proxy Module 4.1", product_id: "SUSE Manager Proxy Module 4.1:python3-spacewalk-client-tools-4.1.9-4.12.4.noarch", }, product_reference: "python3-spacewalk-client-tools-4.1.9-4.12.4.noarch", relates_to_product_reference: "SUSE Manager Proxy Module 4.1", }, { category: "default_component_of", full_product_name: { name: "spacewalk-backend-4.1.21-4.22.7.noarch as component of SUSE Manager Proxy Module 4.1", product_id: "SUSE Manager Proxy Module 4.1:spacewalk-backend-4.1.21-4.22.7.noarch", }, product_reference: "spacewalk-backend-4.1.21-4.22.7.noarch", relates_to_product_reference: "SUSE Manager Proxy Module 4.1", }, { category: "default_component_of", full_product_name: { name: "spacewalk-base-minimal-4.1.23-3.18.6.noarch as component of SUSE Manager Proxy Module 4.1", product_id: "SUSE Manager Proxy Module 4.1:spacewalk-base-minimal-4.1.23-3.18.6.noarch", }, product_reference: "spacewalk-base-minimal-4.1.23-3.18.6.noarch", relates_to_product_reference: "SUSE Manager Proxy Module 4.1", }, { category: "default_component_of", full_product_name: { name: "spacewalk-base-minimal-config-4.1.23-3.18.6.noarch as component of SUSE Manager Proxy Module 4.1", product_id: "SUSE Manager Proxy Module 4.1:spacewalk-base-minimal-config-4.1.23-3.18.6.noarch", }, product_reference: "spacewalk-base-minimal-config-4.1.23-3.18.6.noarch", relates_to_product_reference: "SUSE Manager Proxy Module 4.1", }, { category: "default_component_of", full_product_name: { name: "spacewalk-check-4.1.9-4.12.4.noarch as component of SUSE Manager Proxy Module 4.1", product_id: "SUSE Manager Proxy Module 4.1:spacewalk-check-4.1.9-4.12.4.noarch", }, product_reference: "spacewalk-check-4.1.9-4.12.4.noarch", relates_to_product_reference: "SUSE Manager Proxy Module 4.1", }, { category: "default_component_of", full_product_name: { name: "spacewalk-client-setup-4.1.9-4.12.4.noarch as component of SUSE Manager Proxy Module 4.1", product_id: "SUSE Manager Proxy Module 4.1:spacewalk-client-setup-4.1.9-4.12.4.noarch", }, product_reference: "spacewalk-client-setup-4.1.9-4.12.4.noarch", relates_to_product_reference: "SUSE Manager Proxy Module 4.1", }, { category: "default_component_of", full_product_name: { name: "spacewalk-client-tools-4.1.9-4.12.4.noarch as component of SUSE Manager Proxy Module 4.1", product_id: "SUSE Manager Proxy Module 4.1:spacewalk-client-tools-4.1.9-4.12.4.noarch", }, product_reference: "spacewalk-client-tools-4.1.9-4.12.4.noarch", relates_to_product_reference: "SUSE Manager Proxy Module 4.1", }, { category: "default_component_of", full_product_name: { name: "spacewalk-proxy-broker-4.1.4-3.9.4.noarch as component of SUSE Manager Proxy Module 4.1", product_id: "SUSE Manager Proxy Module 4.1:spacewalk-proxy-broker-4.1.4-3.9.4.noarch", }, product_reference: "spacewalk-proxy-broker-4.1.4-3.9.4.noarch", relates_to_product_reference: "SUSE Manager Proxy Module 4.1", }, { category: "default_component_of", full_product_name: { name: "spacewalk-proxy-common-4.1.4-3.9.4.noarch as component of SUSE Manager Proxy Module 4.1", product_id: "SUSE Manager Proxy Module 4.1:spacewalk-proxy-common-4.1.4-3.9.4.noarch", }, product_reference: "spacewalk-proxy-common-4.1.4-3.9.4.noarch", relates_to_product_reference: "SUSE Manager Proxy Module 4.1", }, { category: "default_component_of", full_product_name: { name: "spacewalk-proxy-installer-4.1.6-3.3.2.noarch as component of SUSE Manager Proxy Module 4.1", product_id: "SUSE Manager Proxy Module 4.1:spacewalk-proxy-installer-4.1.6-3.3.2.noarch", }, product_reference: "spacewalk-proxy-installer-4.1.6-3.3.2.noarch", relates_to_product_reference: "SUSE Manager Proxy Module 4.1", }, { category: "default_component_of", full_product_name: { name: "spacewalk-proxy-management-4.1.4-3.9.4.noarch as component of SUSE Manager Proxy Module 4.1", product_id: "SUSE Manager Proxy Module 4.1:spacewalk-proxy-management-4.1.4-3.9.4.noarch", }, product_reference: "spacewalk-proxy-management-4.1.4-3.9.4.noarch", relates_to_product_reference: "SUSE Manager Proxy Module 4.1", }, { category: "default_component_of", full_product_name: { name: "spacewalk-proxy-package-manager-4.1.4-3.9.4.noarch as component of SUSE Manager Proxy Module 4.1", product_id: "SUSE Manager Proxy Module 4.1:spacewalk-proxy-package-manager-4.1.4-3.9.4.noarch", }, product_reference: "spacewalk-proxy-package-manager-4.1.4-3.9.4.noarch", relates_to_product_reference: "SUSE Manager Proxy Module 4.1", }, { category: "default_component_of", full_product_name: { name: "spacewalk-proxy-redirect-4.1.4-3.9.4.noarch as component of SUSE Manager Proxy Module 4.1", product_id: "SUSE Manager Proxy Module 4.1:spacewalk-proxy-redirect-4.1.4-3.9.4.noarch", }, product_reference: "spacewalk-proxy-redirect-4.1.4-3.9.4.noarch", relates_to_product_reference: "SUSE Manager Proxy Module 4.1", }, { category: "default_component_of", full_product_name: { name: "spacewalk-proxy-salt-4.1.4-3.9.4.noarch as component of SUSE Manager Proxy Module 4.1", product_id: "SUSE Manager Proxy Module 4.1:spacewalk-proxy-salt-4.1.4-3.9.4.noarch", }, product_reference: "spacewalk-proxy-salt-4.1.4-3.9.4.noarch", relates_to_product_reference: "SUSE Manager Proxy Module 4.1", }, { category: "default_component_of", full_product_name: { name: "cobbler-3.0.0+git20190806.32c4bae0-5.6.4.noarch as component of SUSE Manager Server Module 4.1", product_id: "SUSE Manager Server Module 4.1:cobbler-3.0.0+git20190806.32c4bae0-5.6.4.noarch", }, product_reference: "cobbler-3.0.0+git20190806.32c4bae0-5.6.4.noarch", relates_to_product_reference: "SUSE Manager Server Module 4.1", }, { category: "default_component_of", full_product_name: { name: "grafana-formula-0.4.0-3.6.2.noarch as component of SUSE Manager Server Module 4.1", product_id: "SUSE Manager Server Module 4.1:grafana-formula-0.4.0-3.6.2.noarch", }, product_reference: "grafana-formula-0.4.0-3.6.2.noarch", relates_to_product_reference: "SUSE Manager Server Module 4.1", }, { category: "default_component_of", full_product_name: { name: "mgr-libmod-4.1.7-3.16.2.noarch as component of SUSE Manager Server Module 4.1", product_id: "SUSE Manager Server Module 4.1:mgr-libmod-4.1.7-3.16.2.noarch", }, product_reference: "mgr-libmod-4.1.7-3.16.2.noarch", relates_to_product_reference: "SUSE Manager Server Module 4.1", }, { category: "default_component_of", full_product_name: { name: "mgr-osa-dispatcher-4.1.5-2.9.4.noarch as component of SUSE Manager Server Module 4.1", product_id: "SUSE Manager Server Module 4.1:mgr-osa-dispatcher-4.1.5-2.9.4.noarch", }, product_reference: "mgr-osa-dispatcher-4.1.5-2.9.4.noarch", relates_to_product_reference: "SUSE Manager Server Module 4.1", }, { category: "default_component_of", full_product_name: { name: "prometheus-exporters-formula-0.9.0-3.19.2.noarch as component of SUSE Manager Server Module 4.1", product_id: "SUSE Manager Server Module 4.1:prometheus-exporters-formula-0.9.0-3.19.2.noarch", }, product_reference: "prometheus-exporters-formula-0.9.0-3.19.2.noarch", relates_to_product_reference: "SUSE Manager Server Module 4.1", }, { category: "default_component_of", full_product_name: { name: "prometheus-formula-0.3.1-3.6.2.noarch as component of SUSE Manager Server Module 4.1", product_id: "SUSE Manager Server Module 4.1:prometheus-formula-0.3.1-3.6.2.noarch", }, product_reference: "prometheus-formula-0.3.1-3.6.2.noarch", relates_to_product_reference: "SUSE Manager Server Module 4.1", }, { category: "default_component_of", full_product_name: { name: "py26-compat-salt-2016.11.10-6.11.2.noarch as component of SUSE Manager Server Module 4.1", product_id: "SUSE Manager Server Module 4.1:py26-compat-salt-2016.11.10-6.11.2.noarch", }, product_reference: "py26-compat-salt-2016.11.10-6.11.2.noarch", relates_to_product_reference: "SUSE Manager Server Module 4.1", }, { category: "default_component_of", full_product_name: { name: "python3-mgr-osa-common-4.1.5-2.9.4.noarch as component of SUSE Manager Server Module 4.1", product_id: "SUSE Manager Server Module 4.1:python3-mgr-osa-common-4.1.5-2.9.4.noarch", }, product_reference: "python3-mgr-osa-common-4.1.5-2.9.4.noarch", relates_to_product_reference: "SUSE Manager Server Module 4.1", }, { category: "default_component_of", full_product_name: { name: "python3-mgr-osa-dispatcher-4.1.5-2.9.4.noarch as component of SUSE Manager Server Module 4.1", product_id: "SUSE Manager Server Module 4.1:python3-mgr-osa-dispatcher-4.1.5-2.9.4.noarch", }, product_reference: "python3-mgr-osa-dispatcher-4.1.5-2.9.4.noarch", relates_to_product_reference: "SUSE Manager Server Module 4.1", }, { category: "default_component_of", full_product_name: { name: "python3-rhnlib-4.1.3-4.3.2.noarch as component of SUSE Manager Server Module 4.1", product_id: "SUSE Manager Server Module 4.1:python3-rhnlib-4.1.3-4.3.2.noarch", }, product_reference: "python3-rhnlib-4.1.3-4.3.2.noarch", relates_to_product_reference: "SUSE Manager Server Module 4.1", }, { category: "default_component_of", full_product_name: { name: "python3-spacewalk-client-tools-4.1.9-4.12.4.noarch as component of SUSE Manager Server Module 4.1", product_id: "SUSE Manager Server Module 4.1:python3-spacewalk-client-tools-4.1.9-4.12.4.noarch", }, product_reference: "python3-spacewalk-client-tools-4.1.9-4.12.4.noarch", relates_to_product_reference: "SUSE Manager Server Module 4.1", }, { category: "default_component_of", full_product_name: { name: "smdba-1.7.8-0.3.6.2.ppc64le as component of SUSE Manager Server Module 4.1", product_id: "SUSE Manager Server Module 4.1:smdba-1.7.8-0.3.6.2.ppc64le", }, product_reference: "smdba-1.7.8-0.3.6.2.ppc64le", relates_to_product_reference: "SUSE Manager Server Module 4.1", }, { category: "default_component_of", full_product_name: { name: "smdba-1.7.8-0.3.6.2.s390x as component of SUSE Manager Server Module 4.1", product_id: "SUSE Manager Server Module 4.1:smdba-1.7.8-0.3.6.2.s390x", }, product_reference: "smdba-1.7.8-0.3.6.2.s390x", relates_to_product_reference: "SUSE Manager Server Module 4.1", }, { category: "default_component_of", full_product_name: { name: "smdba-1.7.8-0.3.6.2.x86_64 as component of SUSE Manager Server Module 4.1", product_id: "SUSE Manager Server Module 4.1:smdba-1.7.8-0.3.6.2.x86_64", }, product_reference: "smdba-1.7.8-0.3.6.2.x86_64", relates_to_product_reference: "SUSE Manager Server Module 4.1", }, { category: "default_component_of", full_product_name: { name: "spacewalk-backend-4.1.21-4.22.7.noarch as component of SUSE Manager Server Module 4.1", product_id: "SUSE Manager Server Module 4.1:spacewalk-backend-4.1.21-4.22.7.noarch", }, product_reference: "spacewalk-backend-4.1.21-4.22.7.noarch", relates_to_product_reference: "SUSE Manager Server Module 4.1", }, { category: "default_component_of", full_product_name: { name: "spacewalk-backend-app-4.1.21-4.22.7.noarch as component of SUSE Manager Server Module 4.1", product_id: "SUSE Manager Server Module 4.1:spacewalk-backend-app-4.1.21-4.22.7.noarch", }, product_reference: "spacewalk-backend-app-4.1.21-4.22.7.noarch", relates_to_product_reference: "SUSE Manager Server Module 4.1", }, { category: "default_component_of", full_product_name: { name: "spacewalk-backend-applet-4.1.21-4.22.7.noarch as component of SUSE Manager Server Module 4.1", product_id: "SUSE Manager Server Module 4.1:spacewalk-backend-applet-4.1.21-4.22.7.noarch", }, product_reference: "spacewalk-backend-applet-4.1.21-4.22.7.noarch", relates_to_product_reference: "SUSE Manager Server Module 4.1", }, { category: "default_component_of", full_product_name: { name: "spacewalk-backend-config-files-4.1.21-4.22.7.noarch as component of SUSE Manager Server Module 4.1", product_id: "SUSE Manager Server Module 4.1:spacewalk-backend-config-files-4.1.21-4.22.7.noarch", }, product_reference: "spacewalk-backend-config-files-4.1.21-4.22.7.noarch", relates_to_product_reference: "SUSE Manager Server Module 4.1", }, { category: "default_component_of", full_product_name: { name: "spacewalk-backend-config-files-common-4.1.21-4.22.7.noarch as component of SUSE Manager Server Module 4.1", product_id: "SUSE Manager Server Module 4.1:spacewalk-backend-config-files-common-4.1.21-4.22.7.noarch", }, product_reference: "spacewalk-backend-config-files-common-4.1.21-4.22.7.noarch", relates_to_product_reference: "SUSE Manager Server Module 4.1", }, { category: "default_component_of", full_product_name: { name: "spacewalk-backend-config-files-tool-4.1.21-4.22.7.noarch as component of SUSE Manager Server Module 4.1", product_id: "SUSE Manager Server Module 4.1:spacewalk-backend-config-files-tool-4.1.21-4.22.7.noarch", }, product_reference: "spacewalk-backend-config-files-tool-4.1.21-4.22.7.noarch", relates_to_product_reference: "SUSE Manager Server Module 4.1", }, { category: "default_component_of", full_product_name: { name: "spacewalk-backend-iss-4.1.21-4.22.7.noarch as component of SUSE Manager Server Module 4.1", product_id: "SUSE Manager Server Module 4.1:spacewalk-backend-iss-4.1.21-4.22.7.noarch", }, product_reference: "spacewalk-backend-iss-4.1.21-4.22.7.noarch", relates_to_product_reference: "SUSE Manager Server Module 4.1", }, { category: "default_component_of", full_product_name: { name: "spacewalk-backend-iss-export-4.1.21-4.22.7.noarch as component of SUSE Manager Server Module 4.1", product_id: "SUSE Manager Server Module 4.1:spacewalk-backend-iss-export-4.1.21-4.22.7.noarch", }, product_reference: "spacewalk-backend-iss-export-4.1.21-4.22.7.noarch", relates_to_product_reference: "SUSE Manager Server Module 4.1", }, { category: "default_component_of", full_product_name: { name: "spacewalk-backend-package-push-server-4.1.21-4.22.7.noarch as component of SUSE Manager Server Module 4.1", product_id: "SUSE Manager Server Module 4.1:spacewalk-backend-package-push-server-4.1.21-4.22.7.noarch", }, product_reference: "spacewalk-backend-package-push-server-4.1.21-4.22.7.noarch", relates_to_product_reference: "SUSE Manager Server Module 4.1", }, { category: "default_component_of", full_product_name: { name: "spacewalk-backend-server-4.1.21-4.22.7.noarch as component of SUSE Manager Server Module 4.1", product_id: "SUSE Manager Server Module 4.1:spacewalk-backend-server-4.1.21-4.22.7.noarch", }, product_reference: "spacewalk-backend-server-4.1.21-4.22.7.noarch", relates_to_product_reference: "SUSE Manager Server Module 4.1", }, { category: "default_component_of", full_product_name: { name: "spacewalk-backend-sql-4.1.21-4.22.7.noarch as component of SUSE Manager Server Module 4.1", product_id: "SUSE Manager Server Module 4.1:spacewalk-backend-sql-4.1.21-4.22.7.noarch", }, product_reference: "spacewalk-backend-sql-4.1.21-4.22.7.noarch", relates_to_product_reference: "SUSE Manager Server Module 4.1", }, { category: "default_component_of", full_product_name: { name: "spacewalk-backend-sql-postgresql-4.1.21-4.22.7.noarch as component of SUSE Manager Server Module 4.1", product_id: "SUSE Manager Server Module 4.1:spacewalk-backend-sql-postgresql-4.1.21-4.22.7.noarch", }, product_reference: "spacewalk-backend-sql-postgresql-4.1.21-4.22.7.noarch", relates_to_product_reference: "SUSE Manager Server Module 4.1", }, { category: "default_component_of", full_product_name: { name: "spacewalk-backend-tools-4.1.21-4.22.7.noarch as component of SUSE Manager Server Module 4.1", product_id: "SUSE Manager Server Module 4.1:spacewalk-backend-tools-4.1.21-4.22.7.noarch", }, product_reference: "spacewalk-backend-tools-4.1.21-4.22.7.noarch", relates_to_product_reference: "SUSE Manager Server Module 4.1", }, { category: "default_component_of", full_product_name: { name: "spacewalk-backend-xml-export-libs-4.1.21-4.22.7.noarch as component of SUSE Manager Server Module 4.1", product_id: "SUSE Manager Server Module 4.1:spacewalk-backend-xml-export-libs-4.1.21-4.22.7.noarch", }, product_reference: "spacewalk-backend-xml-export-libs-4.1.21-4.22.7.noarch", relates_to_product_reference: "SUSE Manager Server Module 4.1", }, { category: "default_component_of", full_product_name: { name: "spacewalk-backend-xmlrpc-4.1.21-4.22.7.noarch as component of SUSE Manager Server Module 4.1", product_id: "SUSE Manager Server Module 4.1:spacewalk-backend-xmlrpc-4.1.21-4.22.7.noarch", }, product_reference: "spacewalk-backend-xmlrpc-4.1.21-4.22.7.noarch", relates_to_product_reference: "SUSE Manager Server Module 4.1", }, { category: "default_component_of", full_product_name: { name: "spacewalk-base-4.1.23-3.18.6.noarch as component of SUSE Manager Server Module 4.1", product_id: "SUSE Manager Server Module 4.1:spacewalk-base-4.1.23-3.18.6.noarch", }, product_reference: "spacewalk-base-4.1.23-3.18.6.noarch", relates_to_product_reference: "SUSE Manager Server Module 4.1", }, { category: "default_component_of", full_product_name: { name: "spacewalk-base-minimal-4.1.23-3.18.6.noarch as component of SUSE Manager Server Module 4.1", product_id: "SUSE Manager Server Module 4.1:spacewalk-base-minimal-4.1.23-3.18.6.noarch", }, product_reference: "spacewalk-base-minimal-4.1.23-3.18.6.noarch", relates_to_product_reference: "SUSE Manager Server Module 4.1", }, { category: "default_component_of", full_product_name: { name: "spacewalk-base-minimal-config-4.1.23-3.18.6.noarch as component of SUSE Manager Server Module 4.1", product_id: "SUSE Manager Server Module 4.1:spacewalk-base-minimal-config-4.1.23-3.18.6.noarch", }, product_reference: "spacewalk-base-minimal-config-4.1.23-3.18.6.noarch", relates_to_product_reference: "SUSE Manager Server Module 4.1", }, { category: "default_component_of", full_product_name: { name: "spacewalk-client-tools-4.1.9-4.12.4.noarch as component of SUSE Manager Server Module 4.1", product_id: "SUSE Manager Server Module 4.1:spacewalk-client-tools-4.1.9-4.12.4.noarch", }, product_reference: "spacewalk-client-tools-4.1.9-4.12.4.noarch", relates_to_product_reference: "SUSE Manager Server Module 4.1", }, { category: "default_component_of", full_product_name: { name: "spacewalk-config-4.1.5-3.3.2.noarch as component of SUSE Manager Server Module 4.1", product_id: "SUSE Manager Server Module 4.1:spacewalk-config-4.1.5-3.3.2.noarch", }, product_reference: "spacewalk-config-4.1.5-3.3.2.noarch", relates_to_product_reference: "SUSE Manager Server Module 4.1", }, { category: "default_component_of", full_product_name: { name: "spacewalk-html-4.1.23-3.18.6.noarch as component of SUSE Manager Server Module 4.1", product_id: "SUSE Manager Server Module 4.1:spacewalk-html-4.1.23-3.18.6.noarch", }, product_reference: "spacewalk-html-4.1.23-3.18.6.noarch", relates_to_product_reference: "SUSE Manager Server Module 4.1", }, { category: "default_component_of", full_product_name: { name: "spacewalk-java-4.1.30-3.31.7.noarch as component of SUSE Manager Server Module 4.1", product_id: "SUSE Manager Server Module 4.1:spacewalk-java-4.1.30-3.31.7.noarch", }, product_reference: "spacewalk-java-4.1.30-3.31.7.noarch", relates_to_product_reference: "SUSE Manager Server Module 4.1", }, { category: "default_component_of", full_product_name: { name: "spacewalk-java-config-4.1.30-3.31.7.noarch as component of SUSE Manager Server Module 4.1", product_id: "SUSE Manager Server Module 4.1:spacewalk-java-config-4.1.30-3.31.7.noarch", }, product_reference: "spacewalk-java-config-4.1.30-3.31.7.noarch", relates_to_product_reference: "SUSE Manager Server Module 4.1", }, { category: "default_component_of", full_product_name: { name: "spacewalk-java-lib-4.1.30-3.31.7.noarch as component of SUSE Manager Server Module 4.1", product_id: "SUSE Manager Server Module 4.1:spacewalk-java-lib-4.1.30-3.31.7.noarch", }, product_reference: "spacewalk-java-lib-4.1.30-3.31.7.noarch", relates_to_product_reference: "SUSE Manager Server Module 4.1", }, { category: "default_component_of", full_product_name: { name: "spacewalk-java-postgresql-4.1.30-3.31.7.noarch as component of SUSE Manager Server Module 4.1", product_id: "SUSE Manager Server Module 4.1:spacewalk-java-postgresql-4.1.30-3.31.7.noarch", }, product_reference: "spacewalk-java-postgresql-4.1.30-3.31.7.noarch", relates_to_product_reference: "SUSE Manager Server Module 4.1", }, { category: "default_component_of", full_product_name: { name: "spacewalk-taskomatic-4.1.30-3.31.7.noarch as component of SUSE Manager Server Module 4.1", product_id: "SUSE Manager Server Module 4.1:spacewalk-taskomatic-4.1.30-3.31.7.noarch", }, product_reference: "spacewalk-taskomatic-4.1.30-3.31.7.noarch", relates_to_product_reference: "SUSE Manager Server Module 4.1", }, { category: "default_component_of", full_product_name: { name: "spacewalk-utils-4.1.14-3.12.2.noarch as component of SUSE Manager Server Module 4.1", product_id: "SUSE Manager Server Module 4.1:spacewalk-utils-4.1.14-3.12.2.noarch", }, product_reference: "spacewalk-utils-4.1.14-3.12.2.noarch", relates_to_product_reference: "SUSE Manager Server Module 4.1", }, { category: "default_component_of", full_product_name: { name: "spacewalk-utils-extras-4.1.14-3.12.2.noarch as component of SUSE Manager Server Module 4.1", product_id: "SUSE Manager Server Module 4.1:spacewalk-utils-extras-4.1.14-3.12.2.noarch", }, product_reference: "spacewalk-utils-extras-4.1.14-3.12.2.noarch", relates_to_product_reference: "SUSE Manager Server Module 4.1", }, { category: "default_component_of", full_product_name: { name: "subscription-matcher-0.26-3.6.2.noarch as component of SUSE Manager Server Module 4.1", product_id: "SUSE Manager Server Module 4.1:subscription-matcher-0.26-3.6.2.noarch", }, product_reference: "subscription-matcher-0.26-3.6.2.noarch", relates_to_product_reference: "SUSE Manager Server Module 4.1", }, { category: "default_component_of", full_product_name: { name: "susemanager-4.1.24-3.20.2.ppc64le as component of SUSE Manager Server Module 4.1", product_id: "SUSE Manager Server Module 4.1:susemanager-4.1.24-3.20.2.ppc64le", }, product_reference: "susemanager-4.1.24-3.20.2.ppc64le", relates_to_product_reference: "SUSE Manager Server Module 4.1", }, { category: "default_component_of", full_product_name: { name: "susemanager-4.1.24-3.20.2.s390x as component of SUSE Manager Server Module 4.1", product_id: "SUSE Manager Server Module 4.1:susemanager-4.1.24-3.20.2.s390x", }, product_reference: "susemanager-4.1.24-3.20.2.s390x", relates_to_product_reference: "SUSE Manager Server Module 4.1", }, { category: "default_component_of", full_product_name: { name: "susemanager-4.1.24-3.20.2.x86_64 as component of SUSE Manager Server Module 4.1", product_id: "SUSE Manager Server Module 4.1:susemanager-4.1.24-3.20.2.x86_64", }, product_reference: "susemanager-4.1.24-3.20.2.x86_64", relates_to_product_reference: "SUSE Manager Server Module 4.1", }, { category: "default_component_of", full_product_name: { name: "susemanager-doc-indexes-4.1-11.28.4.noarch as component of SUSE Manager Server Module 4.1", product_id: "SUSE Manager Server Module 4.1:susemanager-doc-indexes-4.1-11.28.4.noarch", }, product_reference: "susemanager-doc-indexes-4.1-11.28.4.noarch", relates_to_product_reference: "SUSE Manager Server Module 4.1", }, { category: "default_component_of", full_product_name: { name: "susemanager-docs_en-4.1-11.28.2.noarch as component of SUSE Manager Server Module 4.1", product_id: "SUSE Manager Server Module 4.1:susemanager-docs_en-4.1-11.28.2.noarch", }, product_reference: "susemanager-docs_en-4.1-11.28.2.noarch", relates_to_product_reference: "SUSE Manager Server Module 4.1", }, { category: "default_component_of", full_product_name: { name: "susemanager-docs_en-pdf-4.1-11.28.2.noarch as component of SUSE Manager Server Module 4.1", product_id: "SUSE Manager Server Module 4.1:susemanager-docs_en-pdf-4.1-11.28.2.noarch", }, product_reference: "susemanager-docs_en-pdf-4.1-11.28.2.noarch", relates_to_product_reference: "SUSE Manager Server Module 4.1", }, { category: "default_component_of", full_product_name: { name: "susemanager-schema-4.1.19-3.24.4.noarch as component of SUSE Manager Server Module 4.1", product_id: "SUSE Manager Server Module 4.1:susemanager-schema-4.1.19-3.24.4.noarch", }, product_reference: "susemanager-schema-4.1.19-3.24.4.noarch", relates_to_product_reference: "SUSE Manager Server Module 4.1", }, { category: "default_component_of", full_product_name: { name: "susemanager-sls-4.1.21-3.26.2.noarch as component of SUSE Manager Server Module 4.1", product_id: "SUSE Manager Server Module 4.1:susemanager-sls-4.1.21-3.26.2.noarch", }, product_reference: "susemanager-sls-4.1.21-3.26.2.noarch", relates_to_product_reference: "SUSE Manager Server Module 4.1", }, { category: "default_component_of", full_product_name: { name: "susemanager-tools-4.1.24-3.20.2.ppc64le as component of SUSE Manager Server Module 4.1", product_id: "SUSE Manager Server Module 4.1:susemanager-tools-4.1.24-3.20.2.ppc64le", }, product_reference: "susemanager-tools-4.1.24-3.20.2.ppc64le", relates_to_product_reference: "SUSE Manager Server Module 4.1", }, { category: "default_component_of", full_product_name: { name: "susemanager-tools-4.1.24-3.20.2.s390x as component of SUSE Manager Server Module 4.1", product_id: "SUSE Manager Server Module 4.1:susemanager-tools-4.1.24-3.20.2.s390x", }, product_reference: "susemanager-tools-4.1.24-3.20.2.s390x", relates_to_product_reference: "SUSE Manager Server Module 4.1", }, { category: "default_component_of", full_product_name: { name: "susemanager-tools-4.1.24-3.20.2.x86_64 as component of SUSE Manager Server Module 4.1", product_id: "SUSE Manager Server Module 4.1:susemanager-tools-4.1.24-3.20.2.x86_64", }, product_reference: "susemanager-tools-4.1.24-3.20.2.x86_64", relates_to_product_reference: "SUSE Manager Server Module 4.1", }, { category: "default_component_of", full_product_name: { name: "susemanager-web-libs-4.1.23-3.18.6.noarch as component of SUSE Manager Server Module 4.1", product_id: "SUSE Manager Server Module 4.1:susemanager-web-libs-4.1.23-3.18.6.noarch", }, product_reference: "susemanager-web-libs-4.1.23-3.18.6.noarch", relates_to_product_reference: "SUSE Manager Server Module 4.1", }, { category: "default_component_of", full_product_name: { name: "uyuni-config-modules-4.1.21-3.26.2.noarch as component of SUSE Manager Server Module 4.1", product_id: "SUSE Manager Server Module 4.1:uyuni-config-modules-4.1.21-3.26.2.noarch", }, product_reference: "uyuni-config-modules-4.1.21-3.26.2.noarch", relates_to_product_reference: "SUSE Manager Server Module 4.1", }, { category: "default_component_of", full_product_name: { name: "xpp3-1.1.4c-11.2.2.noarch as component of SUSE Manager Server Module 4.1", product_id: "SUSE Manager Server Module 4.1:xpp3-1.1.4c-11.2.2.noarch", }, product_reference: "xpp3-1.1.4c-11.2.2.noarch", relates_to_product_reference: "SUSE Manager Server Module 4.1", }, { category: "default_component_of", full_product_name: { name: "xpp3-minimal-1.1.4c-11.2.2.noarch as component of SUSE Manager Server Module 4.1", product_id: "SUSE Manager Server Module 4.1:xpp3-minimal-1.1.4c-11.2.2.noarch", }, product_reference: "xpp3-minimal-1.1.4c-11.2.2.noarch", relates_to_product_reference: "SUSE Manager Server Module 4.1", }, { category: "default_component_of", full_product_name: { name: "xstream-1.4.15-3.5.2.noarch as component of SUSE Manager Server Module 4.1", product_id: "SUSE Manager Server Module 4.1:xstream-1.4.15-3.5.2.noarch", }, product_reference: "xstream-1.4.15-3.5.2.noarch", relates_to_product_reference: "SUSE Manager Server Module 4.1", }, ], }, vulnerabilities: [ { cve: "CVE-2020-26217", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2020-26217", }, ], notes: [ { category: "general", text: "XStream before version 1.4.14 is vulnerable to Remote Code Execution.The vulnerability may allow a remote attacker to run arbitrary shell commands only by manipulating the processed input stream. Only users who rely on blocklists are affected. Anyone using XStream's Security Framework allowlist is not affected. The linked advisory provides code workarounds for users who cannot upgrade. The issue is fixed in version 1.4.14.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Manager Proxy Module 4.1:mgr-osad-4.1.5-2.9.4.noarch", "SUSE Manager Proxy Module 4.1:python3-mgr-osa-common-4.1.5-2.9.4.noarch", "SUSE Manager Proxy Module 4.1:python3-mgr-osad-4.1.5-2.9.4.noarch", "SUSE Manager Proxy Module 4.1:python3-rhnlib-4.1.3-4.3.2.noarch", "SUSE Manager Proxy Module 4.1:python3-spacewalk-check-4.1.9-4.12.4.noarch", "SUSE Manager Proxy Module 4.1:python3-spacewalk-client-setup-4.1.9-4.12.4.noarch", "SUSE Manager Proxy Module 4.1:python3-spacewalk-client-tools-4.1.9-4.12.4.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-backend-4.1.21-4.22.7.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-base-minimal-4.1.23-3.18.6.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-base-minimal-config-4.1.23-3.18.6.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-check-4.1.9-4.12.4.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-client-setup-4.1.9-4.12.4.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-client-tools-4.1.9-4.12.4.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-proxy-broker-4.1.4-3.9.4.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-proxy-common-4.1.4-3.9.4.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-proxy-installer-4.1.6-3.3.2.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-proxy-management-4.1.4-3.9.4.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-proxy-package-manager-4.1.4-3.9.4.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-proxy-redirect-4.1.4-3.9.4.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-proxy-salt-4.1.4-3.9.4.noarch", "SUSE Manager Server Module 4.1:cobbler-3.0.0+git20190806.32c4bae0-5.6.4.noarch", "SUSE Manager Server Module 4.1:grafana-formula-0.4.0-3.6.2.noarch", "SUSE Manager Server Module 4.1:mgr-libmod-4.1.7-3.16.2.noarch", "SUSE Manager Server Module 4.1:mgr-osa-dispatcher-4.1.5-2.9.4.noarch", "SUSE Manager Server Module 4.1:prometheus-exporters-formula-0.9.0-3.19.2.noarch", "SUSE Manager Server Module 4.1:prometheus-formula-0.3.1-3.6.2.noarch", "SUSE Manager Server Module 4.1:py26-compat-salt-2016.11.10-6.11.2.noarch", "SUSE Manager Server Module 4.1:python3-mgr-osa-common-4.1.5-2.9.4.noarch", "SUSE Manager Server Module 4.1:python3-mgr-osa-dispatcher-4.1.5-2.9.4.noarch", "SUSE Manager Server Module 4.1:python3-rhnlib-4.1.3-4.3.2.noarch", "SUSE Manager Server Module 4.1:python3-spacewalk-client-tools-4.1.9-4.12.4.noarch", "SUSE Manager Server Module 4.1:smdba-1.7.8-0.3.6.2.ppc64le", "SUSE Manager Server Module 4.1:smdba-1.7.8-0.3.6.2.s390x", "SUSE Manager Server Module 4.1:smdba-1.7.8-0.3.6.2.x86_64", "SUSE Manager Server Module 4.1:spacewalk-backend-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-app-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-applet-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-config-files-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-config-files-common-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-config-files-tool-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-iss-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-iss-export-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-package-push-server-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-server-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-sql-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-sql-postgresql-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-tools-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-xml-export-libs-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-xmlrpc-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-base-4.1.23-3.18.6.noarch", "SUSE Manager Server Module 4.1:spacewalk-base-minimal-4.1.23-3.18.6.noarch", "SUSE Manager Server Module 4.1:spacewalk-base-minimal-config-4.1.23-3.18.6.noarch", "SUSE Manager Server Module 4.1:spacewalk-client-tools-4.1.9-4.12.4.noarch", "SUSE Manager Server Module 4.1:spacewalk-config-4.1.5-3.3.2.noarch", "SUSE Manager Server Module 4.1:spacewalk-html-4.1.23-3.18.6.noarch", "SUSE Manager Server Module 4.1:spacewalk-java-4.1.30-3.31.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-java-config-4.1.30-3.31.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-java-lib-4.1.30-3.31.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-java-postgresql-4.1.30-3.31.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-taskomatic-4.1.30-3.31.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-utils-4.1.14-3.12.2.noarch", "SUSE Manager Server Module 4.1:spacewalk-utils-extras-4.1.14-3.12.2.noarch", "SUSE Manager Server Module 4.1:subscription-matcher-0.26-3.6.2.noarch", "SUSE Manager Server Module 4.1:susemanager-4.1.24-3.20.2.ppc64le", "SUSE Manager Server Module 4.1:susemanager-4.1.24-3.20.2.s390x", "SUSE Manager Server Module 4.1:susemanager-4.1.24-3.20.2.x86_64", "SUSE Manager Server Module 4.1:susemanager-doc-indexes-4.1-11.28.4.noarch", "SUSE Manager Server Module 4.1:susemanager-docs_en-4.1-11.28.2.noarch", "SUSE Manager Server Module 4.1:susemanager-docs_en-pdf-4.1-11.28.2.noarch", "SUSE Manager Server Module 4.1:susemanager-schema-4.1.19-3.24.4.noarch", "SUSE Manager Server Module 4.1:susemanager-sls-4.1.21-3.26.2.noarch", "SUSE Manager Server Module 4.1:susemanager-tools-4.1.24-3.20.2.ppc64le", "SUSE Manager Server Module 4.1:susemanager-tools-4.1.24-3.20.2.s390x", "SUSE Manager Server Module 4.1:susemanager-tools-4.1.24-3.20.2.x86_64", "SUSE Manager Server Module 4.1:susemanager-web-libs-4.1.23-3.18.6.noarch", "SUSE Manager Server Module 4.1:uyuni-config-modules-4.1.21-3.26.2.noarch", "SUSE Manager Server Module 4.1:xpp3-1.1.4c-11.2.2.noarch", "SUSE Manager Server Module 4.1:xpp3-minimal-1.1.4c-11.2.2.noarch", "SUSE Manager Server Module 4.1:xstream-1.4.15-3.5.2.noarch", ], }, references: [ { category: "external", summary: "CVE-2020-26217", url: "https://www.suse.com/security/cve/CVE-2020-26217", }, { category: "external", summary: "SUSE Bug 1180994 for CVE-2020-26217", url: "https://bugzilla.suse.com/1180994", }, ], 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 Manager Proxy Module 4.1:mgr-osad-4.1.5-2.9.4.noarch", "SUSE Manager Proxy Module 4.1:python3-mgr-osa-common-4.1.5-2.9.4.noarch", "SUSE Manager Proxy Module 4.1:python3-mgr-osad-4.1.5-2.9.4.noarch", "SUSE Manager Proxy Module 4.1:python3-rhnlib-4.1.3-4.3.2.noarch", "SUSE Manager Proxy Module 4.1:python3-spacewalk-check-4.1.9-4.12.4.noarch", "SUSE Manager Proxy Module 4.1:python3-spacewalk-client-setup-4.1.9-4.12.4.noarch", "SUSE Manager Proxy Module 4.1:python3-spacewalk-client-tools-4.1.9-4.12.4.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-backend-4.1.21-4.22.7.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-base-minimal-4.1.23-3.18.6.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-base-minimal-config-4.1.23-3.18.6.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-check-4.1.9-4.12.4.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-client-setup-4.1.9-4.12.4.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-client-tools-4.1.9-4.12.4.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-proxy-broker-4.1.4-3.9.4.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-proxy-common-4.1.4-3.9.4.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-proxy-installer-4.1.6-3.3.2.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-proxy-management-4.1.4-3.9.4.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-proxy-package-manager-4.1.4-3.9.4.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-proxy-redirect-4.1.4-3.9.4.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-proxy-salt-4.1.4-3.9.4.noarch", "SUSE Manager Server Module 4.1:cobbler-3.0.0+git20190806.32c4bae0-5.6.4.noarch", "SUSE Manager Server Module 4.1:grafana-formula-0.4.0-3.6.2.noarch", "SUSE Manager Server Module 4.1:mgr-libmod-4.1.7-3.16.2.noarch", "SUSE Manager Server Module 4.1:mgr-osa-dispatcher-4.1.5-2.9.4.noarch", "SUSE Manager Server Module 4.1:prometheus-exporters-formula-0.9.0-3.19.2.noarch", "SUSE Manager Server Module 4.1:prometheus-formula-0.3.1-3.6.2.noarch", "SUSE Manager Server Module 4.1:py26-compat-salt-2016.11.10-6.11.2.noarch", "SUSE Manager Server Module 4.1:python3-mgr-osa-common-4.1.5-2.9.4.noarch", "SUSE Manager Server Module 4.1:python3-mgr-osa-dispatcher-4.1.5-2.9.4.noarch", "SUSE Manager Server Module 4.1:python3-rhnlib-4.1.3-4.3.2.noarch", "SUSE Manager Server Module 4.1:python3-spacewalk-client-tools-4.1.9-4.12.4.noarch", "SUSE Manager Server Module 4.1:smdba-1.7.8-0.3.6.2.ppc64le", "SUSE Manager Server Module 4.1:smdba-1.7.8-0.3.6.2.s390x", "SUSE Manager Server Module 4.1:smdba-1.7.8-0.3.6.2.x86_64", "SUSE Manager Server Module 4.1:spacewalk-backend-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-app-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-applet-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-config-files-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-config-files-common-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-config-files-tool-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-iss-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-iss-export-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-package-push-server-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-server-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-sql-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-sql-postgresql-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-tools-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-xml-export-libs-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-xmlrpc-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-base-4.1.23-3.18.6.noarch", "SUSE Manager Server Module 4.1:spacewalk-base-minimal-4.1.23-3.18.6.noarch", "SUSE Manager Server Module 4.1:spacewalk-base-minimal-config-4.1.23-3.18.6.noarch", "SUSE Manager Server Module 4.1:spacewalk-client-tools-4.1.9-4.12.4.noarch", "SUSE Manager Server Module 4.1:spacewalk-config-4.1.5-3.3.2.noarch", "SUSE Manager Server Module 4.1:spacewalk-html-4.1.23-3.18.6.noarch", "SUSE Manager Server Module 4.1:spacewalk-java-4.1.30-3.31.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-java-config-4.1.30-3.31.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-java-lib-4.1.30-3.31.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-java-postgresql-4.1.30-3.31.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-taskomatic-4.1.30-3.31.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-utils-4.1.14-3.12.2.noarch", "SUSE Manager Server Module 4.1:spacewalk-utils-extras-4.1.14-3.12.2.noarch", "SUSE Manager Server Module 4.1:subscription-matcher-0.26-3.6.2.noarch", "SUSE Manager Server Module 4.1:susemanager-4.1.24-3.20.2.ppc64le", "SUSE Manager Server Module 4.1:susemanager-4.1.24-3.20.2.s390x", "SUSE Manager Server Module 4.1:susemanager-4.1.24-3.20.2.x86_64", "SUSE Manager Server Module 4.1:susemanager-doc-indexes-4.1-11.28.4.noarch", "SUSE Manager Server Module 4.1:susemanager-docs_en-4.1-11.28.2.noarch", "SUSE Manager Server Module 4.1:susemanager-docs_en-pdf-4.1-11.28.2.noarch", "SUSE Manager Server Module 4.1:susemanager-schema-4.1.19-3.24.4.noarch", "SUSE Manager Server Module 4.1:susemanager-sls-4.1.21-3.26.2.noarch", "SUSE Manager Server Module 4.1:susemanager-tools-4.1.24-3.20.2.ppc64le", "SUSE Manager Server Module 4.1:susemanager-tools-4.1.24-3.20.2.s390x", "SUSE Manager Server Module 4.1:susemanager-tools-4.1.24-3.20.2.x86_64", "SUSE Manager Server Module 4.1:susemanager-web-libs-4.1.23-3.18.6.noarch", "SUSE Manager Server Module 4.1:uyuni-config-modules-4.1.21-3.26.2.noarch", "SUSE Manager Server Module 4.1:xpp3-1.1.4c-11.2.2.noarch", "SUSE Manager Server Module 4.1:xpp3-minimal-1.1.4c-11.2.2.noarch", "SUSE Manager Server Module 4.1:xstream-1.4.15-3.5.2.noarch", ], }, ], scores: [ { cvss_v3: { baseScore: 8.1, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "SUSE Manager Proxy Module 4.1:mgr-osad-4.1.5-2.9.4.noarch", "SUSE Manager Proxy Module 4.1:python3-mgr-osa-common-4.1.5-2.9.4.noarch", "SUSE Manager Proxy Module 4.1:python3-mgr-osad-4.1.5-2.9.4.noarch", "SUSE Manager Proxy Module 4.1:python3-rhnlib-4.1.3-4.3.2.noarch", "SUSE Manager Proxy Module 4.1:python3-spacewalk-check-4.1.9-4.12.4.noarch", "SUSE Manager Proxy Module 4.1:python3-spacewalk-client-setup-4.1.9-4.12.4.noarch", "SUSE Manager Proxy Module 4.1:python3-spacewalk-client-tools-4.1.9-4.12.4.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-backend-4.1.21-4.22.7.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-base-minimal-4.1.23-3.18.6.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-base-minimal-config-4.1.23-3.18.6.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-check-4.1.9-4.12.4.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-client-setup-4.1.9-4.12.4.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-client-tools-4.1.9-4.12.4.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-proxy-broker-4.1.4-3.9.4.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-proxy-common-4.1.4-3.9.4.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-proxy-installer-4.1.6-3.3.2.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-proxy-management-4.1.4-3.9.4.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-proxy-package-manager-4.1.4-3.9.4.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-proxy-redirect-4.1.4-3.9.4.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-proxy-salt-4.1.4-3.9.4.noarch", "SUSE Manager Server Module 4.1:cobbler-3.0.0+git20190806.32c4bae0-5.6.4.noarch", "SUSE Manager Server Module 4.1:grafana-formula-0.4.0-3.6.2.noarch", "SUSE Manager Server Module 4.1:mgr-libmod-4.1.7-3.16.2.noarch", "SUSE Manager Server Module 4.1:mgr-osa-dispatcher-4.1.5-2.9.4.noarch", "SUSE Manager Server Module 4.1:prometheus-exporters-formula-0.9.0-3.19.2.noarch", "SUSE Manager Server Module 4.1:prometheus-formula-0.3.1-3.6.2.noarch", "SUSE Manager Server Module 4.1:py26-compat-salt-2016.11.10-6.11.2.noarch", "SUSE Manager Server Module 4.1:python3-mgr-osa-common-4.1.5-2.9.4.noarch", "SUSE Manager Server Module 4.1:python3-mgr-osa-dispatcher-4.1.5-2.9.4.noarch", "SUSE Manager Server Module 4.1:python3-rhnlib-4.1.3-4.3.2.noarch", "SUSE Manager Server Module 4.1:python3-spacewalk-client-tools-4.1.9-4.12.4.noarch", "SUSE Manager Server Module 4.1:smdba-1.7.8-0.3.6.2.ppc64le", "SUSE Manager Server Module 4.1:smdba-1.7.8-0.3.6.2.s390x", "SUSE Manager Server Module 4.1:smdba-1.7.8-0.3.6.2.x86_64", "SUSE Manager Server Module 4.1:spacewalk-backend-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-app-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-applet-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-config-files-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-config-files-common-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-config-files-tool-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-iss-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-iss-export-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-package-push-server-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-server-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-sql-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-sql-postgresql-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-tools-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-xml-export-libs-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-xmlrpc-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-base-4.1.23-3.18.6.noarch", "SUSE Manager Server Module 4.1:spacewalk-base-minimal-4.1.23-3.18.6.noarch", "SUSE Manager Server Module 4.1:spacewalk-base-minimal-config-4.1.23-3.18.6.noarch", "SUSE Manager Server Module 4.1:spacewalk-client-tools-4.1.9-4.12.4.noarch", "SUSE Manager Server Module 4.1:spacewalk-config-4.1.5-3.3.2.noarch", "SUSE Manager Server Module 4.1:spacewalk-html-4.1.23-3.18.6.noarch", "SUSE Manager Server Module 4.1:spacewalk-java-4.1.30-3.31.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-java-config-4.1.30-3.31.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-java-lib-4.1.30-3.31.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-java-postgresql-4.1.30-3.31.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-taskomatic-4.1.30-3.31.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-utils-4.1.14-3.12.2.noarch", "SUSE Manager Server Module 4.1:spacewalk-utils-extras-4.1.14-3.12.2.noarch", "SUSE Manager Server Module 4.1:subscription-matcher-0.26-3.6.2.noarch", "SUSE Manager Server Module 4.1:susemanager-4.1.24-3.20.2.ppc64le", "SUSE Manager Server Module 4.1:susemanager-4.1.24-3.20.2.s390x", "SUSE Manager Server Module 4.1:susemanager-4.1.24-3.20.2.x86_64", "SUSE Manager Server Module 4.1:susemanager-doc-indexes-4.1-11.28.4.noarch", "SUSE Manager Server Module 4.1:susemanager-docs_en-4.1-11.28.2.noarch", "SUSE Manager Server Module 4.1:susemanager-docs_en-pdf-4.1-11.28.2.noarch", "SUSE Manager Server Module 4.1:susemanager-schema-4.1.19-3.24.4.noarch", "SUSE Manager Server Module 4.1:susemanager-sls-4.1.21-3.26.2.noarch", "SUSE Manager Server Module 4.1:susemanager-tools-4.1.24-3.20.2.ppc64le", "SUSE Manager Server Module 4.1:susemanager-tools-4.1.24-3.20.2.s390x", "SUSE Manager Server Module 4.1:susemanager-tools-4.1.24-3.20.2.x86_64", "SUSE Manager Server Module 4.1:susemanager-web-libs-4.1.23-3.18.6.noarch", "SUSE Manager Server Module 4.1:uyuni-config-modules-4.1.21-3.26.2.noarch", "SUSE Manager Server Module 4.1:xpp3-1.1.4c-11.2.2.noarch", "SUSE Manager Server Module 4.1:xpp3-minimal-1.1.4c-11.2.2.noarch", "SUSE Manager Server Module 4.1:xstream-1.4.15-3.5.2.noarch", ], }, ], threats: [ { category: "impact", date: "2021-03-19T15:18:39Z", details: "important", }, ], title: "CVE-2020-26217", }, { cve: "CVE-2020-26258", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2020-26258", }, ], notes: [ { category: "general", text: "XStream is a Java library to serialize objects to XML and back again. In XStream before version 1.4.15, a Server-Side Forgery Request vulnerability can be activated when unmarshalling. The vulnerability may allow a remote attacker to request data from internal resources that are not publicly available only by manipulating the processed input stream. If you rely on XStream's default blacklist of the Security Framework, you will have to use at least version 1.4.15. The reported vulnerability does not exist if running Java 15 or higher. No user is affected who followed the recommendation to setup XStream's Security Framework with a whitelist! Anyone relying on XStream's default blacklist can immediately switch to a whilelist for the allowed types to avoid the vulnerability. Users of XStream 1.4.14 or below who still want to use XStream default blacklist can use a workaround described in more detailed in the referenced advisories.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Manager Proxy Module 4.1:mgr-osad-4.1.5-2.9.4.noarch", "SUSE Manager Proxy Module 4.1:python3-mgr-osa-common-4.1.5-2.9.4.noarch", "SUSE Manager Proxy Module 4.1:python3-mgr-osad-4.1.5-2.9.4.noarch", "SUSE Manager Proxy Module 4.1:python3-rhnlib-4.1.3-4.3.2.noarch", "SUSE Manager Proxy Module 4.1:python3-spacewalk-check-4.1.9-4.12.4.noarch", "SUSE Manager Proxy Module 4.1:python3-spacewalk-client-setup-4.1.9-4.12.4.noarch", "SUSE Manager Proxy Module 4.1:python3-spacewalk-client-tools-4.1.9-4.12.4.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-backend-4.1.21-4.22.7.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-base-minimal-4.1.23-3.18.6.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-base-minimal-config-4.1.23-3.18.6.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-check-4.1.9-4.12.4.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-client-setup-4.1.9-4.12.4.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-client-tools-4.1.9-4.12.4.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-proxy-broker-4.1.4-3.9.4.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-proxy-common-4.1.4-3.9.4.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-proxy-installer-4.1.6-3.3.2.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-proxy-management-4.1.4-3.9.4.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-proxy-package-manager-4.1.4-3.9.4.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-proxy-redirect-4.1.4-3.9.4.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-proxy-salt-4.1.4-3.9.4.noarch", "SUSE Manager Server Module 4.1:cobbler-3.0.0+git20190806.32c4bae0-5.6.4.noarch", "SUSE Manager Server Module 4.1:grafana-formula-0.4.0-3.6.2.noarch", "SUSE Manager Server Module 4.1:mgr-libmod-4.1.7-3.16.2.noarch", "SUSE Manager Server Module 4.1:mgr-osa-dispatcher-4.1.5-2.9.4.noarch", "SUSE Manager Server Module 4.1:prometheus-exporters-formula-0.9.0-3.19.2.noarch", "SUSE Manager Server Module 4.1:prometheus-formula-0.3.1-3.6.2.noarch", "SUSE Manager Server Module 4.1:py26-compat-salt-2016.11.10-6.11.2.noarch", "SUSE Manager Server Module 4.1:python3-mgr-osa-common-4.1.5-2.9.4.noarch", "SUSE Manager Server Module 4.1:python3-mgr-osa-dispatcher-4.1.5-2.9.4.noarch", "SUSE Manager Server Module 4.1:python3-rhnlib-4.1.3-4.3.2.noarch", "SUSE Manager Server Module 4.1:python3-spacewalk-client-tools-4.1.9-4.12.4.noarch", "SUSE Manager Server Module 4.1:smdba-1.7.8-0.3.6.2.ppc64le", "SUSE Manager Server Module 4.1:smdba-1.7.8-0.3.6.2.s390x", "SUSE Manager Server Module 4.1:smdba-1.7.8-0.3.6.2.x86_64", "SUSE Manager Server Module 4.1:spacewalk-backend-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-app-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-applet-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-config-files-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-config-files-common-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-config-files-tool-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-iss-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-iss-export-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-package-push-server-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-server-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-sql-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-sql-postgresql-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-tools-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-xml-export-libs-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-xmlrpc-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-base-4.1.23-3.18.6.noarch", "SUSE Manager Server Module 4.1:spacewalk-base-minimal-4.1.23-3.18.6.noarch", "SUSE Manager Server Module 4.1:spacewalk-base-minimal-config-4.1.23-3.18.6.noarch", "SUSE Manager Server Module 4.1:spacewalk-client-tools-4.1.9-4.12.4.noarch", "SUSE Manager Server Module 4.1:spacewalk-config-4.1.5-3.3.2.noarch", "SUSE Manager Server Module 4.1:spacewalk-html-4.1.23-3.18.6.noarch", "SUSE Manager Server Module 4.1:spacewalk-java-4.1.30-3.31.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-java-config-4.1.30-3.31.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-java-lib-4.1.30-3.31.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-java-postgresql-4.1.30-3.31.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-taskomatic-4.1.30-3.31.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-utils-4.1.14-3.12.2.noarch", "SUSE Manager Server Module 4.1:spacewalk-utils-extras-4.1.14-3.12.2.noarch", "SUSE Manager Server Module 4.1:subscription-matcher-0.26-3.6.2.noarch", "SUSE Manager Server Module 4.1:susemanager-4.1.24-3.20.2.ppc64le", "SUSE Manager Server Module 4.1:susemanager-4.1.24-3.20.2.s390x", "SUSE Manager Server Module 4.1:susemanager-4.1.24-3.20.2.x86_64", "SUSE Manager Server Module 4.1:susemanager-doc-indexes-4.1-11.28.4.noarch", "SUSE Manager Server Module 4.1:susemanager-docs_en-4.1-11.28.2.noarch", "SUSE Manager Server Module 4.1:susemanager-docs_en-pdf-4.1-11.28.2.noarch", "SUSE Manager Server Module 4.1:susemanager-schema-4.1.19-3.24.4.noarch", "SUSE Manager Server Module 4.1:susemanager-sls-4.1.21-3.26.2.noarch", "SUSE Manager Server Module 4.1:susemanager-tools-4.1.24-3.20.2.ppc64le", "SUSE Manager Server Module 4.1:susemanager-tools-4.1.24-3.20.2.s390x", "SUSE Manager Server Module 4.1:susemanager-tools-4.1.24-3.20.2.x86_64", "SUSE Manager Server Module 4.1:susemanager-web-libs-4.1.23-3.18.6.noarch", "SUSE Manager Server Module 4.1:uyuni-config-modules-4.1.21-3.26.2.noarch", "SUSE Manager Server Module 4.1:xpp3-1.1.4c-11.2.2.noarch", "SUSE Manager Server Module 4.1:xpp3-minimal-1.1.4c-11.2.2.noarch", "SUSE Manager Server Module 4.1:xstream-1.4.15-3.5.2.noarch", ], }, references: [ { category: "external", summary: "CVE-2020-26258", url: "https://www.suse.com/security/cve/CVE-2020-26258", }, { category: "external", summary: "SUSE Bug 1180146 for CVE-2020-26258", url: "https://bugzilla.suse.com/1180146", }, ], 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 Manager Proxy Module 4.1:mgr-osad-4.1.5-2.9.4.noarch", "SUSE Manager Proxy Module 4.1:python3-mgr-osa-common-4.1.5-2.9.4.noarch", "SUSE Manager Proxy Module 4.1:python3-mgr-osad-4.1.5-2.9.4.noarch", "SUSE Manager Proxy Module 4.1:python3-rhnlib-4.1.3-4.3.2.noarch", "SUSE Manager Proxy Module 4.1:python3-spacewalk-check-4.1.9-4.12.4.noarch", "SUSE Manager Proxy Module 4.1:python3-spacewalk-client-setup-4.1.9-4.12.4.noarch", "SUSE Manager Proxy Module 4.1:python3-spacewalk-client-tools-4.1.9-4.12.4.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-backend-4.1.21-4.22.7.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-base-minimal-4.1.23-3.18.6.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-base-minimal-config-4.1.23-3.18.6.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-check-4.1.9-4.12.4.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-client-setup-4.1.9-4.12.4.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-client-tools-4.1.9-4.12.4.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-proxy-broker-4.1.4-3.9.4.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-proxy-common-4.1.4-3.9.4.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-proxy-installer-4.1.6-3.3.2.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-proxy-management-4.1.4-3.9.4.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-proxy-package-manager-4.1.4-3.9.4.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-proxy-redirect-4.1.4-3.9.4.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-proxy-salt-4.1.4-3.9.4.noarch", "SUSE Manager Server Module 4.1:cobbler-3.0.0+git20190806.32c4bae0-5.6.4.noarch", "SUSE Manager Server Module 4.1:grafana-formula-0.4.0-3.6.2.noarch", "SUSE Manager Server Module 4.1:mgr-libmod-4.1.7-3.16.2.noarch", "SUSE Manager Server Module 4.1:mgr-osa-dispatcher-4.1.5-2.9.4.noarch", "SUSE Manager Server Module 4.1:prometheus-exporters-formula-0.9.0-3.19.2.noarch", "SUSE Manager Server Module 4.1:prometheus-formula-0.3.1-3.6.2.noarch", "SUSE Manager Server Module 4.1:py26-compat-salt-2016.11.10-6.11.2.noarch", "SUSE Manager Server Module 4.1:python3-mgr-osa-common-4.1.5-2.9.4.noarch", "SUSE Manager Server Module 4.1:python3-mgr-osa-dispatcher-4.1.5-2.9.4.noarch", "SUSE Manager Server Module 4.1:python3-rhnlib-4.1.3-4.3.2.noarch", "SUSE Manager Server Module 4.1:python3-spacewalk-client-tools-4.1.9-4.12.4.noarch", "SUSE Manager Server Module 4.1:smdba-1.7.8-0.3.6.2.ppc64le", "SUSE Manager Server Module 4.1:smdba-1.7.8-0.3.6.2.s390x", "SUSE Manager Server Module 4.1:smdba-1.7.8-0.3.6.2.x86_64", "SUSE Manager Server Module 4.1:spacewalk-backend-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-app-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-applet-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-config-files-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-config-files-common-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-config-files-tool-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-iss-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-iss-export-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-package-push-server-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-server-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-sql-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-sql-postgresql-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-tools-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-xml-export-libs-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-xmlrpc-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-base-4.1.23-3.18.6.noarch", "SUSE Manager Server Module 4.1:spacewalk-base-minimal-4.1.23-3.18.6.noarch", "SUSE Manager Server Module 4.1:spacewalk-base-minimal-config-4.1.23-3.18.6.noarch", "SUSE Manager Server Module 4.1:spacewalk-client-tools-4.1.9-4.12.4.noarch", "SUSE Manager Server Module 4.1:spacewalk-config-4.1.5-3.3.2.noarch", "SUSE Manager Server Module 4.1:spacewalk-html-4.1.23-3.18.6.noarch", "SUSE Manager Server Module 4.1:spacewalk-java-4.1.30-3.31.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-java-config-4.1.30-3.31.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-java-lib-4.1.30-3.31.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-java-postgresql-4.1.30-3.31.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-taskomatic-4.1.30-3.31.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-utils-4.1.14-3.12.2.noarch", "SUSE Manager Server Module 4.1:spacewalk-utils-extras-4.1.14-3.12.2.noarch", "SUSE Manager Server Module 4.1:subscription-matcher-0.26-3.6.2.noarch", "SUSE Manager Server Module 4.1:susemanager-4.1.24-3.20.2.ppc64le", "SUSE Manager Server Module 4.1:susemanager-4.1.24-3.20.2.s390x", "SUSE Manager Server Module 4.1:susemanager-4.1.24-3.20.2.x86_64", "SUSE Manager Server Module 4.1:susemanager-doc-indexes-4.1-11.28.4.noarch", "SUSE Manager Server Module 4.1:susemanager-docs_en-4.1-11.28.2.noarch", "SUSE Manager Server Module 4.1:susemanager-docs_en-pdf-4.1-11.28.2.noarch", "SUSE Manager Server Module 4.1:susemanager-schema-4.1.19-3.24.4.noarch", "SUSE Manager Server Module 4.1:susemanager-sls-4.1.21-3.26.2.noarch", "SUSE Manager Server Module 4.1:susemanager-tools-4.1.24-3.20.2.ppc64le", "SUSE Manager Server Module 4.1:susemanager-tools-4.1.24-3.20.2.s390x", "SUSE Manager Server Module 4.1:susemanager-tools-4.1.24-3.20.2.x86_64", "SUSE Manager Server Module 4.1:susemanager-web-libs-4.1.23-3.18.6.noarch", "SUSE Manager Server Module 4.1:uyuni-config-modules-4.1.21-3.26.2.noarch", "SUSE Manager Server Module 4.1:xpp3-1.1.4c-11.2.2.noarch", "SUSE Manager Server Module 4.1:xpp3-minimal-1.1.4c-11.2.2.noarch", "SUSE Manager Server Module 4.1:xstream-1.4.15-3.5.2.noarch", ], }, ], scores: [ { cvss_v3: { baseScore: 4.3, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N", version: "3.1", }, products: [ "SUSE Manager Proxy Module 4.1:mgr-osad-4.1.5-2.9.4.noarch", "SUSE Manager Proxy Module 4.1:python3-mgr-osa-common-4.1.5-2.9.4.noarch", "SUSE Manager Proxy Module 4.1:python3-mgr-osad-4.1.5-2.9.4.noarch", "SUSE Manager Proxy Module 4.1:python3-rhnlib-4.1.3-4.3.2.noarch", "SUSE Manager Proxy Module 4.1:python3-spacewalk-check-4.1.9-4.12.4.noarch", "SUSE Manager Proxy Module 4.1:python3-spacewalk-client-setup-4.1.9-4.12.4.noarch", "SUSE Manager Proxy Module 4.1:python3-spacewalk-client-tools-4.1.9-4.12.4.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-backend-4.1.21-4.22.7.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-base-minimal-4.1.23-3.18.6.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-base-minimal-config-4.1.23-3.18.6.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-check-4.1.9-4.12.4.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-client-setup-4.1.9-4.12.4.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-client-tools-4.1.9-4.12.4.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-proxy-broker-4.1.4-3.9.4.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-proxy-common-4.1.4-3.9.4.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-proxy-installer-4.1.6-3.3.2.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-proxy-management-4.1.4-3.9.4.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-proxy-package-manager-4.1.4-3.9.4.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-proxy-redirect-4.1.4-3.9.4.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-proxy-salt-4.1.4-3.9.4.noarch", "SUSE Manager Server Module 4.1:cobbler-3.0.0+git20190806.32c4bae0-5.6.4.noarch", "SUSE Manager Server Module 4.1:grafana-formula-0.4.0-3.6.2.noarch", "SUSE Manager Server Module 4.1:mgr-libmod-4.1.7-3.16.2.noarch", "SUSE Manager Server Module 4.1:mgr-osa-dispatcher-4.1.5-2.9.4.noarch", "SUSE Manager Server Module 4.1:prometheus-exporters-formula-0.9.0-3.19.2.noarch", "SUSE Manager Server Module 4.1:prometheus-formula-0.3.1-3.6.2.noarch", "SUSE Manager Server Module 4.1:py26-compat-salt-2016.11.10-6.11.2.noarch", "SUSE Manager Server Module 4.1:python3-mgr-osa-common-4.1.5-2.9.4.noarch", "SUSE Manager Server Module 4.1:python3-mgr-osa-dispatcher-4.1.5-2.9.4.noarch", "SUSE Manager Server Module 4.1:python3-rhnlib-4.1.3-4.3.2.noarch", "SUSE Manager Server Module 4.1:python3-spacewalk-client-tools-4.1.9-4.12.4.noarch", "SUSE Manager Server Module 4.1:smdba-1.7.8-0.3.6.2.ppc64le", "SUSE Manager Server Module 4.1:smdba-1.7.8-0.3.6.2.s390x", "SUSE Manager Server Module 4.1:smdba-1.7.8-0.3.6.2.x86_64", "SUSE Manager Server Module 4.1:spacewalk-backend-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-app-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-applet-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-config-files-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-config-files-common-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-config-files-tool-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-iss-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-iss-export-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-package-push-server-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-server-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-sql-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-sql-postgresql-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-tools-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-xml-export-libs-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-xmlrpc-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-base-4.1.23-3.18.6.noarch", "SUSE Manager Server Module 4.1:spacewalk-base-minimal-4.1.23-3.18.6.noarch", "SUSE Manager Server Module 4.1:spacewalk-base-minimal-config-4.1.23-3.18.6.noarch", "SUSE Manager Server Module 4.1:spacewalk-client-tools-4.1.9-4.12.4.noarch", "SUSE Manager Server Module 4.1:spacewalk-config-4.1.5-3.3.2.noarch", "SUSE Manager Server Module 4.1:spacewalk-html-4.1.23-3.18.6.noarch", "SUSE Manager Server Module 4.1:spacewalk-java-4.1.30-3.31.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-java-config-4.1.30-3.31.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-java-lib-4.1.30-3.31.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-java-postgresql-4.1.30-3.31.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-taskomatic-4.1.30-3.31.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-utils-4.1.14-3.12.2.noarch", "SUSE Manager Server Module 4.1:spacewalk-utils-extras-4.1.14-3.12.2.noarch", "SUSE Manager Server Module 4.1:subscription-matcher-0.26-3.6.2.noarch", "SUSE Manager Server Module 4.1:susemanager-4.1.24-3.20.2.ppc64le", "SUSE Manager Server Module 4.1:susemanager-4.1.24-3.20.2.s390x", "SUSE Manager Server Module 4.1:susemanager-4.1.24-3.20.2.x86_64", "SUSE Manager Server Module 4.1:susemanager-doc-indexes-4.1-11.28.4.noarch", "SUSE Manager Server Module 4.1:susemanager-docs_en-4.1-11.28.2.noarch", "SUSE Manager Server Module 4.1:susemanager-docs_en-pdf-4.1-11.28.2.noarch", "SUSE Manager Server Module 4.1:susemanager-schema-4.1.19-3.24.4.noarch", "SUSE Manager Server Module 4.1:susemanager-sls-4.1.21-3.26.2.noarch", "SUSE Manager Server Module 4.1:susemanager-tools-4.1.24-3.20.2.ppc64le", "SUSE Manager Server Module 4.1:susemanager-tools-4.1.24-3.20.2.s390x", "SUSE Manager Server Module 4.1:susemanager-tools-4.1.24-3.20.2.x86_64", "SUSE Manager Server Module 4.1:susemanager-web-libs-4.1.23-3.18.6.noarch", "SUSE Manager Server Module 4.1:uyuni-config-modules-4.1.21-3.26.2.noarch", "SUSE Manager Server Module 4.1:xpp3-1.1.4c-11.2.2.noarch", "SUSE Manager Server Module 4.1:xpp3-minimal-1.1.4c-11.2.2.noarch", "SUSE Manager Server Module 4.1:xstream-1.4.15-3.5.2.noarch", ], }, ], threats: [ { category: "impact", date: "2021-03-19T15:18:39Z", details: "moderate", }, ], title: "CVE-2020-26258", }, { cve: "CVE-2020-26259", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2020-26259", }, ], notes: [ { category: "general", text: "XStream is a Java library to serialize objects to XML and back again. In XStream before version 1.4.15, is vulnerable to an Arbitrary File Deletion on the local host when unmarshalling. The vulnerability may allow a remote attacker to delete arbitrary know files on the host as log as the executing process has sufficient rights only by manipulating the processed input stream. If you rely on XStream's default blacklist of the Security Framework, you will have to use at least version 1.4.15. The reported vulnerability does not exist running Java 15 or higher. No user is affected, who followed the recommendation to setup XStream's Security Framework with a whitelist! Anyone relying on XStream's default blacklist can immediately switch to a whilelist for the allowed types to avoid the vulnerability. Users of XStream 1.4.14 or below who still want to use XStream default blacklist can use a workaround described in more detailed in the referenced advisories.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Manager Proxy Module 4.1:mgr-osad-4.1.5-2.9.4.noarch", "SUSE Manager Proxy Module 4.1:python3-mgr-osa-common-4.1.5-2.9.4.noarch", "SUSE Manager Proxy Module 4.1:python3-mgr-osad-4.1.5-2.9.4.noarch", "SUSE Manager Proxy Module 4.1:python3-rhnlib-4.1.3-4.3.2.noarch", "SUSE Manager Proxy Module 4.1:python3-spacewalk-check-4.1.9-4.12.4.noarch", "SUSE Manager Proxy Module 4.1:python3-spacewalk-client-setup-4.1.9-4.12.4.noarch", "SUSE Manager Proxy Module 4.1:python3-spacewalk-client-tools-4.1.9-4.12.4.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-backend-4.1.21-4.22.7.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-base-minimal-4.1.23-3.18.6.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-base-minimal-config-4.1.23-3.18.6.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-check-4.1.9-4.12.4.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-client-setup-4.1.9-4.12.4.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-client-tools-4.1.9-4.12.4.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-proxy-broker-4.1.4-3.9.4.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-proxy-common-4.1.4-3.9.4.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-proxy-installer-4.1.6-3.3.2.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-proxy-management-4.1.4-3.9.4.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-proxy-package-manager-4.1.4-3.9.4.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-proxy-redirect-4.1.4-3.9.4.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-proxy-salt-4.1.4-3.9.4.noarch", "SUSE Manager Server Module 4.1:cobbler-3.0.0+git20190806.32c4bae0-5.6.4.noarch", "SUSE Manager Server Module 4.1:grafana-formula-0.4.0-3.6.2.noarch", "SUSE Manager Server Module 4.1:mgr-libmod-4.1.7-3.16.2.noarch", "SUSE Manager Server Module 4.1:mgr-osa-dispatcher-4.1.5-2.9.4.noarch", "SUSE Manager Server Module 4.1:prometheus-exporters-formula-0.9.0-3.19.2.noarch", "SUSE Manager Server Module 4.1:prometheus-formula-0.3.1-3.6.2.noarch", "SUSE Manager Server Module 4.1:py26-compat-salt-2016.11.10-6.11.2.noarch", "SUSE Manager Server Module 4.1:python3-mgr-osa-common-4.1.5-2.9.4.noarch", "SUSE Manager Server Module 4.1:python3-mgr-osa-dispatcher-4.1.5-2.9.4.noarch", "SUSE Manager Server Module 4.1:python3-rhnlib-4.1.3-4.3.2.noarch", "SUSE Manager Server Module 4.1:python3-spacewalk-client-tools-4.1.9-4.12.4.noarch", "SUSE Manager Server Module 4.1:smdba-1.7.8-0.3.6.2.ppc64le", "SUSE Manager Server Module 4.1:smdba-1.7.8-0.3.6.2.s390x", "SUSE Manager Server Module 4.1:smdba-1.7.8-0.3.6.2.x86_64", "SUSE Manager Server Module 4.1:spacewalk-backend-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-app-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-applet-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-config-files-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-config-files-common-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-config-files-tool-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-iss-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-iss-export-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-package-push-server-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-server-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-sql-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-sql-postgresql-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-tools-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-xml-export-libs-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-xmlrpc-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-base-4.1.23-3.18.6.noarch", "SUSE Manager Server Module 4.1:spacewalk-base-minimal-4.1.23-3.18.6.noarch", "SUSE Manager Server Module 4.1:spacewalk-base-minimal-config-4.1.23-3.18.6.noarch", "SUSE Manager Server Module 4.1:spacewalk-client-tools-4.1.9-4.12.4.noarch", "SUSE Manager Server Module 4.1:spacewalk-config-4.1.5-3.3.2.noarch", "SUSE Manager Server Module 4.1:spacewalk-html-4.1.23-3.18.6.noarch", "SUSE Manager Server Module 4.1:spacewalk-java-4.1.30-3.31.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-java-config-4.1.30-3.31.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-java-lib-4.1.30-3.31.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-java-postgresql-4.1.30-3.31.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-taskomatic-4.1.30-3.31.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-utils-4.1.14-3.12.2.noarch", "SUSE Manager Server Module 4.1:spacewalk-utils-extras-4.1.14-3.12.2.noarch", "SUSE Manager Server Module 4.1:subscription-matcher-0.26-3.6.2.noarch", "SUSE Manager Server Module 4.1:susemanager-4.1.24-3.20.2.ppc64le", "SUSE Manager Server Module 4.1:susemanager-4.1.24-3.20.2.s390x", "SUSE Manager Server Module 4.1:susemanager-4.1.24-3.20.2.x86_64", "SUSE Manager Server Module 4.1:susemanager-doc-indexes-4.1-11.28.4.noarch", "SUSE Manager Server Module 4.1:susemanager-docs_en-4.1-11.28.2.noarch", "SUSE Manager Server Module 4.1:susemanager-docs_en-pdf-4.1-11.28.2.noarch", "SUSE Manager Server Module 4.1:susemanager-schema-4.1.19-3.24.4.noarch", "SUSE Manager Server Module 4.1:susemanager-sls-4.1.21-3.26.2.noarch", "SUSE Manager Server Module 4.1:susemanager-tools-4.1.24-3.20.2.ppc64le", "SUSE Manager Server Module 4.1:susemanager-tools-4.1.24-3.20.2.s390x", "SUSE Manager Server Module 4.1:susemanager-tools-4.1.24-3.20.2.x86_64", "SUSE Manager Server Module 4.1:susemanager-web-libs-4.1.23-3.18.6.noarch", "SUSE Manager Server Module 4.1:uyuni-config-modules-4.1.21-3.26.2.noarch", "SUSE Manager Server Module 4.1:xpp3-1.1.4c-11.2.2.noarch", "SUSE Manager Server Module 4.1:xpp3-minimal-1.1.4c-11.2.2.noarch", "SUSE Manager Server Module 4.1:xstream-1.4.15-3.5.2.noarch", ], }, references: [ { category: "external", summary: "CVE-2020-26259", url: "https://www.suse.com/security/cve/CVE-2020-26259", }, { category: "external", summary: "SUSE Bug 1180145 for CVE-2020-26259", url: "https://bugzilla.suse.com/1180145", }, ], 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 Manager Proxy Module 4.1:mgr-osad-4.1.5-2.9.4.noarch", "SUSE Manager Proxy Module 4.1:python3-mgr-osa-common-4.1.5-2.9.4.noarch", "SUSE Manager Proxy Module 4.1:python3-mgr-osad-4.1.5-2.9.4.noarch", "SUSE Manager Proxy Module 4.1:python3-rhnlib-4.1.3-4.3.2.noarch", "SUSE Manager Proxy Module 4.1:python3-spacewalk-check-4.1.9-4.12.4.noarch", "SUSE Manager Proxy Module 4.1:python3-spacewalk-client-setup-4.1.9-4.12.4.noarch", "SUSE Manager Proxy Module 4.1:python3-spacewalk-client-tools-4.1.9-4.12.4.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-backend-4.1.21-4.22.7.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-base-minimal-4.1.23-3.18.6.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-base-minimal-config-4.1.23-3.18.6.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-check-4.1.9-4.12.4.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-client-setup-4.1.9-4.12.4.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-client-tools-4.1.9-4.12.4.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-proxy-broker-4.1.4-3.9.4.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-proxy-common-4.1.4-3.9.4.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-proxy-installer-4.1.6-3.3.2.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-proxy-management-4.1.4-3.9.4.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-proxy-package-manager-4.1.4-3.9.4.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-proxy-redirect-4.1.4-3.9.4.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-proxy-salt-4.1.4-3.9.4.noarch", "SUSE Manager Server Module 4.1:cobbler-3.0.0+git20190806.32c4bae0-5.6.4.noarch", "SUSE Manager Server Module 4.1:grafana-formula-0.4.0-3.6.2.noarch", "SUSE Manager Server Module 4.1:mgr-libmod-4.1.7-3.16.2.noarch", "SUSE Manager Server Module 4.1:mgr-osa-dispatcher-4.1.5-2.9.4.noarch", "SUSE Manager Server Module 4.1:prometheus-exporters-formula-0.9.0-3.19.2.noarch", "SUSE Manager Server Module 4.1:prometheus-formula-0.3.1-3.6.2.noarch", "SUSE Manager Server Module 4.1:py26-compat-salt-2016.11.10-6.11.2.noarch", "SUSE Manager Server Module 4.1:python3-mgr-osa-common-4.1.5-2.9.4.noarch", "SUSE Manager Server Module 4.1:python3-mgr-osa-dispatcher-4.1.5-2.9.4.noarch", "SUSE Manager Server Module 4.1:python3-rhnlib-4.1.3-4.3.2.noarch", "SUSE Manager Server Module 4.1:python3-spacewalk-client-tools-4.1.9-4.12.4.noarch", "SUSE Manager Server Module 4.1:smdba-1.7.8-0.3.6.2.ppc64le", "SUSE Manager Server Module 4.1:smdba-1.7.8-0.3.6.2.s390x", "SUSE Manager Server Module 4.1:smdba-1.7.8-0.3.6.2.x86_64", "SUSE Manager Server Module 4.1:spacewalk-backend-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-app-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-applet-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-config-files-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-config-files-common-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-config-files-tool-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-iss-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-iss-export-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-package-push-server-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-server-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-sql-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-sql-postgresql-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-tools-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-xml-export-libs-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-xmlrpc-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-base-4.1.23-3.18.6.noarch", "SUSE Manager Server Module 4.1:spacewalk-base-minimal-4.1.23-3.18.6.noarch", "SUSE Manager Server Module 4.1:spacewalk-base-minimal-config-4.1.23-3.18.6.noarch", "SUSE Manager Server Module 4.1:spacewalk-client-tools-4.1.9-4.12.4.noarch", "SUSE Manager Server Module 4.1:spacewalk-config-4.1.5-3.3.2.noarch", "SUSE Manager Server Module 4.1:spacewalk-html-4.1.23-3.18.6.noarch", "SUSE Manager Server Module 4.1:spacewalk-java-4.1.30-3.31.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-java-config-4.1.30-3.31.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-java-lib-4.1.30-3.31.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-java-postgresql-4.1.30-3.31.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-taskomatic-4.1.30-3.31.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-utils-4.1.14-3.12.2.noarch", "SUSE Manager Server Module 4.1:spacewalk-utils-extras-4.1.14-3.12.2.noarch", "SUSE Manager Server Module 4.1:subscription-matcher-0.26-3.6.2.noarch", "SUSE Manager Server Module 4.1:susemanager-4.1.24-3.20.2.ppc64le", "SUSE Manager Server Module 4.1:susemanager-4.1.24-3.20.2.s390x", "SUSE Manager Server Module 4.1:susemanager-4.1.24-3.20.2.x86_64", "SUSE Manager Server Module 4.1:susemanager-doc-indexes-4.1-11.28.4.noarch", "SUSE Manager Server Module 4.1:susemanager-docs_en-4.1-11.28.2.noarch", "SUSE Manager Server Module 4.1:susemanager-docs_en-pdf-4.1-11.28.2.noarch", "SUSE Manager Server Module 4.1:susemanager-schema-4.1.19-3.24.4.noarch", "SUSE Manager Server Module 4.1:susemanager-sls-4.1.21-3.26.2.noarch", "SUSE Manager Server Module 4.1:susemanager-tools-4.1.24-3.20.2.ppc64le", "SUSE Manager Server Module 4.1:susemanager-tools-4.1.24-3.20.2.s390x", "SUSE Manager Server Module 4.1:susemanager-tools-4.1.24-3.20.2.x86_64", "SUSE Manager Server Module 4.1:susemanager-web-libs-4.1.23-3.18.6.noarch", "SUSE Manager Server Module 4.1:uyuni-config-modules-4.1.21-3.26.2.noarch", "SUSE Manager Server Module 4.1:xpp3-1.1.4c-11.2.2.noarch", "SUSE Manager Server Module 4.1:xpp3-minimal-1.1.4c-11.2.2.noarch", "SUSE Manager Server Module 4.1:xstream-1.4.15-3.5.2.noarch", ], }, ], scores: [ { cvss_v3: { baseScore: 5.4, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:L", version: "3.1", }, products: [ "SUSE Manager Proxy Module 4.1:mgr-osad-4.1.5-2.9.4.noarch", "SUSE Manager Proxy Module 4.1:python3-mgr-osa-common-4.1.5-2.9.4.noarch", "SUSE Manager Proxy Module 4.1:python3-mgr-osad-4.1.5-2.9.4.noarch", "SUSE Manager Proxy Module 4.1:python3-rhnlib-4.1.3-4.3.2.noarch", "SUSE Manager Proxy Module 4.1:python3-spacewalk-check-4.1.9-4.12.4.noarch", "SUSE Manager Proxy Module 4.1:python3-spacewalk-client-setup-4.1.9-4.12.4.noarch", "SUSE Manager Proxy Module 4.1:python3-spacewalk-client-tools-4.1.9-4.12.4.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-backend-4.1.21-4.22.7.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-base-minimal-4.1.23-3.18.6.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-base-minimal-config-4.1.23-3.18.6.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-check-4.1.9-4.12.4.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-client-setup-4.1.9-4.12.4.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-client-tools-4.1.9-4.12.4.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-proxy-broker-4.1.4-3.9.4.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-proxy-common-4.1.4-3.9.4.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-proxy-installer-4.1.6-3.3.2.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-proxy-management-4.1.4-3.9.4.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-proxy-package-manager-4.1.4-3.9.4.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-proxy-redirect-4.1.4-3.9.4.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-proxy-salt-4.1.4-3.9.4.noarch", "SUSE Manager Server Module 4.1:cobbler-3.0.0+git20190806.32c4bae0-5.6.4.noarch", "SUSE Manager Server Module 4.1:grafana-formula-0.4.0-3.6.2.noarch", "SUSE Manager Server Module 4.1:mgr-libmod-4.1.7-3.16.2.noarch", "SUSE Manager Server Module 4.1:mgr-osa-dispatcher-4.1.5-2.9.4.noarch", "SUSE Manager Server Module 4.1:prometheus-exporters-formula-0.9.0-3.19.2.noarch", "SUSE Manager Server Module 4.1:prometheus-formula-0.3.1-3.6.2.noarch", "SUSE Manager Server Module 4.1:py26-compat-salt-2016.11.10-6.11.2.noarch", "SUSE Manager Server Module 4.1:python3-mgr-osa-common-4.1.5-2.9.4.noarch", "SUSE Manager Server Module 4.1:python3-mgr-osa-dispatcher-4.1.5-2.9.4.noarch", "SUSE Manager Server Module 4.1:python3-rhnlib-4.1.3-4.3.2.noarch", "SUSE Manager Server Module 4.1:python3-spacewalk-client-tools-4.1.9-4.12.4.noarch", "SUSE Manager Server Module 4.1:smdba-1.7.8-0.3.6.2.ppc64le", "SUSE Manager Server Module 4.1:smdba-1.7.8-0.3.6.2.s390x", "SUSE Manager Server Module 4.1:smdba-1.7.8-0.3.6.2.x86_64", "SUSE Manager Server Module 4.1:spacewalk-backend-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-app-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-applet-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-config-files-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-config-files-common-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-config-files-tool-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-iss-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-iss-export-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-package-push-server-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-server-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-sql-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-sql-postgresql-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-tools-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-xml-export-libs-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-xmlrpc-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-base-4.1.23-3.18.6.noarch", "SUSE Manager Server Module 4.1:spacewalk-base-minimal-4.1.23-3.18.6.noarch", "SUSE Manager Server Module 4.1:spacewalk-base-minimal-config-4.1.23-3.18.6.noarch", "SUSE Manager Server Module 4.1:spacewalk-client-tools-4.1.9-4.12.4.noarch", "SUSE Manager Server Module 4.1:spacewalk-config-4.1.5-3.3.2.noarch", "SUSE Manager Server Module 4.1:spacewalk-html-4.1.23-3.18.6.noarch", "SUSE Manager Server Module 4.1:spacewalk-java-4.1.30-3.31.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-java-config-4.1.30-3.31.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-java-lib-4.1.30-3.31.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-java-postgresql-4.1.30-3.31.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-taskomatic-4.1.30-3.31.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-utils-4.1.14-3.12.2.noarch", "SUSE Manager Server Module 4.1:spacewalk-utils-extras-4.1.14-3.12.2.noarch", "SUSE Manager Server Module 4.1:subscription-matcher-0.26-3.6.2.noarch", "SUSE Manager Server Module 4.1:susemanager-4.1.24-3.20.2.ppc64le", "SUSE Manager Server Module 4.1:susemanager-4.1.24-3.20.2.s390x", "SUSE Manager Server Module 4.1:susemanager-4.1.24-3.20.2.x86_64", "SUSE Manager Server Module 4.1:susemanager-doc-indexes-4.1-11.28.4.noarch", "SUSE Manager Server Module 4.1:susemanager-docs_en-4.1-11.28.2.noarch", "SUSE Manager Server Module 4.1:susemanager-docs_en-pdf-4.1-11.28.2.noarch", "SUSE Manager Server Module 4.1:susemanager-schema-4.1.19-3.24.4.noarch", "SUSE Manager Server Module 4.1:susemanager-sls-4.1.21-3.26.2.noarch", "SUSE Manager Server Module 4.1:susemanager-tools-4.1.24-3.20.2.ppc64le", "SUSE Manager Server Module 4.1:susemanager-tools-4.1.24-3.20.2.s390x", "SUSE Manager Server Module 4.1:susemanager-tools-4.1.24-3.20.2.x86_64", "SUSE Manager Server Module 4.1:susemanager-web-libs-4.1.23-3.18.6.noarch", "SUSE Manager Server Module 4.1:uyuni-config-modules-4.1.21-3.26.2.noarch", "SUSE Manager Server Module 4.1:xpp3-1.1.4c-11.2.2.noarch", "SUSE Manager Server Module 4.1:xpp3-minimal-1.1.4c-11.2.2.noarch", "SUSE Manager Server Module 4.1:xstream-1.4.15-3.5.2.noarch", ], }, ], threats: [ { category: "impact", date: "2021-03-19T15:18:39Z", details: "moderate", }, ], title: "CVE-2020-26259", }, { cve: "CVE-2020-28477", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2020-28477", }, ], notes: [ { category: "general", text: "This affects all versions of package immer.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Manager Proxy Module 4.1:mgr-osad-4.1.5-2.9.4.noarch", "SUSE Manager Proxy Module 4.1:python3-mgr-osa-common-4.1.5-2.9.4.noarch", "SUSE Manager Proxy Module 4.1:python3-mgr-osad-4.1.5-2.9.4.noarch", "SUSE Manager Proxy Module 4.1:python3-rhnlib-4.1.3-4.3.2.noarch", "SUSE Manager Proxy Module 4.1:python3-spacewalk-check-4.1.9-4.12.4.noarch", "SUSE Manager Proxy Module 4.1:python3-spacewalk-client-setup-4.1.9-4.12.4.noarch", "SUSE Manager Proxy Module 4.1:python3-spacewalk-client-tools-4.1.9-4.12.4.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-backend-4.1.21-4.22.7.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-base-minimal-4.1.23-3.18.6.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-base-minimal-config-4.1.23-3.18.6.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-check-4.1.9-4.12.4.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-client-setup-4.1.9-4.12.4.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-client-tools-4.1.9-4.12.4.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-proxy-broker-4.1.4-3.9.4.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-proxy-common-4.1.4-3.9.4.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-proxy-installer-4.1.6-3.3.2.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-proxy-management-4.1.4-3.9.4.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-proxy-package-manager-4.1.4-3.9.4.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-proxy-redirect-4.1.4-3.9.4.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-proxy-salt-4.1.4-3.9.4.noarch", "SUSE Manager Server Module 4.1:cobbler-3.0.0+git20190806.32c4bae0-5.6.4.noarch", "SUSE Manager Server Module 4.1:grafana-formula-0.4.0-3.6.2.noarch", "SUSE Manager Server Module 4.1:mgr-libmod-4.1.7-3.16.2.noarch", "SUSE Manager Server Module 4.1:mgr-osa-dispatcher-4.1.5-2.9.4.noarch", "SUSE Manager Server Module 4.1:prometheus-exporters-formula-0.9.0-3.19.2.noarch", "SUSE Manager Server Module 4.1:prometheus-formula-0.3.1-3.6.2.noarch", "SUSE Manager Server Module 4.1:py26-compat-salt-2016.11.10-6.11.2.noarch", "SUSE Manager Server Module 4.1:python3-mgr-osa-common-4.1.5-2.9.4.noarch", "SUSE Manager Server Module 4.1:python3-mgr-osa-dispatcher-4.1.5-2.9.4.noarch", "SUSE Manager Server Module 4.1:python3-rhnlib-4.1.3-4.3.2.noarch", "SUSE Manager Server Module 4.1:python3-spacewalk-client-tools-4.1.9-4.12.4.noarch", "SUSE Manager Server Module 4.1:smdba-1.7.8-0.3.6.2.ppc64le", "SUSE Manager Server Module 4.1:smdba-1.7.8-0.3.6.2.s390x", "SUSE Manager Server Module 4.1:smdba-1.7.8-0.3.6.2.x86_64", "SUSE Manager Server Module 4.1:spacewalk-backend-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-app-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-applet-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-config-files-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-config-files-common-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-config-files-tool-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-iss-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-iss-export-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-package-push-server-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-server-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-sql-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-sql-postgresql-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-tools-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-xml-export-libs-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-xmlrpc-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-base-4.1.23-3.18.6.noarch", "SUSE Manager Server Module 4.1:spacewalk-base-minimal-4.1.23-3.18.6.noarch", "SUSE Manager Server Module 4.1:spacewalk-base-minimal-config-4.1.23-3.18.6.noarch", "SUSE Manager Server Module 4.1:spacewalk-client-tools-4.1.9-4.12.4.noarch", "SUSE Manager Server Module 4.1:spacewalk-config-4.1.5-3.3.2.noarch", "SUSE Manager Server Module 4.1:spacewalk-html-4.1.23-3.18.6.noarch", "SUSE Manager Server Module 4.1:spacewalk-java-4.1.30-3.31.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-java-config-4.1.30-3.31.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-java-lib-4.1.30-3.31.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-java-postgresql-4.1.30-3.31.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-taskomatic-4.1.30-3.31.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-utils-4.1.14-3.12.2.noarch", "SUSE Manager Server Module 4.1:spacewalk-utils-extras-4.1.14-3.12.2.noarch", "SUSE Manager Server Module 4.1:subscription-matcher-0.26-3.6.2.noarch", "SUSE Manager Server Module 4.1:susemanager-4.1.24-3.20.2.ppc64le", "SUSE Manager Server Module 4.1:susemanager-4.1.24-3.20.2.s390x", "SUSE Manager Server Module 4.1:susemanager-4.1.24-3.20.2.x86_64", "SUSE Manager Server Module 4.1:susemanager-doc-indexes-4.1-11.28.4.noarch", "SUSE Manager Server Module 4.1:susemanager-docs_en-4.1-11.28.2.noarch", "SUSE Manager Server Module 4.1:susemanager-docs_en-pdf-4.1-11.28.2.noarch", "SUSE Manager Server Module 4.1:susemanager-schema-4.1.19-3.24.4.noarch", "SUSE Manager Server Module 4.1:susemanager-sls-4.1.21-3.26.2.noarch", "SUSE Manager Server Module 4.1:susemanager-tools-4.1.24-3.20.2.ppc64le", "SUSE Manager Server Module 4.1:susemanager-tools-4.1.24-3.20.2.s390x", "SUSE Manager Server Module 4.1:susemanager-tools-4.1.24-3.20.2.x86_64", "SUSE Manager Server Module 4.1:susemanager-web-libs-4.1.23-3.18.6.noarch", "SUSE Manager Server Module 4.1:uyuni-config-modules-4.1.21-3.26.2.noarch", "SUSE Manager Server Module 4.1:xpp3-1.1.4c-11.2.2.noarch", "SUSE Manager Server Module 4.1:xpp3-minimal-1.1.4c-11.2.2.noarch", "SUSE Manager Server Module 4.1:xstream-1.4.15-3.5.2.noarch", ], }, references: [ { category: "external", summary: "CVE-2020-28477", url: "https://www.suse.com/security/cve/CVE-2020-28477", }, ], 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 Manager Proxy Module 4.1:mgr-osad-4.1.5-2.9.4.noarch", "SUSE Manager Proxy Module 4.1:python3-mgr-osa-common-4.1.5-2.9.4.noarch", "SUSE Manager Proxy Module 4.1:python3-mgr-osad-4.1.5-2.9.4.noarch", "SUSE Manager Proxy Module 4.1:python3-rhnlib-4.1.3-4.3.2.noarch", "SUSE Manager Proxy Module 4.1:python3-spacewalk-check-4.1.9-4.12.4.noarch", "SUSE Manager Proxy Module 4.1:python3-spacewalk-client-setup-4.1.9-4.12.4.noarch", "SUSE Manager Proxy Module 4.1:python3-spacewalk-client-tools-4.1.9-4.12.4.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-backend-4.1.21-4.22.7.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-base-minimal-4.1.23-3.18.6.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-base-minimal-config-4.1.23-3.18.6.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-check-4.1.9-4.12.4.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-client-setup-4.1.9-4.12.4.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-client-tools-4.1.9-4.12.4.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-proxy-broker-4.1.4-3.9.4.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-proxy-common-4.1.4-3.9.4.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-proxy-installer-4.1.6-3.3.2.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-proxy-management-4.1.4-3.9.4.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-proxy-package-manager-4.1.4-3.9.4.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-proxy-redirect-4.1.4-3.9.4.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-proxy-salt-4.1.4-3.9.4.noarch", "SUSE Manager Server Module 4.1:cobbler-3.0.0+git20190806.32c4bae0-5.6.4.noarch", "SUSE Manager Server Module 4.1:grafana-formula-0.4.0-3.6.2.noarch", "SUSE Manager Server Module 4.1:mgr-libmod-4.1.7-3.16.2.noarch", "SUSE Manager Server Module 4.1:mgr-osa-dispatcher-4.1.5-2.9.4.noarch", "SUSE Manager Server Module 4.1:prometheus-exporters-formula-0.9.0-3.19.2.noarch", "SUSE Manager Server Module 4.1:prometheus-formula-0.3.1-3.6.2.noarch", "SUSE Manager Server Module 4.1:py26-compat-salt-2016.11.10-6.11.2.noarch", "SUSE Manager Server Module 4.1:python3-mgr-osa-common-4.1.5-2.9.4.noarch", "SUSE Manager Server Module 4.1:python3-mgr-osa-dispatcher-4.1.5-2.9.4.noarch", "SUSE Manager Server Module 4.1:python3-rhnlib-4.1.3-4.3.2.noarch", "SUSE Manager Server Module 4.1:python3-spacewalk-client-tools-4.1.9-4.12.4.noarch", "SUSE Manager Server Module 4.1:smdba-1.7.8-0.3.6.2.ppc64le", "SUSE Manager Server Module 4.1:smdba-1.7.8-0.3.6.2.s390x", "SUSE Manager Server Module 4.1:smdba-1.7.8-0.3.6.2.x86_64", "SUSE Manager Server Module 4.1:spacewalk-backend-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-app-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-applet-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-config-files-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-config-files-common-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-config-files-tool-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-iss-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-iss-export-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-package-push-server-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-server-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-sql-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-sql-postgresql-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-tools-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-xml-export-libs-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-xmlrpc-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-base-4.1.23-3.18.6.noarch", "SUSE Manager Server Module 4.1:spacewalk-base-minimal-4.1.23-3.18.6.noarch", "SUSE Manager Server Module 4.1:spacewalk-base-minimal-config-4.1.23-3.18.6.noarch", "SUSE Manager Server Module 4.1:spacewalk-client-tools-4.1.9-4.12.4.noarch", "SUSE Manager Server Module 4.1:spacewalk-config-4.1.5-3.3.2.noarch", "SUSE Manager Server Module 4.1:spacewalk-html-4.1.23-3.18.6.noarch", "SUSE Manager Server Module 4.1:spacewalk-java-4.1.30-3.31.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-java-config-4.1.30-3.31.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-java-lib-4.1.30-3.31.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-java-postgresql-4.1.30-3.31.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-taskomatic-4.1.30-3.31.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-utils-4.1.14-3.12.2.noarch", "SUSE Manager Server Module 4.1:spacewalk-utils-extras-4.1.14-3.12.2.noarch", "SUSE Manager Server Module 4.1:subscription-matcher-0.26-3.6.2.noarch", "SUSE Manager Server Module 4.1:susemanager-4.1.24-3.20.2.ppc64le", "SUSE Manager Server Module 4.1:susemanager-4.1.24-3.20.2.s390x", "SUSE Manager Server Module 4.1:susemanager-4.1.24-3.20.2.x86_64", "SUSE Manager Server Module 4.1:susemanager-doc-indexes-4.1-11.28.4.noarch", "SUSE Manager Server Module 4.1:susemanager-docs_en-4.1-11.28.2.noarch", "SUSE Manager Server Module 4.1:susemanager-docs_en-pdf-4.1-11.28.2.noarch", "SUSE Manager Server Module 4.1:susemanager-schema-4.1.19-3.24.4.noarch", "SUSE Manager Server Module 4.1:susemanager-sls-4.1.21-3.26.2.noarch", "SUSE Manager Server Module 4.1:susemanager-tools-4.1.24-3.20.2.ppc64le", "SUSE Manager Server Module 4.1:susemanager-tools-4.1.24-3.20.2.s390x", "SUSE Manager Server Module 4.1:susemanager-tools-4.1.24-3.20.2.x86_64", "SUSE Manager Server Module 4.1:susemanager-web-libs-4.1.23-3.18.6.noarch", "SUSE Manager Server Module 4.1:uyuni-config-modules-4.1.21-3.26.2.noarch", "SUSE Manager Server Module 4.1:xpp3-1.1.4c-11.2.2.noarch", "SUSE Manager Server Module 4.1:xpp3-minimal-1.1.4c-11.2.2.noarch", "SUSE Manager Server Module 4.1:xstream-1.4.15-3.5.2.noarch", ], }, ], scores: [ { cvss_v3: { baseScore: 7.5, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "SUSE Manager Proxy Module 4.1:mgr-osad-4.1.5-2.9.4.noarch", "SUSE Manager Proxy Module 4.1:python3-mgr-osa-common-4.1.5-2.9.4.noarch", "SUSE Manager Proxy Module 4.1:python3-mgr-osad-4.1.5-2.9.4.noarch", "SUSE Manager Proxy Module 4.1:python3-rhnlib-4.1.3-4.3.2.noarch", "SUSE Manager Proxy Module 4.1:python3-spacewalk-check-4.1.9-4.12.4.noarch", "SUSE Manager Proxy Module 4.1:python3-spacewalk-client-setup-4.1.9-4.12.4.noarch", "SUSE Manager Proxy Module 4.1:python3-spacewalk-client-tools-4.1.9-4.12.4.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-backend-4.1.21-4.22.7.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-base-minimal-4.1.23-3.18.6.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-base-minimal-config-4.1.23-3.18.6.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-check-4.1.9-4.12.4.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-client-setup-4.1.9-4.12.4.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-client-tools-4.1.9-4.12.4.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-proxy-broker-4.1.4-3.9.4.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-proxy-common-4.1.4-3.9.4.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-proxy-installer-4.1.6-3.3.2.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-proxy-management-4.1.4-3.9.4.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-proxy-package-manager-4.1.4-3.9.4.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-proxy-redirect-4.1.4-3.9.4.noarch", "SUSE Manager Proxy Module 4.1:spacewalk-proxy-salt-4.1.4-3.9.4.noarch", "SUSE Manager Server Module 4.1:cobbler-3.0.0+git20190806.32c4bae0-5.6.4.noarch", "SUSE Manager Server Module 4.1:grafana-formula-0.4.0-3.6.2.noarch", "SUSE Manager Server Module 4.1:mgr-libmod-4.1.7-3.16.2.noarch", "SUSE Manager Server Module 4.1:mgr-osa-dispatcher-4.1.5-2.9.4.noarch", "SUSE Manager Server Module 4.1:prometheus-exporters-formula-0.9.0-3.19.2.noarch", "SUSE Manager Server Module 4.1:prometheus-formula-0.3.1-3.6.2.noarch", "SUSE Manager Server Module 4.1:py26-compat-salt-2016.11.10-6.11.2.noarch", "SUSE Manager Server Module 4.1:python3-mgr-osa-common-4.1.5-2.9.4.noarch", "SUSE Manager Server Module 4.1:python3-mgr-osa-dispatcher-4.1.5-2.9.4.noarch", "SUSE Manager Server Module 4.1:python3-rhnlib-4.1.3-4.3.2.noarch", "SUSE Manager Server Module 4.1:python3-spacewalk-client-tools-4.1.9-4.12.4.noarch", "SUSE Manager Server Module 4.1:smdba-1.7.8-0.3.6.2.ppc64le", "SUSE Manager Server Module 4.1:smdba-1.7.8-0.3.6.2.s390x", "SUSE Manager Server Module 4.1:smdba-1.7.8-0.3.6.2.x86_64", "SUSE Manager Server Module 4.1:spacewalk-backend-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-app-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-applet-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-config-files-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-config-files-common-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-config-files-tool-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-iss-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-iss-export-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-package-push-server-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-server-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-sql-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-sql-postgresql-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-tools-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-xml-export-libs-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-backend-xmlrpc-4.1.21-4.22.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-base-4.1.23-3.18.6.noarch", "SUSE Manager Server Module 4.1:spacewalk-base-minimal-4.1.23-3.18.6.noarch", "SUSE Manager Server Module 4.1:spacewalk-base-minimal-config-4.1.23-3.18.6.noarch", "SUSE Manager Server Module 4.1:spacewalk-client-tools-4.1.9-4.12.4.noarch", "SUSE Manager Server Module 4.1:spacewalk-config-4.1.5-3.3.2.noarch", "SUSE Manager Server Module 4.1:spacewalk-html-4.1.23-3.18.6.noarch", "SUSE Manager Server Module 4.1:spacewalk-java-4.1.30-3.31.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-java-config-4.1.30-3.31.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-java-lib-4.1.30-3.31.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-java-postgresql-4.1.30-3.31.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-taskomatic-4.1.30-3.31.7.noarch", "SUSE Manager Server Module 4.1:spacewalk-utils-4.1.14-3.12.2.noarch", "SUSE Manager Server Module 4.1:spacewalk-utils-extras-4.1.14-3.12.2.noarch", "SUSE Manager Server Module 4.1:subscription-matcher-0.26-3.6.2.noarch", "SUSE Manager Server Module 4.1:susemanager-4.1.24-3.20.2.ppc64le", "SUSE Manager Server Module 4.1:susemanager-4.1.24-3.20.2.s390x", "SUSE Manager Server Module 4.1:susemanager-4.1.24-3.20.2.x86_64", "SUSE Manager Server Module 4.1:susemanager-doc-indexes-4.1-11.28.4.noarch", "SUSE Manager Server Module 4.1:susemanager-docs_en-4.1-11.28.2.noarch", "SUSE Manager Server Module 4.1:susemanager-docs_en-pdf-4.1-11.28.2.noarch", "SUSE Manager Server Module 4.1:susemanager-schema-4.1.19-3.24.4.noarch", "SUSE Manager Server Module 4.1:susemanager-sls-4.1.21-3.26.2.noarch", "SUSE Manager Server Module 4.1:susemanager-tools-4.1.24-3.20.2.ppc64le", "SUSE Manager Server Module 4.1:susemanager-tools-4.1.24-3.20.2.s390x", "SUSE Manager Server Module 4.1:susemanager-tools-4.1.24-3.20.2.x86_64", "SUSE Manager Server Module 4.1:susemanager-web-libs-4.1.23-3.18.6.noarch", "SUSE Manager Server Module 4.1:uyuni-config-modules-4.1.21-3.26.2.noarch", "SUSE Manager Server Module 4.1:xpp3-1.1.4c-11.2.2.noarch", "SUSE Manager Server Module 4.1:xpp3-minimal-1.1.4c-11.2.2.noarch", "SUSE Manager Server Module 4.1:xstream-1.4.15-3.5.2.noarch", ], }, ], threats: [ { category: "impact", date: "2021-03-19T15:18:39Z", details: "important", }, ], title: "CVE-2020-28477", }, ], }
Log in or create an account to share your comment.
Security Advisory comment format.
This schema specifies the format of a comment related to a security advisory.
Title of the comment
Description of the comment
Loading…
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.