suse-su-2023:3867-1
Vulnerability from csaf_suse
Published
2023-09-28 11:42
Modified
2023-09-28 11:42
Summary
Security update for SUSE Manager Client Tools

Notes

Title of the patch
Security update for SUSE Manager Client Tools
Description of the patch
This update fixes the following issues: golang-github-lusitaniae-apache_exporter: - Security issues fixed: * CVE-2022-32149: Fix denial of service vulnerability (bsc#1204501) * CVE-2022-41723: Fix uncontrolled resource consumption (bsc#1208270) * CVE-2022-46146: Fix authentication bypass vulnarability (bsc#1208046) - Changes and bugs fixed: * Updated to 1.0.0 (jsc#PED-5405) + Improved flag parsing + Added support for custom headers * Changes from 0.13.1 + Fix panic caused by missing flagConfig options * Added AppArmor profile * Added sandboxing options to systemd service unit * Build using promu * Build with Go 1.19 * Exclude s390 architecture golang-github-prometheus-alertmanager: - CVE-2023-29409: Restrict RSA keys in certificates to less than or equal to 8192 bits to avoid DoSing client/server while validating signatures for extremely large RSA keys. (bsc#1213880) There are no direct source changes. The CVE is fixed rebuilding the sources with the patched Go version. golang-github-prometheus-node_exporter: - CVE-2023-29409: Restrict RSA keys in certificates to less than or equal to 8192 bits to avoid DoSing client/server while validating signatures for extremely large RSA keys. (bsc#1213880) There are no direct source changes. The CVE is fixed rebuilding the sources with the patched Go version. golang-github-prometheus-prometheus: - This update introduces breaking changes. Please, read carefully the provided informations. - Security issues fixed: * CVE-2022-41723: Fix uncontrolled resource consumption by updating Go to version 1.20.1 (bsc#1208298) - Updated to 2.45.0 (jsc#PED-5406): * [FEATURE] API: New limit parameter to limit the number of items returned by `/api/v1/status/tsdb` endpoint * [FEATURE] Config: Add limits to global config * [FEATURE] Consul SD: Added support for `path_prefix` * [FEATURE] Native histograms: Add option to scrape both classic and native histograms. * [FEATURE] Native histograms: Added support for two more arithmetic operators `avg_over_time` and `sum_over_time` * [FEATURE] Promtool: When providing the block id, only one block will be loaded and analyzed * [FEATURE] Remote-write: New Azure ad configuration to support remote writing directly to Azure Monitor workspace * [FEATURE] TSDB: Samples per chunk are now configurable with flag `storage.tsdb.samples-per-chunk`. By default set to its former value 120 * [ENHANCEMENT] Native histograms: bucket size can now be limited to avoid scrape fails * [ENHANCEMENT] TSDB: Dropped series are now deleted from the WAL sooner * [BUGFIX] Native histograms: ChunkSeries iterator now checks if a new sample can be appended to the open chunk * [BUGFIX] Native histograms: Fix Histogram Appender `Appendable()` segfault * [BUGFIX] Native histograms: Fix setting reset header to gauge histograms in seriesToChunkEncoder * [BUGFIX] TSDB: Tombstone intervals are not modified after Get() call * [BUGFIX] TSDB: Use path/filepath to set the WAL directory. - Changes from 2.44.0: * [FEATURE] Remote-read: Handle native histograms * [FEATURE] Promtool: Health and readiness check of prometheus server in CLI * [FEATURE] PromQL: Add `query_samples_total` metric, the total number of samples loaded by all queries * [ENHANCEMENT] Storage: Optimise buffer used to iterate through samples * [ENHANCEMENT] Scrape: Reduce memory allocations on target labels * [ENHANCEMENT] PromQL: Use faster heap method for `topk()` / `bottomk()` * [ENHANCEMENT] Rules API: Allow filtering by rule name * [ENHANCEMENT] Native Histograms: Various fixes and improvements * [ENHANCEMENT] UI: Search of scraping pools is now case-insensitive * [ENHANCEMENT] TSDB: Add an affirmative log message for successful WAL repair * [BUGFIX] TSDB: Block compaction failed when shutting down * [BUGFIX] TSDB: Out-of-order chunks could be ignored if the write-behind log was deleted - Changes from 2.43.1 * [BUGFIX] Labels: Set() after Del() would be ignored, which broke some relabeling rules - Changes from 2.43.0: * [FEATURE] Promtool: Add HTTP client configuration to query commands * [FEATURE] Scrape: Add `include_scrape_configs` to include scrape configs from different files * [FEATURE] HTTP client: Add `no_proxy` to exclude URLs from proxied requests * [FEATURE] HTTP client: Add `proxy_from_enviroment` to read proxies from env variables * [ENHANCEMENT] API: Add support for setting lookback delta per query via the API * [ENHANCEMENT] API: Change HTTP status code from 503/422 to 499 if a request is canceled * [ENHANCEMENT] Scrape: Allow exemplars for all metric types * [ENHANCEMENT] TSDB: Add metrics for head chunks and WAL folders size * [ENHANCEMENT] TSDB: Automatically remove incorrect snapshot with index that is ahead of WAL * [ENHANCEMENT] TSDB: Improve Prometheus parser error outputs to be more comprehensible * [ENHANCEMENT] UI: Scope `group by` labels to metric in autocompletion * [BUGFIX] Scrape: Fix `prometheus_target_scrape_pool_target_limit` metric not set before reloading * [BUGFIX] TSDB: Correctly update `prometheus_tsdb_head_chunks_removed_total` and `prometheus_tsdb_head_chunks` metrics when reading WAL * [BUGFIX] TSDB: Use the correct unit (seconds) when recording out-of-order append deltas in the `prometheus_tsdb_sample_ooo_delta` metric - Changes from 2.42.0: This release comes with a new feature coverage for native histograms and breaking changes. If you are trying native histograms already, we recommend you remove the `wal` directory when upgrading. Because the old WAL record for native histograms is not backward compatible in v2.42.0, this will lead to some data loss for the latest data. Additionally, if you scrape 'float histograms' or use recording rules on native histograms in v2.42.0 (which writes float histograms), it is a one-way street since older versions do not support float histograms. * [CHANGE] **breaking** TSDB: Changed WAL record format for the experimental native histograms * [FEATURE] Add 'keep_firing_for' field to alerting rules * [FEATURE] Promtool: Add support of selecting timeseries for TSDB dump * [ENHANCEMENT] Agent: Native histogram support. * [ENHANCEMENT] Rules: Support native histograms in recording rules * [ENHANCEMENT] SD: Add container ID as a meta label for pod targets for Kubernetes * [ENHANCEMENT] SD: Add VM size label to azure service discovery * [ENHANCEMENT] Support native histograms in federation * [ENHANCEMENT] TSDB: Add gauge histogram support * [ENHANCEMENT] TSDB/Scrape: Support FloatHistogram that represents buckets as float64 values * [ENHANCEMENT] UI: Show individual scrape pools on /targets page - Changes from 2.41.0: * [FEATURE] Relabeling: Add keepequal and dropequal relabel actions * [FEATURE] Add support for HTTP proxy headers * [ENHANCEMENT] Reload private certificates when changed on disk * [ENHANCEMENT] Add max_version to specify maximum TLS version in tls_config * [ENHANCEMENT] Add goos and goarch labels to prometheus_build_info * [ENHANCEMENT] SD: Add proxy support for EC2 and LightSail SDs * [ENHANCEMENT] SD: Add new metric prometheus_sd_file_watcher_errors_total * [ENHANCEMENT] Remote Read: Use a pool to speed up marshalling * [ENHANCEMENT] TSDB: Improve handling of tombstoned chunks in iterators * [ENHANCEMENT] TSDB: Optimize postings offset table reading * [BUGFIX] Scrape: Validate the metric name, label names, and label values after relabeling * [BUGFIX] Remote Write receiver and rule manager: Fix error handling - Changes from 2.40.7: * [BUGFIX] TSDB: Fix queries involving negative buckets of native histograms - Changes from 2.40.5: * [BUGFIX] TSDB: Fix queries involving native histograms due to improper reset of iterators - Changes from 2.40.3: * [BUGFIX] TSDB: Fix compaction after a deletion is called - Changes from 2.40.2: * [BUGFIX] UI: Fix black-on-black metric name color in dark mode - Changes from 2.40.1: * [BUGFIX] TSDB: Fix alignment for atomic int64 for 32 bit architecture * [BUGFIX] Scrape: Fix accept headers - Changes from 2.40.0: * [FEATURE] Add experimental support for native histograms. Enable with the flag --enable-feature=native-histograms. * [FEATURE] SD: Add service discovery for OVHcloud * [ENHANCEMENT] Kubernetes SD: Use protobuf encoding * [ENHANCEMENT] TSDB: Use golang.org/x/exp/slices for improved sorting speed * [ENHANCEMENT] Consul SD: Add enterprise admin partitions. Adds __meta_consul_partition label. Adds partition config in consul_sd_config * [BUGFIX] API: Fix API error codes for /api/v1/labels and /api/v1/series - Changes from 2.39.1: * [BUGFIX] Rules: Fix notifier relabel changing the labels on active alerts - Changes from 2.39.0: * [FEATURE] experimental TSDB: Add support for ingesting out-of-order samples. This is configured via out_of_order_time_window field in the config file; check config file docs for more info * [ENHANCEMENT] API: /-/healthy and /-/ready API calls now also respond to a HEAD request on top of existing GET support. * [ENHANCEMENT] PuppetDB SD: Add __meta_puppetdb_query label. * [ENHANCEMENT] AWS EC2 SD: Add __meta_ec2_region label. * [ENHANCEMENT] AWS Lightsail SD: Add __meta_lightsail_region label. * [ENHANCEMENT] Scrape: Optimise relabeling by re-using memory. * [ENHANCEMENT] TSDB: Improve WAL replay timings. * [ENHANCEMENT] TSDB: Optimise memory by not storing unnecessary data in the memory. * [ENHANCEMENT] TSDB: Allow overlapping blocks by default. --storage.tsdb.allow-overlapping-blocks now has no effect. * [ENHANCEMENT] UI: Click to copy label-value pair from query result to clipboard. * [BUGFIX] TSDB: Turn off isolation for Head compaction to fix a memory leak. * [BUGFIX] TSDB: Fix 'invalid magic number 0' error on Prometheus startup. * [BUGFIX] PromQL: Properly close file descriptor when logging unfinished queries. * [BUGFIX] Agent: Fix validation of flag options and prevent WAL from growing more than desired. - Changes from 2.38.0: * [FEATURE]: Web: Add a /api/v1/format_query HTTP API endpoint that allows pretty-formatting PromQL expressions. * [FEATURE]: UI: Add support for formatting PromQL expressions in the UI. * [FEATURE]: DNS SD: Support MX records for discovering targets. * [FEATURE]: Templates: Add toTime() template function that allows converting sample timestamps to Go time.Time values * [ENHANCEMENT]: Kubernetes SD: Add __meta_kubernetes_service_port_number meta label indicating the service port number. __meta_kubernetes_pod_container_image meta label indicating the container image. * [ENHANCEMENT]: PromQL: When a query panics, also log the query itself alongside the panic message. * [ENHANCEMENT]: UI: Tweak colors in the dark theme to improve the contrast ratio. * [ENHANCEMENT]: Web: Speed up calls to /api/v1/rules by avoiding locks and using atomic types instead. * [ENHANCEMENT]: Scrape: Add a no-default-scrape-port feature flag, which omits or removes any default HTTP (:80) or HTTPS (:443) ports in the target's scrape address. * [BUGFIX]: TSDB: In the WAL watcher metrics, expose the type='exemplar' label instead of type='unknown' for exemplar records. * [BUGFIX]: TSDB: Fix race condition around allocating series IDs during chunk snapshot loading. golang-github-QubitProducts-exporter_exporter: - CVE-2023-29409: Restrict RSA keys in certificates to less than or equal to 8192 bits to avoid DoSing client/server while validating signatures for extremely large RSA keys. (bsc#1213880) There are no direct source changes. The CVE is fixed rebuilding the sources with the patched Go version. grafana: - CVE-2023-29409: Restrict RSA keys in certificates to less than or equal to 8192 bits to avoid DoSing client/server while validating signatures for extremely large RSA keys. (bsc#1213880) There are no direct source changes. The CVE is fixed rebuilding the sources with the patched Go version. prometheus-blackbox_exporter: - CVE-2023-29409: Restrict RSA keys in certificates to less than or equal to 8192 bits to avoid DoSing client/server while validating signatures for extremely large RSA keys. (bsc#1213880) There are no direct source changes. The CVE is fixed rebuilding the sources with the patched Go version. prometheus-postgres_exporter: - CVE-2023-29409: Restrict RSA keys in certificates to less than or equal to 8192 bits to avoid DoSing client/server while validating signatures for extremely large RSA keys. (bsc#1213880) There are no direct source changes. The CVE is fixed rebuilding the sources with the patched Go version. spacecmd: - Updated to 4.3.23-1 * Update translation strings supportutils-plugin-susemanager-client: - Updated to 4.3.3-1 * Write configured crypto-policy in supportconfig * Add cloud and Pay-as-you-go checks uyuni-common-libs: - Updated to 4.3.9-1 * Workaround for python3-debian bug about collecting control file (bsc#1211525, bsc#1208692)
Patchnames
SUSE-2023-3867,SUSE-SLE-Manager-Tools-12-2023-3867,SUSE-SLE-SERVER-12-SP5-2023-3867
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": "important"
    },
    "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 Client Tools",
        "title": "Title of the patch"
      },
      {
        "category": "description",
        "text": "This update fixes the following issues:\n\ngolang-github-lusitaniae-apache_exporter:\n\n- Security issues fixed:\n  * CVE-2022-32149: Fix denial of service vulnerability (bsc#1204501)\n  * CVE-2022-41723: Fix uncontrolled resource consumption (bsc#1208270)\n  * CVE-2022-46146: Fix authentication bypass vulnarability (bsc#1208046)\n- Changes and bugs fixed:\n  * Updated to 1.0.0 (jsc#PED-5405)\n    + Improved flag parsing\n    + Added support for custom headers\n  * Changes from 0.13.1\n    + Fix panic caused by missing flagConfig options\n  * Added AppArmor profile\n  * Added sandboxing options to systemd service unit\n  * Build using promu\n  * Build with Go 1.19\n  * Exclude s390 architecture\n\ngolang-github-prometheus-alertmanager:\n\n- CVE-2023-29409: Restrict RSA keys in certificates to less than or equal to 8192 bits to avoid DoSing client/server\n  while validating signatures for extremely large RSA keys. (bsc#1213880)\n  There are no direct source changes. The CVE is fixed rebuilding the sources with the patched Go version.\n\ngolang-github-prometheus-node_exporter:\n\n- CVE-2023-29409: Restrict RSA keys in certificates to less than or equal to 8192 bits to avoid DoSing client/server\n  while validating signatures for extremely large RSA keys. (bsc#1213880)\n  There are no direct source changes. The CVE is fixed rebuilding the sources with the patched Go version.\n\ngolang-github-prometheus-prometheus:\n\n- This update introduces breaking changes. Please, read carefully the provided informations.\n- Security issues fixed:\n  * CVE-2022-41723: Fix uncontrolled resource consumption by updating Go to version 1.20.1 (bsc#1208298)\n- Updated to 2.45.0 (jsc#PED-5406):\n  * [FEATURE] API: New limit parameter to limit the number of items returned by `/api/v1/status/tsdb` endpoint\n  * [FEATURE] Config: Add limits to global config\n  * [FEATURE] Consul SD: Added support for `path_prefix`\n  * [FEATURE] Native histograms: Add option to scrape both classic and native histograms.\n  * [FEATURE] Native histograms: Added support for two more arithmetic operators `avg_over_time` and `sum_over_time`\n  * [FEATURE] Promtool: When providing the block id, only one block will be loaded and analyzed\n  * [FEATURE] Remote-write: New Azure ad configuration to support remote writing directly to Azure Monitor workspace\n  * [FEATURE] TSDB: Samples per chunk are now configurable with flag `storage.tsdb.samples-per-chunk`. By default set\n    to its former value 120\n  * [ENHANCEMENT] Native histograms: bucket size can now be limited to avoid scrape fails\n  * [ENHANCEMENT] TSDB: Dropped series are now deleted from the WAL sooner\n  * [BUGFIX] Native histograms: ChunkSeries iterator now checks if a new sample can be appended to the open chunk\n  * [BUGFIX] Native histograms: Fix Histogram Appender `Appendable()` segfault\n  * [BUGFIX] Native histograms: Fix setting reset header to gauge histograms in seriesToChunkEncoder\n  * [BUGFIX] TSDB: Tombstone intervals are not modified after Get() call\n  * [BUGFIX] TSDB: Use path/filepath to set the WAL directory.\n- Changes from 2.44.0:\n  * [FEATURE] Remote-read: Handle native histograms\n  * [FEATURE] Promtool: Health and readiness check of prometheus server in CLI\n  * [FEATURE] PromQL: Add `query_samples_total` metric, the total number of samples loaded by all queries\n  * [ENHANCEMENT] Storage: Optimise buffer used to iterate through samples\n  * [ENHANCEMENT] Scrape: Reduce memory allocations on target labels\n  * [ENHANCEMENT] PromQL: Use faster heap method for `topk()` / `bottomk()`\n  * [ENHANCEMENT] Rules API: Allow filtering by rule name\n  * [ENHANCEMENT] Native Histograms: Various fixes and improvements\n  * [ENHANCEMENT] UI: Search of scraping pools is now case-insensitive\n  * [ENHANCEMENT] TSDB: Add an affirmative log message for successful WAL repair\n  * [BUGFIX] TSDB: Block compaction failed when shutting down\n  * [BUGFIX] TSDB: Out-of-order chunks could be ignored if the write-behind log was deleted\n- Changes from 2.43.1\n  * [BUGFIX] Labels: Set() after Del() would be ignored, which broke some relabeling rules\n- Changes from 2.43.0:\n  * [FEATURE] Promtool: Add HTTP client configuration to query commands\n  * [FEATURE] Scrape: Add `include_scrape_configs` to include scrape configs from different files\n  * [FEATURE] HTTP client: Add `no_proxy` to exclude URLs from proxied requests\n  * [FEATURE] HTTP client: Add `proxy_from_enviroment` to read proxies from env variables\n  * [ENHANCEMENT] API: Add support for setting lookback delta per query via the API\n  * [ENHANCEMENT] API: Change HTTP status code from 503/422 to 499 if a request is canceled\n  * [ENHANCEMENT] Scrape: Allow exemplars for all metric types\n  * [ENHANCEMENT] TSDB: Add metrics for head chunks and WAL folders size\n  * [ENHANCEMENT] TSDB: Automatically remove incorrect snapshot with index that is ahead of WAL\n  * [ENHANCEMENT] TSDB: Improve Prometheus parser error outputs to be more comprehensible\n  * [ENHANCEMENT] UI: Scope `group by` labels to metric in autocompletion\n  * [BUGFIX] Scrape: Fix `prometheus_target_scrape_pool_target_limit` metric not set before reloading\n  * [BUGFIX] TSDB: Correctly update `prometheus_tsdb_head_chunks_removed_total` and `prometheus_tsdb_head_chunks`\n    metrics when reading WAL\n  * [BUGFIX] TSDB: Use the correct unit (seconds) when recording out-of-order append deltas in the\n    `prometheus_tsdb_sample_ooo_delta` metric\n- Changes from 2.42.0:\n  This release comes with a new feature coverage for native histograms and breaking changes.\n  If you are trying native histograms already, we recommend you remove the `wal` directory when upgrading. Because the\n  old WAL record for native histograms is not backward compatible in v2.42.0, this will lead to some data loss for the\n  latest data. Additionally, if you scrape \u0027float histograms\u0027 or use recording rules on native histograms in v2.42.0\n  (which writes float histograms), it is a one-way street since older versions do not support float histograms.\n  * [CHANGE] **breaking** TSDB: Changed WAL record format for the experimental native histograms\n  * [FEATURE] Add \u0027keep_firing_for\u0027 field to alerting rules\n  * [FEATURE] Promtool: Add support of selecting timeseries for TSDB dump\n  * [ENHANCEMENT] Agent: Native histogram support.\n  * [ENHANCEMENT] Rules: Support native histograms in recording rules\n  * [ENHANCEMENT] SD: Add container ID as a meta label for pod targets for Kubernetes\n  * [ENHANCEMENT] SD: Add VM size label to azure service discovery\n  * [ENHANCEMENT] Support native histograms in federation\n  * [ENHANCEMENT] TSDB: Add gauge histogram support\n  * [ENHANCEMENT] TSDB/Scrape: Support FloatHistogram that represents buckets as float64 values\n  * [ENHANCEMENT] UI: Show individual scrape pools on /targets page\n- Changes from 2.41.0:\n  * [FEATURE] Relabeling: Add keepequal and dropequal relabel actions\n  * [FEATURE] Add support for HTTP proxy headers\n  * [ENHANCEMENT] Reload private certificates when changed on disk\n  * [ENHANCEMENT] Add max_version to specify maximum TLS version in tls_config\n  * [ENHANCEMENT] Add goos and goarch labels to prometheus_build_info\n  * [ENHANCEMENT] SD: Add proxy support for EC2 and LightSail SDs\n  * [ENHANCEMENT] SD: Add new metric prometheus_sd_file_watcher_errors_total\n  * [ENHANCEMENT] Remote Read: Use a pool to speed up marshalling\n  * [ENHANCEMENT] TSDB: Improve handling of tombstoned chunks in iterators\n  * [ENHANCEMENT] TSDB: Optimize postings offset table reading\n  * [BUGFIX] Scrape: Validate the metric name, label names, and label values after relabeling\n  * [BUGFIX] Remote Write receiver and rule manager: Fix error handling\n- Changes from 2.40.7:\n  * [BUGFIX] TSDB: Fix queries involving negative buckets of native histograms\n- Changes from 2.40.5:\n  * [BUGFIX] TSDB: Fix queries involving native histograms due to improper reset of iterators\n- Changes from 2.40.3:\n  * [BUGFIX] TSDB: Fix compaction after a deletion is called\n- Changes from 2.40.2:\n  * [BUGFIX] UI: Fix black-on-black metric name color in dark mode\n- Changes from 2.40.1:\n  * [BUGFIX] TSDB: Fix alignment for atomic int64 for 32 bit architecture\n  * [BUGFIX] Scrape: Fix accept headers\n- Changes from 2.40.0:\n  * [FEATURE] Add experimental support for native histograms.\n    Enable with the flag --enable-feature=native-histograms.\n  * [FEATURE] SD: Add service discovery for OVHcloud\n  * [ENHANCEMENT] Kubernetes SD: Use protobuf encoding\n  * [ENHANCEMENT] TSDB: Use golang.org/x/exp/slices for improved sorting speed\n  * [ENHANCEMENT] Consul SD: Add enterprise admin partitions. Adds __meta_consul_partition label. Adds partition\n    config in consul_sd_config\n  * [BUGFIX] API: Fix API error codes for /api/v1/labels and /api/v1/series\n- Changes from 2.39.1:\n  * [BUGFIX] Rules: Fix notifier relabel changing the labels on active alerts\n- Changes from 2.39.0:\n  * [FEATURE] experimental TSDB: Add support for ingesting out-of-order samples. This is configured via\n    out_of_order_time_window field in the config file; check config file docs for more info\n  * [ENHANCEMENT] API: /-/healthy and /-/ready API calls now also respond to a HEAD request on top of existing\n    GET support.\n  * [ENHANCEMENT] PuppetDB SD: Add __meta_puppetdb_query label.\n  * [ENHANCEMENT] AWS EC2 SD: Add __meta_ec2_region label.\n  * [ENHANCEMENT] AWS Lightsail SD: Add __meta_lightsail_region label.\n  * [ENHANCEMENT] Scrape: Optimise relabeling by re-using memory.\n  * [ENHANCEMENT] TSDB: Improve WAL replay timings.\n  * [ENHANCEMENT] TSDB: Optimise memory by not storing unnecessary data in the memory.\n  * [ENHANCEMENT] TSDB: Allow overlapping blocks by default.\n    --storage.tsdb.allow-overlapping-blocks now has no effect.\n  * [ENHANCEMENT] UI: Click to copy label-value pair from query result to clipboard.\n  * [BUGFIX] TSDB: Turn off isolation for Head compaction to fix a memory leak.\n  * [BUGFIX] TSDB: Fix \u0027invalid magic number 0\u0027 error on Prometheus startup.\n  * [BUGFIX] PromQL: Properly close file descriptor when logging unfinished queries.\n  * [BUGFIX] Agent: Fix validation of flag options and prevent WAL from growing more than desired.\n- Changes from 2.38.0:\n  * [FEATURE]: Web: Add a /api/v1/format_query HTTP API endpoint that allows pretty-formatting PromQL expressions.\n  * [FEATURE]: UI: Add support for formatting PromQL expressions in the UI.\n  * [FEATURE]: DNS SD: Support MX records for discovering targets.\n  * [FEATURE]: Templates: Add toTime() template function that allows converting sample timestamps to\n    Go time.Time values\n  * [ENHANCEMENT]: Kubernetes SD: Add\n    __meta_kubernetes_service_port_number meta label indicating the service port number.\n    __meta_kubernetes_pod_container_image meta label indicating the container image.\n  * [ENHANCEMENT]: PromQL: When a query panics, also log the query itself alongside the panic message.\n  * [ENHANCEMENT]: UI: Tweak colors in the dark theme to improve the contrast ratio.\n  * [ENHANCEMENT]: Web: Speed up calls to /api/v1/rules by avoiding locks and using atomic types instead.\n  * [ENHANCEMENT]: Scrape: Add a no-default-scrape-port feature flag, which omits or removes any default HTTP (:80)\n    or HTTPS (:443) ports in the target\u0027s scrape address.\n  * [BUGFIX]: TSDB: In the WAL watcher metrics, expose the\n    type=\u0027exemplar\u0027 label instead of type=\u0027unknown\u0027 for exemplar records.\n  * [BUGFIX]: TSDB: Fix race condition around allocating series IDs during chunk snapshot loading.\n\ngolang-github-QubitProducts-exporter_exporter:\n\n- CVE-2023-29409: Restrict RSA keys in certificates to less than or equal to 8192 bits to avoid DoSing client/server\n  while validating signatures for extremely large RSA keys. (bsc#1213880)\n  There are no direct source changes. The CVE is fixed rebuilding the sources with the patched Go version.\n\ngrafana:\n\n- CVE-2023-29409: Restrict RSA keys in certificates to less than or equal to 8192 bits to avoid DoSing client/server\n  while validating signatures for extremely large RSA keys. (bsc#1213880)\n  There are no direct source changes. The CVE is fixed rebuilding the sources with the patched Go version.\n\nprometheus-blackbox_exporter:\n\n- CVE-2023-29409: Restrict RSA keys in certificates to less than or equal to 8192 bits to avoid DoSing client/server\n  while validating signatures for extremely large RSA keys. (bsc#1213880)\n  There are no direct source changes. The CVE is fixed rebuilding the sources with the patched Go version.\n\nprometheus-postgres_exporter:\n\n- CVE-2023-29409: Restrict RSA keys in certificates to less than or equal to 8192 bits to avoid DoSing client/server\n  while validating signatures for extremely large RSA keys. (bsc#1213880)\n  There are no direct source changes. The CVE is fixed rebuilding the sources with the patched Go version.\n\nspacecmd:\n\n- Updated to 4.3.23-1\n  * Update translation strings\n\nsupportutils-plugin-susemanager-client:\n\n- Updated to 4.3.3-1\n  * Write configured crypto-policy in supportconfig\n  * Add cloud and Pay-as-you-go checks\n\nuyuni-common-libs:\n\n- Updated to 4.3.9-1\n  * Workaround for python3-debian bug about collecting control file (bsc#1211525, bsc#1208692)\n\n",
        "title": "Description of the patch"
      },
      {
        "category": "details",
        "text": "SUSE-2023-3867,SUSE-SLE-Manager-Tools-12-2023-3867,SUSE-SLE-SERVER-12-SP5-2023-3867",
        "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-2023_3867-1.json"
      },
      {
        "category": "self",
        "summary": "URL for SUSE-SU-2023:3867-1",
        "url": "https://www.suse.com/support/update/announcement/2023/suse-su-20233867-1/"
      },
      {
        "category": "self",
        "summary": "E-Mail link for SUSE-SU-2023:3867-1",
        "url": "https://lists.suse.com/pipermail/sle-updates/2023-September/031790.html"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1204501",
        "url": "https://bugzilla.suse.com/1204501"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1208046",
        "url": "https://bugzilla.suse.com/1208046"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1208270",
        "url": "https://bugzilla.suse.com/1208270"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1208298",
        "url": "https://bugzilla.suse.com/1208298"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1208692",
        "url": "https://bugzilla.suse.com/1208692"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1211525",
        "url": "https://bugzilla.suse.com/1211525"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1213880",
        "url": "https://bugzilla.suse.com/1213880"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2022-32149 page",
        "url": "https://www.suse.com/security/cve/CVE-2022-32149/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2022-41723 page",
        "url": "https://www.suse.com/security/cve/CVE-2022-41723/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2022-46146 page",
        "url": "https://www.suse.com/security/cve/CVE-2022-46146/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2023-29409 page",
        "url": "https://www.suse.com/security/cve/CVE-2023-29409/"
      }
    ],
    "title": "Security update for SUSE Manager Client Tools",
    "tracking": {
      "current_release_date": "2023-09-28T11:42:18Z",
      "generator": {
        "date": "2023-09-28T11:42:18Z",
        "engine": {
          "name": "cve-database.git:bin/generate-csaf.pl",
          "version": "1"
        }
      },
      "id": "SUSE-SU-2023:3867-1",
      "initial_release_date": "2023-09-28T11:42:18Z",
      "revision_history": [
        {
          "date": "2023-09-28T11:42:18Z",
          "number": "1",
          "summary": "Current version"
        }
      ],
      "status": "final",
      "version": "1"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_version",
                "name": "golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.aarch64",
                "product": {
                  "name": "golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.aarch64",
                  "product_id": "golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.aarch64",
                "product": {
                  "name": "golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.aarch64",
                  "product_id": "golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "golang-github-prometheus-alertmanager-0.23.0-1.21.2.aarch64",
                "product": {
                  "name": "golang-github-prometheus-alertmanager-0.23.0-1.21.2.aarch64",
                  "product_id": "golang-github-prometheus-alertmanager-0.23.0-1.21.2.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "golang-github-prometheus-node_exporter-1.5.0-1.27.2.aarch64",
                "product": {
                  "name": "golang-github-prometheus-node_exporter-1.5.0-1.27.2.aarch64",
                  "product_id": "golang-github-prometheus-node_exporter-1.5.0-1.27.2.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "golang-github-prometheus-prometheus-2.45.0-1.47.3.aarch64",
                "product": {
                  "name": "golang-github-prometheus-prometheus-2.45.0-1.47.3.aarch64",
                  "product_id": "golang-github-prometheus-prometheus-2.45.0-1.47.3.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "grafana-9.5.5-1.54.3.aarch64",
                "product": {
                  "name": "grafana-9.5.5-1.54.3.aarch64",
                  "product_id": "grafana-9.5.5-1.54.3.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "prometheus-blackbox_exporter-0.24.0-1.23.2.aarch64",
                "product": {
                  "name": "prometheus-blackbox_exporter-0.24.0-1.23.2.aarch64",
                  "product_id": "prometheus-blackbox_exporter-0.24.0-1.23.2.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "prometheus-postgres_exporter-0.10.1-1.14.3.aarch64",
                "product": {
                  "name": "prometheus-postgres_exporter-0.10.1-1.14.3.aarch64",
                  "product_id": "prometheus-postgres_exporter-0.10.1-1.14.3.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "python2-uyuni-common-libs-4.3.9-1.36.3.aarch64",
                "product": {
                  "name": "python2-uyuni-common-libs-4.3.9-1.36.3.aarch64",
                  "product_id": "python2-uyuni-common-libs-4.3.9-1.36.3.aarch64"
                }
              }
            ],
            "category": "architecture",
            "name": "aarch64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.i586",
                "product": {
                  "name": "golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.i586",
                  "product_id": "golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.i586"
                }
              },
              {
                "category": "product_version",
                "name": "golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.i586",
                "product": {
                  "name": "golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.i586",
                  "product_id": "golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.i586"
                }
              },
              {
                "category": "product_version",
                "name": "golang-github-prometheus-alertmanager-0.23.0-1.21.2.i586",
                "product": {
                  "name": "golang-github-prometheus-alertmanager-0.23.0-1.21.2.i586",
                  "product_id": "golang-github-prometheus-alertmanager-0.23.0-1.21.2.i586"
                }
              },
              {
                "category": "product_version",
                "name": "golang-github-prometheus-node_exporter-1.5.0-1.27.2.i586",
                "product": {
                  "name": "golang-github-prometheus-node_exporter-1.5.0-1.27.2.i586",
                  "product_id": "golang-github-prometheus-node_exporter-1.5.0-1.27.2.i586"
                }
              },
              {
                "category": "product_version",
                "name": "golang-github-prometheus-prometheus-2.45.0-1.47.3.i586",
                "product": {
                  "name": "golang-github-prometheus-prometheus-2.45.0-1.47.3.i586",
                  "product_id": "golang-github-prometheus-prometheus-2.45.0-1.47.3.i586"
                }
              },
              {
                "category": "product_version",
                "name": "grafana-9.5.5-1.54.3.i586",
                "product": {
                  "name": "grafana-9.5.5-1.54.3.i586",
                  "product_id": "grafana-9.5.5-1.54.3.i586"
                }
              },
              {
                "category": "product_version",
                "name": "prometheus-blackbox_exporter-0.24.0-1.23.2.i586",
                "product": {
                  "name": "prometheus-blackbox_exporter-0.24.0-1.23.2.i586",
                  "product_id": "prometheus-blackbox_exporter-0.24.0-1.23.2.i586"
                }
              },
              {
                "category": "product_version",
                "name": "prometheus-postgres_exporter-0.10.1-1.14.3.i586",
                "product": {
                  "name": "prometheus-postgres_exporter-0.10.1-1.14.3.i586",
                  "product_id": "prometheus-postgres_exporter-0.10.1-1.14.3.i586"
                }
              },
              {
                "category": "product_version",
                "name": "python2-uyuni-common-libs-4.3.9-1.36.3.i586",
                "product": {
                  "name": "python2-uyuni-common-libs-4.3.9-1.36.3.i586",
                  "product_id": "python2-uyuni-common-libs-4.3.9-1.36.3.i586"
                }
              }
            ],
            "category": "architecture",
            "name": "i586"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "spacecmd-4.3.23-38.127.3.noarch",
                "product": {
                  "name": "spacecmd-4.3.23-38.127.3.noarch",
                  "product_id": "spacecmd-4.3.23-38.127.3.noarch"
                }
              },
              {
                "category": "product_version",
                "name": "supportutils-plugin-susemanager-client-4.3.3-6.27.2.noarch",
                "product": {
                  "name": "supportutils-plugin-susemanager-client-4.3.3-6.27.2.noarch",
                  "product_id": "supportutils-plugin-susemanager-client-4.3.3-6.27.2.noarch"
                }
              }
            ],
            "category": "architecture",
            "name": "noarch"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.ppc64le",
                "product": {
                  "name": "golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.ppc64le",
                  "product_id": "golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.ppc64le",
                "product": {
                  "name": "golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.ppc64le",
                  "product_id": "golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "golang-github-prometheus-alertmanager-0.23.0-1.21.2.ppc64le",
                "product": {
                  "name": "golang-github-prometheus-alertmanager-0.23.0-1.21.2.ppc64le",
                  "product_id": "golang-github-prometheus-alertmanager-0.23.0-1.21.2.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "golang-github-prometheus-node_exporter-1.5.0-1.27.2.ppc64le",
                "product": {
                  "name": "golang-github-prometheus-node_exporter-1.5.0-1.27.2.ppc64le",
                  "product_id": "golang-github-prometheus-node_exporter-1.5.0-1.27.2.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "golang-github-prometheus-prometheus-2.45.0-1.47.3.ppc64le",
                "product": {
                  "name": "golang-github-prometheus-prometheus-2.45.0-1.47.3.ppc64le",
                  "product_id": "golang-github-prometheus-prometheus-2.45.0-1.47.3.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "grafana-9.5.5-1.54.3.ppc64le",
                "product": {
                  "name": "grafana-9.5.5-1.54.3.ppc64le",
                  "product_id": "grafana-9.5.5-1.54.3.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "prometheus-blackbox_exporter-0.24.0-1.23.2.ppc64le",
                "product": {
                  "name": "prometheus-blackbox_exporter-0.24.0-1.23.2.ppc64le",
                  "product_id": "prometheus-blackbox_exporter-0.24.0-1.23.2.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "prometheus-postgres_exporter-0.10.1-1.14.3.ppc64le",
                "product": {
                  "name": "prometheus-postgres_exporter-0.10.1-1.14.3.ppc64le",
                  "product_id": "prometheus-postgres_exporter-0.10.1-1.14.3.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "python2-uyuni-common-libs-4.3.9-1.36.3.ppc64le",
                "product": {
                  "name": "python2-uyuni-common-libs-4.3.9-1.36.3.ppc64le",
                  "product_id": "python2-uyuni-common-libs-4.3.9-1.36.3.ppc64le"
                }
              }
            ],
            "category": "architecture",
            "name": "ppc64le"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "python2-uyuni-common-libs-4.3.9-1.36.3.s390",
                "product": {
                  "name": "python2-uyuni-common-libs-4.3.9-1.36.3.s390",
                  "product_id": "python2-uyuni-common-libs-4.3.9-1.36.3.s390"
                }
              }
            ],
            "category": "architecture",
            "name": "s390"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.s390x",
                "product": {
                  "name": "golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.s390x",
                  "product_id": "golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.s390x",
                "product": {
                  "name": "golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.s390x",
                  "product_id": "golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "golang-github-prometheus-alertmanager-0.23.0-1.21.2.s390x",
                "product": {
                  "name": "golang-github-prometheus-alertmanager-0.23.0-1.21.2.s390x",
                  "product_id": "golang-github-prometheus-alertmanager-0.23.0-1.21.2.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "golang-github-prometheus-node_exporter-1.5.0-1.27.2.s390x",
                "product": {
                  "name": "golang-github-prometheus-node_exporter-1.5.0-1.27.2.s390x",
                  "product_id": "golang-github-prometheus-node_exporter-1.5.0-1.27.2.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "golang-github-prometheus-prometheus-2.45.0-1.47.3.s390x",
                "product": {
                  "name": "golang-github-prometheus-prometheus-2.45.0-1.47.3.s390x",
                  "product_id": "golang-github-prometheus-prometheus-2.45.0-1.47.3.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "grafana-9.5.5-1.54.3.s390x",
                "product": {
                  "name": "grafana-9.5.5-1.54.3.s390x",
                  "product_id": "grafana-9.5.5-1.54.3.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "prometheus-blackbox_exporter-0.24.0-1.23.2.s390x",
                "product": {
                  "name": "prometheus-blackbox_exporter-0.24.0-1.23.2.s390x",
                  "product_id": "prometheus-blackbox_exporter-0.24.0-1.23.2.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "prometheus-postgres_exporter-0.10.1-1.14.3.s390x",
                "product": {
                  "name": "prometheus-postgres_exporter-0.10.1-1.14.3.s390x",
                  "product_id": "prometheus-postgres_exporter-0.10.1-1.14.3.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "python2-uyuni-common-libs-4.3.9-1.36.3.s390x",
                "product": {
                  "name": "python2-uyuni-common-libs-4.3.9-1.36.3.s390x",
                  "product_id": "python2-uyuni-common-libs-4.3.9-1.36.3.s390x"
                }
              }
            ],
            "category": "architecture",
            "name": "s390x"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.x86_64",
                "product": {
                  "name": "golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.x86_64",
                  "product_id": "golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.x86_64",
                "product": {
                  "name": "golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.x86_64",
                  "product_id": "golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "golang-github-prometheus-alertmanager-0.23.0-1.21.2.x86_64",
                "product": {
                  "name": "golang-github-prometheus-alertmanager-0.23.0-1.21.2.x86_64",
                  "product_id": "golang-github-prometheus-alertmanager-0.23.0-1.21.2.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "golang-github-prometheus-node_exporter-1.5.0-1.27.2.x86_64",
                "product": {
                  "name": "golang-github-prometheus-node_exporter-1.5.0-1.27.2.x86_64",
                  "product_id": "golang-github-prometheus-node_exporter-1.5.0-1.27.2.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "golang-github-prometheus-prometheus-2.45.0-1.47.3.x86_64",
                "product": {
                  "name": "golang-github-prometheus-prometheus-2.45.0-1.47.3.x86_64",
                  "product_id": "golang-github-prometheus-prometheus-2.45.0-1.47.3.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "grafana-9.5.5-1.54.3.x86_64",
                "product": {
                  "name": "grafana-9.5.5-1.54.3.x86_64",
                  "product_id": "grafana-9.5.5-1.54.3.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "prometheus-blackbox_exporter-0.24.0-1.23.2.x86_64",
                "product": {
                  "name": "prometheus-blackbox_exporter-0.24.0-1.23.2.x86_64",
                  "product_id": "prometheus-blackbox_exporter-0.24.0-1.23.2.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "prometheus-postgres_exporter-0.10.1-1.14.3.x86_64",
                "product": {
                  "name": "prometheus-postgres_exporter-0.10.1-1.14.3.x86_64",
                  "product_id": "prometheus-postgres_exporter-0.10.1-1.14.3.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "python2-uyuni-common-libs-4.3.9-1.36.3.x86_64",
                "product": {
                  "name": "python2-uyuni-common-libs-4.3.9-1.36.3.x86_64",
                  "product_id": "python2-uyuni-common-libs-4.3.9-1.36.3.x86_64"
                }
              }
            ],
            "category": "architecture",
            "name": "x86_64"
          },
          {
            "branches": [
              {
                "category": "product_name",
                "name": "SUSE Manager Client Tools 12",
                "product": {
                  "name": "SUSE Manager Client Tools 12",
                  "product_id": "SUSE Manager Client Tools 12"
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Server 12 SP5",
                "product": {
                  "name": "SUSE Linux Enterprise Server 12 SP5",
                  "product_id": "SUSE Linux Enterprise Server 12 SP5",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sles:12:sp5"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Server for SAP Applications 12 SP5",
                "product": {
                  "name": "SUSE Linux Enterprise Server for SAP Applications 12 SP5",
                  "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sles_sap:12:sp5"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "SUSE Linux Enterprise"
          }
        ],
        "category": "vendor",
        "name": "SUSE"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.aarch64 as component of SUSE Manager Client Tools 12",
          "product_id": "SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.aarch64"
        },
        "product_reference": "golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.aarch64",
        "relates_to_product_reference": "SUSE Manager Client Tools 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.ppc64le as component of SUSE Manager Client Tools 12",
          "product_id": "SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.ppc64le"
        },
        "product_reference": "golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.ppc64le",
        "relates_to_product_reference": "SUSE Manager Client Tools 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.s390x as component of SUSE Manager Client Tools 12",
          "product_id": "SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.s390x"
        },
        "product_reference": "golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.s390x",
        "relates_to_product_reference": "SUSE Manager Client Tools 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.x86_64 as component of SUSE Manager Client Tools 12",
          "product_id": "SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.x86_64"
        },
        "product_reference": "golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.x86_64",
        "relates_to_product_reference": "SUSE Manager Client Tools 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.aarch64 as component of SUSE Manager Client Tools 12",
          "product_id": "SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.aarch64"
        },
        "product_reference": "golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.aarch64",
        "relates_to_product_reference": "SUSE Manager Client Tools 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.ppc64le as component of SUSE Manager Client Tools 12",
          "product_id": "SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.ppc64le"
        },
        "product_reference": "golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.ppc64le",
        "relates_to_product_reference": "SUSE Manager Client Tools 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.s390x as component of SUSE Manager Client Tools 12",
          "product_id": "SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.s390x"
        },
        "product_reference": "golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.s390x",
        "relates_to_product_reference": "SUSE Manager Client Tools 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.x86_64 as component of SUSE Manager Client Tools 12",
          "product_id": "SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.x86_64"
        },
        "product_reference": "golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.x86_64",
        "relates_to_product_reference": "SUSE Manager Client Tools 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "golang-github-prometheus-alertmanager-0.23.0-1.21.2.aarch64 as component of SUSE Manager Client Tools 12",
          "product_id": "SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.aarch64"
        },
        "product_reference": "golang-github-prometheus-alertmanager-0.23.0-1.21.2.aarch64",
        "relates_to_product_reference": "SUSE Manager Client Tools 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "golang-github-prometheus-alertmanager-0.23.0-1.21.2.ppc64le as component of SUSE Manager Client Tools 12",
          "product_id": "SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.ppc64le"
        },
        "product_reference": "golang-github-prometheus-alertmanager-0.23.0-1.21.2.ppc64le",
        "relates_to_product_reference": "SUSE Manager Client Tools 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "golang-github-prometheus-alertmanager-0.23.0-1.21.2.s390x as component of SUSE Manager Client Tools 12",
          "product_id": "SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.s390x"
        },
        "product_reference": "golang-github-prometheus-alertmanager-0.23.0-1.21.2.s390x",
        "relates_to_product_reference": "SUSE Manager Client Tools 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "golang-github-prometheus-alertmanager-0.23.0-1.21.2.x86_64 as component of SUSE Manager Client Tools 12",
          "product_id": "SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.x86_64"
        },
        "product_reference": "golang-github-prometheus-alertmanager-0.23.0-1.21.2.x86_64",
        "relates_to_product_reference": "SUSE Manager Client Tools 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "golang-github-prometheus-node_exporter-1.5.0-1.27.2.aarch64 as component of SUSE Manager Client Tools 12",
          "product_id": "SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.aarch64"
        },
        "product_reference": "golang-github-prometheus-node_exporter-1.5.0-1.27.2.aarch64",
        "relates_to_product_reference": "SUSE Manager Client Tools 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "golang-github-prometheus-node_exporter-1.5.0-1.27.2.ppc64le as component of SUSE Manager Client Tools 12",
          "product_id": "SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.ppc64le"
        },
        "product_reference": "golang-github-prometheus-node_exporter-1.5.0-1.27.2.ppc64le",
        "relates_to_product_reference": "SUSE Manager Client Tools 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "golang-github-prometheus-node_exporter-1.5.0-1.27.2.s390x as component of SUSE Manager Client Tools 12",
          "product_id": "SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.s390x"
        },
        "product_reference": "golang-github-prometheus-node_exporter-1.5.0-1.27.2.s390x",
        "relates_to_product_reference": "SUSE Manager Client Tools 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "golang-github-prometheus-node_exporter-1.5.0-1.27.2.x86_64 as component of SUSE Manager Client Tools 12",
          "product_id": "SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.x86_64"
        },
        "product_reference": "golang-github-prometheus-node_exporter-1.5.0-1.27.2.x86_64",
        "relates_to_product_reference": "SUSE Manager Client Tools 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "golang-github-prometheus-prometheus-2.45.0-1.47.3.aarch64 as component of SUSE Manager Client Tools 12",
          "product_id": "SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.aarch64"
        },
        "product_reference": "golang-github-prometheus-prometheus-2.45.0-1.47.3.aarch64",
        "relates_to_product_reference": "SUSE Manager Client Tools 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "golang-github-prometheus-prometheus-2.45.0-1.47.3.ppc64le as component of SUSE Manager Client Tools 12",
          "product_id": "SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.ppc64le"
        },
        "product_reference": "golang-github-prometheus-prometheus-2.45.0-1.47.3.ppc64le",
        "relates_to_product_reference": "SUSE Manager Client Tools 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "golang-github-prometheus-prometheus-2.45.0-1.47.3.s390x as component of SUSE Manager Client Tools 12",
          "product_id": "SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.s390x"
        },
        "product_reference": "golang-github-prometheus-prometheus-2.45.0-1.47.3.s390x",
        "relates_to_product_reference": "SUSE Manager Client Tools 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "golang-github-prometheus-prometheus-2.45.0-1.47.3.x86_64 as component of SUSE Manager Client Tools 12",
          "product_id": "SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.x86_64"
        },
        "product_reference": "golang-github-prometheus-prometheus-2.45.0-1.47.3.x86_64",
        "relates_to_product_reference": "SUSE Manager Client Tools 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "grafana-9.5.5-1.54.3.aarch64 as component of SUSE Manager Client Tools 12",
          "product_id": "SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.aarch64"
        },
        "product_reference": "grafana-9.5.5-1.54.3.aarch64",
        "relates_to_product_reference": "SUSE Manager Client Tools 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "grafana-9.5.5-1.54.3.ppc64le as component of SUSE Manager Client Tools 12",
          "product_id": "SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.ppc64le"
        },
        "product_reference": "grafana-9.5.5-1.54.3.ppc64le",
        "relates_to_product_reference": "SUSE Manager Client Tools 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "grafana-9.5.5-1.54.3.s390x as component of SUSE Manager Client Tools 12",
          "product_id": "SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.s390x"
        },
        "product_reference": "grafana-9.5.5-1.54.3.s390x",
        "relates_to_product_reference": "SUSE Manager Client Tools 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "grafana-9.5.5-1.54.3.x86_64 as component of SUSE Manager Client Tools 12",
          "product_id": "SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.x86_64"
        },
        "product_reference": "grafana-9.5.5-1.54.3.x86_64",
        "relates_to_product_reference": "SUSE Manager Client Tools 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "prometheus-blackbox_exporter-0.24.0-1.23.2.aarch64 as component of SUSE Manager Client Tools 12",
          "product_id": "SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.aarch64"
        },
        "product_reference": "prometheus-blackbox_exporter-0.24.0-1.23.2.aarch64",
        "relates_to_product_reference": "SUSE Manager Client Tools 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "prometheus-blackbox_exporter-0.24.0-1.23.2.ppc64le as component of SUSE Manager Client Tools 12",
          "product_id": "SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.ppc64le"
        },
        "product_reference": "prometheus-blackbox_exporter-0.24.0-1.23.2.ppc64le",
        "relates_to_product_reference": "SUSE Manager Client Tools 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "prometheus-blackbox_exporter-0.24.0-1.23.2.s390x as component of SUSE Manager Client Tools 12",
          "product_id": "SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.s390x"
        },
        "product_reference": "prometheus-blackbox_exporter-0.24.0-1.23.2.s390x",
        "relates_to_product_reference": "SUSE Manager Client Tools 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "prometheus-blackbox_exporter-0.24.0-1.23.2.x86_64 as component of SUSE Manager Client Tools 12",
          "product_id": "SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.x86_64"
        },
        "product_reference": "prometheus-blackbox_exporter-0.24.0-1.23.2.x86_64",
        "relates_to_product_reference": "SUSE Manager Client Tools 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "prometheus-postgres_exporter-0.10.1-1.14.3.aarch64 as component of SUSE Manager Client Tools 12",
          "product_id": "SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.aarch64"
        },
        "product_reference": "prometheus-postgres_exporter-0.10.1-1.14.3.aarch64",
        "relates_to_product_reference": "SUSE Manager Client Tools 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "prometheus-postgres_exporter-0.10.1-1.14.3.ppc64le as component of SUSE Manager Client Tools 12",
          "product_id": "SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.ppc64le"
        },
        "product_reference": "prometheus-postgres_exporter-0.10.1-1.14.3.ppc64le",
        "relates_to_product_reference": "SUSE Manager Client Tools 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "prometheus-postgres_exporter-0.10.1-1.14.3.s390x as component of SUSE Manager Client Tools 12",
          "product_id": "SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.s390x"
        },
        "product_reference": "prometheus-postgres_exporter-0.10.1-1.14.3.s390x",
        "relates_to_product_reference": "SUSE Manager Client Tools 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "prometheus-postgres_exporter-0.10.1-1.14.3.x86_64 as component of SUSE Manager Client Tools 12",
          "product_id": "SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.x86_64"
        },
        "product_reference": "prometheus-postgres_exporter-0.10.1-1.14.3.x86_64",
        "relates_to_product_reference": "SUSE Manager Client Tools 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python2-uyuni-common-libs-4.3.9-1.36.3.aarch64 as component of SUSE Manager Client Tools 12",
          "product_id": "SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.aarch64"
        },
        "product_reference": "python2-uyuni-common-libs-4.3.9-1.36.3.aarch64",
        "relates_to_product_reference": "SUSE Manager Client Tools 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python2-uyuni-common-libs-4.3.9-1.36.3.ppc64le as component of SUSE Manager Client Tools 12",
          "product_id": "SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.ppc64le"
        },
        "product_reference": "python2-uyuni-common-libs-4.3.9-1.36.3.ppc64le",
        "relates_to_product_reference": "SUSE Manager Client Tools 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python2-uyuni-common-libs-4.3.9-1.36.3.s390x as component of SUSE Manager Client Tools 12",
          "product_id": "SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.s390x"
        },
        "product_reference": "python2-uyuni-common-libs-4.3.9-1.36.3.s390x",
        "relates_to_product_reference": "SUSE Manager Client Tools 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python2-uyuni-common-libs-4.3.9-1.36.3.x86_64 as component of SUSE Manager Client Tools 12",
          "product_id": "SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.x86_64"
        },
        "product_reference": "python2-uyuni-common-libs-4.3.9-1.36.3.x86_64",
        "relates_to_product_reference": "SUSE Manager Client Tools 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "spacecmd-4.3.23-38.127.3.noarch as component of SUSE Manager Client Tools 12",
          "product_id": "SUSE Manager Client Tools 12:spacecmd-4.3.23-38.127.3.noarch"
        },
        "product_reference": "spacecmd-4.3.23-38.127.3.noarch",
        "relates_to_product_reference": "SUSE Manager Client Tools 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "supportutils-plugin-susemanager-client-4.3.3-6.27.2.noarch as component of SUSE Manager Client Tools 12",
          "product_id": "SUSE Manager Client Tools 12:supportutils-plugin-susemanager-client-4.3.3-6.27.2.noarch"
        },
        "product_reference": "supportutils-plugin-susemanager-client-4.3.3-6.27.2.noarch",
        "relates_to_product_reference": "SUSE Manager Client Tools 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "golang-github-prometheus-node_exporter-1.5.0-1.27.2.aarch64 as component of SUSE Linux Enterprise Server 12 SP5",
          "product_id": "SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.aarch64"
        },
        "product_reference": "golang-github-prometheus-node_exporter-1.5.0-1.27.2.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "golang-github-prometheus-node_exporter-1.5.0-1.27.2.ppc64le as component of SUSE Linux Enterprise Server 12 SP5",
          "product_id": "SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.ppc64le"
        },
        "product_reference": "golang-github-prometheus-node_exporter-1.5.0-1.27.2.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "golang-github-prometheus-node_exporter-1.5.0-1.27.2.s390x as component of SUSE Linux Enterprise Server 12 SP5",
          "product_id": "SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.s390x"
        },
        "product_reference": "golang-github-prometheus-node_exporter-1.5.0-1.27.2.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "golang-github-prometheus-node_exporter-1.5.0-1.27.2.x86_64 as component of SUSE Linux Enterprise Server 12 SP5",
          "product_id": "SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.x86_64"
        },
        "product_reference": "golang-github-prometheus-node_exporter-1.5.0-1.27.2.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "golang-github-prometheus-node_exporter-1.5.0-1.27.2.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.aarch64"
        },
        "product_reference": "golang-github-prometheus-node_exporter-1.5.0-1.27.2.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "golang-github-prometheus-node_exporter-1.5.0-1.27.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.ppc64le"
        },
        "product_reference": "golang-github-prometheus-node_exporter-1.5.0-1.27.2.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "golang-github-prometheus-node_exporter-1.5.0-1.27.2.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.s390x"
        },
        "product_reference": "golang-github-prometheus-node_exporter-1.5.0-1.27.2.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "golang-github-prometheus-node_exporter-1.5.0-1.27.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.x86_64"
        },
        "product_reference": "golang-github-prometheus-node_exporter-1.5.0-1.27.2.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2022-32149",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2022-32149"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "An attacker may cause a denial of service by crafting an Accept-Language header which ParseAcceptLanguage will take significant time to parse.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.aarch64",
          "SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.ppc64le",
          "SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.s390x",
          "SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.aarch64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.x86_64",
          "SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.aarch64",
          "SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.ppc64le",
          "SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.s390x",
          "SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.x86_64",
          "SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.aarch64",
          "SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.ppc64le",
          "SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.s390x",
          "SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.x86_64",
          "SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.aarch64",
          "SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.ppc64le",
          "SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.s390x",
          "SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.x86_64",
          "SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.aarch64",
          "SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.ppc64le",
          "SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.s390x",
          "SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.x86_64",
          "SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.aarch64",
          "SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.ppc64le",
          "SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.s390x",
          "SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.x86_64",
          "SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.aarch64",
          "SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.ppc64le",
          "SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.s390x",
          "SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.x86_64",
          "SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.aarch64",
          "SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.ppc64le",
          "SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.s390x",
          "SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.x86_64",
          "SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.aarch64",
          "SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.ppc64le",
          "SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.s390x",
          "SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.x86_64",
          "SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.aarch64",
          "SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.ppc64le",
          "SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.s390x",
          "SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.x86_64",
          "SUSE Manager Client Tools 12:spacecmd-4.3.23-38.127.3.noarch",
          "SUSE Manager Client Tools 12:supportutils-plugin-susemanager-client-4.3.3-6.27.2.noarch"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2022-32149",
          "url": "https://www.suse.com/security/cve/CVE-2022-32149"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1204501 for CVE-2022-32149",
          "url": "https://bugzilla.suse.com/1204501"
        }
      ],
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
          "product_ids": [
            "SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.aarch64",
            "SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.s390x",
            "SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.x86_64",
            "SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.aarch64",
            "SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.ppc64le",
            "SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.s390x",
            "SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.x86_64",
            "SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.aarch64",
            "SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.ppc64le",
            "SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.s390x",
            "SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.x86_64",
            "SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.aarch64",
            "SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.ppc64le",
            "SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.s390x",
            "SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.x86_64",
            "SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.aarch64",
            "SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.ppc64le",
            "SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.s390x",
            "SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.x86_64",
            "SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.aarch64",
            "SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.ppc64le",
            "SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.s390x",
            "SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.x86_64",
            "SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.aarch64",
            "SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.ppc64le",
            "SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.s390x",
            "SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.x86_64",
            "SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.aarch64",
            "SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.ppc64le",
            "SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.s390x",
            "SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.x86_64",
            "SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.aarch64",
            "SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.ppc64le",
            "SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.s390x",
            "SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.x86_64",
            "SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.aarch64",
            "SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.ppc64le",
            "SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.s390x",
            "SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.x86_64",
            "SUSE Manager Client Tools 12:spacecmd-4.3.23-38.127.3.noarch",
            "SUSE Manager Client Tools 12:supportutils-plugin-susemanager-client-4.3.3-6.27.2.noarch"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.aarch64",
            "SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.s390x",
            "SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.x86_64",
            "SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.aarch64",
            "SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.ppc64le",
            "SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.s390x",
            "SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.x86_64",
            "SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.aarch64",
            "SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.ppc64le",
            "SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.s390x",
            "SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.x86_64",
            "SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.aarch64",
            "SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.ppc64le",
            "SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.s390x",
            "SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.x86_64",
            "SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.aarch64",
            "SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.ppc64le",
            "SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.s390x",
            "SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.x86_64",
            "SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.aarch64",
            "SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.ppc64le",
            "SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.s390x",
            "SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.x86_64",
            "SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.aarch64",
            "SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.ppc64le",
            "SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.s390x",
            "SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.x86_64",
            "SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.aarch64",
            "SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.ppc64le",
            "SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.s390x",
            "SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.x86_64",
            "SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.aarch64",
            "SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.ppc64le",
            "SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.s390x",
            "SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.x86_64",
            "SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.aarch64",
            "SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.ppc64le",
            "SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.s390x",
            "SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.x86_64",
            "SUSE Manager Client Tools 12:spacecmd-4.3.23-38.127.3.noarch",
            "SUSE Manager Client Tools 12:supportutils-plugin-susemanager-client-4.3.3-6.27.2.noarch"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2023-09-28T11:42:18Z",
          "details": "important"
        }
      ],
      "title": "CVE-2022-32149"
    },
    {
      "cve": "CVE-2022-41723",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2022-41723"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "A maliciously crafted HTTP/2 stream could cause excessive CPU consumption in the HPACK decoder, sufficient to cause a denial of service from a small number of small requests.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.aarch64",
          "SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.ppc64le",
          "SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.s390x",
          "SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.aarch64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.x86_64",
          "SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.aarch64",
          "SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.ppc64le",
          "SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.s390x",
          "SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.x86_64",
          "SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.aarch64",
          "SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.ppc64le",
          "SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.s390x",
          "SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.x86_64",
          "SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.aarch64",
          "SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.ppc64le",
          "SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.s390x",
          "SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.x86_64",
          "SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.aarch64",
          "SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.ppc64le",
          "SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.s390x",
          "SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.x86_64",
          "SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.aarch64",
          "SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.ppc64le",
          "SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.s390x",
          "SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.x86_64",
          "SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.aarch64",
          "SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.ppc64le",
          "SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.s390x",
          "SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.x86_64",
          "SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.aarch64",
          "SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.ppc64le",
          "SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.s390x",
          "SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.x86_64",
          "SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.aarch64",
          "SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.ppc64le",
          "SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.s390x",
          "SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.x86_64",
          "SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.aarch64",
          "SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.ppc64le",
          "SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.s390x",
          "SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.x86_64",
          "SUSE Manager Client Tools 12:spacecmd-4.3.23-38.127.3.noarch",
          "SUSE Manager Client Tools 12:supportutils-plugin-susemanager-client-4.3.3-6.27.2.noarch"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2022-41723",
          "url": "https://www.suse.com/security/cve/CVE-2022-41723"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1208270 for CVE-2022-41723",
          "url": "https://bugzilla.suse.com/1208270"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1215588 for CVE-2022-41723",
          "url": "https://bugzilla.suse.com/1215588"
        }
      ],
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
          "product_ids": [
            "SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.aarch64",
            "SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.s390x",
            "SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.x86_64",
            "SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.aarch64",
            "SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.ppc64le",
            "SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.s390x",
            "SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.x86_64",
            "SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.aarch64",
            "SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.ppc64le",
            "SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.s390x",
            "SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.x86_64",
            "SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.aarch64",
            "SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.ppc64le",
            "SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.s390x",
            "SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.x86_64",
            "SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.aarch64",
            "SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.ppc64le",
            "SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.s390x",
            "SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.x86_64",
            "SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.aarch64",
            "SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.ppc64le",
            "SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.s390x",
            "SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.x86_64",
            "SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.aarch64",
            "SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.ppc64le",
            "SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.s390x",
            "SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.x86_64",
            "SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.aarch64",
            "SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.ppc64le",
            "SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.s390x",
            "SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.x86_64",
            "SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.aarch64",
            "SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.ppc64le",
            "SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.s390x",
            "SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.x86_64",
            "SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.aarch64",
            "SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.ppc64le",
            "SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.s390x",
            "SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.x86_64",
            "SUSE Manager Client Tools 12:spacecmd-4.3.23-38.127.3.noarch",
            "SUSE Manager Client Tools 12:supportutils-plugin-susemanager-client-4.3.3-6.27.2.noarch"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.aarch64",
            "SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.s390x",
            "SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.x86_64",
            "SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.aarch64",
            "SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.ppc64le",
            "SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.s390x",
            "SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.x86_64",
            "SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.aarch64",
            "SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.ppc64le",
            "SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.s390x",
            "SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.x86_64",
            "SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.aarch64",
            "SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.ppc64le",
            "SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.s390x",
            "SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.x86_64",
            "SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.aarch64",
            "SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.ppc64le",
            "SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.s390x",
            "SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.x86_64",
            "SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.aarch64",
            "SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.ppc64le",
            "SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.s390x",
            "SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.x86_64",
            "SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.aarch64",
            "SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.ppc64le",
            "SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.s390x",
            "SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.x86_64",
            "SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.aarch64",
            "SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.ppc64le",
            "SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.s390x",
            "SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.x86_64",
            "SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.aarch64",
            "SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.ppc64le",
            "SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.s390x",
            "SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.x86_64",
            "SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.aarch64",
            "SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.ppc64le",
            "SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.s390x",
            "SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.x86_64",
            "SUSE Manager Client Tools 12:spacecmd-4.3.23-38.127.3.noarch",
            "SUSE Manager Client Tools 12:supportutils-plugin-susemanager-client-4.3.3-6.27.2.noarch"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2023-09-28T11:42:18Z",
          "details": "important"
        }
      ],
      "title": "CVE-2022-41723"
    },
    {
      "cve": "CVE-2022-46146",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2022-46146"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "Prometheus Exporter Toolkit is a utility package to build exporters. Prior to versions 0.7.2 and 0.8.2, if someone has access to a Prometheus web.yml file and users\u0027 bcrypted passwords, they can bypass security by poisoning the built-in authentication cache. Versions 0.7.2 and 0.8.2 contain a fix for the issue. There is no workaround, but attacker must have access to the hashed password to use this functionality.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.aarch64",
          "SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.ppc64le",
          "SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.s390x",
          "SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.aarch64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.x86_64",
          "SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.aarch64",
          "SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.ppc64le",
          "SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.s390x",
          "SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.x86_64",
          "SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.aarch64",
          "SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.ppc64le",
          "SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.s390x",
          "SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.x86_64",
          "SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.aarch64",
          "SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.ppc64le",
          "SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.s390x",
          "SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.x86_64",
          "SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.aarch64",
          "SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.ppc64le",
          "SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.s390x",
          "SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.x86_64",
          "SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.aarch64",
          "SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.ppc64le",
          "SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.s390x",
          "SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.x86_64",
          "SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.aarch64",
          "SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.ppc64le",
          "SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.s390x",
          "SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.x86_64",
          "SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.aarch64",
          "SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.ppc64le",
          "SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.s390x",
          "SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.x86_64",
          "SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.aarch64",
          "SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.ppc64le",
          "SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.s390x",
          "SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.x86_64",
          "SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.aarch64",
          "SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.ppc64le",
          "SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.s390x",
          "SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.x86_64",
          "SUSE Manager Client Tools 12:spacecmd-4.3.23-38.127.3.noarch",
          "SUSE Manager Client Tools 12:supportutils-plugin-susemanager-client-4.3.3-6.27.2.noarch"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2022-46146",
          "url": "https://www.suse.com/security/cve/CVE-2022-46146"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1208046 for CVE-2022-46146",
          "url": "https://bugzilla.suse.com/1208046"
        }
      ],
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
          "product_ids": [
            "SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.aarch64",
            "SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.s390x",
            "SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.x86_64",
            "SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.aarch64",
            "SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.ppc64le",
            "SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.s390x",
            "SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.x86_64",
            "SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.aarch64",
            "SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.ppc64le",
            "SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.s390x",
            "SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.x86_64",
            "SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.aarch64",
            "SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.ppc64le",
            "SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.s390x",
            "SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.x86_64",
            "SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.aarch64",
            "SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.ppc64le",
            "SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.s390x",
            "SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.x86_64",
            "SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.aarch64",
            "SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.ppc64le",
            "SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.s390x",
            "SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.x86_64",
            "SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.aarch64",
            "SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.ppc64le",
            "SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.s390x",
            "SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.x86_64",
            "SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.aarch64",
            "SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.ppc64le",
            "SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.s390x",
            "SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.x86_64",
            "SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.aarch64",
            "SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.ppc64le",
            "SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.s390x",
            "SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.x86_64",
            "SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.aarch64",
            "SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.ppc64le",
            "SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.s390x",
            "SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.x86_64",
            "SUSE Manager Client Tools 12:spacecmd-4.3.23-38.127.3.noarch",
            "SUSE Manager Client Tools 12:supportutils-plugin-susemanager-client-4.3.3-6.27.2.noarch"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 8.8,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.aarch64",
            "SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.s390x",
            "SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.x86_64",
            "SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.aarch64",
            "SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.ppc64le",
            "SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.s390x",
            "SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.x86_64",
            "SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.aarch64",
            "SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.ppc64le",
            "SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.s390x",
            "SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.x86_64",
            "SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.aarch64",
            "SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.ppc64le",
            "SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.s390x",
            "SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.x86_64",
            "SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.aarch64",
            "SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.ppc64le",
            "SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.s390x",
            "SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.x86_64",
            "SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.aarch64",
            "SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.ppc64le",
            "SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.s390x",
            "SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.x86_64",
            "SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.aarch64",
            "SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.ppc64le",
            "SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.s390x",
            "SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.x86_64",
            "SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.aarch64",
            "SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.ppc64le",
            "SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.s390x",
            "SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.x86_64",
            "SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.aarch64",
            "SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.ppc64le",
            "SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.s390x",
            "SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.x86_64",
            "SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.aarch64",
            "SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.ppc64le",
            "SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.s390x",
            "SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.x86_64",
            "SUSE Manager Client Tools 12:spacecmd-4.3.23-38.127.3.noarch",
            "SUSE Manager Client Tools 12:supportutils-plugin-susemanager-client-4.3.3-6.27.2.noarch"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2023-09-28T11:42:18Z",
          "details": "important"
        }
      ],
      "title": "CVE-2022-46146"
    },
    {
      "cve": "CVE-2023-29409",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2023-29409"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "Extremely large RSA keys in certificate chains can cause a client/server to expend significant CPU time verifying signatures. With fix, the size of RSA keys transmitted during handshakes is restricted to \u003c= 8192 bits. Based on a survey of publicly trusted RSA keys, there are currently only three certificates in circulation with keys larger than this, and all three appear to be test certificates that are not actively deployed. It is possible there are larger keys in use in private PKIs, but we target the web PKI, so causing breakage here in the interests of increasing the default safety of users of crypto/tls seems reasonable.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.aarch64",
          "SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.ppc64le",
          "SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.s390x",
          "SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.aarch64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.x86_64",
          "SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.aarch64",
          "SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.ppc64le",
          "SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.s390x",
          "SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.x86_64",
          "SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.aarch64",
          "SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.ppc64le",
          "SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.s390x",
          "SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.x86_64",
          "SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.aarch64",
          "SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.ppc64le",
          "SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.s390x",
          "SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.x86_64",
          "SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.aarch64",
          "SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.ppc64le",
          "SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.s390x",
          "SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.x86_64",
          "SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.aarch64",
          "SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.ppc64le",
          "SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.s390x",
          "SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.x86_64",
          "SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.aarch64",
          "SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.ppc64le",
          "SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.s390x",
          "SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.x86_64",
          "SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.aarch64",
          "SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.ppc64le",
          "SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.s390x",
          "SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.x86_64",
          "SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.aarch64",
          "SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.ppc64le",
          "SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.s390x",
          "SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.x86_64",
          "SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.aarch64",
          "SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.ppc64le",
          "SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.s390x",
          "SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.x86_64",
          "SUSE Manager Client Tools 12:spacecmd-4.3.23-38.127.3.noarch",
          "SUSE Manager Client Tools 12:supportutils-plugin-susemanager-client-4.3.3-6.27.2.noarch"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2023-29409",
          "url": "https://www.suse.com/security/cve/CVE-2023-29409"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1213880 for CVE-2023-29409",
          "url": "https://bugzilla.suse.com/1213880"
        }
      ],
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
          "product_ids": [
            "SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.aarch64",
            "SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.s390x",
            "SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.x86_64",
            "SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.aarch64",
            "SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.ppc64le",
            "SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.s390x",
            "SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.x86_64",
            "SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.aarch64",
            "SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.ppc64le",
            "SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.s390x",
            "SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.x86_64",
            "SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.aarch64",
            "SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.ppc64le",
            "SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.s390x",
            "SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.x86_64",
            "SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.aarch64",
            "SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.ppc64le",
            "SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.s390x",
            "SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.x86_64",
            "SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.aarch64",
            "SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.ppc64le",
            "SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.s390x",
            "SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.x86_64",
            "SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.aarch64",
            "SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.ppc64le",
            "SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.s390x",
            "SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.x86_64",
            "SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.aarch64",
            "SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.ppc64le",
            "SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.s390x",
            "SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.x86_64",
            "SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.aarch64",
            "SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.ppc64le",
            "SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.s390x",
            "SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.x86_64",
            "SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.aarch64",
            "SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.ppc64le",
            "SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.s390x",
            "SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.x86_64",
            "SUSE Manager Client Tools 12:spacecmd-4.3.23-38.127.3.noarch",
            "SUSE Manager Client Tools 12:supportutils-plugin-susemanager-client-4.3.3-6.27.2.noarch"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.aarch64",
            "SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.s390x",
            "SUSE Linux Enterprise Server 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP5:golang-github-prometheus-node_exporter-1.5.0-1.27.2.x86_64",
            "SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.aarch64",
            "SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.ppc64le",
            "SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.s390x",
            "SUSE Manager Client Tools 12:golang-github-QubitProducts-exporter_exporter-0.4.0-1.12.2.x86_64",
            "SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.aarch64",
            "SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.ppc64le",
            "SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.s390x",
            "SUSE Manager Client Tools 12:golang-github-lusitaniae-apache_exporter-1.0.0-1.18.2.x86_64",
            "SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.aarch64",
            "SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.ppc64le",
            "SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.s390x",
            "SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.23.0-1.21.2.x86_64",
            "SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.aarch64",
            "SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.ppc64le",
            "SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.s390x",
            "SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.5.0-1.27.2.x86_64",
            "SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.aarch64",
            "SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.ppc64le",
            "SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.s390x",
            "SUSE Manager Client Tools 12:golang-github-prometheus-prometheus-2.45.0-1.47.3.x86_64",
            "SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.aarch64",
            "SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.ppc64le",
            "SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.s390x",
            "SUSE Manager Client Tools 12:grafana-9.5.5-1.54.3.x86_64",
            "SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.aarch64",
            "SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.ppc64le",
            "SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.s390x",
            "SUSE Manager Client Tools 12:prometheus-blackbox_exporter-0.24.0-1.23.2.x86_64",
            "SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.aarch64",
            "SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.ppc64le",
            "SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.s390x",
            "SUSE Manager Client Tools 12:prometheus-postgres_exporter-0.10.1-1.14.3.x86_64",
            "SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.aarch64",
            "SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.ppc64le",
            "SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.s390x",
            "SUSE Manager Client Tools 12:python2-uyuni-common-libs-4.3.9-1.36.3.x86_64",
            "SUSE Manager Client Tools 12:spacecmd-4.3.23-38.127.3.noarch",
            "SUSE Manager Client Tools 12:supportutils-plugin-susemanager-client-4.3.3-6.27.2.noarch"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2023-09-28T11:42:18Z",
          "details": "important"
        }
      ],
      "title": "CVE-2023-29409"
    }
  ]
}


Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


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.


Loading…

Loading…