{"document":{"aggregate_severity":{"namespace":"https://www.suse.com/support/security/rating/","text":"moderate"},"category":"csaf_security_advisory","csaf_version":"2.0","distribution":{"text":"Copyright 2024 SUSE LLC. All rights reserved.","tlp":{"label":"WHITE","url":"https://www.first.org/tlp/"}},"lang":"en","notes":[{"category":"summary","text":"Recommended update for slurm_23_02","title":"Title of the patch"},{"category":"description","text":"This update for slurm_23_02 fixes the following issues:\n\n- Updated to version 23.02.5 with the following changes:\n\n  * Bug Fixes:\n\n    + Revert a change in 23.02 where `SLURM_NTASKS` was no longer set in the\n      job's environment when `--ntasks-per-node` was requested.\n      The method that is is being set, however, is different and should be more\n      accurate in more situations.\n    + Change pmi2 plugin to honor the `SrunPortRange` option. This matches the\n      new behavior of the pmix plugin in 23.02.0. Note that neither of these\n      plugins makes use of the `MpiParams=ports=` option, and previously\n      were only limited by the systems ephemeral port range.\n    + Fix regression in 23.02.2 that caused slurmctld -R to crash on startup if\n      a node features plugin is configured.\n    + Fix and prevent reoccurring reservations from overlapping.\n    + `job_container/tmpfs` - Avoid attempts to share BasePath between nodes.\n    + With `CR_Cpu_Memory`, fix node selection for jobs that request gres and\n      `--mem-per-cpu`.\n    + Fix a regression from 22.05.7 in which some jobs were allocated too few\n      nodes, thus overcommitting cpus to some tasks.\n    + Fix a job being stuck in the completing state if the job ends while the\n      primary controller is down or unresponsive and the backup controller has\n      not yet taken over.\n    + Fix `slurmctld` segfault when a node registers with a configured\n      `CpuSpecList` while `slurmctld` configuration has the node without\n      `CpuSpecList`.\n    + Fix cloud nodes getting stuck in `POWERED_DOWN+NO_RESPOND` state after\n      not registering by `ResumeTimeout`.\n    + `slurmstepd` - Avoid cleanup of `config.json-less` containers spooldir\n      getting skipped.\n    + Fix scontrol segfault when 'completing' command requested repeatedly in\n      interactive mode.\n    + Properly handle a race condition between `bind()` and `listen()` calls\n      in the network stack when running with SrunPortRange set.\n    + Federation - Fix revoked jobs being returned regardless of the\n      `-a`/`--all` option for privileged users.\n    + Federation - Fix canceling pending federated jobs from non-origin\n      clusters which could leave federated jobs orphaned from the origin\n      cluster.\n    + Fix sinfo segfault when printing multiple clusters with `--noheader`\n      option.\n    + Federation - fix clusters not syncing if clusters are added to a\n      federation before they have registered with the dbd.\n    + `node_features/helpers` - Fix node selection for jobs requesting\n      changeable.\n      features with the `|` operator, which could prevent jobs from\n      running on some valid nodes.\n    + `node_features/helpers` - Fix inconsistent handling of `&` and `|`,\n      where an AND'd feature was sometimes AND'd to all sets of features\n      instead of just the current set. E.g. `foo|bar&baz` was interpreted\n      as `{foo,baz}` or `{bar,baz}` instead of how it is documented:\n      `{foo} or {bar,baz}`.\n    + Fix job accounting so that when a job is requeued its allocated node\n      count is cleared. After the requeue, sacct will correctly show that\n      the job has 0 `AllocNodes` while it is pending or if it is canceled\n      before restarting.\n    + `sacct` - `AllocCPUS` now correctly shows 0 if a job has not yet\n      received an allocation or if the job was canceled before getting one.\n    + Fix intel OneAPI autodetect: detect the `/dev/dri/renderD[0-9]+` GPUs,\n      and do not detect `/dev/dri/card[0-9]+`.\n    + Fix node selection for jobs that request `--gpus` and a number of\n      tasks fewer than GPUs, which resulted in incorrectly rejecting these\n      jobs.\n    + Remove `MYSQL_OPT_RECONNECT` completely.\n    + Fix cloud nodes in `POWERING_UP` state disappearing (getting set\n      to `FUTURE`)\n      when an `scontrol reconfigure` happens.\n    + `openapi/dbv0.0.39` - Avoid assert / segfault on missing coordinators\n      list.\n    + `slurmrestd` - Correct memory leak while parsing OpenAPI specification\n      templates with server overrides.\n    + Fix overwriting user node reason with system message.\n    + Prevent deadlock when `rpc_queue` is enabled.\n    + `slurmrestd` - Correct OpenAPI specification generation bug where\n      fields with overlapping parent paths would not get generated.\n    + Fix memory leak as a result of a partition info query.\n    + Fix memory leak as a result of a job info query.\n    + For step allocations, fix `--gres=none` sometimes not ignoring gres\n      from the job.\n    + Fix `--exclusive` jobs incorrectly gang-scheduling where they shouldn't.\n    + Fix allocations with `CR_SOCKET`, gres not assigned to a specific\n      socket, and block core distribion potentially allocating more sockets\n      than required.\n    + Revert a change in 23.02.3 where Slurm would kill a script's process\n      group as soon as the script ended instead of waiting as long as any\n      process in that process group held the stdout/stderr file descriptors\n      open. That change broke some scripts that relied on the previous\n      behavior. Setting time limits for scripts (such as\n      `PrologEpilogTimeout`) is strongly encouraged to avoid Slurm waiting\n      indefinitely for scripts to finish.\n    + Fix `slurmdbd -R` not returning an error under certain conditions.\n    + `slurmdbd` - Avoid potential NULL pointer dereference in the mysql\n      plugin.\n    + Fix regression in 23.02.3 which broken X11 forwarding for hosts when\n      MUNGE sends a localhost address in the encode host field. This is caused\n      when the node hostname is mapped to 127.0.0.1 (or similar) in\n      `/etc/hosts`.\n    + `openapi/[db]v0.0.39` - fix memory leak on parsing error.\n    + `data_parser/v0.0.39` - fix updating qos for associations.\n    + `openapi/dbv0.0.39` - fix updating values for associations with null\n      users.\n    + Fix minor memory leak with `--tres-per-task` and licenses.\n    + Fix cyclic socket cpu distribution for tasks in a step where\n      `--cpus-per-task` < usable threads per core.\n    + `slurmrestd` - For `GET /slurm/v0.0.39/node[s]`, change format of\n      node's energy field `current_watts` to a dictionary to account for\n      unset value instead of dumping 4294967294.\n    + `slurmrestd` - For `GET /slurm/v0.0.39/qos`, change format of QOS's\n      field 'priority' to a dictionary to account for unset value instead of\n      dumping 4294967294.\n    + slurmrestd - For `GET /slurm/v0.0.39/job[s]`, the 'return code'\n      code field in `v0.0.39_job_exit`_code will be set to -127 instead of\n      being left unset where job does not have a relevant return code.\n\n  * Other Changes:\n\n    + Remove --uid / --gid options from salloc and srun commands. These options\n      did not work correctly since the CVE-2022-29500 fix in combination with\n      some changes made in 23.02.0.\n    + Add the `JobId` to `debug()` messages indicating when\n      `cpus_per_task/mem_per_cpu` or `pn_min_cpus` are being automatically\n      adjusted.\n    + Change the log message warning for rate limited users from verbose to\n      info.\n    + `slurmstepd` - Cleanup per task generated environment for containers in\n      spooldir.\n    + Format batch, extern, interactive, and pending step ids into strings that\n      are human readable.\n    + `slurmrestd` - Reduce memory usage when printing out job CPU frequency.\n    + `data_parser/v0.0.39` - Add `required/memory_per_cpu` and\n      `required/memory_per_node` to `sacct --json` and `sacct --yaml` and\n      `GET /slurmdb/v0.0.39/jobs` from slurmrestd.\n    + `gpu/oneapi` - Store cores correctly so CPU affinity is tracked.\n    + Allow `slurmdbd -R` to work if the root assoc id is not 1.\n    + Limit periodic node registrations to 50 instead of the full `TreeWidth`.\n      Since unresolvable `cloud/dynamic` nodes must disable fanout by setting\n      `TreeWidth` to a large number, this would cause all nodes to register at\n      once.\n","title":"Description of the patch"},{"category":"details","text":"SUSE-2023-4334,SUSE-SLE-Product-HPC-15-SP2-LTSS-2023-4334","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-ru-2023_4334-1.json"},{"category":"self","summary":"URL for SUSE-RU-2023:4334-1","url":"https://www.suse.com/support/update/announcement//suse-ru-20234334-1/"},{"category":"self","summary":"E-Mail link for SUSE-RU-2023:4334-1","url":"https://lists.suse.com/pipermail/sle-updates/2023-November/032557.html"},{"category":"self","summary":"SUSE Bug 1215437","url":"https://bugzilla.suse.com/1215437"},{"category":"self","summary":"SUSE CVE CVE-2022-29500 page","url":"https://www.suse.com/security/cve/CVE-2022-29500/"}],"title":"Recommended update for slurm_23_02","tracking":{"current_release_date":"2023-11-02T00:59:34Z","generator":{"date":"2023-11-02T00:59:34Z","engine":{"name":"cve-database.git:bin/generate-csaf.pl","version":"1"}},"id":"SUSE-RU-2023:4334-1","initial_release_date":"2023-11-02T00:59:34Z","revision_history":[{"date":"2023-11-02T00:59:34Z","number":"1","summary":"Current version"}],"status":"final","version":"1"}},"product_tree":{"branches":[{"branches":[{"branches":[{"category":"product_version","name":"libnss_slurm2_23_02-23.02.5-150200.5.11.2.aarch64","product":{"name":"libnss_slurm2_23_02-23.02.5-150200.5.11.2.aarch64","product_id":"libnss_slurm2_23_02-23.02.5-150200.5.11.2.aarch64"}},{"category":"product_version","name":"libpmi0_23_02-23.02.5-150200.5.11.2.aarch64","product":{"name":"libpmi0_23_02-23.02.5-150200.5.11.2.aarch64","product_id":"libpmi0_23_02-23.02.5-150200.5.11.2.aarch64"}},{"category":"product_version","name":"libslurm39-23.02.5-150200.5.11.2.aarch64","product":{"name":"libslurm39-23.02.5-150200.5.11.2.aarch64","product_id":"libslurm39-23.02.5-150200.5.11.2.aarch64"}},{"category":"product_version","name":"perl-slurm_23_02-23.02.5-150200.5.11.2.aarch64","product":{"name":"perl-slurm_23_02-23.02.5-150200.5.11.2.aarch64","product_id":"perl-slurm_23_02-23.02.5-150200.5.11.2.aarch64"}},{"category":"product_version","name":"slurm_23_02-23.02.5-150200.5.11.2.aarch64","product":{"name":"slurm_23_02-23.02.5-150200.5.11.2.aarch64","product_id":"slurm_23_02-23.02.5-150200.5.11.2.aarch64"}},{"category":"product_version","name":"slurm_23_02-auth-none-23.02.5-150200.5.11.2.aarch64","product":{"name":"slurm_23_02-auth-none-23.02.5-150200.5.11.2.aarch64","product_id":"slurm_23_02-auth-none-23.02.5-150200.5.11.2.aarch64"}},{"category":"product_version","name":"slurm_23_02-cray-23.02.5-150200.5.11.2.aarch64","product":{"name":"slurm_23_02-cray-23.02.5-150200.5.11.2.aarch64","product_id":"slurm_23_02-cray-23.02.5-150200.5.11.2.aarch64"}},{"category":"product_version","name":"slurm_23_02-devel-23.02.5-150200.5.11.2.aarch64","product":{"name":"slurm_23_02-devel-23.02.5-150200.5.11.2.aarch64","product_id":"slurm_23_02-devel-23.02.5-150200.5.11.2.aarch64"}},{"category":"product_version","name":"slurm_23_02-hdf5-23.02.5-150200.5.11.2.aarch64","product":{"name":"slurm_23_02-hdf5-23.02.5-150200.5.11.2.aarch64","product_id":"slurm_23_02-hdf5-23.02.5-150200.5.11.2.aarch64"}},{"category":"product_version","name":"slurm_23_02-lua-23.02.5-150200.5.11.2.aarch64","product":{"name":"slurm_23_02-lua-23.02.5-150200.5.11.2.aarch64","product_id":"slurm_23_02-lua-23.02.5-150200.5.11.2.aarch64"}},{"category":"product_version","name":"slurm_23_02-munge-23.02.5-150200.5.11.2.aarch64","product":{"name":"slurm_23_02-munge-23.02.5-150200.5.11.2.aarch64","product_id":"slurm_23_02-munge-23.02.5-150200.5.11.2.aarch64"}},{"category":"product_version","name":"slurm_23_02-node-23.02.5-150200.5.11.2.aarch64","product":{"name":"slurm_23_02-node-23.02.5-150200.5.11.2.aarch64","product_id":"slurm_23_02-node-23.02.5-150200.5.11.2.aarch64"}},{"category":"product_version","name":"slurm_23_02-pam_slurm-23.02.5-150200.5.11.2.aarch64","product":{"name":"slurm_23_02-pam_slurm-23.02.5-150200.5.11.2.aarch64","product_id":"slurm_23_02-pam_slurm-23.02.5-150200.5.11.2.aarch64"}},{"category":"product_version","name":"slurm_23_02-plugin-ext-sensors-rrd-23.02.5-150200.5.11.2.aarch64","product":{"name":"slurm_23_02-plugin-ext-sensors-rrd-23.02.5-150200.5.11.2.aarch64","product_id":"slurm_23_02-plugin-ext-sensors-rrd-23.02.5-150200.5.11.2.aarch64"}},{"category":"product_version","name":"slurm_23_02-plugins-23.02.5-150200.5.11.2.aarch64","product":{"name":"slurm_23_02-plugins-23.02.5-150200.5.11.2.aarch64","product_id":"slurm_23_02-plugins-23.02.5-150200.5.11.2.aarch64"}},{"category":"product_version","name":"slurm_23_02-rest-23.02.5-150200.5.11.2.aarch64","product":{"name":"slurm_23_02-rest-23.02.5-150200.5.11.2.aarch64","product_id":"slurm_23_02-rest-23.02.5-150200.5.11.2.aarch64"}},{"category":"product_version","name":"slurm_23_02-slurmdbd-23.02.5-150200.5.11.2.aarch64","product":{"name":"slurm_23_02-slurmdbd-23.02.5-150200.5.11.2.aarch64","product_id":"slurm_23_02-slurmdbd-23.02.5-150200.5.11.2.aarch64"}},{"category":"product_version","name":"slurm_23_02-sql-23.02.5-150200.5.11.2.aarch64","product":{"name":"slurm_23_02-sql-23.02.5-150200.5.11.2.aarch64","product_id":"slurm_23_02-sql-23.02.5-150200.5.11.2.aarch64"}},{"category":"product_version","name":"slurm_23_02-sview-23.02.5-150200.5.11.2.aarch64","product":{"name":"slurm_23_02-sview-23.02.5-150200.5.11.2.aarch64","product_id":"slurm_23_02-sview-23.02.5-150200.5.11.2.aarch64"}},{"category":"product_version","name":"slurm_23_02-testsuite-23.02.5-150200.5.11.2.aarch64","product":{"name":"slurm_23_02-testsuite-23.02.5-150200.5.11.2.aarch64","product_id":"slurm_23_02-testsuite-23.02.5-150200.5.11.2.aarch64"}},{"category":"product_version","name":"slurm_23_02-torque-23.02.5-150200.5.11.2.aarch64","product":{"name":"slurm_23_02-torque-23.02.5-150200.5.11.2.aarch64","product_id":"slurm_23_02-torque-23.02.5-150200.5.11.2.aarch64"}}],"category":"architecture","name":"aarch64"},{"branches":[{"category":"product_version","name":"slurm_23_02-config-23.02.5-150200.5.11.2.noarch","product":{"name":"slurm_23_02-config-23.02.5-150200.5.11.2.noarch","product_id":"slurm_23_02-config-23.02.5-150200.5.11.2.noarch"}},{"category":"product_version","name":"slurm_23_02-config-man-23.02.5-150200.5.11.2.noarch","product":{"name":"slurm_23_02-config-man-23.02.5-150200.5.11.2.noarch","product_id":"slurm_23_02-config-man-23.02.5-150200.5.11.2.noarch"}},{"category":"product_version","name":"slurm_23_02-doc-23.02.5-150200.5.11.2.noarch","product":{"name":"slurm_23_02-doc-23.02.5-150200.5.11.2.noarch","product_id":"slurm_23_02-doc-23.02.5-150200.5.11.2.noarch"}},{"category":"product_version","name":"slurm_23_02-openlava-23.02.5-150200.5.11.2.noarch","product":{"name":"slurm_23_02-openlava-23.02.5-150200.5.11.2.noarch","product_id":"slurm_23_02-openlava-23.02.5-150200.5.11.2.noarch"}},{"category":"product_version","name":"slurm_23_02-seff-23.02.5-150200.5.11.2.noarch","product":{"name":"slurm_23_02-seff-23.02.5-150200.5.11.2.noarch","product_id":"slurm_23_02-seff-23.02.5-150200.5.11.2.noarch"}},{"category":"product_version","name":"slurm_23_02-sjstat-23.02.5-150200.5.11.2.noarch","product":{"name":"slurm_23_02-sjstat-23.02.5-150200.5.11.2.noarch","product_id":"slurm_23_02-sjstat-23.02.5-150200.5.11.2.noarch"}},{"category":"product_version","name":"slurm_23_02-webdoc-23.02.5-150200.5.11.2.noarch","product":{"name":"slurm_23_02-webdoc-23.02.5-150200.5.11.2.noarch","product_id":"slurm_23_02-webdoc-23.02.5-150200.5.11.2.noarch"}}],"category":"architecture","name":"noarch"},{"branches":[{"category":"product_version","name":"libnss_slurm2_23_02-23.02.5-150200.5.11.2.ppc64le","product":{"name":"libnss_slurm2_23_02-23.02.5-150200.5.11.2.ppc64le","product_id":"libnss_slurm2_23_02-23.02.5-150200.5.11.2.ppc64le"}},{"category":"product_version","name":"libpmi0_23_02-23.02.5-150200.5.11.2.ppc64le","product":{"name":"libpmi0_23_02-23.02.5-150200.5.11.2.ppc64le","product_id":"libpmi0_23_02-23.02.5-150200.5.11.2.ppc64le"}},{"category":"product_version","name":"libslurm39-23.02.5-150200.5.11.2.ppc64le","product":{"name":"libslurm39-23.02.5-150200.5.11.2.ppc64le","product_id":"libslurm39-23.02.5-150200.5.11.2.ppc64le"}},{"category":"product_version","name":"perl-slurm_23_02-23.02.5-150200.5.11.2.ppc64le","product":{"name":"perl-slurm_23_02-23.02.5-150200.5.11.2.ppc64le","product_id":"perl-slurm_23_02-23.02.5-150200.5.11.2.ppc64le"}},{"category":"product_version","name":"slurm_23_02-23.02.5-150200.5.11.2.ppc64le","product":{"name":"slurm_23_02-23.02.5-150200.5.11.2.ppc64le","product_id":"slurm_23_02-23.02.5-150200.5.11.2.ppc64le"}},{"category":"product_version","name":"slurm_23_02-auth-none-23.02.5-150200.5.11.2.ppc64le","product":{"name":"slurm_23_02-auth-none-23.02.5-150200.5.11.2.ppc64le","product_id":"slurm_23_02-auth-none-23.02.5-150200.5.11.2.ppc64le"}},{"category":"product_version","name":"slurm_23_02-cray-23.02.5-150200.5.11.2.ppc64le","product":{"name":"slurm_23_02-cray-23.02.5-150200.5.11.2.ppc64le","product_id":"slurm_23_02-cray-23.02.5-150200.5.11.2.ppc64le"}},{"category":"product_version","name":"slurm_23_02-devel-23.02.5-150200.5.11.2.ppc64le","product":{"name":"slurm_23_02-devel-23.02.5-150200.5.11.2.ppc64le","product_id":"slurm_23_02-devel-23.02.5-150200.5.11.2.ppc64le"}},{"category":"product_version","name":"slurm_23_02-hdf5-23.02.5-150200.5.11.2.ppc64le","product":{"name":"slurm_23_02-hdf5-23.02.5-150200.5.11.2.ppc64le","product_id":"slurm_23_02-hdf5-23.02.5-150200.5.11.2.ppc64le"}},{"category":"product_version","name":"slurm_23_02-lua-23.02.5-150200.5.11.2.ppc64le","product":{"name":"slurm_23_02-lua-23.02.5-150200.5.11.2.ppc64le","product_id":"slurm_23_02-lua-23.02.5-150200.5.11.2.ppc64le"}},{"category":"product_version","name":"slurm_23_02-munge-23.02.5-150200.5.11.2.ppc64le","product":{"name":"slurm_23_02-munge-23.02.5-150200.5.11.2.ppc64le","product_id":"slurm_23_02-munge-23.02.5-150200.5.11.2.ppc64le"}},{"category":"product_version","name":"slurm_23_02-node-23.02.5-150200.5.11.2.ppc64le","product":{"name":"slurm_23_02-node-23.02.5-150200.5.11.2.ppc64le","product_id":"slurm_23_02-node-23.02.5-150200.5.11.2.ppc64le"}},{"category":"product_version","name":"slurm_23_02-pam_slurm-23.02.5-150200.5.11.2.ppc64le","product":{"name":"slurm_23_02-pam_slurm-23.02.5-150200.5.11.2.ppc64le","product_id":"slurm_23_02-pam_slurm-23.02.5-150200.5.11.2.ppc64le"}},{"category":"product_version","name":"slurm_23_02-plugin-ext-sensors-rrd-23.02.5-150200.5.11.2.ppc64le","product":{"name":"slurm_23_02-plugin-ext-sensors-rrd-23.02.5-150200.5.11.2.ppc64le","product_id":"slurm_23_02-plugin-ext-sensors-rrd-23.02.5-150200.5.11.2.ppc64le"}},{"category":"product_version","name":"slurm_23_02-plugins-23.02.5-150200.5.11.2.ppc64le","product":{"name":"slurm_23_02-plugins-23.02.5-150200.5.11.2.ppc64le","product_id":"slurm_23_02-plugins-23.02.5-150200.5.11.2.ppc64le"}},{"category":"product_version","name":"slurm_23_02-rest-23.02.5-150200.5.11.2.ppc64le","product":{"name":"slurm_23_02-rest-23.02.5-150200.5.11.2.ppc64le","product_id":"slurm_23_02-rest-23.02.5-150200.5.11.2.ppc64le"}},{"category":"product_version","name":"slurm_23_02-slurmdbd-23.02.5-150200.5.11.2.ppc64le","product":{"name":"slurm_23_02-slurmdbd-23.02.5-150200.5.11.2.ppc64le","product_id":"slurm_23_02-slurmdbd-23.02.5-150200.5.11.2.ppc64le"}},{"category":"product_version","name":"slurm_23_02-sql-23.02.5-150200.5.11.2.ppc64le","product":{"name":"slurm_23_02-sql-23.02.5-150200.5.11.2.ppc64le","product_id":"slurm_23_02-sql-23.02.5-150200.5.11.2.ppc64le"}},{"category":"product_version","name":"slurm_23_02-sview-23.02.5-150200.5.11.2.ppc64le","product":{"name":"slurm_23_02-sview-23.02.5-150200.5.11.2.ppc64le","product_id":"slurm_23_02-sview-23.02.5-150200.5.11.2.ppc64le"}},{"category":"product_version","name":"slurm_23_02-testsuite-23.02.5-150200.5.11.2.ppc64le","product":{"name":"slurm_23_02-testsuite-23.02.5-150200.5.11.2.ppc64le","product_id":"slurm_23_02-testsuite-23.02.5-150200.5.11.2.ppc64le"}},{"category":"product_version","name":"slurm_23_02-torque-23.02.5-150200.5.11.2.ppc64le","product":{"name":"slurm_23_02-torque-23.02.5-150200.5.11.2.ppc64le","product_id":"slurm_23_02-torque-23.02.5-150200.5.11.2.ppc64le"}}],"category":"architecture","name":"ppc64le"},{"branches":[{"category":"product_version","name":"libnss_slurm2_23_02-23.02.5-150200.5.11.2.s390x","product":{"name":"libnss_slurm2_23_02-23.02.5-150200.5.11.2.s390x","product_id":"libnss_slurm2_23_02-23.02.5-150200.5.11.2.s390x"}},{"category":"product_version","name":"libpmi0_23_02-23.02.5-150200.5.11.2.s390x","product":{"name":"libpmi0_23_02-23.02.5-150200.5.11.2.s390x","product_id":"libpmi0_23_02-23.02.5-150200.5.11.2.s390x"}},{"category":"product_version","name":"libslurm39-23.02.5-150200.5.11.2.s390x","product":{"name":"libslurm39-23.02.5-150200.5.11.2.s390x","product_id":"libslurm39-23.02.5-150200.5.11.2.s390x"}},{"category":"product_version","name":"perl-slurm_23_02-23.02.5-150200.5.11.2.s390x","product":{"name":"perl-slurm_23_02-23.02.5-150200.5.11.2.s390x","product_id":"perl-slurm_23_02-23.02.5-150200.5.11.2.s390x"}},{"category":"product_version","name":"slurm_23_02-23.02.5-150200.5.11.2.s390x","product":{"name":"slurm_23_02-23.02.5-150200.5.11.2.s390x","product_id":"slurm_23_02-23.02.5-150200.5.11.2.s390x"}},{"category":"product_version","name":"slurm_23_02-auth-none-23.02.5-150200.5.11.2.s390x","product":{"name":"slurm_23_02-auth-none-23.02.5-150200.5.11.2.s390x","product_id":"slurm_23_02-auth-none-23.02.5-150200.5.11.2.s390x"}},{"category":"product_version","name":"slurm_23_02-cray-23.02.5-150200.5.11.2.s390x","product":{"name":"slurm_23_02-cray-23.02.5-150200.5.11.2.s390x","product_id":"slurm_23_02-cray-23.02.5-150200.5.11.2.s390x"}},{"category":"product_version","name":"slurm_23_02-devel-23.02.5-150200.5.11.2.s390x","product":{"name":"slurm_23_02-devel-23.02.5-150200.5.11.2.s390x","product_id":"slurm_23_02-devel-23.02.5-150200.5.11.2.s390x"}},{"category":"product_version","name":"slurm_23_02-hdf5-23.02.5-150200.5.11.2.s390x","product":{"name":"slurm_23_02-hdf5-23.02.5-150200.5.11.2.s390x","product_id":"slurm_23_02-hdf5-23.02.5-150200.5.11.2.s390x"}},{"category":"product_version","name":"slurm_23_02-lua-23.02.5-150200.5.11.2.s390x","product":{"name":"slurm_23_02-lua-23.02.5-150200.5.11.2.s390x","product_id":"slurm_23_02-lua-23.02.5-150200.5.11.2.s390x"}},{"category":"product_version","name":"slurm_23_02-munge-23.02.5-150200.5.11.2.s390x","product":{"name":"slurm_23_02-munge-23.02.5-150200.5.11.2.s390x","product_id":"slurm_23_02-munge-23.02.5-150200.5.11.2.s390x"}},{"category":"product_version","name":"slurm_23_02-node-23.02.5-150200.5.11.2.s390x","product":{"name":"slurm_23_02-node-23.02.5-150200.5.11.2.s390x","product_id":"slurm_23_02-node-23.02.5-150200.5.11.2.s390x"}},{"category":"product_version","name":"slurm_23_02-pam_slurm-23.02.5-150200.5.11.2.s390x","product":{"name":"slurm_23_02-pam_slurm-23.02.5-150200.5.11.2.s390x","product_id":"slurm_23_02-pam_slurm-23.02.5-150200.5.11.2.s390x"}},{"category":"product_version","name":"slurm_23_02-plugin-ext-sensors-rrd-23.02.5-150200.5.11.2.s390x","product":{"name":"slurm_23_02-plugin-ext-sensors-rrd-23.02.5-150200.5.11.2.s390x","product_id":"slurm_23_02-plugin-ext-sensors-rrd-23.02.5-150200.5.11.2.s390x"}},{"category":"product_version","name":"slurm_23_02-plugins-23.02.5-150200.5.11.2.s390x","product":{"name":"slurm_23_02-plugins-23.02.5-150200.5.11.2.s390x","product_id":"slurm_23_02-plugins-23.02.5-150200.5.11.2.s390x"}},{"category":"product_version","name":"slurm_23_02-rest-23.02.5-150200.5.11.2.s390x","product":{"name":"slurm_23_02-rest-23.02.5-150200.5.11.2.s390x","product_id":"slurm_23_02-rest-23.02.5-150200.5.11.2.s390x"}},{"category":"product_version","name":"slurm_23_02-slurmdbd-23.02.5-150200.5.11.2.s390x","product":{"name":"slurm_23_02-slurmdbd-23.02.5-150200.5.11.2.s390x","product_id":"slurm_23_02-slurmdbd-23.02.5-150200.5.11.2.s390x"}},{"category":"product_version","name":"slurm_23_02-sql-23.02.5-150200.5.11.2.s390x","product":{"name":"slurm_23_02-sql-23.02.5-150200.5.11.2.s390x","product_id":"slurm_23_02-sql-23.02.5-150200.5.11.2.s390x"}},{"category":"product_version","name":"slurm_23_02-sview-23.02.5-150200.5.11.2.s390x","product":{"name":"slurm_23_02-sview-23.02.5-150200.5.11.2.s390x","product_id":"slurm_23_02-sview-23.02.5-150200.5.11.2.s390x"}},{"category":"product_version","name":"slurm_23_02-testsuite-23.02.5-150200.5.11.2.s390x","product":{"name":"slurm_23_02-testsuite-23.02.5-150200.5.11.2.s390x","product_id":"slurm_23_02-testsuite-23.02.5-150200.5.11.2.s390x"}},{"category":"product_version","name":"slurm_23_02-torque-23.02.5-150200.5.11.2.s390x","product":{"name":"slurm_23_02-torque-23.02.5-150200.5.11.2.s390x","product_id":"slurm_23_02-torque-23.02.5-150200.5.11.2.s390x"}}],"category":"architecture","name":"s390x"},{"branches":[{"category":"product_version","name":"libnss_slurm2_23_02-23.02.5-150200.5.11.2.x86_64","product":{"name":"libnss_slurm2_23_02-23.02.5-150200.5.11.2.x86_64","product_id":"libnss_slurm2_23_02-23.02.5-150200.5.11.2.x86_64"}},{"category":"product_version","name":"libpmi0_23_02-23.02.5-150200.5.11.2.x86_64","product":{"name":"libpmi0_23_02-23.02.5-150200.5.11.2.x86_64","product_id":"libpmi0_23_02-23.02.5-150200.5.11.2.x86_64"}},{"category":"product_version","name":"libslurm39-23.02.5-150200.5.11.2.x86_64","product":{"name":"libslurm39-23.02.5-150200.5.11.2.x86_64","product_id":"libslurm39-23.02.5-150200.5.11.2.x86_64"}},{"category":"product_version","name":"perl-slurm_23_02-23.02.5-150200.5.11.2.x86_64","product":{"name":"perl-slurm_23_02-23.02.5-150200.5.11.2.x86_64","product_id":"perl-slurm_23_02-23.02.5-150200.5.11.2.x86_64"}},{"category":"product_version","name":"slurm_23_02-23.02.5-150200.5.11.2.x86_64","product":{"name":"slurm_23_02-23.02.5-150200.5.11.2.x86_64","product_id":"slurm_23_02-23.02.5-150200.5.11.2.x86_64"}},{"category":"product_version","name":"slurm_23_02-auth-none-23.02.5-150200.5.11.2.x86_64","product":{"name":"slurm_23_02-auth-none-23.02.5-150200.5.11.2.x86_64","product_id":"slurm_23_02-auth-none-23.02.5-150200.5.11.2.x86_64"}},{"category":"product_version","name":"slurm_23_02-cray-23.02.5-150200.5.11.2.x86_64","product":{"name":"slurm_23_02-cray-23.02.5-150200.5.11.2.x86_64","product_id":"slurm_23_02-cray-23.02.5-150200.5.11.2.x86_64"}},{"category":"product_version","name":"slurm_23_02-devel-23.02.5-150200.5.11.2.x86_64","product":{"name":"slurm_23_02-devel-23.02.5-150200.5.11.2.x86_64","product_id":"slurm_23_02-devel-23.02.5-150200.5.11.2.x86_64"}},{"category":"product_version","name":"slurm_23_02-hdf5-23.02.5-150200.5.11.2.x86_64","product":{"name":"slurm_23_02-hdf5-23.02.5-150200.5.11.2.x86_64","product_id":"slurm_23_02-hdf5-23.02.5-150200.5.11.2.x86_64"}},{"category":"product_version","name":"slurm_23_02-lua-23.02.5-150200.5.11.2.x86_64","product":{"name":"slurm_23_02-lua-23.02.5-150200.5.11.2.x86_64","product_id":"slurm_23_02-lua-23.02.5-150200.5.11.2.x86_64"}},{"category":"product_version","name":"slurm_23_02-munge-23.02.5-150200.5.11.2.x86_64","product":{"name":"slurm_23_02-munge-23.02.5-150200.5.11.2.x86_64","product_id":"slurm_23_02-munge-23.02.5-150200.5.11.2.x86_64"}},{"category":"product_version","name":"slurm_23_02-node-23.02.5-150200.5.11.2.x86_64","product":{"name":"slurm_23_02-node-23.02.5-150200.5.11.2.x86_64","product_id":"slurm_23_02-node-23.02.5-150200.5.11.2.x86_64"}},{"category":"product_version","name":"slurm_23_02-pam_slurm-23.02.5-150200.5.11.2.x86_64","product":{"name":"slurm_23_02-pam_slurm-23.02.5-150200.5.11.2.x86_64","product_id":"slurm_23_02-pam_slurm-23.02.5-150200.5.11.2.x86_64"}},{"category":"product_version","name":"slurm_23_02-plugin-ext-sensors-rrd-23.02.5-150200.5.11.2.x86_64","product":{"name":"slurm_23_02-plugin-ext-sensors-rrd-23.02.5-150200.5.11.2.x86_64","product_id":"slurm_23_02-plugin-ext-sensors-rrd-23.02.5-150200.5.11.2.x86_64"}},{"category":"product_version","name":"slurm_23_02-plugins-23.02.5-150200.5.11.2.x86_64","product":{"name":"slurm_23_02-plugins-23.02.5-150200.5.11.2.x86_64","product_id":"slurm_23_02-plugins-23.02.5-150200.5.11.2.x86_64"}},{"category":"product_version","name":"slurm_23_02-rest-23.02.5-150200.5.11.2.x86_64","product":{"name":"slurm_23_02-rest-23.02.5-150200.5.11.2.x86_64","product_id":"slurm_23_02-rest-23.02.5-150200.5.11.2.x86_64"}},{"category":"product_version","name":"slurm_23_02-slurmdbd-23.02.5-150200.5.11.2.x86_64","product":{"name":"slurm_23_02-slurmdbd-23.02.5-150200.5.11.2.x86_64","product_id":"slurm_23_02-slurmdbd-23.02.5-150200.5.11.2.x86_64"}},{"category":"product_version","name":"slurm_23_02-sql-23.02.5-150200.5.11.2.x86_64","product":{"name":"slurm_23_02-sql-23.02.5-150200.5.11.2.x86_64","product_id":"slurm_23_02-sql-23.02.5-150200.5.11.2.x86_64"}},{"category":"product_version","name":"slurm_23_02-sview-23.02.5-150200.5.11.2.x86_64","product":{"name":"slurm_23_02-sview-23.02.5-150200.5.11.2.x86_64","product_id":"slurm_23_02-sview-23.02.5-150200.5.11.2.x86_64"}},{"category":"product_version","name":"slurm_23_02-testsuite-23.02.5-150200.5.11.2.x86_64","product":{"name":"slurm_23_02-testsuite-23.02.5-150200.5.11.2.x86_64","product_id":"slurm_23_02-testsuite-23.02.5-150200.5.11.2.x86_64"}},{"category":"product_version","name":"slurm_23_02-torque-23.02.5-150200.5.11.2.x86_64","product":{"name":"slurm_23_02-torque-23.02.5-150200.5.11.2.x86_64","product_id":"slurm_23_02-torque-23.02.5-150200.5.11.2.x86_64"}}],"category":"architecture","name":"x86_64"},{"branches":[{"category":"product_name","name":"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS","product":{"name":"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS","product_identification_helper":{"cpe":"cpe:/o:suse:sle_hpc-ltss:15:sp2"}}}],"category":"product_family","name":"SUSE Linux Enterprise"}],"category":"vendor","name":"SUSE"}],"relationships":[{"category":"default_component_of","full_product_name":{"name":"libnss_slurm2_23_02-23.02.5-150200.5.11.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libnss_slurm2_23_02-23.02.5-150200.5.11.2.aarch64"},"product_reference":"libnss_slurm2_23_02-23.02.5-150200.5.11.2.aarch64","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"},{"category":"default_component_of","full_product_name":{"name":"libnss_slurm2_23_02-23.02.5-150200.5.11.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libnss_slurm2_23_02-23.02.5-150200.5.11.2.x86_64"},"product_reference":"libnss_slurm2_23_02-23.02.5-150200.5.11.2.x86_64","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"},{"category":"default_component_of","full_product_name":{"name":"libpmi0_23_02-23.02.5-150200.5.11.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libpmi0_23_02-23.02.5-150200.5.11.2.aarch64"},"product_reference":"libpmi0_23_02-23.02.5-150200.5.11.2.aarch64","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"},{"category":"default_component_of","full_product_name":{"name":"libpmi0_23_02-23.02.5-150200.5.11.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libpmi0_23_02-23.02.5-150200.5.11.2.x86_64"},"product_reference":"libpmi0_23_02-23.02.5-150200.5.11.2.x86_64","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"},{"category":"default_component_of","full_product_name":{"name":"libslurm39-23.02.5-150200.5.11.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libslurm39-23.02.5-150200.5.11.2.aarch64"},"product_reference":"libslurm39-23.02.5-150200.5.11.2.aarch64","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"},{"category":"default_component_of","full_product_name":{"name":"libslurm39-23.02.5-150200.5.11.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libslurm39-23.02.5-150200.5.11.2.x86_64"},"product_reference":"libslurm39-23.02.5-150200.5.11.2.x86_64","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"},{"category":"default_component_of","full_product_name":{"name":"perl-slurm_23_02-23.02.5-150200.5.11.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:perl-slurm_23_02-23.02.5-150200.5.11.2.aarch64"},"product_reference":"perl-slurm_23_02-23.02.5-150200.5.11.2.aarch64","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"},{"category":"default_component_of","full_product_name":{"name":"perl-slurm_23_02-23.02.5-150200.5.11.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:perl-slurm_23_02-23.02.5-150200.5.11.2.x86_64"},"product_reference":"perl-slurm_23_02-23.02.5-150200.5.11.2.x86_64","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"},{"category":"default_component_of","full_product_name":{"name":"slurm_23_02-23.02.5-150200.5.11.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-23.02.5-150200.5.11.2.aarch64"},"product_reference":"slurm_23_02-23.02.5-150200.5.11.2.aarch64","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"},{"category":"default_component_of","full_product_name":{"name":"slurm_23_02-23.02.5-150200.5.11.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-23.02.5-150200.5.11.2.x86_64"},"product_reference":"slurm_23_02-23.02.5-150200.5.11.2.x86_64","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"},{"category":"default_component_of","full_product_name":{"name":"slurm_23_02-auth-none-23.02.5-150200.5.11.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-auth-none-23.02.5-150200.5.11.2.aarch64"},"product_reference":"slurm_23_02-auth-none-23.02.5-150200.5.11.2.aarch64","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"},{"category":"default_component_of","full_product_name":{"name":"slurm_23_02-auth-none-23.02.5-150200.5.11.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-auth-none-23.02.5-150200.5.11.2.x86_64"},"product_reference":"slurm_23_02-auth-none-23.02.5-150200.5.11.2.x86_64","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"},{"category":"default_component_of","full_product_name":{"name":"slurm_23_02-config-23.02.5-150200.5.11.2.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-config-23.02.5-150200.5.11.2.noarch"},"product_reference":"slurm_23_02-config-23.02.5-150200.5.11.2.noarch","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"},{"category":"default_component_of","full_product_name":{"name":"slurm_23_02-config-man-23.02.5-150200.5.11.2.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-config-man-23.02.5-150200.5.11.2.noarch"},"product_reference":"slurm_23_02-config-man-23.02.5-150200.5.11.2.noarch","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"},{"category":"default_component_of","full_product_name":{"name":"slurm_23_02-cray-23.02.5-150200.5.11.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-cray-23.02.5-150200.5.11.2.aarch64"},"product_reference":"slurm_23_02-cray-23.02.5-150200.5.11.2.aarch64","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"},{"category":"default_component_of","full_product_name":{"name":"slurm_23_02-cray-23.02.5-150200.5.11.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-cray-23.02.5-150200.5.11.2.x86_64"},"product_reference":"slurm_23_02-cray-23.02.5-150200.5.11.2.x86_64","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"},{"category":"default_component_of","full_product_name":{"name":"slurm_23_02-devel-23.02.5-150200.5.11.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-devel-23.02.5-150200.5.11.2.aarch64"},"product_reference":"slurm_23_02-devel-23.02.5-150200.5.11.2.aarch64","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"},{"category":"default_component_of","full_product_name":{"name":"slurm_23_02-devel-23.02.5-150200.5.11.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-devel-23.02.5-150200.5.11.2.x86_64"},"product_reference":"slurm_23_02-devel-23.02.5-150200.5.11.2.x86_64","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"},{"category":"default_component_of","full_product_name":{"name":"slurm_23_02-doc-23.02.5-150200.5.11.2.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-doc-23.02.5-150200.5.11.2.noarch"},"product_reference":"slurm_23_02-doc-23.02.5-150200.5.11.2.noarch","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"},{"category":"default_component_of","full_product_name":{"name":"slurm_23_02-lua-23.02.5-150200.5.11.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-lua-23.02.5-150200.5.11.2.aarch64"},"product_reference":"slurm_23_02-lua-23.02.5-150200.5.11.2.aarch64","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"},{"category":"default_component_of","full_product_name":{"name":"slurm_23_02-lua-23.02.5-150200.5.11.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-lua-23.02.5-150200.5.11.2.x86_64"},"product_reference":"slurm_23_02-lua-23.02.5-150200.5.11.2.x86_64","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"},{"category":"default_component_of","full_product_name":{"name":"slurm_23_02-munge-23.02.5-150200.5.11.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-munge-23.02.5-150200.5.11.2.aarch64"},"product_reference":"slurm_23_02-munge-23.02.5-150200.5.11.2.aarch64","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"},{"category":"default_component_of","full_product_name":{"name":"slurm_23_02-munge-23.02.5-150200.5.11.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-munge-23.02.5-150200.5.11.2.x86_64"},"product_reference":"slurm_23_02-munge-23.02.5-150200.5.11.2.x86_64","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"},{"category":"default_component_of","full_product_name":{"name":"slurm_23_02-node-23.02.5-150200.5.11.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-node-23.02.5-150200.5.11.2.aarch64"},"product_reference":"slurm_23_02-node-23.02.5-150200.5.11.2.aarch64","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"},{"category":"default_component_of","full_product_name":{"name":"slurm_23_02-node-23.02.5-150200.5.11.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-node-23.02.5-150200.5.11.2.x86_64"},"product_reference":"slurm_23_02-node-23.02.5-150200.5.11.2.x86_64","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"},{"category":"default_component_of","full_product_name":{"name":"slurm_23_02-pam_slurm-23.02.5-150200.5.11.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-pam_slurm-23.02.5-150200.5.11.2.aarch64"},"product_reference":"slurm_23_02-pam_slurm-23.02.5-150200.5.11.2.aarch64","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"},{"category":"default_component_of","full_product_name":{"name":"slurm_23_02-pam_slurm-23.02.5-150200.5.11.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-pam_slurm-23.02.5-150200.5.11.2.x86_64"},"product_reference":"slurm_23_02-pam_slurm-23.02.5-150200.5.11.2.x86_64","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"},{"category":"default_component_of","full_product_name":{"name":"slurm_23_02-plugin-ext-sensors-rrd-23.02.5-150200.5.11.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-plugin-ext-sensors-rrd-23.02.5-150200.5.11.2.aarch64"},"product_reference":"slurm_23_02-plugin-ext-sensors-rrd-23.02.5-150200.5.11.2.aarch64","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"},{"category":"default_component_of","full_product_name":{"name":"slurm_23_02-plugin-ext-sensors-rrd-23.02.5-150200.5.11.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-plugin-ext-sensors-rrd-23.02.5-150200.5.11.2.x86_64"},"product_reference":"slurm_23_02-plugin-ext-sensors-rrd-23.02.5-150200.5.11.2.x86_64","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"},{"category":"default_component_of","full_product_name":{"name":"slurm_23_02-plugins-23.02.5-150200.5.11.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-plugins-23.02.5-150200.5.11.2.aarch64"},"product_reference":"slurm_23_02-plugins-23.02.5-150200.5.11.2.aarch64","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"},{"category":"default_component_of","full_product_name":{"name":"slurm_23_02-plugins-23.02.5-150200.5.11.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-plugins-23.02.5-150200.5.11.2.x86_64"},"product_reference":"slurm_23_02-plugins-23.02.5-150200.5.11.2.x86_64","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"},{"category":"default_component_of","full_product_name":{"name":"slurm_23_02-rest-23.02.5-150200.5.11.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-rest-23.02.5-150200.5.11.2.aarch64"},"product_reference":"slurm_23_02-rest-23.02.5-150200.5.11.2.aarch64","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"},{"category":"default_component_of","full_product_name":{"name":"slurm_23_02-rest-23.02.5-150200.5.11.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-rest-23.02.5-150200.5.11.2.x86_64"},"product_reference":"slurm_23_02-rest-23.02.5-150200.5.11.2.x86_64","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"},{"category":"default_component_of","full_product_name":{"name":"slurm_23_02-slurmdbd-23.02.5-150200.5.11.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-slurmdbd-23.02.5-150200.5.11.2.aarch64"},"product_reference":"slurm_23_02-slurmdbd-23.02.5-150200.5.11.2.aarch64","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"},{"category":"default_component_of","full_product_name":{"name":"slurm_23_02-slurmdbd-23.02.5-150200.5.11.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-slurmdbd-23.02.5-150200.5.11.2.x86_64"},"product_reference":"slurm_23_02-slurmdbd-23.02.5-150200.5.11.2.x86_64","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"},{"category":"default_component_of","full_product_name":{"name":"slurm_23_02-sql-23.02.5-150200.5.11.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-sql-23.02.5-150200.5.11.2.aarch64"},"product_reference":"slurm_23_02-sql-23.02.5-150200.5.11.2.aarch64","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"},{"category":"default_component_of","full_product_name":{"name":"slurm_23_02-sql-23.02.5-150200.5.11.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-sql-23.02.5-150200.5.11.2.x86_64"},"product_reference":"slurm_23_02-sql-23.02.5-150200.5.11.2.x86_64","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"},{"category":"default_component_of","full_product_name":{"name":"slurm_23_02-sview-23.02.5-150200.5.11.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-sview-23.02.5-150200.5.11.2.aarch64"},"product_reference":"slurm_23_02-sview-23.02.5-150200.5.11.2.aarch64","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"},{"category":"default_component_of","full_product_name":{"name":"slurm_23_02-sview-23.02.5-150200.5.11.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-sview-23.02.5-150200.5.11.2.x86_64"},"product_reference":"slurm_23_02-sview-23.02.5-150200.5.11.2.x86_64","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"},{"category":"default_component_of","full_product_name":{"name":"slurm_23_02-torque-23.02.5-150200.5.11.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-torque-23.02.5-150200.5.11.2.aarch64"},"product_reference":"slurm_23_02-torque-23.02.5-150200.5.11.2.aarch64","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"},{"category":"default_component_of","full_product_name":{"name":"slurm_23_02-torque-23.02.5-150200.5.11.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-torque-23.02.5-150200.5.11.2.x86_64"},"product_reference":"slurm_23_02-torque-23.02.5-150200.5.11.2.x86_64","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"},{"category":"default_component_of","full_product_name":{"name":"slurm_23_02-webdoc-23.02.5-150200.5.11.2.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS","product_id":"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-webdoc-23.02.5-150200.5.11.2.noarch"},"product_reference":"slurm_23_02-webdoc-23.02.5-150200.5.11.2.noarch","relates_to_product_reference":"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"}]},"vulnerabilities":[{"cve":"CVE-2022-29500","ids":[{"system_name":"SUSE CVE Page","text":"https://www.suse.com/security/cve/CVE-2022-29500"}],"notes":[{"category":"general","text":"SchedMD Slurm 21.08.x through 20.11.x has Incorrect Access Control that leads to Information Disclosure.","title":"CVE description"}],"product_status":{"recommended":["SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libnss_slurm2_23_02-23.02.5-150200.5.11.2.aarch64","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libnss_slurm2_23_02-23.02.5-150200.5.11.2.x86_64","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libpmi0_23_02-23.02.5-150200.5.11.2.aarch64","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libpmi0_23_02-23.02.5-150200.5.11.2.x86_64","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libslurm39-23.02.5-150200.5.11.2.aarch64","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libslurm39-23.02.5-150200.5.11.2.x86_64","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:perl-slurm_23_02-23.02.5-150200.5.11.2.aarch64","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:perl-slurm_23_02-23.02.5-150200.5.11.2.x86_64","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-23.02.5-150200.5.11.2.aarch64","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-23.02.5-150200.5.11.2.x86_64","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-auth-none-23.02.5-150200.5.11.2.aarch64","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-auth-none-23.02.5-150200.5.11.2.x86_64","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-config-23.02.5-150200.5.11.2.noarch","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-config-man-23.02.5-150200.5.11.2.noarch","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-cray-23.02.5-150200.5.11.2.aarch64","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-cray-23.02.5-150200.5.11.2.x86_64","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-devel-23.02.5-150200.5.11.2.aarch64","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-devel-23.02.5-150200.5.11.2.x86_64","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-doc-23.02.5-150200.5.11.2.noarch","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-lua-23.02.5-150200.5.11.2.aarch64","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-lua-23.02.5-150200.5.11.2.x86_64","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-munge-23.02.5-150200.5.11.2.aarch64","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-munge-23.02.5-150200.5.11.2.x86_64","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-node-23.02.5-150200.5.11.2.aarch64","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-node-23.02.5-150200.5.11.2.x86_64","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-pam_slurm-23.02.5-150200.5.11.2.aarch64","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-pam_slurm-23.02.5-150200.5.11.2.x86_64","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-plugin-ext-sensors-rrd-23.02.5-150200.5.11.2.aarch64","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-plugin-ext-sensors-rrd-23.02.5-150200.5.11.2.x86_64","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-plugins-23.02.5-150200.5.11.2.aarch64","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-plugins-23.02.5-150200.5.11.2.x86_64","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-rest-23.02.5-150200.5.11.2.aarch64","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-rest-23.02.5-150200.5.11.2.x86_64","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-slurmdbd-23.02.5-150200.5.11.2.aarch64","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-slurmdbd-23.02.5-150200.5.11.2.x86_64","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-sql-23.02.5-150200.5.11.2.aarch64","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-sql-23.02.5-150200.5.11.2.x86_64","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-sview-23.02.5-150200.5.11.2.aarch64","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-sview-23.02.5-150200.5.11.2.x86_64","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-torque-23.02.5-150200.5.11.2.aarch64","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-torque-23.02.5-150200.5.11.2.x86_64","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-webdoc-23.02.5-150200.5.11.2.noarch"]},"references":[{"category":"external","summary":"CVE-2022-29500","url":"https://www.suse.com/security/cve/CVE-2022-29500"},{"category":"external","summary":"SUSE Bug 1199278 for CVE-2022-29500","url":"https://bugzilla.suse.com/1199278"}],"remediations":[{"category":"vendor_fix","details":"To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n","product_ids":["SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libnss_slurm2_23_02-23.02.5-150200.5.11.2.aarch64","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libnss_slurm2_23_02-23.02.5-150200.5.11.2.x86_64","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libpmi0_23_02-23.02.5-150200.5.11.2.aarch64","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libpmi0_23_02-23.02.5-150200.5.11.2.x86_64","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libslurm39-23.02.5-150200.5.11.2.aarch64","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libslurm39-23.02.5-150200.5.11.2.x86_64","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:perl-slurm_23_02-23.02.5-150200.5.11.2.aarch64","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:perl-slurm_23_02-23.02.5-150200.5.11.2.x86_64","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-23.02.5-150200.5.11.2.aarch64","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-23.02.5-150200.5.11.2.x86_64","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-auth-none-23.02.5-150200.5.11.2.aarch64","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-auth-none-23.02.5-150200.5.11.2.x86_64","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-config-23.02.5-150200.5.11.2.noarch","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-config-man-23.02.5-150200.5.11.2.noarch","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-cray-23.02.5-150200.5.11.2.aarch64","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-cray-23.02.5-150200.5.11.2.x86_64","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-devel-23.02.5-150200.5.11.2.aarch64","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-devel-23.02.5-150200.5.11.2.x86_64","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-doc-23.02.5-150200.5.11.2.noarch","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-lua-23.02.5-150200.5.11.2.aarch64","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-lua-23.02.5-150200.5.11.2.x86_64","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-munge-23.02.5-150200.5.11.2.aarch64","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-munge-23.02.5-150200.5.11.2.x86_64","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-node-23.02.5-150200.5.11.2.aarch64","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-node-23.02.5-150200.5.11.2.x86_64","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-pam_slurm-23.02.5-150200.5.11.2.aarch64","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-pam_slurm-23.02.5-150200.5.11.2.x86_64","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-plugin-ext-sensors-rrd-23.02.5-150200.5.11.2.aarch64","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-plugin-ext-sensors-rrd-23.02.5-150200.5.11.2.x86_64","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-plugins-23.02.5-150200.5.11.2.aarch64","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-plugins-23.02.5-150200.5.11.2.x86_64","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-rest-23.02.5-150200.5.11.2.aarch64","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-rest-23.02.5-150200.5.11.2.x86_64","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-slurmdbd-23.02.5-150200.5.11.2.aarch64","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-slurmdbd-23.02.5-150200.5.11.2.x86_64","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-sql-23.02.5-150200.5.11.2.aarch64","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-sql-23.02.5-150200.5.11.2.x86_64","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-sview-23.02.5-150200.5.11.2.aarch64","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-sview-23.02.5-150200.5.11.2.x86_64","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-torque-23.02.5-150200.5.11.2.aarch64","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-torque-23.02.5-150200.5.11.2.x86_64","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-webdoc-23.02.5-150200.5.11.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 High Performance Computing 15 SP2-LTSS:libnss_slurm2_23_02-23.02.5-150200.5.11.2.aarch64","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libnss_slurm2_23_02-23.02.5-150200.5.11.2.x86_64","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libpmi0_23_02-23.02.5-150200.5.11.2.aarch64","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libpmi0_23_02-23.02.5-150200.5.11.2.x86_64","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libslurm39-23.02.5-150200.5.11.2.aarch64","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libslurm39-23.02.5-150200.5.11.2.x86_64","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:perl-slurm_23_02-23.02.5-150200.5.11.2.aarch64","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:perl-slurm_23_02-23.02.5-150200.5.11.2.x86_64","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-23.02.5-150200.5.11.2.aarch64","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-23.02.5-150200.5.11.2.x86_64","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-auth-none-23.02.5-150200.5.11.2.aarch64","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-auth-none-23.02.5-150200.5.11.2.x86_64","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-config-23.02.5-150200.5.11.2.noarch","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-config-man-23.02.5-150200.5.11.2.noarch","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-cray-23.02.5-150200.5.11.2.aarch64","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-cray-23.02.5-150200.5.11.2.x86_64","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-devel-23.02.5-150200.5.11.2.aarch64","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-devel-23.02.5-150200.5.11.2.x86_64","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-doc-23.02.5-150200.5.11.2.noarch","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-lua-23.02.5-150200.5.11.2.aarch64","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-lua-23.02.5-150200.5.11.2.x86_64","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-munge-23.02.5-150200.5.11.2.aarch64","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-munge-23.02.5-150200.5.11.2.x86_64","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-node-23.02.5-150200.5.11.2.aarch64","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-node-23.02.5-150200.5.11.2.x86_64","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-pam_slurm-23.02.5-150200.5.11.2.aarch64","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-pam_slurm-23.02.5-150200.5.11.2.x86_64","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-plugin-ext-sensors-rrd-23.02.5-150200.5.11.2.aarch64","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-plugin-ext-sensors-rrd-23.02.5-150200.5.11.2.x86_64","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-plugins-23.02.5-150200.5.11.2.aarch64","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-plugins-23.02.5-150200.5.11.2.x86_64","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-rest-23.02.5-150200.5.11.2.aarch64","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-rest-23.02.5-150200.5.11.2.x86_64","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-slurmdbd-23.02.5-150200.5.11.2.aarch64","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-slurmdbd-23.02.5-150200.5.11.2.x86_64","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-sql-23.02.5-150200.5.11.2.aarch64","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-sql-23.02.5-150200.5.11.2.x86_64","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-sview-23.02.5-150200.5.11.2.aarch64","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-sview-23.02.5-150200.5.11.2.x86_64","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-torque-23.02.5-150200.5.11.2.aarch64","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-torque-23.02.5-150200.5.11.2.x86_64","SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:slurm_23_02-webdoc-23.02.5-150200.5.11.2.noarch"]}],"threats":[{"category":"impact","date":"2023-11-02T00:59:34Z","details":"important"}],"title":"CVE-2022-29500"}]}