suse-su-2022:3878-1
Vulnerability from csaf_suse
Published
2022-11-04 14:24
Modified
2022-11-04 14:24
Summary
Security update for SUSE Manager Server 4.2
Notes
Title of the patch
Security update for SUSE Manager Server 4.2
Description of the patch
This update fixes the following issues:
hub-xmlrpc-api:
- Use golang(API) = 1.18 for building on SUSE (bsc#1203599)
This source fails to build with the current go1.19 on SUSE and we
need to use go1.18 instead.
inter-server-sync:
- Version 0.2.4
* Improve memory usage and log information #17193
* Conditional insert check for FK reference exists (bsc#1202785)
* Correct navigation path for table rhnerratafilechannel (bsc#1202785)
locale-formula:
- Update to version 0.3
* Remove .map.gz from kb_map dictionary (bsc#1203406)
py27-compat-salt:
- Fix state.apply in test mode with file state module
on user/group checking (bsc#1202167)
- Make zypperpkg to retry if RPM lock is temporarily unavailable (bsc#1200596)
python-urlgrabber:
- Fix wrong logic on find_proxy method causing proxy not being used
(bsc#1201788)
spacecmd:
- Version 4.2.20-1
* Remove 'Undefined return code' from debug messages (bsc#1203283)
spacewalk-backend:
- Version 4.2.25-1
* Enhance passwords cleanup and add extra files in spacewalk-debug (bsc#1201059)
* Prevent mixing credentials for proxy and repository server
while using basic authentication and avoid hiding errors
i.e. timeouts while having proxy settings issues
with extra logging in verbose mode (bsc#1201788)
spacewalk-client-tools:
- Version 4.2.21-1
* Update translation strings
spacewalk-java:
- Version 4.2.43-1
* CVE-2022-31255: Fix directory path traversal vulnerability (bsc#1204543)
* CVE-2022-43754: Fix reflected cross site scripting vulnerability (bsc#1204741)
* CVE-2022-43753: Fix arbitrary file disclosure vulnerability (bsc#1204716)
- Version 4.2.42-1
* Properly pass allow vendor change to salt state (bsc#1204203)
* add ongres requirements to spec file (bsc#1203898)
* Refresh pillar data (bsc#1197724)
* Fix hardware update where there is no DNS FQDN changes (bsc#1203611)
* Use mgrnet.dns_fqdns module to improve FQDN detection (bsc#1199726)
* Support Pay-as-you-go new CA location for SLES15SP4
and higher (bsc#1202729)
* Detect the clients running on Amazon EC2 (bsc#1195624)
spacewalk-utils:
- Version 4.2.18-1
* Make spacewalk-hostname-rename working with settings.yaml
cobbler config file (bsc#1203564)
spacewalk-web:
- Version 4.2.30-1
* Upgrade moment-timezone
susemanager:
- Version 4.2.38-1
* add venv-salt-minion to bootstrap repo (bsc#1204146)
susemanager-doc-indexes:
- Documented that only SUSE clients are supported as monitoring servers
in the Administration Guide
- Fixed description of default notification settings (bsc#1203422)
- Added missing Debian 11 references
- Removed references to Debian 9, as it is EoL, and therefore
unsupported by SUSE Manager
- Document Helm deployment of the proxy on k3s and MetalLB in Installation
and Upgrade Guide
- Added secure mail communication settings in Administration Guide
- Fixed the incorrect path to state and pillar files in Salt Guide
- Documented how pxeboot works with Secure Boot enabled in Client
Configuration Guide
- Added SLE Micro 5.2 and 5.3 as available as a technology preview in
the Client Configuration Guide, and the IBM Z architecture for 5.1,
5.2, and 5.3
susemanager-docs_en:
- Documented that only SUSE clients are supported as monitoring servers
in the Administration Guide
- Fixed description of default notification settings (bsc#1203422)
- Added missing Debian 11 references
- Removed references to Debian 9, as it is EoL, and therefore
unsupported by SUSE Manager
- Document Helm deployment of the proxy on k3s and MetalLB in Installation
and Upgrade Guide
- Added secure mail communication settings in Administration Guide
- Fixed the incorrect path to state and pillar files in Salt Guide
- Documented how pxeboot works with Secure Boot enabled in Client
Configuration Guide
- Added SLE Micro 5.2 and 5.3 as available as a technology preview in
the Client Configuration Guide, and the IBM Z architecture for 5.1,
5.2, and 5.3
susemanager-schema:
- Version 4.2.25-1
* Add subtypes for Amazon EC2 virtual instances (bsc#1195624)
susemanager-sls:
- Version 4.2.28-1
* Fix mgrnet availability check
* Remove dependence on Kiwi libraries
* Use mgrnet.dns_fqdns module to improve FQDN detection (bsc#1199726)
* Add mgrnet salt module with mgrnet.dns_fqnd function implementation
allowing to get all possible FQDNs from DNS (bsc#1199726)
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-2022-3878,SUSE-SLE-Module-SUSE-Manager-Server-4.2-2022-3878
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": "critical" }, "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.2", "title": "Title of the patch" }, { "category": "description", "text": "\nThis update fixes the following issues:\n\nhub-xmlrpc-api:\n\n- Use golang(API) = 1.18 for building on SUSE (bsc#1203599)\n This source fails to build with the current go1.19 on SUSE and we \n need to use go1.18 instead.\n\ninter-server-sync:\n\n- Version 0.2.4 \n * Improve memory usage and log information #17193\n * Conditional insert check for FK reference exists (bsc#1202785)\n * Correct navigation path for table rhnerratafilechannel (bsc#1202785)\n\nlocale-formula:\n\n- Update to version 0.3\n * Remove .map.gz from kb_map dictionary (bsc#1203406)\n\npy27-compat-salt:\n\n- Fix state.apply in test mode with file state module\n on user/group checking (bsc#1202167)\n- Make zypperpkg to retry if RPM lock is temporarily unavailable (bsc#1200596)\n\npython-urlgrabber:\n\n- Fix wrong logic on find_proxy method causing proxy not being used\n (bsc#1201788)\n\nspacecmd:\n\n- Version 4.2.20-1\n * Remove \u0027Undefined return code\u0027 from debug messages (bsc#1203283)\n\nspacewalk-backend:\n\n- Version 4.2.25-1\n * Enhance passwords cleanup and add extra files in spacewalk-debug (bsc#1201059)\n * Prevent mixing credentials for proxy and repository server\n while using basic authentication and avoid hiding errors\n i.e. timeouts while having proxy settings issues\n with extra logging in verbose mode (bsc#1201788)\n\nspacewalk-client-tools:\n\n- Version 4.2.21-1\n * Update translation strings\n\nspacewalk-java:\n\n- Version 4.2.43-1\n * CVE-2022-31255: Fix directory path traversal vulnerability (bsc#1204543)\n * CVE-2022-43754: Fix reflected cross site scripting vulnerability (bsc#1204741)\n * CVE-2022-43753: Fix arbitrary file disclosure vulnerability (bsc#1204716)\n- Version 4.2.42-1\n * Properly pass allow vendor change to salt state (bsc#1204203)\n * add ongres requirements to spec file (bsc#1203898)\n * Refresh pillar data (bsc#1197724)\n * Fix hardware update where there is no DNS FQDN changes (bsc#1203611)\n * Use mgrnet.dns_fqdns module to improve FQDN detection (bsc#1199726)\n * Support Pay-as-you-go new CA location for SLES15SP4\n and higher (bsc#1202729)\n * Detect the clients running on Amazon EC2 (bsc#1195624)\n\nspacewalk-utils:\n\n- Version 4.2.18-1\n * Make spacewalk-hostname-rename working with settings.yaml\n cobbler config file (bsc#1203564)\n\nspacewalk-web:\n\n- Version 4.2.30-1\n * Upgrade moment-timezone\n\nsusemanager:\n\n- Version 4.2.38-1\n * add venv-salt-minion to bootstrap repo (bsc#1204146)\n\nsusemanager-doc-indexes:\n\n- Documented that only SUSE clients are supported as monitoring servers\n in the Administration Guide\n- Fixed description of default notification settings (bsc#1203422)\n- Added missing Debian 11 references\n- Removed references to Debian 9, as it is EoL, and therefore \n unsupported by SUSE Manager\n- Document Helm deployment of the proxy on k3s and MetalLB in Installation\n and Upgrade Guide\n- Added secure mail communication settings in Administration Guide\n- Fixed the incorrect path to state and pillar files in Salt Guide\n- Documented how pxeboot works with Secure Boot enabled in Client\n Configuration Guide\n- Added SLE Micro 5.2 and 5.3 as available as a technology preview in\n the Client Configuration Guide, and the IBM Z architecture for 5.1,\n 5.2, and 5.3\n\nsusemanager-docs_en:\n\n- Documented that only SUSE clients are supported as monitoring servers\n in the Administration Guide\n- Fixed description of default notification settings (bsc#1203422)\n- Added missing Debian 11 references\n- Removed references to Debian 9, as it is EoL, and therefore \n unsupported by SUSE Manager\n- Document Helm deployment of the proxy on k3s and MetalLB in Installation\n and Upgrade Guide\n- Added secure mail communication settings in Administration Guide\n- Fixed the incorrect path to state and pillar files in Salt Guide\n- Documented how pxeboot works with Secure Boot enabled in Client\n Configuration Guide\n- Added SLE Micro 5.2 and 5.3 as available as a technology preview in \n the Client Configuration Guide, and the IBM Z architecture for 5.1, \n 5.2, and 5.3\n\nsusemanager-schema:\n\n- Version 4.2.25-1\n * Add subtypes for Amazon EC2 virtual instances (bsc#1195624)\n\nsusemanager-sls:\n\n- Version 4.2.28-1\n * Fix mgrnet availability check\n * Remove dependence on Kiwi libraries\n * Use mgrnet.dns_fqdns module to improve FQDN detection (bsc#1199726)\n * Add mgrnet salt module with mgrnet.dns_fqnd function implementation\n allowing to get all possible FQDNs from DNS (bsc#1199726)\n\nHow to apply this update:\n\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-2022-3878,SUSE-SLE-Module-SUSE-Manager-Server-4.2-2022-3878", "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-2022_3878-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2022:3878-1", "url": "https://www.suse.com/support/update/announcement/2022/suse-su-20223878-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2022:3878-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2022-November/012815.html" }, { "category": "self", "summary": "SUSE Bug 1195624", "url": "https://bugzilla.suse.com/1195624" }, { "category": "self", "summary": "SUSE Bug 1197724", "url": "https://bugzilla.suse.com/1197724" }, { "category": "self", "summary": "SUSE Bug 1199726", "url": "https://bugzilla.suse.com/1199726" }, { "category": "self", "summary": "SUSE Bug 1200596", "url": "https://bugzilla.suse.com/1200596" }, { "category": "self", "summary": "SUSE Bug 1201059", "url": "https://bugzilla.suse.com/1201059" }, { "category": "self", "summary": "SUSE Bug 1201788", "url": "https://bugzilla.suse.com/1201788" }, { "category": "self", "summary": "SUSE Bug 1202167", "url": "https://bugzilla.suse.com/1202167" }, { "category": "self", "summary": "SUSE Bug 1202729", "url": "https://bugzilla.suse.com/1202729" }, { "category": "self", "summary": "SUSE Bug 1202785", "url": "https://bugzilla.suse.com/1202785" }, { "category": "self", "summary": "SUSE Bug 1203283", "url": "https://bugzilla.suse.com/1203283" }, { "category": "self", "summary": "SUSE Bug 1203406", "url": "https://bugzilla.suse.com/1203406" }, { "category": "self", "summary": "SUSE Bug 1203422", "url": "https://bugzilla.suse.com/1203422" }, { "category": "self", "summary": "SUSE Bug 1203564", "url": "https://bugzilla.suse.com/1203564" }, { "category": "self", "summary": "SUSE Bug 1203599", "url": "https://bugzilla.suse.com/1203599" }, { "category": "self", "summary": "SUSE Bug 1203611", "url": "https://bugzilla.suse.com/1203611" }, { "category": "self", "summary": "SUSE Bug 1203898", "url": "https://bugzilla.suse.com/1203898" }, { "category": "self", "summary": "SUSE Bug 1204146", "url": "https://bugzilla.suse.com/1204146" }, { "category": "self", "summary": "SUSE Bug 1204203", "url": "https://bugzilla.suse.com/1204203" }, { "category": "self", "summary": "SUSE Bug 1204543", "url": "https://bugzilla.suse.com/1204543" }, { "category": "self", "summary": "SUSE Bug 1204716", "url": "https://bugzilla.suse.com/1204716" }, { "category": "self", "summary": "SUSE Bug 1204741", "url": "https://bugzilla.suse.com/1204741" }, { "category": "self", "summary": "SUSE CVE CVE-2022-31255 page", "url": "https://www.suse.com/security/cve/CVE-2022-31255/" }, { "category": "self", "summary": "SUSE CVE CVE-2022-43753 page", "url": "https://www.suse.com/security/cve/CVE-2022-43753/" }, { "category": "self", "summary": "SUSE CVE CVE-2022-43754 page", "url": "https://www.suse.com/security/cve/CVE-2022-43754/" } ], "title": "Security update for SUSE Manager Server 4.2", "tracking": { "current_release_date": "2022-11-04T14:24:46Z", "generator": { "date": "2022-11-04T14:24:46Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2022:3878-1", "initial_release_date": "2022-11-04T14:24:46Z", "revision_history": [ { "date": "2022-11-04T14:24:46Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "hub-xmlrpc-api-0.7-150300.3.9.2.aarch64", "product": { "name": "hub-xmlrpc-api-0.7-150300.3.9.2.aarch64", "product_id": "hub-xmlrpc-api-0.7-150300.3.9.2.aarch64" } }, { "category": "product_version", "name": "inter-server-sync-0.2.4-150300.8.25.2.aarch64", "product": { "name": "inter-server-sync-0.2.4-150300.8.25.2.aarch64", "product_id": "inter-server-sync-0.2.4-150300.8.25.2.aarch64" } }, { "category": "product_version", "name": "susemanager-4.2.38-150300.3.44.3.aarch64", "product": { "name": "susemanager-4.2.38-150300.3.44.3.aarch64", "product_id": "susemanager-4.2.38-150300.3.44.3.aarch64" } }, { "category": "product_version", "name": "susemanager-tools-4.2.38-150300.3.44.3.aarch64", "product": { "name": "susemanager-tools-4.2.38-150300.3.44.3.aarch64", "product_id": "susemanager-tools-4.2.38-150300.3.44.3.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "locale-formula-0.3-150300.3.3.2.noarch", "product": { "name": "locale-formula-0.3-150300.3.3.2.noarch", "product_id": "locale-formula-0.3-150300.3.3.2.noarch" } }, { "category": "product_version", "name": "py27-compat-salt-3000.3-150300.7.7.26.2.noarch", "product": { "name": "py27-compat-salt-3000.3-150300.7.7.26.2.noarch", "product_id": "py27-compat-salt-3000.3-150300.7.7.26.2.noarch" } }, { "category": "product_version", "name": "python-urlgrabber-bin-3.10.2.1py2_3-150300.3.3.2.noarch", "product": { "name": "python-urlgrabber-bin-3.10.2.1py2_3-150300.3.3.2.noarch", "product_id": "python-urlgrabber-bin-3.10.2.1py2_3-150300.3.3.2.noarch" } }, { "category": "product_version", "name": "python2-urlgrabber-3.10.2.1py2_3-150300.3.3.2.noarch", "product": { "name": "python2-urlgrabber-3.10.2.1py2_3-150300.3.3.2.noarch", "product_id": "python2-urlgrabber-3.10.2.1py2_3-150300.3.3.2.noarch" } }, { "category": "product_version", "name": "python3-spacewalk-check-4.2.21-150300.4.27.3.noarch", "product": { "name": "python3-spacewalk-check-4.2.21-150300.4.27.3.noarch", "product_id": "python3-spacewalk-check-4.2.21-150300.4.27.3.noarch" } }, { "category": "product_version", "name": "python3-spacewalk-client-setup-4.2.21-150300.4.27.3.noarch", "product": { "name": "python3-spacewalk-client-setup-4.2.21-150300.4.27.3.noarch", "product_id": "python3-spacewalk-client-setup-4.2.21-150300.4.27.3.noarch" } }, { "category": "product_version", "name": "python3-spacewalk-client-tools-4.2.21-150300.4.27.3.noarch", "product": { "name": "python3-spacewalk-client-tools-4.2.21-150300.4.27.3.noarch", "product_id": "python3-spacewalk-client-tools-4.2.21-150300.4.27.3.noarch" } }, { "category": "product_version", "name": "python3-urlgrabber-3.10.2.1py2_3-150300.3.3.2.noarch", "product": { "name": "python3-urlgrabber-3.10.2.1py2_3-150300.3.3.2.noarch", "product_id": "python3-urlgrabber-3.10.2.1py2_3-150300.3.3.2.noarch" } }, { "category": "product_version", "name": "spacecmd-4.2.20-150300.4.30.2.noarch", "product": { "name": "spacecmd-4.2.20-150300.4.30.2.noarch", "product_id": "spacecmd-4.2.20-150300.4.30.2.noarch" } }, { "category": "product_version", "name": "spacewalk-backend-4.2.25-150300.4.32.4.noarch", "product": { "name": "spacewalk-backend-4.2.25-150300.4.32.4.noarch", "product_id": "spacewalk-backend-4.2.25-150300.4.32.4.noarch" } }, { "category": "product_version", "name": "spacewalk-backend-app-4.2.25-150300.4.32.4.noarch", "product": { "name": "spacewalk-backend-app-4.2.25-150300.4.32.4.noarch", "product_id": "spacewalk-backend-app-4.2.25-150300.4.32.4.noarch" } }, { "category": "product_version", "name": "spacewalk-backend-applet-4.2.25-150300.4.32.4.noarch", "product": { "name": "spacewalk-backend-applet-4.2.25-150300.4.32.4.noarch", "product_id": "spacewalk-backend-applet-4.2.25-150300.4.32.4.noarch" } }, { "category": "product_version", "name": "spacewalk-backend-cdn-4.2.25-150300.4.32.4.noarch", "product": { "name": "spacewalk-backend-cdn-4.2.25-150300.4.32.4.noarch", "product_id": "spacewalk-backend-cdn-4.2.25-150300.4.32.4.noarch" } }, { "category": "product_version", "name": "spacewalk-backend-config-files-4.2.25-150300.4.32.4.noarch", "product": { "name": "spacewalk-backend-config-files-4.2.25-150300.4.32.4.noarch", "product_id": "spacewalk-backend-config-files-4.2.25-150300.4.32.4.noarch" } }, { "category": "product_version", "name": "spacewalk-backend-config-files-common-4.2.25-150300.4.32.4.noarch", "product": { "name": "spacewalk-backend-config-files-common-4.2.25-150300.4.32.4.noarch", "product_id": "spacewalk-backend-config-files-common-4.2.25-150300.4.32.4.noarch" } }, { "category": "product_version", "name": "spacewalk-backend-config-files-tool-4.2.25-150300.4.32.4.noarch", "product": { "name": "spacewalk-backend-config-files-tool-4.2.25-150300.4.32.4.noarch", "product_id": "spacewalk-backend-config-files-tool-4.2.25-150300.4.32.4.noarch" } }, { "category": "product_version", "name": "spacewalk-backend-iss-4.2.25-150300.4.32.4.noarch", "product": { "name": "spacewalk-backend-iss-4.2.25-150300.4.32.4.noarch", "product_id": "spacewalk-backend-iss-4.2.25-150300.4.32.4.noarch" } }, { "category": "product_version", "name": "spacewalk-backend-iss-export-4.2.25-150300.4.32.4.noarch", "product": { "name": "spacewalk-backend-iss-export-4.2.25-150300.4.32.4.noarch", "product_id": "spacewalk-backend-iss-export-4.2.25-150300.4.32.4.noarch" } }, { "category": "product_version", "name": "spacewalk-backend-package-push-server-4.2.25-150300.4.32.4.noarch", "product": { "name": "spacewalk-backend-package-push-server-4.2.25-150300.4.32.4.noarch", "product_id": "spacewalk-backend-package-push-server-4.2.25-150300.4.32.4.noarch" } }, { "category": "product_version", "name": "spacewalk-backend-server-4.2.25-150300.4.32.4.noarch", "product": { "name": "spacewalk-backend-server-4.2.25-150300.4.32.4.noarch", "product_id": "spacewalk-backend-server-4.2.25-150300.4.32.4.noarch" } }, { "category": "product_version", "name": "spacewalk-backend-sql-4.2.25-150300.4.32.4.noarch", "product": { "name": "spacewalk-backend-sql-4.2.25-150300.4.32.4.noarch", "product_id": "spacewalk-backend-sql-4.2.25-150300.4.32.4.noarch" } }, { "category": "product_version", "name": "spacewalk-backend-sql-postgresql-4.2.25-150300.4.32.4.noarch", "product": { "name": "spacewalk-backend-sql-postgresql-4.2.25-150300.4.32.4.noarch", "product_id": "spacewalk-backend-sql-postgresql-4.2.25-150300.4.32.4.noarch" } }, { "category": "product_version", "name": "spacewalk-backend-tools-4.2.25-150300.4.32.4.noarch", "product": { "name": "spacewalk-backend-tools-4.2.25-150300.4.32.4.noarch", "product_id": "spacewalk-backend-tools-4.2.25-150300.4.32.4.noarch" } }, { "category": "product_version", "name": "spacewalk-backend-xml-export-libs-4.2.25-150300.4.32.4.noarch", "product": { "name": "spacewalk-backend-xml-export-libs-4.2.25-150300.4.32.4.noarch", "product_id": "spacewalk-backend-xml-export-libs-4.2.25-150300.4.32.4.noarch" } }, { "category": "product_version", "name": "spacewalk-backend-xmlrpc-4.2.25-150300.4.32.4.noarch", "product": { "name": "spacewalk-backend-xmlrpc-4.2.25-150300.4.32.4.noarch", "product_id": "spacewalk-backend-xmlrpc-4.2.25-150300.4.32.4.noarch" } }, { "category": "product_version", "name": "spacewalk-base-4.2.30-150300.3.30.3.noarch", "product": { "name": "spacewalk-base-4.2.30-150300.3.30.3.noarch", "product_id": "spacewalk-base-4.2.30-150300.3.30.3.noarch" } }, { "category": "product_version", "name": "spacewalk-base-minimal-4.2.30-150300.3.30.3.noarch", "product": { "name": "spacewalk-base-minimal-4.2.30-150300.3.30.3.noarch", "product_id": "spacewalk-base-minimal-4.2.30-150300.3.30.3.noarch" } }, { "category": "product_version", "name": "spacewalk-base-minimal-config-4.2.30-150300.3.30.3.noarch", "product": { "name": "spacewalk-base-minimal-config-4.2.30-150300.3.30.3.noarch", "product_id": "spacewalk-base-minimal-config-4.2.30-150300.3.30.3.noarch" } }, { "category": "product_version", "name": "spacewalk-check-4.2.21-150300.4.27.3.noarch", "product": { "name": "spacewalk-check-4.2.21-150300.4.27.3.noarch", "product_id": "spacewalk-check-4.2.21-150300.4.27.3.noarch" } }, { "category": "product_version", "name": "spacewalk-client-setup-4.2.21-150300.4.27.3.noarch", "product": { "name": "spacewalk-client-setup-4.2.21-150300.4.27.3.noarch", "product_id": "spacewalk-client-setup-4.2.21-150300.4.27.3.noarch" } }, { "category": "product_version", "name": "spacewalk-client-tools-4.2.21-150300.4.27.3.noarch", "product": { "name": "spacewalk-client-tools-4.2.21-150300.4.27.3.noarch", "product_id": "spacewalk-client-tools-4.2.21-150300.4.27.3.noarch" } }, { "category": "product_version", "name": "spacewalk-dobby-4.2.30-150300.3.30.3.noarch", "product": { "name": "spacewalk-dobby-4.2.30-150300.3.30.3.noarch", "product_id": "spacewalk-dobby-4.2.30-150300.3.30.3.noarch" } }, { "category": "product_version", "name": "spacewalk-html-4.2.30-150300.3.30.3.noarch", "product": { "name": "spacewalk-html-4.2.30-150300.3.30.3.noarch", "product_id": "spacewalk-html-4.2.30-150300.3.30.3.noarch" } }, { "category": "product_version", "name": "spacewalk-html-debug-4.2.30-150300.3.30.3.noarch", "product": { "name": "spacewalk-html-debug-4.2.30-150300.3.30.3.noarch", "product_id": "spacewalk-html-debug-4.2.30-150300.3.30.3.noarch" } }, { "category": "product_version", "name": "spacewalk-java-4.2.43-150300.3.48.2.noarch", "product": { "name": "spacewalk-java-4.2.43-150300.3.48.2.noarch", "product_id": "spacewalk-java-4.2.43-150300.3.48.2.noarch" } }, { "category": "product_version", "name": "spacewalk-java-apidoc-sources-4.2.43-150300.3.48.2.noarch", "product": { "name": "spacewalk-java-apidoc-sources-4.2.43-150300.3.48.2.noarch", "product_id": "spacewalk-java-apidoc-sources-4.2.43-150300.3.48.2.noarch" } }, { "category": "product_version", "name": "spacewalk-java-config-4.2.43-150300.3.48.2.noarch", "product": { "name": "spacewalk-java-config-4.2.43-150300.3.48.2.noarch", "product_id": "spacewalk-java-config-4.2.43-150300.3.48.2.noarch" } }, { "category": "product_version", "name": "spacewalk-java-lib-4.2.43-150300.3.48.2.noarch", "product": { "name": "spacewalk-java-lib-4.2.43-150300.3.48.2.noarch", "product_id": "spacewalk-java-lib-4.2.43-150300.3.48.2.noarch" } }, { "category": "product_version", "name": "spacewalk-java-postgresql-4.2.43-150300.3.48.2.noarch", "product": { "name": "spacewalk-java-postgresql-4.2.43-150300.3.48.2.noarch", "product_id": "spacewalk-java-postgresql-4.2.43-150300.3.48.2.noarch" } }, { "category": "product_version", "name": "spacewalk-taskomatic-4.2.43-150300.3.48.2.noarch", "product": { "name": "spacewalk-taskomatic-4.2.43-150300.3.48.2.noarch", "product_id": "spacewalk-taskomatic-4.2.43-150300.3.48.2.noarch" } }, { "category": "product_version", "name": "spacewalk-utils-4.2.18-150300.3.21.2.noarch", "product": { "name": "spacewalk-utils-4.2.18-150300.3.21.2.noarch", "product_id": "spacewalk-utils-4.2.18-150300.3.21.2.noarch" } }, { "category": "product_version", "name": "spacewalk-utils-extras-4.2.18-150300.3.21.2.noarch", "product": { "name": "spacewalk-utils-extras-4.2.18-150300.3.21.2.noarch", "product_id": "spacewalk-utils-extras-4.2.18-150300.3.21.2.noarch" } }, { "category": "product_version", "name": "susemanager-doc-indexes-4.2-150300.12.36.3.noarch", "product": { "name": "susemanager-doc-indexes-4.2-150300.12.36.3.noarch", "product_id": "susemanager-doc-indexes-4.2-150300.12.36.3.noarch" } }, { "category": "product_version", "name": "susemanager-docs_en-4.2-150300.12.36.2.noarch", "product": { "name": "susemanager-docs_en-4.2-150300.12.36.2.noarch", "product_id": "susemanager-docs_en-4.2-150300.12.36.2.noarch" } }, { "category": "product_version", "name": "susemanager-docs_en-pdf-4.2-150300.12.36.2.noarch", "product": { "name": "susemanager-docs_en-pdf-4.2-150300.12.36.2.noarch", "product_id": "susemanager-docs_en-pdf-4.2-150300.12.36.2.noarch" } }, { "category": "product_version", "name": "susemanager-schema-4.2.25-150300.3.30.3.noarch", "product": { "name": "susemanager-schema-4.2.25-150300.3.30.3.noarch", "product_id": "susemanager-schema-4.2.25-150300.3.30.3.noarch" } }, { "category": "product_version", "name": "susemanager-schema-sanity-4.2.25-150300.3.30.3.noarch", "product": { "name": "susemanager-schema-sanity-4.2.25-150300.3.30.3.noarch", "product_id": "susemanager-schema-sanity-4.2.25-150300.3.30.3.noarch" } }, { "category": "product_version", "name": "susemanager-sls-4.2.28-150300.3.36.2.noarch", "product": { "name": "susemanager-sls-4.2.28-150300.3.36.2.noarch", "product_id": "susemanager-sls-4.2.28-150300.3.36.2.noarch" } }, { "category": "product_version", "name": "uyuni-config-modules-4.2.28-150300.3.36.2.noarch", "product": { "name": "uyuni-config-modules-4.2.28-150300.3.36.2.noarch", "product_id": "uyuni-config-modules-4.2.28-150300.3.36.2.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "hub-xmlrpc-api-0.7-150300.3.9.2.ppc64le", "product": { "name": "hub-xmlrpc-api-0.7-150300.3.9.2.ppc64le", "product_id": "hub-xmlrpc-api-0.7-150300.3.9.2.ppc64le" } }, { "category": "product_version", "name": "inter-server-sync-0.2.4-150300.8.25.2.ppc64le", "product": { "name": "inter-server-sync-0.2.4-150300.8.25.2.ppc64le", "product_id": "inter-server-sync-0.2.4-150300.8.25.2.ppc64le" } }, { "category": "product_version", "name": "susemanager-4.2.38-150300.3.44.3.ppc64le", "product": { "name": "susemanager-4.2.38-150300.3.44.3.ppc64le", "product_id": "susemanager-4.2.38-150300.3.44.3.ppc64le" } }, { "category": "product_version", "name": "susemanager-tools-4.2.38-150300.3.44.3.ppc64le", "product": { "name": "susemanager-tools-4.2.38-150300.3.44.3.ppc64le", "product_id": "susemanager-tools-4.2.38-150300.3.44.3.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "hub-xmlrpc-api-0.7-150300.3.9.2.s390x", "product": { "name": "hub-xmlrpc-api-0.7-150300.3.9.2.s390x", "product_id": "hub-xmlrpc-api-0.7-150300.3.9.2.s390x" } }, { "category": "product_version", "name": "inter-server-sync-0.2.4-150300.8.25.2.s390x", "product": { "name": "inter-server-sync-0.2.4-150300.8.25.2.s390x", "product_id": "inter-server-sync-0.2.4-150300.8.25.2.s390x" } }, { "category": "product_version", "name": "susemanager-4.2.38-150300.3.44.3.s390x", "product": { "name": "susemanager-4.2.38-150300.3.44.3.s390x", "product_id": "susemanager-4.2.38-150300.3.44.3.s390x" } }, { "category": "product_version", "name": "susemanager-tools-4.2.38-150300.3.44.3.s390x", "product": { "name": "susemanager-tools-4.2.38-150300.3.44.3.s390x", "product_id": "susemanager-tools-4.2.38-150300.3.44.3.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "hub-xmlrpc-api-0.7-150300.3.9.2.x86_64", "product": { "name": "hub-xmlrpc-api-0.7-150300.3.9.2.x86_64", "product_id": "hub-xmlrpc-api-0.7-150300.3.9.2.x86_64" } }, { "category": "product_version", "name": "inter-server-sync-0.2.4-150300.8.25.2.x86_64", "product": { "name": "inter-server-sync-0.2.4-150300.8.25.2.x86_64", "product_id": "inter-server-sync-0.2.4-150300.8.25.2.x86_64" } }, { "category": "product_version", "name": "susemanager-4.2.38-150300.3.44.3.x86_64", "product": { "name": "susemanager-4.2.38-150300.3.44.3.x86_64", "product_id": "susemanager-4.2.38-150300.3.44.3.x86_64" } }, { "category": "product_version", "name": "susemanager-tools-4.2.38-150300.3.44.3.x86_64", "product": { "name": "susemanager-tools-4.2.38-150300.3.44.3.x86_64", "product_id": "susemanager-tools-4.2.38-150300.3.44.3.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Manager Server Module 4.2", "product": { "name": "SUSE Manager Server Module 4.2", "product_id": "SUSE Manager Server Module 4.2", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-suse-manager-server:4.2" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "hub-xmlrpc-api-0.7-150300.3.9.2.ppc64le as component of SUSE Manager Server Module 4.2", "product_id": "SUSE Manager Server Module 4.2:hub-xmlrpc-api-0.7-150300.3.9.2.ppc64le" }, "product_reference": "hub-xmlrpc-api-0.7-150300.3.9.2.ppc64le", "relates_to_product_reference": "SUSE Manager Server Module 4.2" }, { "category": "default_component_of", "full_product_name": { "name": "hub-xmlrpc-api-0.7-150300.3.9.2.s390x as component of SUSE Manager Server Module 4.2", "product_id": "SUSE Manager Server Module 4.2:hub-xmlrpc-api-0.7-150300.3.9.2.s390x" }, "product_reference": "hub-xmlrpc-api-0.7-150300.3.9.2.s390x", "relates_to_product_reference": "SUSE Manager Server Module 4.2" }, { "category": "default_component_of", "full_product_name": { "name": "hub-xmlrpc-api-0.7-150300.3.9.2.x86_64 as component of SUSE Manager Server Module 4.2", "product_id": "SUSE Manager Server Module 4.2:hub-xmlrpc-api-0.7-150300.3.9.2.x86_64" }, "product_reference": "hub-xmlrpc-api-0.7-150300.3.9.2.x86_64", "relates_to_product_reference": "SUSE Manager Server Module 4.2" }, { "category": "default_component_of", "full_product_name": { "name": "inter-server-sync-0.2.4-150300.8.25.2.ppc64le as component of SUSE Manager Server Module 4.2", "product_id": "SUSE Manager Server Module 4.2:inter-server-sync-0.2.4-150300.8.25.2.ppc64le" }, "product_reference": "inter-server-sync-0.2.4-150300.8.25.2.ppc64le", "relates_to_product_reference": "SUSE Manager Server Module 4.2" }, { "category": "default_component_of", "full_product_name": { "name": "inter-server-sync-0.2.4-150300.8.25.2.s390x as component of SUSE Manager Server Module 4.2", "product_id": "SUSE Manager Server Module 4.2:inter-server-sync-0.2.4-150300.8.25.2.s390x" }, "product_reference": "inter-server-sync-0.2.4-150300.8.25.2.s390x", "relates_to_product_reference": "SUSE Manager Server Module 4.2" }, { "category": "default_component_of", "full_product_name": { "name": "inter-server-sync-0.2.4-150300.8.25.2.x86_64 as component of SUSE Manager Server Module 4.2", "product_id": "SUSE Manager Server Module 4.2:inter-server-sync-0.2.4-150300.8.25.2.x86_64" }, "product_reference": "inter-server-sync-0.2.4-150300.8.25.2.x86_64", "relates_to_product_reference": "SUSE Manager Server Module 4.2" }, { "category": "default_component_of", "full_product_name": { "name": "locale-formula-0.3-150300.3.3.2.noarch as component of SUSE Manager Server Module 4.2", "product_id": "SUSE Manager Server Module 4.2:locale-formula-0.3-150300.3.3.2.noarch" }, "product_reference": "locale-formula-0.3-150300.3.3.2.noarch", "relates_to_product_reference": "SUSE Manager Server Module 4.2" }, { "category": "default_component_of", "full_product_name": { "name": "py27-compat-salt-3000.3-150300.7.7.26.2.noarch as component of SUSE Manager Server Module 4.2", "product_id": "SUSE Manager Server Module 4.2:py27-compat-salt-3000.3-150300.7.7.26.2.noarch" }, "product_reference": "py27-compat-salt-3000.3-150300.7.7.26.2.noarch", "relates_to_product_reference": "SUSE Manager Server Module 4.2" }, { "category": "default_component_of", "full_product_name": { "name": "python3-spacewalk-client-tools-4.2.21-150300.4.27.3.noarch as component of SUSE Manager Server Module 4.2", "product_id": "SUSE Manager Server Module 4.2:python3-spacewalk-client-tools-4.2.21-150300.4.27.3.noarch" }, "product_reference": "python3-spacewalk-client-tools-4.2.21-150300.4.27.3.noarch", "relates_to_product_reference": "SUSE Manager Server Module 4.2" }, { "category": "default_component_of", "full_product_name": { "name": "python3-urlgrabber-3.10.2.1py2_3-150300.3.3.2.noarch as component of SUSE Manager Server Module 4.2", "product_id": "SUSE Manager Server Module 4.2:python3-urlgrabber-3.10.2.1py2_3-150300.3.3.2.noarch" }, "product_reference": "python3-urlgrabber-3.10.2.1py2_3-150300.3.3.2.noarch", "relates_to_product_reference": "SUSE Manager Server Module 4.2" }, { "category": "default_component_of", "full_product_name": { "name": "spacecmd-4.2.20-150300.4.30.2.noarch as component of SUSE Manager Server Module 4.2", "product_id": "SUSE Manager Server Module 4.2:spacecmd-4.2.20-150300.4.30.2.noarch" }, "product_reference": "spacecmd-4.2.20-150300.4.30.2.noarch", "relates_to_product_reference": "SUSE Manager Server Module 4.2" }, { "category": "default_component_of", "full_product_name": { "name": "spacewalk-backend-4.2.25-150300.4.32.4.noarch as component of SUSE Manager Server Module 4.2", "product_id": "SUSE Manager Server Module 4.2:spacewalk-backend-4.2.25-150300.4.32.4.noarch" }, "product_reference": "spacewalk-backend-4.2.25-150300.4.32.4.noarch", "relates_to_product_reference": "SUSE Manager Server Module 4.2" }, { "category": "default_component_of", "full_product_name": { "name": "spacewalk-backend-app-4.2.25-150300.4.32.4.noarch as component of SUSE Manager Server Module 4.2", "product_id": "SUSE Manager Server Module 4.2:spacewalk-backend-app-4.2.25-150300.4.32.4.noarch" }, "product_reference": "spacewalk-backend-app-4.2.25-150300.4.32.4.noarch", "relates_to_product_reference": "SUSE Manager Server Module 4.2" }, { "category": "default_component_of", "full_product_name": { "name": "spacewalk-backend-applet-4.2.25-150300.4.32.4.noarch as component of SUSE Manager Server Module 4.2", "product_id": "SUSE Manager Server Module 4.2:spacewalk-backend-applet-4.2.25-150300.4.32.4.noarch" }, "product_reference": "spacewalk-backend-applet-4.2.25-150300.4.32.4.noarch", "relates_to_product_reference": "SUSE Manager Server Module 4.2" }, { "category": "default_component_of", "full_product_name": { "name": "spacewalk-backend-config-files-4.2.25-150300.4.32.4.noarch as component of SUSE Manager Server Module 4.2", "product_id": "SUSE Manager Server Module 4.2:spacewalk-backend-config-files-4.2.25-150300.4.32.4.noarch" }, "product_reference": "spacewalk-backend-config-files-4.2.25-150300.4.32.4.noarch", "relates_to_product_reference": "SUSE Manager Server Module 4.2" }, { "category": "default_component_of", "full_product_name": { "name": "spacewalk-backend-config-files-common-4.2.25-150300.4.32.4.noarch as component of SUSE Manager Server Module 4.2", "product_id": "SUSE Manager Server Module 4.2:spacewalk-backend-config-files-common-4.2.25-150300.4.32.4.noarch" }, "product_reference": "spacewalk-backend-config-files-common-4.2.25-150300.4.32.4.noarch", "relates_to_product_reference": "SUSE Manager Server Module 4.2" }, { "category": "default_component_of", "full_product_name": { "name": "spacewalk-backend-config-files-tool-4.2.25-150300.4.32.4.noarch as component of SUSE Manager Server Module 4.2", "product_id": "SUSE Manager Server Module 4.2:spacewalk-backend-config-files-tool-4.2.25-150300.4.32.4.noarch" }, "product_reference": "spacewalk-backend-config-files-tool-4.2.25-150300.4.32.4.noarch", "relates_to_product_reference": "SUSE Manager Server Module 4.2" }, { "category": "default_component_of", "full_product_name": { "name": "spacewalk-backend-iss-4.2.25-150300.4.32.4.noarch as component of SUSE Manager Server Module 4.2", "product_id": "SUSE Manager Server Module 4.2:spacewalk-backend-iss-4.2.25-150300.4.32.4.noarch" }, "product_reference": "spacewalk-backend-iss-4.2.25-150300.4.32.4.noarch", "relates_to_product_reference": "SUSE Manager Server Module 4.2" }, { "category": "default_component_of", "full_product_name": { "name": "spacewalk-backend-iss-export-4.2.25-150300.4.32.4.noarch as component of SUSE Manager Server Module 4.2", "product_id": "SUSE Manager Server Module 4.2:spacewalk-backend-iss-export-4.2.25-150300.4.32.4.noarch" }, "product_reference": "spacewalk-backend-iss-export-4.2.25-150300.4.32.4.noarch", "relates_to_product_reference": "SUSE Manager Server Module 4.2" }, { "category": "default_component_of", "full_product_name": { "name": "spacewalk-backend-package-push-server-4.2.25-150300.4.32.4.noarch as component of SUSE Manager Server Module 4.2", "product_id": "SUSE Manager Server Module 4.2:spacewalk-backend-package-push-server-4.2.25-150300.4.32.4.noarch" }, "product_reference": "spacewalk-backend-package-push-server-4.2.25-150300.4.32.4.noarch", "relates_to_product_reference": "SUSE Manager Server Module 4.2" }, { "category": "default_component_of", "full_product_name": { "name": "spacewalk-backend-server-4.2.25-150300.4.32.4.noarch as component of SUSE Manager Server Module 4.2", "product_id": "SUSE Manager Server Module 4.2:spacewalk-backend-server-4.2.25-150300.4.32.4.noarch" }, "product_reference": "spacewalk-backend-server-4.2.25-150300.4.32.4.noarch", "relates_to_product_reference": "SUSE Manager Server Module 4.2" }, { "category": "default_component_of", "full_product_name": { "name": "spacewalk-backend-sql-4.2.25-150300.4.32.4.noarch as component of SUSE Manager Server Module 4.2", "product_id": "SUSE Manager Server Module 4.2:spacewalk-backend-sql-4.2.25-150300.4.32.4.noarch" }, "product_reference": "spacewalk-backend-sql-4.2.25-150300.4.32.4.noarch", "relates_to_product_reference": "SUSE Manager Server Module 4.2" }, { "category": "default_component_of", "full_product_name": { "name": "spacewalk-backend-sql-postgresql-4.2.25-150300.4.32.4.noarch as component of SUSE Manager Server Module 4.2", "product_id": "SUSE Manager Server Module 4.2:spacewalk-backend-sql-postgresql-4.2.25-150300.4.32.4.noarch" }, "product_reference": "spacewalk-backend-sql-postgresql-4.2.25-150300.4.32.4.noarch", "relates_to_product_reference": "SUSE Manager Server Module 4.2" }, { "category": "default_component_of", "full_product_name": { "name": "spacewalk-backend-tools-4.2.25-150300.4.32.4.noarch as component of SUSE Manager Server Module 4.2", "product_id": "SUSE Manager Server Module 4.2:spacewalk-backend-tools-4.2.25-150300.4.32.4.noarch" }, "product_reference": "spacewalk-backend-tools-4.2.25-150300.4.32.4.noarch", "relates_to_product_reference": "SUSE Manager Server Module 4.2" }, { "category": "default_component_of", "full_product_name": { "name": "spacewalk-backend-xml-export-libs-4.2.25-150300.4.32.4.noarch as component of SUSE Manager Server Module 4.2", "product_id": "SUSE Manager Server Module 4.2:spacewalk-backend-xml-export-libs-4.2.25-150300.4.32.4.noarch" }, "product_reference": "spacewalk-backend-xml-export-libs-4.2.25-150300.4.32.4.noarch", "relates_to_product_reference": "SUSE Manager Server Module 4.2" }, { "category": "default_component_of", "full_product_name": { "name": "spacewalk-backend-xmlrpc-4.2.25-150300.4.32.4.noarch as component of SUSE Manager Server Module 4.2", "product_id": "SUSE Manager Server Module 4.2:spacewalk-backend-xmlrpc-4.2.25-150300.4.32.4.noarch" }, "product_reference": "spacewalk-backend-xmlrpc-4.2.25-150300.4.32.4.noarch", "relates_to_product_reference": "SUSE Manager Server Module 4.2" }, { "category": "default_component_of", "full_product_name": { "name": "spacewalk-base-4.2.30-150300.3.30.3.noarch as component of SUSE Manager Server Module 4.2", "product_id": "SUSE Manager Server Module 4.2:spacewalk-base-4.2.30-150300.3.30.3.noarch" }, "product_reference": "spacewalk-base-4.2.30-150300.3.30.3.noarch", "relates_to_product_reference": "SUSE Manager Server Module 4.2" }, { "category": "default_component_of", "full_product_name": { "name": "spacewalk-base-minimal-4.2.30-150300.3.30.3.noarch as component of SUSE Manager Server Module 4.2", "product_id": "SUSE Manager Server Module 4.2:spacewalk-base-minimal-4.2.30-150300.3.30.3.noarch" }, "product_reference": "spacewalk-base-minimal-4.2.30-150300.3.30.3.noarch", "relates_to_product_reference": "SUSE Manager Server Module 4.2" }, { "category": "default_component_of", "full_product_name": { "name": "spacewalk-base-minimal-config-4.2.30-150300.3.30.3.noarch as component of SUSE Manager Server Module 4.2", "product_id": "SUSE Manager Server Module 4.2:spacewalk-base-minimal-config-4.2.30-150300.3.30.3.noarch" }, "product_reference": "spacewalk-base-minimal-config-4.2.30-150300.3.30.3.noarch", "relates_to_product_reference": "SUSE Manager Server Module 4.2" }, { "category": "default_component_of", "full_product_name": { "name": "spacewalk-client-tools-4.2.21-150300.4.27.3.noarch as component of SUSE Manager Server Module 4.2", "product_id": "SUSE Manager Server Module 4.2:spacewalk-client-tools-4.2.21-150300.4.27.3.noarch" }, "product_reference": "spacewalk-client-tools-4.2.21-150300.4.27.3.noarch", "relates_to_product_reference": "SUSE Manager Server Module 4.2" }, { "category": "default_component_of", "full_product_name": { "name": "spacewalk-html-4.2.30-150300.3.30.3.noarch as component of SUSE Manager Server Module 4.2", "product_id": "SUSE Manager Server Module 4.2:spacewalk-html-4.2.30-150300.3.30.3.noarch" }, "product_reference": "spacewalk-html-4.2.30-150300.3.30.3.noarch", "relates_to_product_reference": "SUSE Manager Server Module 4.2" }, { "category": "default_component_of", "full_product_name": { "name": "spacewalk-java-4.2.43-150300.3.48.2.noarch as component of SUSE Manager Server Module 4.2", "product_id": "SUSE Manager Server Module 4.2:spacewalk-java-4.2.43-150300.3.48.2.noarch" }, "product_reference": "spacewalk-java-4.2.43-150300.3.48.2.noarch", "relates_to_product_reference": "SUSE Manager Server Module 4.2" }, { "category": "default_component_of", "full_product_name": { "name": "spacewalk-java-config-4.2.43-150300.3.48.2.noarch as component of SUSE Manager Server Module 4.2", "product_id": "SUSE Manager Server Module 4.2:spacewalk-java-config-4.2.43-150300.3.48.2.noarch" }, "product_reference": "spacewalk-java-config-4.2.43-150300.3.48.2.noarch", "relates_to_product_reference": "SUSE Manager Server Module 4.2" }, { "category": "default_component_of", "full_product_name": { "name": "spacewalk-java-lib-4.2.43-150300.3.48.2.noarch as component of SUSE Manager Server Module 4.2", "product_id": "SUSE Manager Server Module 4.2:spacewalk-java-lib-4.2.43-150300.3.48.2.noarch" }, "product_reference": "spacewalk-java-lib-4.2.43-150300.3.48.2.noarch", "relates_to_product_reference": "SUSE Manager Server Module 4.2" }, { "category": "default_component_of", "full_product_name": { "name": "spacewalk-java-postgresql-4.2.43-150300.3.48.2.noarch as component of SUSE Manager Server Module 4.2", "product_id": "SUSE Manager Server Module 4.2:spacewalk-java-postgresql-4.2.43-150300.3.48.2.noarch" }, "product_reference": "spacewalk-java-postgresql-4.2.43-150300.3.48.2.noarch", "relates_to_product_reference": "SUSE Manager Server Module 4.2" }, { "category": "default_component_of", "full_product_name": { "name": "spacewalk-taskomatic-4.2.43-150300.3.48.2.noarch as component of SUSE Manager Server Module 4.2", "product_id": "SUSE Manager Server Module 4.2:spacewalk-taskomatic-4.2.43-150300.3.48.2.noarch" }, "product_reference": "spacewalk-taskomatic-4.2.43-150300.3.48.2.noarch", "relates_to_product_reference": "SUSE Manager Server Module 4.2" }, { "category": "default_component_of", "full_product_name": { "name": "spacewalk-utils-4.2.18-150300.3.21.2.noarch as component of SUSE Manager Server Module 4.2", "product_id": "SUSE Manager Server Module 4.2:spacewalk-utils-4.2.18-150300.3.21.2.noarch" }, "product_reference": "spacewalk-utils-4.2.18-150300.3.21.2.noarch", "relates_to_product_reference": "SUSE Manager Server Module 4.2" }, { "category": "default_component_of", "full_product_name": { "name": "spacewalk-utils-extras-4.2.18-150300.3.21.2.noarch as component of SUSE Manager Server Module 4.2", "product_id": "SUSE Manager Server Module 4.2:spacewalk-utils-extras-4.2.18-150300.3.21.2.noarch" }, "product_reference": "spacewalk-utils-extras-4.2.18-150300.3.21.2.noarch", "relates_to_product_reference": "SUSE Manager Server Module 4.2" }, { "category": "default_component_of", "full_product_name": { "name": "susemanager-4.2.38-150300.3.44.3.ppc64le as component of SUSE Manager Server Module 4.2", "product_id": "SUSE Manager Server Module 4.2:susemanager-4.2.38-150300.3.44.3.ppc64le" }, "product_reference": "susemanager-4.2.38-150300.3.44.3.ppc64le", "relates_to_product_reference": "SUSE Manager Server Module 4.2" }, { "category": "default_component_of", "full_product_name": { "name": "susemanager-4.2.38-150300.3.44.3.s390x as component of SUSE Manager Server Module 4.2", "product_id": "SUSE Manager Server Module 4.2:susemanager-4.2.38-150300.3.44.3.s390x" }, "product_reference": "susemanager-4.2.38-150300.3.44.3.s390x", "relates_to_product_reference": "SUSE Manager Server Module 4.2" }, { "category": "default_component_of", "full_product_name": { "name": "susemanager-4.2.38-150300.3.44.3.x86_64 as component of SUSE Manager Server Module 4.2", "product_id": "SUSE Manager Server Module 4.2:susemanager-4.2.38-150300.3.44.3.x86_64" }, "product_reference": "susemanager-4.2.38-150300.3.44.3.x86_64", "relates_to_product_reference": "SUSE Manager Server Module 4.2" }, { "category": "default_component_of", "full_product_name": { "name": "susemanager-doc-indexes-4.2-150300.12.36.3.noarch as component of SUSE Manager Server Module 4.2", "product_id": "SUSE Manager Server Module 4.2:susemanager-doc-indexes-4.2-150300.12.36.3.noarch" }, "product_reference": "susemanager-doc-indexes-4.2-150300.12.36.3.noarch", "relates_to_product_reference": "SUSE Manager Server Module 4.2" }, { "category": "default_component_of", "full_product_name": { "name": "susemanager-docs_en-4.2-150300.12.36.2.noarch as component of SUSE Manager Server Module 4.2", "product_id": "SUSE Manager Server Module 4.2:susemanager-docs_en-4.2-150300.12.36.2.noarch" }, "product_reference": "susemanager-docs_en-4.2-150300.12.36.2.noarch", "relates_to_product_reference": "SUSE Manager Server Module 4.2" }, { "category": "default_component_of", "full_product_name": { "name": "susemanager-docs_en-pdf-4.2-150300.12.36.2.noarch as component of SUSE Manager Server Module 4.2", "product_id": "SUSE Manager Server Module 4.2:susemanager-docs_en-pdf-4.2-150300.12.36.2.noarch" }, "product_reference": "susemanager-docs_en-pdf-4.2-150300.12.36.2.noarch", "relates_to_product_reference": "SUSE Manager Server Module 4.2" }, { "category": "default_component_of", "full_product_name": { "name": "susemanager-schema-4.2.25-150300.3.30.3.noarch as component of SUSE Manager Server Module 4.2", "product_id": "SUSE Manager Server Module 4.2:susemanager-schema-4.2.25-150300.3.30.3.noarch" }, "product_reference": "susemanager-schema-4.2.25-150300.3.30.3.noarch", "relates_to_product_reference": "SUSE Manager Server Module 4.2" }, { "category": "default_component_of", "full_product_name": { "name": "susemanager-sls-4.2.28-150300.3.36.2.noarch as component of SUSE Manager Server Module 4.2", "product_id": "SUSE Manager Server Module 4.2:susemanager-sls-4.2.28-150300.3.36.2.noarch" }, "product_reference": "susemanager-sls-4.2.28-150300.3.36.2.noarch", "relates_to_product_reference": "SUSE Manager Server Module 4.2" }, { "category": "default_component_of", "full_product_name": { "name": "susemanager-tools-4.2.38-150300.3.44.3.ppc64le as component of SUSE Manager Server Module 4.2", "product_id": "SUSE Manager Server Module 4.2:susemanager-tools-4.2.38-150300.3.44.3.ppc64le" }, "product_reference": "susemanager-tools-4.2.38-150300.3.44.3.ppc64le", "relates_to_product_reference": "SUSE Manager Server Module 4.2" }, { "category": "default_component_of", "full_product_name": { "name": "susemanager-tools-4.2.38-150300.3.44.3.s390x as component of SUSE Manager Server Module 4.2", "product_id": "SUSE Manager Server Module 4.2:susemanager-tools-4.2.38-150300.3.44.3.s390x" }, "product_reference": "susemanager-tools-4.2.38-150300.3.44.3.s390x", "relates_to_product_reference": "SUSE Manager Server Module 4.2" }, { "category": "default_component_of", "full_product_name": { "name": "susemanager-tools-4.2.38-150300.3.44.3.x86_64 as component of SUSE Manager Server Module 4.2", "product_id": "SUSE Manager Server Module 4.2:susemanager-tools-4.2.38-150300.3.44.3.x86_64" }, "product_reference": "susemanager-tools-4.2.38-150300.3.44.3.x86_64", "relates_to_product_reference": "SUSE Manager Server Module 4.2" }, { "category": "default_component_of", "full_product_name": { "name": "uyuni-config-modules-4.2.28-150300.3.36.2.noarch as component of SUSE Manager Server Module 4.2", "product_id": "SUSE Manager Server Module 4.2:uyuni-config-modules-4.2.28-150300.3.36.2.noarch" }, "product_reference": "uyuni-config-modules-4.2.28-150300.3.36.2.noarch", "relates_to_product_reference": "SUSE Manager Server Module 4.2" } ] }, "vulnerabilities": [ { "cve": "CVE-2022-31255", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2022-31255" } ], "notes": [ { "category": "general", "text": "An Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027) vulnerability in spacewalk/Uyuni of SUSE Linux Enterprise Module for SUSE Manager Server 4.2, SUSE Linux Enterprise Module for SUSE Manager Server 4.3, SUSE Manager Server 4.2 allows remote attackers to read files available to the user running the process, typically tomcat. This issue affects: SUSE Linux Enterprise Module for SUSE Manager Server 4.2 hub-xmlrpc-api-0.7-150300.3.9.2, inter-server-sync-0.2.4-150300.8.25.2, locale-formula-0.3-150300.3.3.2, py27-compat-salt-3000.3-150300.7.7.26.2, python-urlgrabber-3.10.2.1py2_3-150300.3.3.2, spacecmd-4.2.20-150300.4.30.2, spacewalk-backend-4.2.25-150300.4.32.4, spacewalk-client-tools-4.2.21-150300.4.27.3, spacewalk-java-4.2.43-150300.3.48.2, spacewalk-utils-4.2.18-150300.3.21.2, spacewalk-web-4.2.30-150300.3.30.3, susemanager-4.2.38-150300.3.44.3, susemanager-doc-indexes-4.2-150300.12.36.3, susemanager-docs_en-4.2-150300.12.36.2, susemanager-schema-4.2.25-150300.3.30.3, susemanager-sls versions prior to 4.2.28. SUSE Linux Enterprise Module for SUSE Manager Server 4.3 spacewalk-java versions prior to 4.3.39. SUSE Manager Server 4.2 release-notes-susemanager versions prior to 4.2.10.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Manager Server Module 4.2:hub-xmlrpc-api-0.7-150300.3.9.2.ppc64le", "SUSE Manager Server Module 4.2:hub-xmlrpc-api-0.7-150300.3.9.2.s390x", "SUSE Manager Server Module 4.2:hub-xmlrpc-api-0.7-150300.3.9.2.x86_64", "SUSE Manager Server Module 4.2:inter-server-sync-0.2.4-150300.8.25.2.ppc64le", "SUSE Manager Server Module 4.2:inter-server-sync-0.2.4-150300.8.25.2.s390x", "SUSE Manager Server Module 4.2:inter-server-sync-0.2.4-150300.8.25.2.x86_64", "SUSE Manager Server Module 4.2:locale-formula-0.3-150300.3.3.2.noarch", "SUSE Manager Server Module 4.2:py27-compat-salt-3000.3-150300.7.7.26.2.noarch", "SUSE Manager Server Module 4.2:python3-spacewalk-client-tools-4.2.21-150300.4.27.3.noarch", "SUSE Manager Server Module 4.2:python3-urlgrabber-3.10.2.1py2_3-150300.3.3.2.noarch", "SUSE Manager Server Module 4.2:spacecmd-4.2.20-150300.4.30.2.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-app-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-applet-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-config-files-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-config-files-common-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-config-files-tool-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-iss-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-iss-export-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-package-push-server-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-server-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-sql-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-sql-postgresql-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-tools-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-xml-export-libs-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-xmlrpc-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-base-4.2.30-150300.3.30.3.noarch", "SUSE Manager Server Module 4.2:spacewalk-base-minimal-4.2.30-150300.3.30.3.noarch", "SUSE Manager Server Module 4.2:spacewalk-base-minimal-config-4.2.30-150300.3.30.3.noarch", "SUSE Manager Server Module 4.2:spacewalk-client-tools-4.2.21-150300.4.27.3.noarch", "SUSE Manager Server Module 4.2:spacewalk-html-4.2.30-150300.3.30.3.noarch", "SUSE Manager Server Module 4.2:spacewalk-java-4.2.43-150300.3.48.2.noarch", "SUSE Manager Server Module 4.2:spacewalk-java-config-4.2.43-150300.3.48.2.noarch", "SUSE Manager Server Module 4.2:spacewalk-java-lib-4.2.43-150300.3.48.2.noarch", "SUSE Manager Server Module 4.2:spacewalk-java-postgresql-4.2.43-150300.3.48.2.noarch", "SUSE Manager Server Module 4.2:spacewalk-taskomatic-4.2.43-150300.3.48.2.noarch", "SUSE Manager Server Module 4.2:spacewalk-utils-4.2.18-150300.3.21.2.noarch", "SUSE Manager Server Module 4.2:spacewalk-utils-extras-4.2.18-150300.3.21.2.noarch", "SUSE Manager Server Module 4.2:susemanager-4.2.38-150300.3.44.3.ppc64le", "SUSE Manager Server Module 4.2:susemanager-4.2.38-150300.3.44.3.s390x", "SUSE Manager Server Module 4.2:susemanager-4.2.38-150300.3.44.3.x86_64", "SUSE Manager Server Module 4.2:susemanager-doc-indexes-4.2-150300.12.36.3.noarch", "SUSE Manager Server Module 4.2:susemanager-docs_en-4.2-150300.12.36.2.noarch", "SUSE Manager Server Module 4.2:susemanager-docs_en-pdf-4.2-150300.12.36.2.noarch", "SUSE Manager Server Module 4.2:susemanager-schema-4.2.25-150300.3.30.3.noarch", "SUSE Manager Server Module 4.2:susemanager-sls-4.2.28-150300.3.36.2.noarch", "SUSE Manager Server Module 4.2:susemanager-tools-4.2.38-150300.3.44.3.ppc64le", "SUSE Manager Server Module 4.2:susemanager-tools-4.2.38-150300.3.44.3.s390x", "SUSE Manager Server Module 4.2:susemanager-tools-4.2.38-150300.3.44.3.x86_64", "SUSE Manager Server Module 4.2:uyuni-config-modules-4.2.28-150300.3.36.2.noarch" ] }, "references": [ { "category": "external", "summary": "CVE-2022-31255", "url": "https://www.suse.com/security/cve/CVE-2022-31255" }, { "category": "external", "summary": "SUSE Bug 1204543 for CVE-2022-31255", "url": "https://bugzilla.suse.com/1204543" } ], "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 Server Module 4.2:hub-xmlrpc-api-0.7-150300.3.9.2.ppc64le", "SUSE Manager Server Module 4.2:hub-xmlrpc-api-0.7-150300.3.9.2.s390x", "SUSE Manager Server Module 4.2:hub-xmlrpc-api-0.7-150300.3.9.2.x86_64", "SUSE Manager Server Module 4.2:inter-server-sync-0.2.4-150300.8.25.2.ppc64le", "SUSE Manager Server Module 4.2:inter-server-sync-0.2.4-150300.8.25.2.s390x", "SUSE Manager Server Module 4.2:inter-server-sync-0.2.4-150300.8.25.2.x86_64", "SUSE Manager Server Module 4.2:locale-formula-0.3-150300.3.3.2.noarch", "SUSE Manager Server Module 4.2:py27-compat-salt-3000.3-150300.7.7.26.2.noarch", "SUSE Manager Server Module 4.2:python3-spacewalk-client-tools-4.2.21-150300.4.27.3.noarch", "SUSE Manager Server Module 4.2:python3-urlgrabber-3.10.2.1py2_3-150300.3.3.2.noarch", "SUSE Manager Server Module 4.2:spacecmd-4.2.20-150300.4.30.2.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-app-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-applet-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-config-files-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-config-files-common-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-config-files-tool-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-iss-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-iss-export-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-package-push-server-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-server-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-sql-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-sql-postgresql-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-tools-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-xml-export-libs-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-xmlrpc-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-base-4.2.30-150300.3.30.3.noarch", "SUSE Manager Server Module 4.2:spacewalk-base-minimal-4.2.30-150300.3.30.3.noarch", "SUSE Manager Server Module 4.2:spacewalk-base-minimal-config-4.2.30-150300.3.30.3.noarch", "SUSE Manager Server Module 4.2:spacewalk-client-tools-4.2.21-150300.4.27.3.noarch", "SUSE Manager Server Module 4.2:spacewalk-html-4.2.30-150300.3.30.3.noarch", "SUSE Manager Server Module 4.2:spacewalk-java-4.2.43-150300.3.48.2.noarch", "SUSE Manager Server Module 4.2:spacewalk-java-config-4.2.43-150300.3.48.2.noarch", "SUSE Manager Server Module 4.2:spacewalk-java-lib-4.2.43-150300.3.48.2.noarch", "SUSE Manager Server Module 4.2:spacewalk-java-postgresql-4.2.43-150300.3.48.2.noarch", "SUSE Manager Server Module 4.2:spacewalk-taskomatic-4.2.43-150300.3.48.2.noarch", "SUSE Manager Server Module 4.2:spacewalk-utils-4.2.18-150300.3.21.2.noarch", "SUSE Manager Server Module 4.2:spacewalk-utils-extras-4.2.18-150300.3.21.2.noarch", "SUSE Manager Server Module 4.2:susemanager-4.2.38-150300.3.44.3.ppc64le", "SUSE Manager Server Module 4.2:susemanager-4.2.38-150300.3.44.3.s390x", "SUSE Manager Server Module 4.2:susemanager-4.2.38-150300.3.44.3.x86_64", "SUSE Manager Server Module 4.2:susemanager-doc-indexes-4.2-150300.12.36.3.noarch", "SUSE Manager Server Module 4.2:susemanager-docs_en-4.2-150300.12.36.2.noarch", "SUSE Manager Server Module 4.2:susemanager-docs_en-pdf-4.2-150300.12.36.2.noarch", "SUSE Manager Server Module 4.2:susemanager-schema-4.2.25-150300.3.30.3.noarch", "SUSE Manager Server Module 4.2:susemanager-sls-4.2.28-150300.3.36.2.noarch", "SUSE Manager Server Module 4.2:susemanager-tools-4.2.38-150300.3.44.3.ppc64le", "SUSE Manager Server Module 4.2:susemanager-tools-4.2.38-150300.3.44.3.s390x", "SUSE Manager Server Module 4.2:susemanager-tools-4.2.38-150300.3.44.3.x86_64", "SUSE Manager Server Module 4.2:uyuni-config-modules-4.2.28-150300.3.36.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 Server Module 4.2:hub-xmlrpc-api-0.7-150300.3.9.2.ppc64le", "SUSE Manager Server Module 4.2:hub-xmlrpc-api-0.7-150300.3.9.2.s390x", "SUSE Manager Server Module 4.2:hub-xmlrpc-api-0.7-150300.3.9.2.x86_64", "SUSE Manager Server Module 4.2:inter-server-sync-0.2.4-150300.8.25.2.ppc64le", "SUSE Manager Server Module 4.2:inter-server-sync-0.2.4-150300.8.25.2.s390x", "SUSE Manager Server Module 4.2:inter-server-sync-0.2.4-150300.8.25.2.x86_64", "SUSE Manager Server Module 4.2:locale-formula-0.3-150300.3.3.2.noarch", "SUSE Manager Server Module 4.2:py27-compat-salt-3000.3-150300.7.7.26.2.noarch", "SUSE Manager Server Module 4.2:python3-spacewalk-client-tools-4.2.21-150300.4.27.3.noarch", "SUSE Manager Server Module 4.2:python3-urlgrabber-3.10.2.1py2_3-150300.3.3.2.noarch", "SUSE Manager Server Module 4.2:spacecmd-4.2.20-150300.4.30.2.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-app-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-applet-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-config-files-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-config-files-common-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-config-files-tool-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-iss-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-iss-export-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-package-push-server-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-server-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-sql-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-sql-postgresql-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-tools-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-xml-export-libs-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-xmlrpc-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-base-4.2.30-150300.3.30.3.noarch", "SUSE Manager Server Module 4.2:spacewalk-base-minimal-4.2.30-150300.3.30.3.noarch", "SUSE Manager Server Module 4.2:spacewalk-base-minimal-config-4.2.30-150300.3.30.3.noarch", "SUSE Manager Server Module 4.2:spacewalk-client-tools-4.2.21-150300.4.27.3.noarch", "SUSE Manager Server Module 4.2:spacewalk-html-4.2.30-150300.3.30.3.noarch", "SUSE Manager Server Module 4.2:spacewalk-java-4.2.43-150300.3.48.2.noarch", "SUSE Manager Server Module 4.2:spacewalk-java-config-4.2.43-150300.3.48.2.noarch", "SUSE Manager Server Module 4.2:spacewalk-java-lib-4.2.43-150300.3.48.2.noarch", "SUSE Manager Server Module 4.2:spacewalk-java-postgresql-4.2.43-150300.3.48.2.noarch", "SUSE Manager Server Module 4.2:spacewalk-taskomatic-4.2.43-150300.3.48.2.noarch", "SUSE Manager Server Module 4.2:spacewalk-utils-4.2.18-150300.3.21.2.noarch", "SUSE Manager Server Module 4.2:spacewalk-utils-extras-4.2.18-150300.3.21.2.noarch", "SUSE Manager Server Module 4.2:susemanager-4.2.38-150300.3.44.3.ppc64le", "SUSE Manager Server Module 4.2:susemanager-4.2.38-150300.3.44.3.s390x", "SUSE Manager Server Module 4.2:susemanager-4.2.38-150300.3.44.3.x86_64", "SUSE Manager Server Module 4.2:susemanager-doc-indexes-4.2-150300.12.36.3.noarch", "SUSE Manager Server Module 4.2:susemanager-docs_en-4.2-150300.12.36.2.noarch", "SUSE Manager Server Module 4.2:susemanager-docs_en-pdf-4.2-150300.12.36.2.noarch", "SUSE Manager Server Module 4.2:susemanager-schema-4.2.25-150300.3.30.3.noarch", "SUSE Manager Server Module 4.2:susemanager-sls-4.2.28-150300.3.36.2.noarch", "SUSE Manager Server Module 4.2:susemanager-tools-4.2.38-150300.3.44.3.ppc64le", "SUSE Manager Server Module 4.2:susemanager-tools-4.2.38-150300.3.44.3.s390x", "SUSE Manager Server Module 4.2:susemanager-tools-4.2.38-150300.3.44.3.x86_64", "SUSE Manager Server Module 4.2:uyuni-config-modules-4.2.28-150300.3.36.2.noarch" ] } ], "threats": [ { "category": "impact", "date": "2022-11-04T14:24:46Z", "details": "moderate" } ], "title": "CVE-2022-31255" }, { "cve": "CVE-2022-43753", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2022-43753" } ], "notes": [ { "category": "general", "text": "A Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027) vulnerability in spacewalk/Uyuni of SUSE Linux Enterprise Module for SUSE Manager Server 4.2, SUSE Linux Enterprise Module for SUSE Manager Server 4.3, SUSE Manager Server 4.2 allows remote attackers to read files available to the user running the process, typically tomcat. This issue affects: SUSE Linux Enterprise Module for SUSE Manager Server 4.2 hub-xmlrpc-api-0.7-150300.3.9.2, inter-server-sync-0.2.4-150300.8.25.2, locale-formula-0.3-150300.3.3.2, py27-compat-salt-3000.3-150300.7.7.26.2, python-urlgrabber-3.10.2.1py2_3-150300.3.3.2, spacecmd-4.2.20-150300.4.30.2, spacewalk-backend-4.2.25-150300.4.32.4, spacewalk-client-tools-4.2.21-150300.4.27.3, spacewalk-java-4.2.43-150300.3.48.2, spacewalk-utils-4.2.18-150300.3.21.2, spacewalk-web-4.2.30-150300.3.30.3, susemanager-4.2.38-150300.3.44.3, susemanager-doc-indexes-4.2-150300.12.36.3, susemanager-docs_en-4.2-150300.12.36.2, susemanager-schema-4.2.25-150300.3.30.3, susemanager-sls versions prior to 4.2.28. SUSE Linux Enterprise Module for SUSE Manager Server 4.3 spacewalk-java versions prior to 4.3.39. SUSE Manager Server 4.2 release-notes-susemanager versions prior to 4.2.10.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Manager Server Module 4.2:hub-xmlrpc-api-0.7-150300.3.9.2.ppc64le", "SUSE Manager Server Module 4.2:hub-xmlrpc-api-0.7-150300.3.9.2.s390x", "SUSE Manager Server Module 4.2:hub-xmlrpc-api-0.7-150300.3.9.2.x86_64", "SUSE Manager Server Module 4.2:inter-server-sync-0.2.4-150300.8.25.2.ppc64le", "SUSE Manager Server Module 4.2:inter-server-sync-0.2.4-150300.8.25.2.s390x", "SUSE Manager Server Module 4.2:inter-server-sync-0.2.4-150300.8.25.2.x86_64", "SUSE Manager Server Module 4.2:locale-formula-0.3-150300.3.3.2.noarch", "SUSE Manager Server Module 4.2:py27-compat-salt-3000.3-150300.7.7.26.2.noarch", "SUSE Manager Server Module 4.2:python3-spacewalk-client-tools-4.2.21-150300.4.27.3.noarch", "SUSE Manager Server Module 4.2:python3-urlgrabber-3.10.2.1py2_3-150300.3.3.2.noarch", "SUSE Manager Server Module 4.2:spacecmd-4.2.20-150300.4.30.2.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-app-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-applet-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-config-files-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-config-files-common-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-config-files-tool-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-iss-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-iss-export-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-package-push-server-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-server-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-sql-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-sql-postgresql-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-tools-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-xml-export-libs-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-xmlrpc-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-base-4.2.30-150300.3.30.3.noarch", "SUSE Manager Server Module 4.2:spacewalk-base-minimal-4.2.30-150300.3.30.3.noarch", "SUSE Manager Server Module 4.2:spacewalk-base-minimal-config-4.2.30-150300.3.30.3.noarch", "SUSE Manager Server Module 4.2:spacewalk-client-tools-4.2.21-150300.4.27.3.noarch", "SUSE Manager Server Module 4.2:spacewalk-html-4.2.30-150300.3.30.3.noarch", "SUSE Manager Server Module 4.2:spacewalk-java-4.2.43-150300.3.48.2.noarch", "SUSE Manager Server Module 4.2:spacewalk-java-config-4.2.43-150300.3.48.2.noarch", "SUSE Manager Server Module 4.2:spacewalk-java-lib-4.2.43-150300.3.48.2.noarch", "SUSE Manager Server Module 4.2:spacewalk-java-postgresql-4.2.43-150300.3.48.2.noarch", "SUSE Manager Server Module 4.2:spacewalk-taskomatic-4.2.43-150300.3.48.2.noarch", "SUSE Manager Server Module 4.2:spacewalk-utils-4.2.18-150300.3.21.2.noarch", "SUSE Manager Server Module 4.2:spacewalk-utils-extras-4.2.18-150300.3.21.2.noarch", "SUSE Manager Server Module 4.2:susemanager-4.2.38-150300.3.44.3.ppc64le", "SUSE Manager Server Module 4.2:susemanager-4.2.38-150300.3.44.3.s390x", "SUSE Manager Server Module 4.2:susemanager-4.2.38-150300.3.44.3.x86_64", "SUSE Manager Server Module 4.2:susemanager-doc-indexes-4.2-150300.12.36.3.noarch", "SUSE Manager Server Module 4.2:susemanager-docs_en-4.2-150300.12.36.2.noarch", "SUSE Manager Server Module 4.2:susemanager-docs_en-pdf-4.2-150300.12.36.2.noarch", "SUSE Manager Server Module 4.2:susemanager-schema-4.2.25-150300.3.30.3.noarch", "SUSE Manager Server Module 4.2:susemanager-sls-4.2.28-150300.3.36.2.noarch", "SUSE Manager Server Module 4.2:susemanager-tools-4.2.38-150300.3.44.3.ppc64le", "SUSE Manager Server Module 4.2:susemanager-tools-4.2.38-150300.3.44.3.s390x", "SUSE Manager Server Module 4.2:susemanager-tools-4.2.38-150300.3.44.3.x86_64", "SUSE Manager Server Module 4.2:uyuni-config-modules-4.2.28-150300.3.36.2.noarch" ] }, "references": [ { "category": "external", "summary": "CVE-2022-43753", "url": "https://www.suse.com/security/cve/CVE-2022-43753" }, { "category": "external", "summary": "SUSE Bug 1204716 for CVE-2022-43753", "url": "https://bugzilla.suse.com/1204716" } ], "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 Server Module 4.2:hub-xmlrpc-api-0.7-150300.3.9.2.ppc64le", "SUSE Manager Server Module 4.2:hub-xmlrpc-api-0.7-150300.3.9.2.s390x", "SUSE Manager Server Module 4.2:hub-xmlrpc-api-0.7-150300.3.9.2.x86_64", "SUSE Manager Server Module 4.2:inter-server-sync-0.2.4-150300.8.25.2.ppc64le", "SUSE Manager Server Module 4.2:inter-server-sync-0.2.4-150300.8.25.2.s390x", "SUSE Manager Server Module 4.2:inter-server-sync-0.2.4-150300.8.25.2.x86_64", "SUSE Manager Server Module 4.2:locale-formula-0.3-150300.3.3.2.noarch", "SUSE Manager Server Module 4.2:py27-compat-salt-3000.3-150300.7.7.26.2.noarch", "SUSE Manager Server Module 4.2:python3-spacewalk-client-tools-4.2.21-150300.4.27.3.noarch", "SUSE Manager Server Module 4.2:python3-urlgrabber-3.10.2.1py2_3-150300.3.3.2.noarch", "SUSE Manager Server Module 4.2:spacecmd-4.2.20-150300.4.30.2.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-app-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-applet-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-config-files-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-config-files-common-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-config-files-tool-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-iss-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-iss-export-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-package-push-server-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-server-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-sql-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-sql-postgresql-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-tools-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-xml-export-libs-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-xmlrpc-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-base-4.2.30-150300.3.30.3.noarch", "SUSE Manager Server Module 4.2:spacewalk-base-minimal-4.2.30-150300.3.30.3.noarch", "SUSE Manager Server Module 4.2:spacewalk-base-minimal-config-4.2.30-150300.3.30.3.noarch", "SUSE Manager Server Module 4.2:spacewalk-client-tools-4.2.21-150300.4.27.3.noarch", "SUSE Manager Server Module 4.2:spacewalk-html-4.2.30-150300.3.30.3.noarch", "SUSE Manager Server Module 4.2:spacewalk-java-4.2.43-150300.3.48.2.noarch", "SUSE Manager Server Module 4.2:spacewalk-java-config-4.2.43-150300.3.48.2.noarch", "SUSE Manager Server Module 4.2:spacewalk-java-lib-4.2.43-150300.3.48.2.noarch", "SUSE Manager Server Module 4.2:spacewalk-java-postgresql-4.2.43-150300.3.48.2.noarch", "SUSE Manager Server Module 4.2:spacewalk-taskomatic-4.2.43-150300.3.48.2.noarch", "SUSE Manager Server Module 4.2:spacewalk-utils-4.2.18-150300.3.21.2.noarch", "SUSE Manager Server Module 4.2:spacewalk-utils-extras-4.2.18-150300.3.21.2.noarch", "SUSE Manager Server Module 4.2:susemanager-4.2.38-150300.3.44.3.ppc64le", "SUSE Manager Server Module 4.2:susemanager-4.2.38-150300.3.44.3.s390x", "SUSE Manager Server Module 4.2:susemanager-4.2.38-150300.3.44.3.x86_64", "SUSE Manager Server Module 4.2:susemanager-doc-indexes-4.2-150300.12.36.3.noarch", "SUSE Manager Server Module 4.2:susemanager-docs_en-4.2-150300.12.36.2.noarch", "SUSE Manager Server Module 4.2:susemanager-docs_en-pdf-4.2-150300.12.36.2.noarch", "SUSE Manager Server Module 4.2:susemanager-schema-4.2.25-150300.3.30.3.noarch", "SUSE Manager Server Module 4.2:susemanager-sls-4.2.28-150300.3.36.2.noarch", "SUSE Manager Server Module 4.2:susemanager-tools-4.2.38-150300.3.44.3.ppc64le", "SUSE Manager Server Module 4.2:susemanager-tools-4.2.38-150300.3.44.3.s390x", "SUSE Manager Server Module 4.2:susemanager-tools-4.2.38-150300.3.44.3.x86_64", "SUSE Manager Server Module 4.2:uyuni-config-modules-4.2.28-150300.3.36.2.noarch" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:N/A:N", "version": "3.1" }, "products": [ "SUSE Manager Server Module 4.2:hub-xmlrpc-api-0.7-150300.3.9.2.ppc64le", "SUSE Manager Server Module 4.2:hub-xmlrpc-api-0.7-150300.3.9.2.s390x", "SUSE Manager Server Module 4.2:hub-xmlrpc-api-0.7-150300.3.9.2.x86_64", "SUSE Manager Server Module 4.2:inter-server-sync-0.2.4-150300.8.25.2.ppc64le", "SUSE Manager Server Module 4.2:inter-server-sync-0.2.4-150300.8.25.2.s390x", "SUSE Manager Server Module 4.2:inter-server-sync-0.2.4-150300.8.25.2.x86_64", "SUSE Manager Server Module 4.2:locale-formula-0.3-150300.3.3.2.noarch", "SUSE Manager Server Module 4.2:py27-compat-salt-3000.3-150300.7.7.26.2.noarch", "SUSE Manager Server Module 4.2:python3-spacewalk-client-tools-4.2.21-150300.4.27.3.noarch", "SUSE Manager Server Module 4.2:python3-urlgrabber-3.10.2.1py2_3-150300.3.3.2.noarch", "SUSE Manager Server Module 4.2:spacecmd-4.2.20-150300.4.30.2.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-app-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-applet-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-config-files-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-config-files-common-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-config-files-tool-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-iss-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-iss-export-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-package-push-server-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-server-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-sql-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-sql-postgresql-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-tools-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-xml-export-libs-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-xmlrpc-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-base-4.2.30-150300.3.30.3.noarch", "SUSE Manager Server Module 4.2:spacewalk-base-minimal-4.2.30-150300.3.30.3.noarch", "SUSE Manager Server Module 4.2:spacewalk-base-minimal-config-4.2.30-150300.3.30.3.noarch", "SUSE Manager Server Module 4.2:spacewalk-client-tools-4.2.21-150300.4.27.3.noarch", "SUSE Manager Server Module 4.2:spacewalk-html-4.2.30-150300.3.30.3.noarch", "SUSE Manager Server Module 4.2:spacewalk-java-4.2.43-150300.3.48.2.noarch", "SUSE Manager Server Module 4.2:spacewalk-java-config-4.2.43-150300.3.48.2.noarch", "SUSE Manager Server Module 4.2:spacewalk-java-lib-4.2.43-150300.3.48.2.noarch", "SUSE Manager Server Module 4.2:spacewalk-java-postgresql-4.2.43-150300.3.48.2.noarch", "SUSE Manager Server Module 4.2:spacewalk-taskomatic-4.2.43-150300.3.48.2.noarch", "SUSE Manager Server Module 4.2:spacewalk-utils-4.2.18-150300.3.21.2.noarch", "SUSE Manager Server Module 4.2:spacewalk-utils-extras-4.2.18-150300.3.21.2.noarch", "SUSE Manager Server Module 4.2:susemanager-4.2.38-150300.3.44.3.ppc64le", "SUSE Manager Server Module 4.2:susemanager-4.2.38-150300.3.44.3.s390x", "SUSE Manager Server Module 4.2:susemanager-4.2.38-150300.3.44.3.x86_64", "SUSE Manager Server Module 4.2:susemanager-doc-indexes-4.2-150300.12.36.3.noarch", "SUSE Manager Server Module 4.2:susemanager-docs_en-4.2-150300.12.36.2.noarch", "SUSE Manager Server Module 4.2:susemanager-docs_en-pdf-4.2-150300.12.36.2.noarch", "SUSE Manager Server Module 4.2:susemanager-schema-4.2.25-150300.3.30.3.noarch", "SUSE Manager Server Module 4.2:susemanager-sls-4.2.28-150300.3.36.2.noarch", "SUSE Manager Server Module 4.2:susemanager-tools-4.2.38-150300.3.44.3.ppc64le", "SUSE Manager Server Module 4.2:susemanager-tools-4.2.38-150300.3.44.3.s390x", "SUSE Manager Server Module 4.2:susemanager-tools-4.2.38-150300.3.44.3.x86_64", "SUSE Manager Server Module 4.2:uyuni-config-modules-4.2.28-150300.3.36.2.noarch" ] } ], "threats": [ { "category": "impact", "date": "2022-11-04T14:24:46Z", "details": "moderate" } ], "title": "CVE-2022-43753" }, { "cve": "CVE-2022-43754", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2022-43754" } ], "notes": [ { "category": "general", "text": "An Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027) vulnerability in spacewalk/Uyuni of SUSE Linux Enterprise Module for SUSE Manager Server 4.2, SUSE Linux Enterprise Module for SUSE Manager Server 4.3, SUSE Manager Server 4.2 allows remote attackers to embed Javascript code via /rhn/audit/scap/Search.do This issue affects: SUSE Linux Enterprise Module for SUSE Manager Server 4.2 hub-xmlrpc-api-0.7-150300.3.9.2, inter-server-sync-0.2.4-150300.8.25.2, locale-formula-0.3-150300.3.3.2, py27-compat-salt-3000.3-150300.7.7.26.2, python-urlgrabber-3.10.2.1py2_3-150300.3.3.2, spacecmd-4.2.20-150300.4.30.2, spacewalk-backend-4.2.25-150300.4.32.4, spacewalk-client-tools-4.2.21-150300.4.27.3, spacewalk-java-4.2.43-150300.3.48.2, spacewalk-utils-4.2.18-150300.3.21.2, spacewalk-web-4.2.30-150300.3.30.3, susemanager-4.2.38-150300.3.44.3, susemanager-doc-indexes-4.2-150300.12.36.3, susemanager-docs_en-4.2-150300.12.36.2, susemanager-schema-4.2.25-150300.3.30.3, susemanager-sls versions prior to 4.2.28. SUSE Linux Enterprise Module for SUSE Manager Server 4.3 spacewalk-java versions prior to 4.3.39. SUSE Manager Server 4.2 release-notes-susemanager versions prior to 4.2.10.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Manager Server Module 4.2:hub-xmlrpc-api-0.7-150300.3.9.2.ppc64le", "SUSE Manager Server Module 4.2:hub-xmlrpc-api-0.7-150300.3.9.2.s390x", "SUSE Manager Server Module 4.2:hub-xmlrpc-api-0.7-150300.3.9.2.x86_64", "SUSE Manager Server Module 4.2:inter-server-sync-0.2.4-150300.8.25.2.ppc64le", "SUSE Manager Server Module 4.2:inter-server-sync-0.2.4-150300.8.25.2.s390x", "SUSE Manager Server Module 4.2:inter-server-sync-0.2.4-150300.8.25.2.x86_64", "SUSE Manager Server Module 4.2:locale-formula-0.3-150300.3.3.2.noarch", "SUSE Manager Server Module 4.2:py27-compat-salt-3000.3-150300.7.7.26.2.noarch", "SUSE Manager Server Module 4.2:python3-spacewalk-client-tools-4.2.21-150300.4.27.3.noarch", "SUSE Manager Server Module 4.2:python3-urlgrabber-3.10.2.1py2_3-150300.3.3.2.noarch", "SUSE Manager Server Module 4.2:spacecmd-4.2.20-150300.4.30.2.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-app-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-applet-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-config-files-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-config-files-common-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-config-files-tool-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-iss-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-iss-export-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-package-push-server-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-server-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-sql-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-sql-postgresql-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-tools-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-xml-export-libs-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-xmlrpc-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-base-4.2.30-150300.3.30.3.noarch", "SUSE Manager Server Module 4.2:spacewalk-base-minimal-4.2.30-150300.3.30.3.noarch", "SUSE Manager Server Module 4.2:spacewalk-base-minimal-config-4.2.30-150300.3.30.3.noarch", "SUSE Manager Server Module 4.2:spacewalk-client-tools-4.2.21-150300.4.27.3.noarch", "SUSE Manager Server Module 4.2:spacewalk-html-4.2.30-150300.3.30.3.noarch", "SUSE Manager Server Module 4.2:spacewalk-java-4.2.43-150300.3.48.2.noarch", "SUSE Manager Server Module 4.2:spacewalk-java-config-4.2.43-150300.3.48.2.noarch", "SUSE Manager Server Module 4.2:spacewalk-java-lib-4.2.43-150300.3.48.2.noarch", "SUSE Manager Server Module 4.2:spacewalk-java-postgresql-4.2.43-150300.3.48.2.noarch", "SUSE Manager Server Module 4.2:spacewalk-taskomatic-4.2.43-150300.3.48.2.noarch", "SUSE Manager Server Module 4.2:spacewalk-utils-4.2.18-150300.3.21.2.noarch", "SUSE Manager Server Module 4.2:spacewalk-utils-extras-4.2.18-150300.3.21.2.noarch", "SUSE Manager Server Module 4.2:susemanager-4.2.38-150300.3.44.3.ppc64le", "SUSE Manager Server Module 4.2:susemanager-4.2.38-150300.3.44.3.s390x", "SUSE Manager Server Module 4.2:susemanager-4.2.38-150300.3.44.3.x86_64", "SUSE Manager Server Module 4.2:susemanager-doc-indexes-4.2-150300.12.36.3.noarch", "SUSE Manager Server Module 4.2:susemanager-docs_en-4.2-150300.12.36.2.noarch", "SUSE Manager Server Module 4.2:susemanager-docs_en-pdf-4.2-150300.12.36.2.noarch", "SUSE Manager Server Module 4.2:susemanager-schema-4.2.25-150300.3.30.3.noarch", "SUSE Manager Server Module 4.2:susemanager-sls-4.2.28-150300.3.36.2.noarch", "SUSE Manager Server Module 4.2:susemanager-tools-4.2.38-150300.3.44.3.ppc64le", "SUSE Manager Server Module 4.2:susemanager-tools-4.2.38-150300.3.44.3.s390x", "SUSE Manager Server Module 4.2:susemanager-tools-4.2.38-150300.3.44.3.x86_64", "SUSE Manager Server Module 4.2:uyuni-config-modules-4.2.28-150300.3.36.2.noarch" ] }, "references": [ { "category": "external", "summary": "CVE-2022-43754", "url": "https://www.suse.com/security/cve/CVE-2022-43754" }, { "category": "external", "summary": "SUSE Bug 1204741 for CVE-2022-43754", "url": "https://bugzilla.suse.com/1204741" } ], "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 Server Module 4.2:hub-xmlrpc-api-0.7-150300.3.9.2.ppc64le", "SUSE Manager Server Module 4.2:hub-xmlrpc-api-0.7-150300.3.9.2.s390x", "SUSE Manager Server Module 4.2:hub-xmlrpc-api-0.7-150300.3.9.2.x86_64", "SUSE Manager Server Module 4.2:inter-server-sync-0.2.4-150300.8.25.2.ppc64le", "SUSE Manager Server Module 4.2:inter-server-sync-0.2.4-150300.8.25.2.s390x", "SUSE Manager Server Module 4.2:inter-server-sync-0.2.4-150300.8.25.2.x86_64", "SUSE Manager Server Module 4.2:locale-formula-0.3-150300.3.3.2.noarch", "SUSE Manager Server Module 4.2:py27-compat-salt-3000.3-150300.7.7.26.2.noarch", "SUSE Manager Server Module 4.2:python3-spacewalk-client-tools-4.2.21-150300.4.27.3.noarch", "SUSE Manager Server Module 4.2:python3-urlgrabber-3.10.2.1py2_3-150300.3.3.2.noarch", "SUSE Manager Server Module 4.2:spacecmd-4.2.20-150300.4.30.2.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-app-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-applet-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-config-files-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-config-files-common-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-config-files-tool-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-iss-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-iss-export-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-package-push-server-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-server-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-sql-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-sql-postgresql-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-tools-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-xml-export-libs-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-xmlrpc-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-base-4.2.30-150300.3.30.3.noarch", "SUSE Manager Server Module 4.2:spacewalk-base-minimal-4.2.30-150300.3.30.3.noarch", "SUSE Manager Server Module 4.2:spacewalk-base-minimal-config-4.2.30-150300.3.30.3.noarch", "SUSE Manager Server Module 4.2:spacewalk-client-tools-4.2.21-150300.4.27.3.noarch", "SUSE Manager Server Module 4.2:spacewalk-html-4.2.30-150300.3.30.3.noarch", "SUSE Manager Server Module 4.2:spacewalk-java-4.2.43-150300.3.48.2.noarch", "SUSE Manager Server Module 4.2:spacewalk-java-config-4.2.43-150300.3.48.2.noarch", "SUSE Manager Server Module 4.2:spacewalk-java-lib-4.2.43-150300.3.48.2.noarch", "SUSE Manager Server Module 4.2:spacewalk-java-postgresql-4.2.43-150300.3.48.2.noarch", "SUSE Manager Server Module 4.2:spacewalk-taskomatic-4.2.43-150300.3.48.2.noarch", "SUSE Manager Server Module 4.2:spacewalk-utils-4.2.18-150300.3.21.2.noarch", "SUSE Manager Server Module 4.2:spacewalk-utils-extras-4.2.18-150300.3.21.2.noarch", "SUSE Manager Server Module 4.2:susemanager-4.2.38-150300.3.44.3.ppc64le", "SUSE Manager Server Module 4.2:susemanager-4.2.38-150300.3.44.3.s390x", "SUSE Manager Server Module 4.2:susemanager-4.2.38-150300.3.44.3.x86_64", "SUSE Manager Server Module 4.2:susemanager-doc-indexes-4.2-150300.12.36.3.noarch", "SUSE Manager Server Module 4.2:susemanager-docs_en-4.2-150300.12.36.2.noarch", "SUSE Manager Server Module 4.2:susemanager-docs_en-pdf-4.2-150300.12.36.2.noarch", "SUSE Manager Server Module 4.2:susemanager-schema-4.2.25-150300.3.30.3.noarch", "SUSE Manager Server Module 4.2:susemanager-sls-4.2.28-150300.3.36.2.noarch", "SUSE Manager Server Module 4.2:susemanager-tools-4.2.38-150300.3.44.3.ppc64le", "SUSE Manager Server Module 4.2:susemanager-tools-4.2.38-150300.3.44.3.s390x", "SUSE Manager Server Module 4.2:susemanager-tools-4.2.38-150300.3.44.3.x86_64", "SUSE Manager Server Module 4.2:uyuni-config-modules-4.2.28-150300.3.36.2.noarch" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:C/C:L/I:N/A:N", "version": "3.1" }, "products": [ "SUSE Manager Server Module 4.2:hub-xmlrpc-api-0.7-150300.3.9.2.ppc64le", "SUSE Manager Server Module 4.2:hub-xmlrpc-api-0.7-150300.3.9.2.s390x", "SUSE Manager Server Module 4.2:hub-xmlrpc-api-0.7-150300.3.9.2.x86_64", "SUSE Manager Server Module 4.2:inter-server-sync-0.2.4-150300.8.25.2.ppc64le", "SUSE Manager Server Module 4.2:inter-server-sync-0.2.4-150300.8.25.2.s390x", "SUSE Manager Server Module 4.2:inter-server-sync-0.2.4-150300.8.25.2.x86_64", "SUSE Manager Server Module 4.2:locale-formula-0.3-150300.3.3.2.noarch", "SUSE Manager Server Module 4.2:py27-compat-salt-3000.3-150300.7.7.26.2.noarch", "SUSE Manager Server Module 4.2:python3-spacewalk-client-tools-4.2.21-150300.4.27.3.noarch", "SUSE Manager Server Module 4.2:python3-urlgrabber-3.10.2.1py2_3-150300.3.3.2.noarch", "SUSE Manager Server Module 4.2:spacecmd-4.2.20-150300.4.30.2.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-app-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-applet-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-config-files-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-config-files-common-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-config-files-tool-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-iss-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-iss-export-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-package-push-server-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-server-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-sql-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-sql-postgresql-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-tools-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-xml-export-libs-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-backend-xmlrpc-4.2.25-150300.4.32.4.noarch", "SUSE Manager Server Module 4.2:spacewalk-base-4.2.30-150300.3.30.3.noarch", "SUSE Manager Server Module 4.2:spacewalk-base-minimal-4.2.30-150300.3.30.3.noarch", "SUSE Manager Server Module 4.2:spacewalk-base-minimal-config-4.2.30-150300.3.30.3.noarch", "SUSE Manager Server Module 4.2:spacewalk-client-tools-4.2.21-150300.4.27.3.noarch", "SUSE Manager Server Module 4.2:spacewalk-html-4.2.30-150300.3.30.3.noarch", "SUSE Manager Server Module 4.2:spacewalk-java-4.2.43-150300.3.48.2.noarch", "SUSE Manager Server Module 4.2:spacewalk-java-config-4.2.43-150300.3.48.2.noarch", "SUSE Manager Server Module 4.2:spacewalk-java-lib-4.2.43-150300.3.48.2.noarch", "SUSE Manager Server Module 4.2:spacewalk-java-postgresql-4.2.43-150300.3.48.2.noarch", "SUSE Manager Server Module 4.2:spacewalk-taskomatic-4.2.43-150300.3.48.2.noarch", "SUSE Manager Server Module 4.2:spacewalk-utils-4.2.18-150300.3.21.2.noarch", "SUSE Manager Server Module 4.2:spacewalk-utils-extras-4.2.18-150300.3.21.2.noarch", "SUSE Manager Server Module 4.2:susemanager-4.2.38-150300.3.44.3.ppc64le", "SUSE Manager Server Module 4.2:susemanager-4.2.38-150300.3.44.3.s390x", "SUSE Manager Server Module 4.2:susemanager-4.2.38-150300.3.44.3.x86_64", "SUSE Manager Server Module 4.2:susemanager-doc-indexes-4.2-150300.12.36.3.noarch", "SUSE Manager Server Module 4.2:susemanager-docs_en-4.2-150300.12.36.2.noarch", "SUSE Manager Server Module 4.2:susemanager-docs_en-pdf-4.2-150300.12.36.2.noarch", "SUSE Manager Server Module 4.2:susemanager-schema-4.2.25-150300.3.30.3.noarch", "SUSE Manager Server Module 4.2:susemanager-sls-4.2.28-150300.3.36.2.noarch", "SUSE Manager Server Module 4.2:susemanager-tools-4.2.38-150300.3.44.3.ppc64le", "SUSE Manager Server Module 4.2:susemanager-tools-4.2.38-150300.3.44.3.s390x", "SUSE Manager Server Module 4.2:susemanager-tools-4.2.38-150300.3.44.3.x86_64", "SUSE Manager Server Module 4.2:uyuni-config-modules-4.2.28-150300.3.36.2.noarch" ] } ], "threats": [ { "category": "impact", "date": "2022-11-04T14:24:46Z", "details": "low" } ], "title": "CVE-2022-43754" } ] }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.
Loading…
Loading…