Vulnerability from csaf_suse
Published
2024-05-29 08:21
Modified
2024-05-29 08:21
Summary
Security Beta update for SUSE Manager Client Tools and Salt
Notes
Title of the patch
Security Beta update for SUSE Manager Client Tools and Salt
Description of the patch
This update fixes the following issues:
golang-github-prometheus-node_exporter:
- Add `device_error` label for filesystem metrics.
- Update rtnetlink library to fix errors during ARP metrics collection.
- update to 1.7.0 (jsc#PED-7893, jsc#PED-7928):
* [FEATURE] Add ZFS freebsd per dataset stats #2753
* [FEATURE] Add cpu vulnerabilities reporting from sysfs #2721
* [ENHANCEMENT] Parallelize stat calls in Linux filesystem collector #1772
* [ENHANCEMENT] Add missing linkspeeds to ethtool collector #2711
* [ENHANCEMENT] Add CPU MHz as the value for node_cpu_info metric #2778
* [ENHANCEMENT] Improve qdisc collector performance #2779
* [ENHANCEMENT] Add include and exclude filter for hwmon collector #2699
* [ENHANCEMENT] Optionally fetch ARP stats via rtnetlink instead of procfs #2777
* [BUGFIX] Fallback to 32-bit stats in netdev #2757
* [BUGFIX] Close btrfs.FS handle after use #2780
* [BUGFIX] Move RO status before error return #2807
* [BUFFIX] Fix promhttp_metric_handler_errors_total being always active #2808
* [BUGFIX] Fix nfsd v4 index miss #2824
- update to 1.6.1:
- Rebuild with updated Go version, no source code changes in this release.
- update to 1.6.0:
* [CHANGE] Fix cpustat when some cpus are offline #2318
* [CHANGE] Remove metrics of offline CPUs in CPU collector #2605
* [CHANGE] Deprecate ntp collector #2603
* [CHANGE] Remove bcache `cache_readaheads_totals` metrics #2583
* [CHANGE] Deprecate supervisord collector #2685
* [FEATURE] Add softirqs collector #2669
* [ENHANCEMENT] Add suspended as a `node_zfs_zpool_state` #2449
* [ENHANCEMENT] Add administrative state of Linux network interfaces #2515
* [ENHANCEMENT] Log current value of GOMAXPROCS #2537
* [ENHANCEMENT] Add profiler options for perf collector #2542
* [ENHANCEMENT] Allow root path as metrics path #2590
* [ENHANCEMENT] Add cpu frequency governor metrics #2569
* [ENHANCEMENT] Add new landing page #2622
* [ENHANCEMENT] Reduce privileges needed for btrfs device stats #2634
* [ENHANCEMENT] Add ZFS `memory_available_bytes` #2687
* [ENHANCEMENT] Use `SCSI_IDENT_SERIAL` as serial in diskstats #2612
* [ENHANCEMENT] Read missing from netlink netclass attributes from sysfs #2669
* [BUGFIX] perf: fixes for automatically detecting the correct tracefs mountpoints #2553
* [BUGFIX] Fix `thermal_zone` collector noise #2554
* [BUGFIX] interrupts: Fix fields on linux aarch64 #2631
* [BUGFIX] Remove metrics of offline CPUs in CPU collector #2605
grafana:
- Packaging improvements:
* Changed deprecated `disabled` service mode to `manual`
* Drop golang-packaging macros
* Drop explicit mod=vendor as it is enabled automatically
- Update to version 9.5.18:
* [SECURITY] CVE-2024-1313: Require same organisation when
deleting snapshots (bsc#1222155)
- Update to version 9.5.17:
* [FEATURE] Alerting: Backport use Alertmanager API v2
mgr-push:
- Version 5.0.2-0
* Remove unused code from the traditional stack
* Use bundle CA certificate in rhnpush (bsc#1222731)
spacecmd:
- Version 5.0.6-0
* Update translations
uyuni-common-libs:
- Version 5.0.3-0
* Add support for package signature type V4 RSA/SHA384
* Add support for package signature type V4 RSA/SHA512
(bsc#1221465)
uyuni-tools:
- Version 0.1.9-0
* Redact passwords from the API payload in traces
* Fix build on Ubuntu 20.04 due to version change
- Version 0.1.8-0
* Add 'mgradm support sql' command
* Improve GPG help
* podman-mount* flag should be used only on Server installation
and migration
* Add flag groups in help text
* Attach Proxy pod to our Podman network
* Create support ptf commands
* Create mgrpxy upgrade command
* Add domain for internal container network
* Stop the Server if first user creation failed
* Add localization support
* Require Podman 4.5.0 for its --shm-size-systemd parameter
* Add --podman-mount-www flag for install and migration
* Only colorize output if outputting to a terminal
* Fix output missing newlines due to the spinner
* Add product version and commit id to the version output
* Add missing whitespace between podman common arguments and
additional ones
* Bump the push tag to 5.0.0-RC
* Add gpg command to mgradm
* Hide message in stdout if SCCcredentials is missing
(bsc#1222277)
* Redact password in stdout and uyuni-tools.log
* Rework distribution mapping to work with distros without
.treeinfo data
* Add initial installation support for Confidental Computing
attestation container
* Allow PAM and LDAP authentication using SSSD
* Change pull policy default to Always during upgrade
* Allow migration with non-root user on source server
Patchnames
SUSE-2024-1814,SUSE-SLE-Manager-Tools-15-BETA-2024-1814,SUSE-SLE-Manager-Tools-Beta-For-Micro-5-2024-1814
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ document: { aggregate_severity: { namespace: "https://www.suse.com/support/security/rating/", text: "moderate", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright 2024 SUSE LLC. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "Security Beta update for SUSE Manager Client Tools and Salt", title: "Title of the patch", }, { category: "description", text: "This update fixes the following issues:\n\ngolang-github-prometheus-node_exporter:\n\n- Add `device_error` label for filesystem metrics.\n- Update rtnetlink library to fix errors during ARP metrics collection.\n- update to 1.7.0 (jsc#PED-7893, jsc#PED-7928):\n * [FEATURE] Add ZFS freebsd per dataset stats #2753\n * [FEATURE] Add cpu vulnerabilities reporting from sysfs #2721\n * [ENHANCEMENT] Parallelize stat calls in Linux filesystem collector #1772\n * [ENHANCEMENT] Add missing linkspeeds to ethtool collector #2711\n * [ENHANCEMENT] Add CPU MHz as the value for node_cpu_info metric #2778\n * [ENHANCEMENT] Improve qdisc collector performance #2779\n * [ENHANCEMENT] Add include and exclude filter for hwmon collector #2699\n * [ENHANCEMENT] Optionally fetch ARP stats via rtnetlink instead of procfs #2777\n * [BUGFIX] Fallback to 32-bit stats in netdev #2757\n * [BUGFIX] Close btrfs.FS handle after use #2780\n * [BUGFIX] Move RO status before error return #2807\n * [BUFFIX] Fix promhttp_metric_handler_errors_total being always active #2808\n * [BUGFIX] Fix nfsd v4 index miss #2824\n- update to 1.6.1:\n - Rebuild with updated Go version, no source code changes in this release.\n- update to 1.6.0:\n * [CHANGE] Fix cpustat when some cpus are offline #2318\n * [CHANGE] Remove metrics of offline CPUs in CPU collector #2605\n * [CHANGE] Deprecate ntp collector #2603\n * [CHANGE] Remove bcache `cache_readaheads_totals` metrics #2583\n * [CHANGE] Deprecate supervisord collector #2685\n * [FEATURE] Add softirqs collector #2669\n * [ENHANCEMENT] Add suspended as a `node_zfs_zpool_state` #2449\n * [ENHANCEMENT] Add administrative state of Linux network interfaces #2515\n * [ENHANCEMENT] Log current value of GOMAXPROCS #2537\n * [ENHANCEMENT] Add profiler options for perf collector #2542\n * [ENHANCEMENT] Allow root path as metrics path #2590\n * [ENHANCEMENT] Add cpu frequency governor metrics #2569\n * [ENHANCEMENT] Add new landing page #2622\n * [ENHANCEMENT] Reduce privileges needed for btrfs device stats #2634\n * [ENHANCEMENT] Add ZFS `memory_available_bytes` #2687\n * [ENHANCEMENT] Use `SCSI_IDENT_SERIAL` as serial in diskstats #2612\n * [ENHANCEMENT] Read missing from netlink netclass attributes from sysfs #2669\n * [BUGFIX] perf: fixes for automatically detecting the correct tracefs mountpoints #2553\n * [BUGFIX] Fix `thermal_zone` collector noise #2554\n * [BUGFIX] interrupts: Fix fields on linux aarch64 #2631\n * [BUGFIX] Remove metrics of offline CPUs in CPU collector #2605\n\ngrafana:\n\n- Packaging improvements:\n * Changed deprecated `disabled` service mode to `manual`\n * Drop golang-packaging macros\n * Drop explicit mod=vendor as it is enabled automatically\n- Update to version 9.5.18:\n * [SECURITY] CVE-2024-1313: Require same organisation when\n deleting snapshots (bsc#1222155)\n- Update to version 9.5.17:\n * [FEATURE] Alerting: Backport use Alertmanager API v2\n\nmgr-push:\n\n- Version 5.0.2-0\n * Remove unused code from the traditional stack\n * Use bundle CA certificate in rhnpush (bsc#1222731)\n\nspacecmd:\n\n- Version 5.0.6-0\n * Update translations\n\nuyuni-common-libs:\n\n- Version 5.0.3-0\n * Add support for package signature type V4 RSA/SHA384\n * Add support for package signature type V4 RSA/SHA512\n (bsc#1221465)\n\nuyuni-tools:\n\n- Version 0.1.9-0\n * Redact passwords from the API payload in traces\n * Fix build on Ubuntu 20.04 due to version change\n- Version 0.1.8-0\n * Add 'mgradm support sql' command\n * Improve GPG help\n * podman-mount* flag should be used only on Server installation\n and migration\n * Add flag groups in help text\n * Attach Proxy pod to our Podman network\n * Create support ptf commands\n * Create mgrpxy upgrade command\n * Add domain for internal container network\n * Stop the Server if first user creation failed\n * Add localization support\n * Require Podman 4.5.0 for its --shm-size-systemd parameter\n * Add --podman-mount-www flag for install and migration\n * Only colorize output if outputting to a terminal\n * Fix output missing newlines due to the spinner\n * Add product version and commit id to the version output\n * Add missing whitespace between podman common arguments and\n additional ones\n * Bump the push tag to 5.0.0-RC\n * Add gpg command to mgradm\n * Hide message in stdout if SCCcredentials is missing\n (bsc#1222277)\n * Redact password in stdout and uyuni-tools.log\n * Rework distribution mapping to work with distros without\n .treeinfo data\n * Add initial installation support for Confidental Computing\n attestation container\n * Allow PAM and LDAP authentication using SSSD\n * Change pull policy default to Always during upgrade\n * Allow migration with non-root user on source server\n\n", title: "Description of the patch", }, { category: "details", text: "SUSE-2024-1814,SUSE-SLE-Manager-Tools-15-BETA-2024-1814,SUSE-SLE-Manager-Tools-Beta-For-Micro-5-2024-1814", 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-2024_1814-1.json", }, { category: "self", summary: "URL for SUSE-SU-2024:1814-1", url: "https://www.suse.com/support/update/announcement/2024/suse-su-20241814-1/", }, { category: "self", summary: "E-Mail link for SUSE-SU-2024:1814-1", url: "https://lists.suse.com/pipermail/sle-updates/2024-May/035403.html", }, { category: "self", summary: "SUSE Bug 1221465", url: "https://bugzilla.suse.com/1221465", }, { category: "self", summary: "SUSE Bug 1222155", url: "https://bugzilla.suse.com/1222155", }, { category: "self", summary: "SUSE Bug 1222277", url: "https://bugzilla.suse.com/1222277", }, { category: "self", summary: "SUSE Bug 1222731", url: "https://bugzilla.suse.com/1222731", }, { category: "self", summary: "SUSE CVE CVE-2024-1313 page", url: "https://www.suse.com/security/cve/CVE-2024-1313/", }, ], title: "Security Beta update for SUSE Manager Client Tools and Salt", tracking: { current_release_date: "2024-05-29T08:21:07Z", generator: { date: "2024-05-29T08:21:07Z", engine: { name: "cve-database.git:bin/generate-csaf.pl", version: "1", }, }, id: "SUSE-SU-2024:1814-1", initial_release_date: "2024-05-29T08:21:07Z", revision_history: [ { date: "2024-05-29T08:21:07Z", number: "1", summary: "Current version", }, ], status: "final", version: "1", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version", name: "golang-github-prometheus-node_exporter-1.7.0-159000.6.5.5.aarch64", product: { name: "golang-github-prometheus-node_exporter-1.7.0-159000.6.5.5.aarch64", product_id: "golang-github-prometheus-node_exporter-1.7.0-159000.6.5.5.aarch64", }, }, { category: "product_version", name: "golang-github-prometheus-promu-0.14.0-159000.6.3.3.aarch64", product: { name: "golang-github-prometheus-promu-0.14.0-159000.6.3.3.aarch64", product_id: "golang-github-prometheus-promu-0.14.0-159000.6.3.3.aarch64", }, }, { category: "product_version", name: "grafana-9.5.18-159000.4.33.4.aarch64", product: { name: "grafana-9.5.18-159000.4.33.4.aarch64", product_id: "grafana-9.5.18-159000.4.33.4.aarch64", }, }, { category: "product_version", name: "mgrctl-0.1.9-159000.3.11.5.aarch64", product: { name: "mgrctl-0.1.9-159000.3.11.5.aarch64", product_id: "mgrctl-0.1.9-159000.3.11.5.aarch64", }, }, { category: "product_version", name: "python2-uyuni-common-libs-5.0.3-159000.3.39.3.aarch64", product: { name: "python2-uyuni-common-libs-5.0.3-159000.3.39.3.aarch64", product_id: "python2-uyuni-common-libs-5.0.3-159000.3.39.3.aarch64", }, }, { category: "product_version", name: "python3-uyuni-common-libs-5.0.3-159000.3.39.3.aarch64", product: { name: "python3-uyuni-common-libs-5.0.3-159000.3.39.3.aarch64", product_id: "python3-uyuni-common-libs-5.0.3-159000.3.39.3.aarch64", }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "mgr-push-5.0.2-159000.4.24.5.noarch", product: { name: "mgr-push-5.0.2-159000.4.24.5.noarch", product_id: "mgr-push-5.0.2-159000.4.24.5.noarch", }, }, { category: "product_version", name: "mgrctl-bash-completion-0.1.9-159000.3.11.5.noarch", product: { name: "mgrctl-bash-completion-0.1.9-159000.3.11.5.noarch", product_id: "mgrctl-bash-completion-0.1.9-159000.3.11.5.noarch", }, }, { category: "product_version", name: "mgrctl-lang-0.1.9-159000.3.11.5.noarch", product: { name: "mgrctl-lang-0.1.9-159000.3.11.5.noarch", product_id: "mgrctl-lang-0.1.9-159000.3.11.5.noarch", }, }, { category: "product_version", name: "mgrctl-zsh-completion-0.1.9-159000.3.11.5.noarch", product: { name: "mgrctl-zsh-completion-0.1.9-159000.3.11.5.noarch", product_id: "mgrctl-zsh-completion-0.1.9-159000.3.11.5.noarch", }, }, { category: "product_version", name: "python3-mgr-push-5.0.2-159000.4.24.5.noarch", product: { name: "python3-mgr-push-5.0.2-159000.4.24.5.noarch", product_id: "python3-mgr-push-5.0.2-159000.4.24.5.noarch", }, }, { category: "product_version", name: "spacecmd-5.0.6-159000.6.51.4.noarch", product: { name: "spacecmd-5.0.6-159000.6.51.4.noarch", product_id: "spacecmd-5.0.6-159000.6.51.4.noarch", }, }, ], category: "architecture", name: "noarch", }, { branches: [ { category: "product_version", name: "golang-github-prometheus-node_exporter-1.7.0-159000.6.5.5.ppc64le", product: { name: "golang-github-prometheus-node_exporter-1.7.0-159000.6.5.5.ppc64le", product_id: "golang-github-prometheus-node_exporter-1.7.0-159000.6.5.5.ppc64le", }, }, { category: "product_version", name: "golang-github-prometheus-promu-0.14.0-159000.6.3.3.ppc64le", product: { name: "golang-github-prometheus-promu-0.14.0-159000.6.3.3.ppc64le", product_id: "golang-github-prometheus-promu-0.14.0-159000.6.3.3.ppc64le", }, }, { category: "product_version", name: "grafana-9.5.18-159000.4.33.4.ppc64le", product: { name: "grafana-9.5.18-159000.4.33.4.ppc64le", product_id: "grafana-9.5.18-159000.4.33.4.ppc64le", }, }, { category: "product_version", name: "mgrctl-0.1.9-159000.3.11.5.ppc64le", product: { name: "mgrctl-0.1.9-159000.3.11.5.ppc64le", product_id: "mgrctl-0.1.9-159000.3.11.5.ppc64le", }, }, { category: "product_version", name: "python2-uyuni-common-libs-5.0.3-159000.3.39.3.ppc64le", product: { name: "python2-uyuni-common-libs-5.0.3-159000.3.39.3.ppc64le", product_id: "python2-uyuni-common-libs-5.0.3-159000.3.39.3.ppc64le", }, }, { category: "product_version", name: "python3-uyuni-common-libs-5.0.3-159000.3.39.3.ppc64le", product: { name: "python3-uyuni-common-libs-5.0.3-159000.3.39.3.ppc64le", product_id: "python3-uyuni-common-libs-5.0.3-159000.3.39.3.ppc64le", }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "golang-github-prometheus-node_exporter-1.7.0-159000.6.5.5.s390x", product: { name: "golang-github-prometheus-node_exporter-1.7.0-159000.6.5.5.s390x", product_id: "golang-github-prometheus-node_exporter-1.7.0-159000.6.5.5.s390x", }, }, { category: "product_version", name: "golang-github-prometheus-promu-0.14.0-159000.6.3.3.s390x", product: { name: "golang-github-prometheus-promu-0.14.0-159000.6.3.3.s390x", product_id: "golang-github-prometheus-promu-0.14.0-159000.6.3.3.s390x", }, }, { category: "product_version", name: "grafana-9.5.18-159000.4.33.4.s390x", product: { name: "grafana-9.5.18-159000.4.33.4.s390x", product_id: "grafana-9.5.18-159000.4.33.4.s390x", }, }, { category: "product_version", name: "mgrctl-0.1.9-159000.3.11.5.s390x", product: { name: "mgrctl-0.1.9-159000.3.11.5.s390x", product_id: "mgrctl-0.1.9-159000.3.11.5.s390x", }, }, { category: "product_version", name: "python2-uyuni-common-libs-5.0.3-159000.3.39.3.s390x", product: { name: "python2-uyuni-common-libs-5.0.3-159000.3.39.3.s390x", product_id: "python2-uyuni-common-libs-5.0.3-159000.3.39.3.s390x", }, }, { category: "product_version", name: "python3-uyuni-common-libs-5.0.3-159000.3.39.3.s390x", product: { name: "python3-uyuni-common-libs-5.0.3-159000.3.39.3.s390x", product_id: "python3-uyuni-common-libs-5.0.3-159000.3.39.3.s390x", }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "golang-github-prometheus-node_exporter-1.7.0-159000.6.5.5.x86_64", product: { name: "golang-github-prometheus-node_exporter-1.7.0-159000.6.5.5.x86_64", product_id: "golang-github-prometheus-node_exporter-1.7.0-159000.6.5.5.x86_64", }, }, { category: "product_version", name: "golang-github-prometheus-promu-0.14.0-159000.6.3.3.x86_64", product: { name: "golang-github-prometheus-promu-0.14.0-159000.6.3.3.x86_64", product_id: "golang-github-prometheus-promu-0.14.0-159000.6.3.3.x86_64", }, }, { category: "product_version", name: "grafana-9.5.18-159000.4.33.4.x86_64", product: { name: "grafana-9.5.18-159000.4.33.4.x86_64", product_id: "grafana-9.5.18-159000.4.33.4.x86_64", }, }, { category: "product_version", name: "mgrctl-0.1.9-159000.3.11.5.x86_64", product: { name: "mgrctl-0.1.9-159000.3.11.5.x86_64", product_id: "mgrctl-0.1.9-159000.3.11.5.x86_64", }, }, { category: "product_version", name: "python2-uyuni-common-libs-5.0.3-159000.3.39.3.x86_64", product: { name: "python2-uyuni-common-libs-5.0.3-159000.3.39.3.x86_64", product_id: "python2-uyuni-common-libs-5.0.3-159000.3.39.3.x86_64", }, }, { category: "product_version", name: "python3-uyuni-common-libs-5.0.3-159000.3.39.3.x86_64", product: { name: "python3-uyuni-common-libs-5.0.3-159000.3.39.3.x86_64", product_id: "python3-uyuni-common-libs-5.0.3-159000.3.39.3.x86_64", }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_name", name: "SUSE Manager Client Tools 15-BETA", product: { name: "SUSE Manager Client Tools 15-BETA", product_id: "SUSE Manager Client Tools 15-BETA", }, }, { category: "product_name", name: "SUSE Manager Client Tools Beta for SLE Micro 5", product: { name: "SUSE Manager Client Tools Beta for SLE Micro 5", product_id: "SUSE Manager Client Tools Beta for SLE Micro 5", product_identification_helper: { cpe: "cpe:/o:suse:sle-manager-tools-beta-micro:5", }, }, }, ], category: "product_family", name: "SUSE Linux Enterprise", }, ], category: "vendor", name: "SUSE", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "grafana-9.5.18-159000.4.33.4.aarch64 as component of SUSE Manager Client Tools 15-BETA", product_id: "SUSE Manager Client Tools 15-BETA:grafana-9.5.18-159000.4.33.4.aarch64", }, product_reference: "grafana-9.5.18-159000.4.33.4.aarch64", relates_to_product_reference: "SUSE Manager Client Tools 15-BETA", }, { category: "default_component_of", full_product_name: { name: "grafana-9.5.18-159000.4.33.4.ppc64le as component of SUSE Manager Client Tools 15-BETA", product_id: "SUSE Manager Client Tools 15-BETA:grafana-9.5.18-159000.4.33.4.ppc64le", }, product_reference: "grafana-9.5.18-159000.4.33.4.ppc64le", relates_to_product_reference: "SUSE Manager Client Tools 15-BETA", }, { category: "default_component_of", full_product_name: { name: "grafana-9.5.18-159000.4.33.4.s390x as component of SUSE Manager Client Tools 15-BETA", product_id: "SUSE Manager Client Tools 15-BETA:grafana-9.5.18-159000.4.33.4.s390x", }, product_reference: "grafana-9.5.18-159000.4.33.4.s390x", relates_to_product_reference: "SUSE Manager Client Tools 15-BETA", }, { category: "default_component_of", full_product_name: { name: "grafana-9.5.18-159000.4.33.4.x86_64 as component of SUSE Manager Client Tools 15-BETA", product_id: "SUSE Manager Client Tools 15-BETA:grafana-9.5.18-159000.4.33.4.x86_64", }, product_reference: "grafana-9.5.18-159000.4.33.4.x86_64", relates_to_product_reference: "SUSE Manager Client Tools 15-BETA", }, { category: "default_component_of", full_product_name: { name: "mgr-push-5.0.2-159000.4.24.5.noarch as component of SUSE Manager Client Tools 15-BETA", product_id: "SUSE Manager Client Tools 15-BETA:mgr-push-5.0.2-159000.4.24.5.noarch", }, product_reference: "mgr-push-5.0.2-159000.4.24.5.noarch", relates_to_product_reference: "SUSE Manager Client Tools 15-BETA", }, { category: "default_component_of", full_product_name: { name: "mgrctl-0.1.9-159000.3.11.5.aarch64 as component of SUSE Manager Client Tools 15-BETA", product_id: "SUSE Manager Client Tools 15-BETA:mgrctl-0.1.9-159000.3.11.5.aarch64", }, product_reference: "mgrctl-0.1.9-159000.3.11.5.aarch64", relates_to_product_reference: "SUSE Manager Client Tools 15-BETA", }, { category: "default_component_of", full_product_name: { name: "mgrctl-0.1.9-159000.3.11.5.ppc64le as component of SUSE Manager Client Tools 15-BETA", product_id: "SUSE Manager Client Tools 15-BETA:mgrctl-0.1.9-159000.3.11.5.ppc64le", }, product_reference: "mgrctl-0.1.9-159000.3.11.5.ppc64le", relates_to_product_reference: "SUSE Manager Client Tools 15-BETA", }, { category: "default_component_of", full_product_name: { name: "mgrctl-0.1.9-159000.3.11.5.s390x as component of SUSE Manager Client Tools 15-BETA", product_id: "SUSE Manager Client Tools 15-BETA:mgrctl-0.1.9-159000.3.11.5.s390x", }, product_reference: "mgrctl-0.1.9-159000.3.11.5.s390x", relates_to_product_reference: "SUSE Manager Client Tools 15-BETA", }, { category: "default_component_of", full_product_name: { name: "mgrctl-0.1.9-159000.3.11.5.x86_64 as component of SUSE Manager Client Tools 15-BETA", product_id: "SUSE Manager Client Tools 15-BETA:mgrctl-0.1.9-159000.3.11.5.x86_64", }, product_reference: "mgrctl-0.1.9-159000.3.11.5.x86_64", relates_to_product_reference: "SUSE Manager Client Tools 15-BETA", }, { category: "default_component_of", full_product_name: { name: "mgrctl-bash-completion-0.1.9-159000.3.11.5.noarch as component of SUSE Manager Client Tools 15-BETA", product_id: "SUSE Manager Client Tools 15-BETA:mgrctl-bash-completion-0.1.9-159000.3.11.5.noarch", }, product_reference: "mgrctl-bash-completion-0.1.9-159000.3.11.5.noarch", relates_to_product_reference: "SUSE Manager Client Tools 15-BETA", }, { category: "default_component_of", full_product_name: { name: "mgrctl-lang-0.1.9-159000.3.11.5.noarch as component of SUSE Manager Client Tools 15-BETA", product_id: "SUSE Manager Client Tools 15-BETA:mgrctl-lang-0.1.9-159000.3.11.5.noarch", }, product_reference: "mgrctl-lang-0.1.9-159000.3.11.5.noarch", relates_to_product_reference: "SUSE Manager Client Tools 15-BETA", }, { category: "default_component_of", full_product_name: { name: "mgrctl-zsh-completion-0.1.9-159000.3.11.5.noarch as component of SUSE Manager Client Tools 15-BETA", product_id: "SUSE Manager Client Tools 15-BETA:mgrctl-zsh-completion-0.1.9-159000.3.11.5.noarch", }, product_reference: "mgrctl-zsh-completion-0.1.9-159000.3.11.5.noarch", relates_to_product_reference: "SUSE Manager Client Tools 15-BETA", }, { category: "default_component_of", full_product_name: { name: "python3-mgr-push-5.0.2-159000.4.24.5.noarch as component of SUSE Manager Client Tools 15-BETA", product_id: "SUSE Manager Client Tools 15-BETA:python3-mgr-push-5.0.2-159000.4.24.5.noarch", }, product_reference: "python3-mgr-push-5.0.2-159000.4.24.5.noarch", relates_to_product_reference: "SUSE Manager Client Tools 15-BETA", }, { category: "default_component_of", full_product_name: { name: "python3-uyuni-common-libs-5.0.3-159000.3.39.3.aarch64 as component of SUSE Manager Client Tools 15-BETA", product_id: "SUSE Manager Client Tools 15-BETA:python3-uyuni-common-libs-5.0.3-159000.3.39.3.aarch64", }, product_reference: "python3-uyuni-common-libs-5.0.3-159000.3.39.3.aarch64", relates_to_product_reference: "SUSE Manager Client Tools 15-BETA", }, { category: "default_component_of", full_product_name: { name: "python3-uyuni-common-libs-5.0.3-159000.3.39.3.ppc64le as component of SUSE Manager Client Tools 15-BETA", product_id: "SUSE Manager Client Tools 15-BETA:python3-uyuni-common-libs-5.0.3-159000.3.39.3.ppc64le", }, product_reference: "python3-uyuni-common-libs-5.0.3-159000.3.39.3.ppc64le", relates_to_product_reference: "SUSE Manager Client Tools 15-BETA", }, { category: "default_component_of", full_product_name: { name: "python3-uyuni-common-libs-5.0.3-159000.3.39.3.s390x as component of SUSE Manager Client Tools 15-BETA", product_id: "SUSE Manager Client Tools 15-BETA:python3-uyuni-common-libs-5.0.3-159000.3.39.3.s390x", }, product_reference: "python3-uyuni-common-libs-5.0.3-159000.3.39.3.s390x", relates_to_product_reference: "SUSE Manager Client Tools 15-BETA", }, { category: "default_component_of", full_product_name: { name: "python3-uyuni-common-libs-5.0.3-159000.3.39.3.x86_64 as component of SUSE Manager Client Tools 15-BETA", product_id: "SUSE Manager Client Tools 15-BETA:python3-uyuni-common-libs-5.0.3-159000.3.39.3.x86_64", }, product_reference: "python3-uyuni-common-libs-5.0.3-159000.3.39.3.x86_64", relates_to_product_reference: "SUSE Manager Client Tools 15-BETA", }, { category: "default_component_of", full_product_name: { name: "spacecmd-5.0.6-159000.6.51.4.noarch as component of SUSE Manager Client Tools 15-BETA", product_id: "SUSE Manager Client Tools 15-BETA:spacecmd-5.0.6-159000.6.51.4.noarch", }, product_reference: "spacecmd-5.0.6-159000.6.51.4.noarch", relates_to_product_reference: "SUSE Manager Client Tools 15-BETA", }, { category: "default_component_of", full_product_name: { name: "golang-github-prometheus-node_exporter-1.7.0-159000.6.5.5.aarch64 as component of SUSE Manager Client Tools Beta for SLE Micro 5", product_id: "SUSE Manager Client Tools Beta for SLE Micro 5:golang-github-prometheus-node_exporter-1.7.0-159000.6.5.5.aarch64", }, product_reference: "golang-github-prometheus-node_exporter-1.7.0-159000.6.5.5.aarch64", relates_to_product_reference: "SUSE Manager Client Tools Beta for SLE Micro 5", }, { category: "default_component_of", full_product_name: { name: "golang-github-prometheus-node_exporter-1.7.0-159000.6.5.5.s390x as component of SUSE Manager Client Tools Beta for SLE Micro 5", product_id: "SUSE Manager Client Tools Beta for SLE Micro 5:golang-github-prometheus-node_exporter-1.7.0-159000.6.5.5.s390x", }, product_reference: "golang-github-prometheus-node_exporter-1.7.0-159000.6.5.5.s390x", relates_to_product_reference: "SUSE Manager Client Tools Beta for SLE Micro 5", }, { category: "default_component_of", full_product_name: { name: "golang-github-prometheus-node_exporter-1.7.0-159000.6.5.5.x86_64 as component of SUSE Manager Client Tools Beta for SLE Micro 5", product_id: "SUSE Manager Client Tools Beta for SLE Micro 5:golang-github-prometheus-node_exporter-1.7.0-159000.6.5.5.x86_64", }, product_reference: "golang-github-prometheus-node_exporter-1.7.0-159000.6.5.5.x86_64", relates_to_product_reference: "SUSE Manager Client Tools Beta for SLE Micro 5", }, { category: "default_component_of", full_product_name: { name: "mgrctl-0.1.9-159000.3.11.5.aarch64 as component of SUSE Manager Client Tools Beta for SLE Micro 5", product_id: "SUSE Manager Client Tools Beta for SLE Micro 5:mgrctl-0.1.9-159000.3.11.5.aarch64", }, product_reference: "mgrctl-0.1.9-159000.3.11.5.aarch64", relates_to_product_reference: "SUSE Manager Client Tools Beta for SLE Micro 5", }, { category: "default_component_of", full_product_name: { name: "mgrctl-0.1.9-159000.3.11.5.s390x as component of SUSE Manager Client Tools Beta for SLE Micro 5", product_id: "SUSE Manager Client Tools Beta for SLE Micro 5:mgrctl-0.1.9-159000.3.11.5.s390x", }, product_reference: "mgrctl-0.1.9-159000.3.11.5.s390x", relates_to_product_reference: "SUSE Manager Client Tools Beta for SLE Micro 5", }, { category: "default_component_of", full_product_name: { name: "mgrctl-0.1.9-159000.3.11.5.x86_64 as component of SUSE Manager Client Tools Beta for SLE Micro 5", product_id: "SUSE Manager Client Tools Beta for SLE Micro 5:mgrctl-0.1.9-159000.3.11.5.x86_64", }, product_reference: "mgrctl-0.1.9-159000.3.11.5.x86_64", relates_to_product_reference: "SUSE Manager Client Tools Beta for SLE Micro 5", }, { category: "default_component_of", full_product_name: { name: "mgrctl-bash-completion-0.1.9-159000.3.11.5.noarch as component of SUSE Manager Client Tools Beta for SLE Micro 5", product_id: "SUSE Manager Client Tools Beta for SLE Micro 5:mgrctl-bash-completion-0.1.9-159000.3.11.5.noarch", }, product_reference: "mgrctl-bash-completion-0.1.9-159000.3.11.5.noarch", relates_to_product_reference: "SUSE Manager Client Tools Beta for SLE Micro 5", }, { category: "default_component_of", full_product_name: { name: "mgrctl-lang-0.1.9-159000.3.11.5.noarch as component of SUSE Manager Client Tools Beta for SLE Micro 5", product_id: "SUSE Manager Client Tools Beta for SLE Micro 5:mgrctl-lang-0.1.9-159000.3.11.5.noarch", }, product_reference: "mgrctl-lang-0.1.9-159000.3.11.5.noarch", relates_to_product_reference: "SUSE Manager Client Tools Beta for SLE Micro 5", }, { category: "default_component_of", full_product_name: { name: "mgrctl-zsh-completion-0.1.9-159000.3.11.5.noarch as component of SUSE Manager Client Tools Beta for SLE Micro 5", product_id: "SUSE Manager Client Tools Beta for SLE Micro 5:mgrctl-zsh-completion-0.1.9-159000.3.11.5.noarch", }, product_reference: "mgrctl-zsh-completion-0.1.9-159000.3.11.5.noarch", relates_to_product_reference: "SUSE Manager Client Tools Beta for SLE Micro 5", }, ], }, vulnerabilities: [ { cve: "CVE-2024-1313", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-1313", }, ], notes: [ { category: "general", text: "It is possible for a user in a different organization from the owner of a snapshot to bypass authorization and delete a snapshot by issuing a DELETE request to /api/snapshots/<key> using its view key. This functionality is intended to only be available to individuals with the permission to write/edit to the snapshot in question, but due to a bug in the authorization logic, deletion requests issued by an unprivileged user in a different organization than the snapshot owner are treated as authorized.\n\nGrafana Labs would like to thank Ravid Mazon and Jay Chen of Palo \nAlto Research for discovering and disclosing this vulnerability.\n\nThis issue affects Grafana: from 9.5.0 before 9.5.18, from 10.0.0 before 10.0.13, from 10.1.0 before 10.1.9, from 10.2.0 before 10.2.6, from 10.3.0 before 10.3.5.\n\n", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Manager Client Tools 15-BETA:grafana-9.5.18-159000.4.33.4.aarch64", "SUSE Manager Client Tools 15-BETA:grafana-9.5.18-159000.4.33.4.ppc64le", "SUSE Manager Client Tools 15-BETA:grafana-9.5.18-159000.4.33.4.s390x", "SUSE Manager Client Tools 15-BETA:grafana-9.5.18-159000.4.33.4.x86_64", "SUSE Manager Client Tools 15-BETA:mgr-push-5.0.2-159000.4.24.5.noarch", "SUSE Manager Client Tools 15-BETA:mgrctl-0.1.9-159000.3.11.5.aarch64", "SUSE Manager Client Tools 15-BETA:mgrctl-0.1.9-159000.3.11.5.ppc64le", "SUSE Manager Client Tools 15-BETA:mgrctl-0.1.9-159000.3.11.5.s390x", "SUSE Manager Client Tools 15-BETA:mgrctl-0.1.9-159000.3.11.5.x86_64", "SUSE Manager Client Tools 15-BETA:mgrctl-bash-completion-0.1.9-159000.3.11.5.noarch", "SUSE Manager Client Tools 15-BETA:mgrctl-lang-0.1.9-159000.3.11.5.noarch", "SUSE Manager Client Tools 15-BETA:mgrctl-zsh-completion-0.1.9-159000.3.11.5.noarch", "SUSE Manager Client Tools 15-BETA:python3-mgr-push-5.0.2-159000.4.24.5.noarch", "SUSE Manager Client Tools 15-BETA:python3-uyuni-common-libs-5.0.3-159000.3.39.3.aarch64", "SUSE Manager Client Tools 15-BETA:python3-uyuni-common-libs-5.0.3-159000.3.39.3.ppc64le", "SUSE Manager Client Tools 15-BETA:python3-uyuni-common-libs-5.0.3-159000.3.39.3.s390x", "SUSE Manager Client Tools 15-BETA:python3-uyuni-common-libs-5.0.3-159000.3.39.3.x86_64", "SUSE Manager Client Tools 15-BETA:spacecmd-5.0.6-159000.6.51.4.noarch", "SUSE Manager Client Tools Beta for SLE Micro 5:golang-github-prometheus-node_exporter-1.7.0-159000.6.5.5.aarch64", "SUSE Manager Client Tools Beta for SLE Micro 5:golang-github-prometheus-node_exporter-1.7.0-159000.6.5.5.s390x", "SUSE Manager Client Tools Beta for SLE Micro 5:golang-github-prometheus-node_exporter-1.7.0-159000.6.5.5.x86_64", "SUSE Manager Client Tools Beta for SLE Micro 5:mgrctl-0.1.9-159000.3.11.5.aarch64", "SUSE Manager Client Tools Beta for SLE Micro 5:mgrctl-0.1.9-159000.3.11.5.s390x", "SUSE Manager Client Tools Beta for SLE Micro 5:mgrctl-0.1.9-159000.3.11.5.x86_64", "SUSE Manager Client Tools Beta for SLE Micro 5:mgrctl-bash-completion-0.1.9-159000.3.11.5.noarch", "SUSE Manager Client Tools Beta for SLE Micro 5:mgrctl-lang-0.1.9-159000.3.11.5.noarch", "SUSE Manager Client Tools Beta for SLE Micro 5:mgrctl-zsh-completion-0.1.9-159000.3.11.5.noarch", ], }, references: [ { category: "external", summary: "CVE-2024-1313", url: "https://www.suse.com/security/cve/CVE-2024-1313", }, { category: "external", summary: "SUSE Bug 1222155 for CVE-2024-1313", url: "https://bugzilla.suse.com/1222155", }, ], 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 Client Tools 15-BETA:grafana-9.5.18-159000.4.33.4.aarch64", "SUSE Manager Client Tools 15-BETA:grafana-9.5.18-159000.4.33.4.ppc64le", "SUSE Manager Client Tools 15-BETA:grafana-9.5.18-159000.4.33.4.s390x", "SUSE Manager Client Tools 15-BETA:grafana-9.5.18-159000.4.33.4.x86_64", "SUSE Manager Client Tools 15-BETA:mgr-push-5.0.2-159000.4.24.5.noarch", "SUSE Manager Client Tools 15-BETA:mgrctl-0.1.9-159000.3.11.5.aarch64", "SUSE Manager Client Tools 15-BETA:mgrctl-0.1.9-159000.3.11.5.ppc64le", "SUSE Manager Client Tools 15-BETA:mgrctl-0.1.9-159000.3.11.5.s390x", "SUSE Manager Client Tools 15-BETA:mgrctl-0.1.9-159000.3.11.5.x86_64", "SUSE Manager Client Tools 15-BETA:mgrctl-bash-completion-0.1.9-159000.3.11.5.noarch", "SUSE Manager Client Tools 15-BETA:mgrctl-lang-0.1.9-159000.3.11.5.noarch", "SUSE Manager Client Tools 15-BETA:mgrctl-zsh-completion-0.1.9-159000.3.11.5.noarch", "SUSE Manager Client Tools 15-BETA:python3-mgr-push-5.0.2-159000.4.24.5.noarch", "SUSE Manager Client Tools 15-BETA:python3-uyuni-common-libs-5.0.3-159000.3.39.3.aarch64", "SUSE Manager Client Tools 15-BETA:python3-uyuni-common-libs-5.0.3-159000.3.39.3.ppc64le", "SUSE Manager Client Tools 15-BETA:python3-uyuni-common-libs-5.0.3-159000.3.39.3.s390x", "SUSE Manager Client Tools 15-BETA:python3-uyuni-common-libs-5.0.3-159000.3.39.3.x86_64", "SUSE Manager Client Tools 15-BETA:spacecmd-5.0.6-159000.6.51.4.noarch", "SUSE Manager Client Tools Beta for SLE Micro 5:golang-github-prometheus-node_exporter-1.7.0-159000.6.5.5.aarch64", "SUSE Manager Client Tools Beta for SLE Micro 5:golang-github-prometheus-node_exporter-1.7.0-159000.6.5.5.s390x", "SUSE Manager Client Tools Beta for SLE Micro 5:golang-github-prometheus-node_exporter-1.7.0-159000.6.5.5.x86_64", "SUSE Manager Client Tools Beta for SLE Micro 5:mgrctl-0.1.9-159000.3.11.5.aarch64", "SUSE Manager Client Tools Beta for SLE Micro 5:mgrctl-0.1.9-159000.3.11.5.s390x", "SUSE Manager Client Tools Beta for SLE Micro 5:mgrctl-0.1.9-159000.3.11.5.x86_64", "SUSE Manager Client Tools Beta for SLE Micro 5:mgrctl-bash-completion-0.1.9-159000.3.11.5.noarch", "SUSE Manager Client Tools Beta for SLE Micro 5:mgrctl-lang-0.1.9-159000.3.11.5.noarch", "SUSE Manager Client Tools Beta for SLE Micro 5:mgrctl-zsh-completion-0.1.9-159000.3.11.5.noarch", ], }, ], scores: [ { cvss_v3: { baseScore: 6.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N", version: "3.1", }, products: [ "SUSE Manager Client Tools 15-BETA:grafana-9.5.18-159000.4.33.4.aarch64", "SUSE Manager Client Tools 15-BETA:grafana-9.5.18-159000.4.33.4.ppc64le", "SUSE Manager Client Tools 15-BETA:grafana-9.5.18-159000.4.33.4.s390x", "SUSE Manager Client Tools 15-BETA:grafana-9.5.18-159000.4.33.4.x86_64", "SUSE Manager Client Tools 15-BETA:mgr-push-5.0.2-159000.4.24.5.noarch", "SUSE Manager Client Tools 15-BETA:mgrctl-0.1.9-159000.3.11.5.aarch64", "SUSE Manager Client Tools 15-BETA:mgrctl-0.1.9-159000.3.11.5.ppc64le", "SUSE Manager Client Tools 15-BETA:mgrctl-0.1.9-159000.3.11.5.s390x", "SUSE Manager Client Tools 15-BETA:mgrctl-0.1.9-159000.3.11.5.x86_64", "SUSE Manager Client Tools 15-BETA:mgrctl-bash-completion-0.1.9-159000.3.11.5.noarch", "SUSE Manager Client Tools 15-BETA:mgrctl-lang-0.1.9-159000.3.11.5.noarch", "SUSE Manager Client Tools 15-BETA:mgrctl-zsh-completion-0.1.9-159000.3.11.5.noarch", "SUSE Manager Client Tools 15-BETA:python3-mgr-push-5.0.2-159000.4.24.5.noarch", "SUSE Manager Client Tools 15-BETA:python3-uyuni-common-libs-5.0.3-159000.3.39.3.aarch64", "SUSE Manager Client Tools 15-BETA:python3-uyuni-common-libs-5.0.3-159000.3.39.3.ppc64le", "SUSE Manager Client Tools 15-BETA:python3-uyuni-common-libs-5.0.3-159000.3.39.3.s390x", "SUSE Manager Client Tools 15-BETA:python3-uyuni-common-libs-5.0.3-159000.3.39.3.x86_64", "SUSE Manager Client Tools 15-BETA:spacecmd-5.0.6-159000.6.51.4.noarch", "SUSE Manager Client Tools Beta for SLE Micro 5:golang-github-prometheus-node_exporter-1.7.0-159000.6.5.5.aarch64", "SUSE Manager Client Tools Beta for SLE Micro 5:golang-github-prometheus-node_exporter-1.7.0-159000.6.5.5.s390x", "SUSE Manager Client Tools Beta for SLE Micro 5:golang-github-prometheus-node_exporter-1.7.0-159000.6.5.5.x86_64", "SUSE Manager Client Tools Beta for SLE Micro 5:mgrctl-0.1.9-159000.3.11.5.aarch64", "SUSE Manager Client Tools Beta for SLE Micro 5:mgrctl-0.1.9-159000.3.11.5.s390x", "SUSE Manager Client Tools Beta for SLE Micro 5:mgrctl-0.1.9-159000.3.11.5.x86_64", "SUSE Manager Client Tools Beta for SLE Micro 5:mgrctl-bash-completion-0.1.9-159000.3.11.5.noarch", "SUSE Manager Client Tools Beta for SLE Micro 5:mgrctl-lang-0.1.9-159000.3.11.5.noarch", "SUSE Manager Client Tools Beta for SLE Micro 5:mgrctl-zsh-completion-0.1.9-159000.3.11.5.noarch", ], }, ], threats: [ { category: "impact", date: "2024-05-29T08:21:07Z", details: "moderate", }, ], title: "CVE-2024-1313", }, ], }
Log in or create an account to share your comment.
Security Advisory comment format.
This schema specifies the format of a comment related to a security advisory.
Title of the comment
Description of the comment
Loading…
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.