<?xml version="1.0" encoding="UTF-8"?>
<cvrfdoc xmlns="http://www.icasi.org/CVRF/schema/cvrf/1.1" xmlns:cvrf="http://www.icasi.org/CVRF/schema/cvrf/1.1">
  <DocumentTitle xml:lang="en">Security update for SUSE Manager Client Tools</DocumentTitle>
  <DocumentType>SUSE Patch</DocumentType>
  <DocumentPublisher Type="Vendor">
    <ContactDetails>security@suse.de</ContactDetails>
    <IssuingAuthority>SUSE Security Team</IssuingAuthority>
  </DocumentPublisher>
  <DocumentTracking>
    <Identification>
      <ID>SUSE-SU-2023:2578-1</ID>
    </Identification>
    <Status>Final</Status>
    <Version>1</Version>
    <RevisionHistory>
      <Revision>
        <Number>1</Number>
        <Date>2023-06-21T11:49:43Z</Date>
        <Description>current</Description>
      </Revision>
    </RevisionHistory>
    <InitialReleaseDate>2023-06-21T11:49:43Z</InitialReleaseDate>
    <CurrentReleaseDate>2023-06-21T11:49:43Z</CurrentReleaseDate>
    <Generator>
      <Engine>cve-database/bin/generate-cvrf.pl</Engine>
      <Date>2017-02-24T01:00:00Z</Date>
    </Generator>
  </DocumentTracking>
  <DocumentNotes>
    <Note Title="Topic" Type="Summary" Ordinal="1" xml:lang="en">Security update for SUSE Manager Client Tools</Note>
    <Note Title="Details" Type="General" Ordinal="2" xml:lang="en">This update fixes the following issues:

bind:

- Provide bind dependencies and solve installation issues on SUSE Linux Enterprise Micro
- There are no source changes    
    
dracut-saltboot:

- Update to version 0.1.1681904360.84ef141 
  * Load network configuration even when missing protocol version (bsc#1210640)

grafana:
    
- Version update from 8.5.22 to 9.5.1 (jsc#PED-3694):
  * Security fixes:
    - CVE-2023-1410: grafana: Stored XSS in Graphite FunctionDescription tooltip (bsc#1209645)
    - CVE-2023-1387: grafana: JWT URL-login flow leaks token to data sources through request parameter in proxy requests
      (bnc#1210907)
    - CVE-2022-36062: grafana: Fix RBAC folders/dashboards privilege escalation (bsc#1203596)
    - CVE-2022-35957: grafana: Escalation from admin to server admin when auth proxy is used (bsc#1203597)
    - CVE-2022-32149: Upgrade x/text to version unaffected by CVE-2022-32149 (bsc#1204501)
    - CVE-2022-31107: grafana: OAuth account takeover (bsc#1201539)
    - CVE-2022-31097: grafana: stored XSS vulnerability (bsc#1201535)
    - CVE-2022-27664: go1.18,go1.19: net/http: handle server errors after sending GOAWAY (bsc#1203185)
    - CVE-2022-0155: follow-redirects: Exposure of Private Personal Information to an Unauthorized Actor
    - CVE-2021-43138: spacewalk-web: a malicious user can obtain privileges via the mapValues() method(bsc#1200480)
    - CVE-2021-3918: json-schema is vulnerable to Improperly Controlled Modification of Object Prototype Attributes
      ('Prototype Pollution') (bsc#1192696)
    - CVE-2021-3807: node-ansi-regex: Inefficient Regular Expression Complexity in chalk/ansi-regex (bsc#1192154)
    - CVE-2020-7753: nodejs-trim: Regular Expression Denial of Service (ReDoS) in trim function 
  * Important changes:
    - Default named retention policies won't be used to query.
      Users who have a default named retention policy in their influxdb database, have to rename it to something else.
      To change the hardcoded retention policy in the dashboard.json, users must then select the right retention policy
      from dropdown and save the panel/dashboard.
    - Grafana Alerting rules with NoDataState configuration set to Alerting will now respect 'For' duration.
    - Users who use LDAP role sync to only sync Viewer, Editor and Admin roles, but grant Grafana Server Admin role
      manually will not be able to do that anymore. After this change, LDAP role sync will override any manual changes
      to Grafana Server Admin role assignments. If grafana_admin is left unset in LDAP role mapping configuration, it
      will default to false.
    - The InfluxDB backend migration feature toggle (influxdbBackendMigration) has been reintroduced in this version
      as issues were discovered with backend processing of InfluxDB data. Unless this feature toggle is enabled, all
      InfluxDB data will be parsed in the frontend. This frontend processing is the default behavior. 
      In Grafana 9.4.4, InfluxDB data parsing started to be handled in the backend. If you have upgraded to 9.4.4
      and then added new transformations on InfluxDB data, those panels will fail to render. To resolve this either:
      Remove the affected panel and re-create it or edit the `time` field as `Time` in `panel.json` 
      or `dashboard.json`
    - The `@grafana/ui` package helper function `selectOptionInTest` used in frontend tests has been removed as it
      caused testing libraries to be bundled in the production code of Grafana. If you were using this helper function
      in your tests please update your code accordingly.
    - Removed deprecated `checkHealth` prop from the `@grafana/e2e` `addDataSource` configuration. Previously this
      value defaulted to `false`, and has not been used in end-to-end tests since Grafana 8.0.3.
    - Removed the deprecated `LegacyBaseMap`, `LegacyValueMapping`, `LegacyValueMap`, and `LegacyRangeMap` types, and
      `getMappedValue` function from grafana-data. See the documentation for the migration.
      This change fixes a bug in Grafana where intermittent failure of database, network between Grafana and the
      database, or error in querying the database would cause all alert rules to be unscheduled in Grafana. 
      Following this change scheduled alert rules are not updated unless the query is successful.
    - The `get_alert_rules_duration_seconds` metric has been renamed to `schedule_query_alert_rules_duration_seconds`
    - Any secret (data sources credential, alert manager credential, etc, etc) created or modified with Grafana v9.0
      won't be decryptable from any previous version (by default) because the way encrypted secrets are stored into the
      database has changed. Although secrets created or modified with previous versions will still be decryptable by
      Grafana v9.0.
    - If required, although generally discouraged, the `disableEnvelopeEncryption` feature toggle can be enabled to
      keep envelope encryption disabled once updating to Grafana
    - In case of need to rollback to an earlier version of Grafana (i.e. Grafana v8.x) for any reason, after being
      created or modified any secret with Grafana v9.0, the `envelopeEncryption` feature toggle will need to be enabled
      to keep backwards compatibility (only from `v8.3.x` a bit unstable, from `8.5.x` stable).
    - As a final attempt to deal with issues related with the aforementioned situations, the 
      `grafana-cli admin secrets-migration rollback` command has been designed to move back all the Grafana secrets
      encrypted with envelope encryption to legacy encryption. So, after running that command it should be safe to
      disable envelope encryption and/or roll back to a previous version of Grafana.
      Alternatively or complementarily to all the points above, backing up the Grafana database before updating could
      be a good idea to prevent disasters (although the risk of getting some secrets corrupted only applies to those 
      updates/created with after updating to Grafana v9.0).
    - In Elasticsearch, browser access mode was deprecated in grafana 7.4.0 and removed in 9.0.0. If you used this mode
      please switch to server access mode on the datasource configuration page.
    - Environment variables passed from Grafana to external Azure plugins have been renamed:
      `AZURE_CLOUD` renamed to `GFAZPL_AZURE_CLOUD`,
      `AZURE_MANAGED_IDENTITY_ENABLED` renamed to `GFAZPL_MANAGED_IDENTITY_ENABLED`,
      `AZURE_MANAGED_IDENTITY_CLIENT_ID` renamed to `GFAZPL_MANAGED_IDENTITY_CLIENT_ID`.
      There are no known plugins which were relying on these variables. Moving forward plugins should read Azure
      settings only via Grafana Azure SDK which properly handles old and new environment variables.
    - Removes support for for ElasticSearch versions after their end-of-life, currently versions &lt; 7.10.0.
      To continue to use ElasticSearch data source, upgrade ElasticSearch to version 7.10.0+.
    - Application Insights and Insight Analytics queries in Azure Monitor were deprecated in Grafana 8.0 and finally
      removed in 9.0. Deprecated queries will no longer be executed.
    - grafana/ui: Button now specifies a default type='button'.
      The `Button` component provided by @grafana/ui now specifies a default `type='button'` when no type is provided.
      In previous versions, if the attribute was not specified for buttons associated with a `&lt;form&gt;` the
      default value was `submit` per the specification. You can preserve the old behavior by explicitly setting the
      type attribute: `&lt;Button type='submit' /&gt;`
    - The `Rename by regex` transformation has been improved to allow global patterns of the form 
      `/&lt;stringToReplace&gt;/g`.
      Depending on the regex match used, this may cause some transformations to behave slightly differently. You can
      guarantee the same behaviour as before by wrapping the `match` string in forward slashes (`/`), e.g. `(.*)` would
      become `/(.*)/`
    - `&lt;Select /&gt;` menus will now portal to the document body by default. This is to give more consistent
      behaviour when positioning and overlaying. If you were setting`menuShouldPortal={true}` before you can safely 
      remove that prop and behaviour will be the same. If you weren't explicitly setting that prop, there should be no
      visible changes in behaviour but your tests may need updating. If you were setting `menuShouldPortal={false}`
      this will continue to prevent the menu from portalling.
    - Grafana alerting endpoint prefixed with `api/v1/rule/test` that tests a rule against a Corte/Loki data source now
      expects the data source UID as a path parameter instead of the data source numeric identifier.
    - Grafana alerting endpoints prefixed with `api/prometheus/` that proxy requests to a Cortex/Loki data source now
      expect the data source UID as a path parameter instead of the data source numeric identifier.
    - Grafana alerting endpoints prefixed with `api/ruler/` that proxy requests to a Cortex/Loki data source now expect
      the data source UID as a path parameter instead of the data
    - Grafana alerting endpoints prefixed with `api/alertmanager/` that proxy requests to an Alertmanager now expect
      the data source UID as a path parameter instead of the data source numeric identifier.
    - The format of log messages have been updated, `lvl` is now `level` and `eror`and `dbug` has been replaced with
      `error` and `debug`. The precision of timestamps has been increased.
      To smooth the transition, it is possible to opt-out of the new log format by enabling the feature toggle
      `oldlog`.
      This option will be removed in a future minor release.
    - In the Loki data source, the dataframe format used to represent Loki logs-data has been changed to a more
      efficient format. The query-result is represented by a single dataframe with a 'labels' column, instead of the
      separate dataframes for every labels-value. When displaying such data in explore, or in a logs-panel in the
      dashboard will continue to work without changes, but if the data was loaded into a different dashboard-panel, or
      Transforms were used, adjustments may be necessary. For example, if you used the 'labels to fields' 
      transformation with the logs data, please switch to the 'extract fields' transformation.
  * Deprecations:
    - The `grafana_database_conn_*` metrics are deprecated, and will be removed in a future version of Grafana. Use 
      the `go_sql_stats_*` metrics instead.
    - Support for compact Explore URLs is deprecated and will be removed in a future release. Until then, when
      navigating to Explore using the deprecated format the URLs are automatically converted. If you have
      existing links pointing to Explore update them using the format generated by Explore upon navigation.
      You can identify a compact URL by its format. Compact URLs have the left (and optionally right) url parameter as
      an array of strings, for example `&amp;left=['now-1h','now'...]`. The standard explore URLs follow a key/value
      pattern, for example `&amp;left={'datasource':'test'...}`. Please be sure to check your dashboards for any
      hardcoded links to Explore and update them to the standard URL pattern.
    - Chore: Remove deprecated DataSourceAPI methods.
    - Data: Remove deprecated types and functions from valueMappings.
    - Elasticsearch: Remove browser access mode.
    - Elasticsearch: Remove support for versions after their end of the life (&lt;7.10.0).
    - Explore: Remove support for legacy, compact format URLs.
    - Graph: Deprecate Graph (old) and make it no longer a visualization option for new panels.
    - `setExploreQueryField`, `setExploreMetricsQueryField` and `setExploreLogsQueryField` are now deprecated and will
      be removed in a future release. If you need to set a different query editor for Explore, conditionally render
      based on `props.app` in your regular query editor.
  * Changes:
    - User: Fix externalUserId not being populated.
      If you used any of these components please use them from grafana/experimental from now on:
       - AccessoryButton
       - EditorFieldGroup
       - EditorHeader
       - EditorField
       - EditorRow
       - EditorList
       - EditorRows
       - EditorSwitch
       - FlexItem
       - Stack
       - InlineSelect
       - InputGroup
       - Space
    - Starting with 9.1.0, existing heatmap panels will start using a new implementation. This can be disabled by
      setting the `useLegacyHeatmapPanel` feature flag to true. It can be tested on a single dashbobard by adding
      `?__feature.useLegacyHeatmapPanel=true` to any dashboard URL.
    - Logger: Enable new logging format by default.
    - Loki: Enable new visual query builder by default.
    - Plugins: Remove plugin list panel.
    - Install wrapper scripts under /usr/sbin
    - Install actual binaries under /usr/libexec/grafana (or /usr/lib under older distributions) and create a simlink 
      for wrapper scripts and the service (which expect the binary to be under /usr/share/grafana/bin)
    - Chore: Upgrade typescript to 4.6.4.

mgr-daemon:

- Version 4.3.7-1
  * Update translation strings

spacecmd:

- Version 4.3.21-1
  * fix argument parsing of distribution_update (bsc#1210458)
- Version 4.3.20-1
  * Display activation key details after executing the corresponding command (bsc#1208719)
  * Show targetted packages before actually removing them (bsc#1207830)

uyuni-common-libs:

- Version 4.3.8-1
  * Allow default component for context manager

zypp-plugin-spacewalk:

- 1.0.14
  * SPEC cleanup
</Note>
    <Note Title="Terms of Use" Type="Legal Disclaimer" Ordinal="3" xml:lang="en">The CVRF data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).</Note>
    <Note Title="Patchnames" Type="Details" Ordinal="4" xml:lang="en">SUSE-2023-2578,SUSE-SLE-Manager-Tools-15-2023-2578,SUSE-SLE-Manager-Tools-For-Micro-5-2023-2578,SUSE-SLE-Module-SUSE-Manager-Proxy-4.2-2023-2578,SUSE-SLE-Module-SUSE-Manager-Proxy-4.3-2023-2578,SUSE-SLE-Product-HPC-15-SP1-LTSS-2023-2578,SUSE-SLE-Product-HPC-15-SP2-LTSS-2023-2578,SUSE-SLE-Product-SLES-15-SP1-LTSS-2023-2578,SUSE-SLE-Product-SLES-15-SP2-LTSS-2023-2578,SUSE-SLE-Product-SLES_SAP-15-SP1-2023-2578,SUSE-SLE-Product-SLES_SAP-15-SP2-2023-2578,SUSE-Storage-7-2023-2578,openSUSE-SLE-15.4-2023-2578,openSUSE-SLE-15.5-2023-2578</Note>
  </DocumentNotes>
  <DocumentDistribution xml:lang="en">Copyright SUSE LLC under the Creative Commons License 4.0 with Attribution (CC-BY-4.0)</DocumentDistribution>
  <DocumentReferences>
    <Reference Type="Self">
      <URL>https://www.suse.com/support/update/announcement/2023/suse-su-20232578-1/</URL>
      <Description>Link for SUSE-SU-2023:2578-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-updates/2023-June/029951.html</URL>
      <Description>E-Mail link for SUSE-SU-2023:2578-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/support/security/rating/</URL>
      <Description>SUSE Security Ratings</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1192154</URL>
      <Description>SUSE Bug 1192154</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1192696</URL>
      <Description>SUSE Bug 1192696</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1200480</URL>
      <Description>SUSE Bug 1200480</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1201535</URL>
      <Description>SUSE Bug 1201535</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1201539</URL>
      <Description>SUSE Bug 1201539</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1203185</URL>
      <Description>SUSE Bug 1203185</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1203596</URL>
      <Description>SUSE Bug 1203596</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1203597</URL>
      <Description>SUSE Bug 1203597</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1203599</URL>
      <Description>SUSE Bug 1203599</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1204501</URL>
      <Description>SUSE Bug 1204501</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1207830</URL>
      <Description>SUSE Bug 1207830</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1208719</URL>
      <Description>SUSE Bug 1208719</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1209645</URL>
      <Description>SUSE Bug 1209645</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1210458</URL>
      <Description>SUSE Bug 1210458</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1210640</URL>
      <Description>SUSE Bug 1210640</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1210907</URL>
      <Description>SUSE Bug 1210907</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2020-7753/</URL>
      <Description>SUSE CVE CVE-2020-7753 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2021-3807/</URL>
      <Description>SUSE CVE CVE-2021-3807 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2021-3918/</URL>
      <Description>SUSE CVE CVE-2021-3918 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2021-43138/</URL>
      <Description>SUSE CVE CVE-2021-43138 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2022-0155/</URL>
      <Description>SUSE CVE CVE-2022-0155 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2022-27664/</URL>
      <Description>SUSE CVE CVE-2022-27664 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2022-31097/</URL>
      <Description>SUSE CVE CVE-2022-31097 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2022-31107/</URL>
      <Description>SUSE CVE CVE-2022-31107 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2022-32149/</URL>
      <Description>SUSE CVE CVE-2022-32149 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2022-35957/</URL>
      <Description>SUSE CVE CVE-2022-35957 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2022-36062/</URL>
      <Description>SUSE CVE CVE-2022-36062 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2022-41715/</URL>
      <Description>SUSE CVE CVE-2022-41715 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2022-46146/</URL>
      <Description>SUSE CVE CVE-2022-46146 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2023-1387/</URL>
      <Description>SUSE CVE CVE-2023-1387 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2023-1410/</URL>
      <Description>SUSE CVE CVE-2023-1410 page</Description>
    </Reference>
  </DocumentReferences>
  <ProductTree xmlns="http://www.icasi.org/CVRF/schema/prod/1.1">
    <Branch Type="Product Family" Name="SUSE Enterprise Storage 7">
      <Branch Type="Product Name" Name="SUSE Enterprise Storage 7">
        <FullProductName ProductID="SUSE Enterprise Storage 7" CPE="cpe:/o:suse:ses:7">SUSE Enterprise Storage 7</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS">
        <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS" CPE="cpe:/o:suse:sle_hpc-ltss:15:sp1">SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS">
        <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" CPE="cpe:/o:suse:sle_hpc-ltss:15:sp2">SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server 15 SP1-LTSS">
        <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS" CPE="cpe:/o:suse:sles-ltss:15:sp1">SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server 15 SP2-LTSS">
        <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS" CPE="cpe:/o:suse:sles-ltss:15:sp2">SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server for SAP Applications 15 SP1">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server for SAP Applications 15 SP1">
        <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP1" CPE="cpe:/o:suse:sles_sap:15:sp1">SUSE Linux Enterprise Server for SAP Applications 15 SP1</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server for SAP Applications 15 SP2">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server for SAP Applications 15 SP2">
        <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP2" CPE="cpe:/o:suse:sles_sap:15:sp2">SUSE Linux Enterprise Server for SAP Applications 15 SP2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Manager Client Tools 15">
      <Branch Type="Product Name" Name="SUSE Manager Client Tools 15">
        <FullProductName ProductID="SUSE Manager Client Tools 15">SUSE Manager Client Tools 15</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Manager Client Tools for SLE Micro 5">
      <Branch Type="Product Name" Name="SUSE Manager Client Tools for SLE Micro 5">
        <FullProductName ProductID="SUSE Manager Client Tools for SLE Micro 5" CPE="cpe:/o:suse:sle-manager-tools-micro:5">SUSE Manager Client Tools for SLE Micro 5</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Manager Proxy Module 4.2">
      <Branch Type="Product Name" Name="SUSE Manager Proxy Module 4.2">
        <FullProductName ProductID="SUSE Manager Proxy Module 4.2" CPE="cpe:/o:suse:sle-module-suse-manager-proxy:4.2">SUSE Manager Proxy Module 4.2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Manager Proxy Module 4.3">
      <Branch Type="Product Name" Name="SUSE Manager Proxy Module 4.3">
        <FullProductName ProductID="SUSE Manager Proxy Module 4.3" CPE="cpe:/o:suse:sle-module-suse-manager-proxy:4.3">SUSE Manager Proxy Module 4.3</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="openSUSE Leap 15.4">
      <Branch Type="Product Name" Name="openSUSE Leap 15.4">
        <FullProductName ProductID="openSUSE Leap 15.4" CPE="cpe:/o:opensuse:leap:15.4">openSUSE Leap 15.4</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="openSUSE Leap 15.5">
      <Branch Type="Product Name" Name="openSUSE Leap 15.5">
        <FullProductName ProductID="openSUSE Leap 15.5" CPE="cpe:/o:opensuse:leap:15.5">openSUSE Leap 15.5</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Version" Name="bind-9.16.6-150000.12.65.1">
      <FullProductName ProductID="bind-9.16.6-150000.12.65.1">bind-9.16.6-150000.12.65.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="bind-chrootenv-9.16.6-150000.12.65.1">
      <FullProductName ProductID="bind-chrootenv-9.16.6-150000.12.65.1">bind-chrootenv-9.16.6-150000.12.65.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="bind-devel-9.16.6-150000.12.65.1">
      <FullProductName ProductID="bind-devel-9.16.6-150000.12.65.1">bind-devel-9.16.6-150000.12.65.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="bind-devel-32bit-9.16.6-150000.12.65.1">
      <FullProductName ProductID="bind-devel-32bit-9.16.6-150000.12.65.1">bind-devel-32bit-9.16.6-150000.12.65.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="bind-devel-64bit-9.16.6-150000.12.65.1">
      <FullProductName ProductID="bind-devel-64bit-9.16.6-150000.12.65.1">bind-devel-64bit-9.16.6-150000.12.65.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="bind-doc-9.16.6-150000.12.65.1">
      <FullProductName ProductID="bind-doc-9.16.6-150000.12.65.1">bind-doc-9.16.6-150000.12.65.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="bind-utils-9.16.6-150000.12.65.1">
      <FullProductName ProductID="bind-utils-9.16.6-150000.12.65.1">bind-utils-9.16.6-150000.12.65.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="dracut-saltboot-0.1.1681904360.84ef141-150000.1.50.1">
      <FullProductName ProductID="dracut-saltboot-0.1.1681904360.84ef141-150000.1.50.1">dracut-saltboot-0.1.1681904360.84ef141-150000.1.50.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="grafana-9.5.1-150000.1.48.5">
      <FullProductName ProductID="grafana-9.5.1-150000.1.48.5">grafana-9.5.1-150000.1.48.5</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libbind9-1600-9.16.6-150000.12.65.1">
      <FullProductName ProductID="libbind9-1600-9.16.6-150000.12.65.1">libbind9-1600-9.16.6-150000.12.65.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libbind9-1600-32bit-9.16.6-150000.12.65.1">
      <FullProductName ProductID="libbind9-1600-32bit-9.16.6-150000.12.65.1">libbind9-1600-32bit-9.16.6-150000.12.65.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libbind9-1600-64bit-9.16.6-150000.12.65.1">
      <FullProductName ProductID="libbind9-1600-64bit-9.16.6-150000.12.65.1">libbind9-1600-64bit-9.16.6-150000.12.65.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libdns1605-9.16.6-150000.12.65.1">
      <FullProductName ProductID="libdns1605-9.16.6-150000.12.65.1">libdns1605-9.16.6-150000.12.65.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libdns1605-32bit-9.16.6-150000.12.65.1">
      <FullProductName ProductID="libdns1605-32bit-9.16.6-150000.12.65.1">libdns1605-32bit-9.16.6-150000.12.65.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libdns1605-64bit-9.16.6-150000.12.65.1">
      <FullProductName ProductID="libdns1605-64bit-9.16.6-150000.12.65.1">libdns1605-64bit-9.16.6-150000.12.65.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libirs-devel-9.16.6-150000.12.65.1">
      <FullProductName ProductID="libirs-devel-9.16.6-150000.12.65.1">libirs-devel-9.16.6-150000.12.65.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libirs1601-9.16.6-150000.12.65.1">
      <FullProductName ProductID="libirs1601-9.16.6-150000.12.65.1">libirs1601-9.16.6-150000.12.65.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libirs1601-32bit-9.16.6-150000.12.65.1">
      <FullProductName ProductID="libirs1601-32bit-9.16.6-150000.12.65.1">libirs1601-32bit-9.16.6-150000.12.65.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libirs1601-64bit-9.16.6-150000.12.65.1">
      <FullProductName ProductID="libirs1601-64bit-9.16.6-150000.12.65.1">libirs1601-64bit-9.16.6-150000.12.65.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libisc1606-9.16.6-150000.12.65.1">
      <FullProductName ProductID="libisc1606-9.16.6-150000.12.65.1">libisc1606-9.16.6-150000.12.65.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libisc1606-32bit-9.16.6-150000.12.65.1">
      <FullProductName ProductID="libisc1606-32bit-9.16.6-150000.12.65.1">libisc1606-32bit-9.16.6-150000.12.65.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libisc1606-64bit-9.16.6-150000.12.65.1">
      <FullProductName ProductID="libisc1606-64bit-9.16.6-150000.12.65.1">libisc1606-64bit-9.16.6-150000.12.65.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libisccc1600-9.16.6-150000.12.65.1">
      <FullProductName ProductID="libisccc1600-9.16.6-150000.12.65.1">libisccc1600-9.16.6-150000.12.65.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libisccc1600-32bit-9.16.6-150000.12.65.1">
      <FullProductName ProductID="libisccc1600-32bit-9.16.6-150000.12.65.1">libisccc1600-32bit-9.16.6-150000.12.65.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libisccc1600-64bit-9.16.6-150000.12.65.1">
      <FullProductName ProductID="libisccc1600-64bit-9.16.6-150000.12.65.1">libisccc1600-64bit-9.16.6-150000.12.65.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libisccfg1600-9.16.6-150000.12.65.1">
      <FullProductName ProductID="libisccfg1600-9.16.6-150000.12.65.1">libisccfg1600-9.16.6-150000.12.65.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libisccfg1600-32bit-9.16.6-150000.12.65.1">
      <FullProductName ProductID="libisccfg1600-32bit-9.16.6-150000.12.65.1">libisccfg1600-32bit-9.16.6-150000.12.65.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libisccfg1600-64bit-9.16.6-150000.12.65.1">
      <FullProductName ProductID="libisccfg1600-64bit-9.16.6-150000.12.65.1">libisccfg1600-64bit-9.16.6-150000.12.65.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libns1604-9.16.6-150000.12.65.1">
      <FullProductName ProductID="libns1604-9.16.6-150000.12.65.1">libns1604-9.16.6-150000.12.65.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libns1604-32bit-9.16.6-150000.12.65.1">
      <FullProductName ProductID="libns1604-32bit-9.16.6-150000.12.65.1">libns1604-32bit-9.16.6-150000.12.65.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libns1604-64bit-9.16.6-150000.12.65.1">
      <FullProductName ProductID="libns1604-64bit-9.16.6-150000.12.65.1">libns1604-64bit-9.16.6-150000.12.65.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="mgr-daemon-4.3.7-150000.1.41.1">
      <FullProductName ProductID="mgr-daemon-4.3.7-150000.1.41.1">mgr-daemon-4.3.7-150000.1.41.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="python2-uyuni-common-libs-4.3.8-150000.1.33.1">
      <FullProductName ProductID="python2-uyuni-common-libs-4.3.8-150000.1.33.1">python2-uyuni-common-libs-4.3.8-150000.1.33.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="python2-zypp-plugin-spacewalk-1.0.14-150000.3.35.1">
      <FullProductName ProductID="python2-zypp-plugin-spacewalk-1.0.14-150000.3.35.1">python2-zypp-plugin-spacewalk-1.0.14-150000.3.35.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="python3-bind-9.16.6-150000.12.65.1">
      <FullProductName ProductID="python3-bind-9.16.6-150000.12.65.1">python3-bind-9.16.6-150000.12.65.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="python3-uyuni-common-libs-4.3.8-150000.1.33.1">
      <FullProductName ProductID="python3-uyuni-common-libs-4.3.8-150000.1.33.1">python3-uyuni-common-libs-4.3.8-150000.1.33.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="python3-yarl-1.3.0-150000.1.6.1">
      <FullProductName ProductID="python3-yarl-1.3.0-150000.1.6.1">python3-yarl-1.3.0-150000.1.6.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="python3-zypp-plugin-spacewalk-1.0.14-150000.3.35.1">
      <FullProductName ProductID="python3-zypp-plugin-spacewalk-1.0.14-150000.3.35.1">python3-zypp-plugin-spacewalk-1.0.14-150000.3.35.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="spacecmd-4.3.21-150000.3.98.1">
      <FullProductName ProductID="spacecmd-4.3.21-150000.3.98.1">spacecmd-4.3.21-150000.3.98.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="wire-0.5.0-150000.1.12.3">
      <FullProductName ProductID="wire-0.5.0-150000.1.12.3">wire-0.5.0-150000.1.12.3</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="zypp-plugin-spacewalk-1.0.14-150000.3.35.1">
      <FullProductName ProductID="zypp-plugin-spacewalk-1.0.14-150000.3.35.1">zypp-plugin-spacewalk-1.0.14-150000.3.35.1</FullProductName>
    </Branch>
    <Relationship ProductReference="bind-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 7">
      <FullProductName ProductID="SUSE Enterprise Storage 7:bind-9.16.6-150000.12.65.1">bind-9.16.6-150000.12.65.1 as a component of SUSE Enterprise Storage 7</FullProductName>
    </Relationship>
    <Relationship ProductReference="bind-chrootenv-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 7">
      <FullProductName ProductID="SUSE Enterprise Storage 7:bind-chrootenv-9.16.6-150000.12.65.1">bind-chrootenv-9.16.6-150000.12.65.1 as a component of SUSE Enterprise Storage 7</FullProductName>
    </Relationship>
    <Relationship ProductReference="bind-devel-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 7">
      <FullProductName ProductID="SUSE Enterprise Storage 7:bind-devel-9.16.6-150000.12.65.1">bind-devel-9.16.6-150000.12.65.1 as a component of SUSE Enterprise Storage 7</FullProductName>
    </Relationship>
    <Relationship ProductReference="bind-doc-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 7">
      <FullProductName ProductID="SUSE Enterprise Storage 7:bind-doc-9.16.6-150000.12.65.1">bind-doc-9.16.6-150000.12.65.1 as a component of SUSE Enterprise Storage 7</FullProductName>
    </Relationship>
    <Relationship ProductReference="bind-utils-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 7">
      <FullProductName ProductID="SUSE Enterprise Storage 7:bind-utils-9.16.6-150000.12.65.1">bind-utils-9.16.6-150000.12.65.1 as a component of SUSE Enterprise Storage 7</FullProductName>
    </Relationship>
    <Relationship ProductReference="libbind9-1600-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 7">
      <FullProductName ProductID="SUSE Enterprise Storage 7:libbind9-1600-9.16.6-150000.12.65.1">libbind9-1600-9.16.6-150000.12.65.1 as a component of SUSE Enterprise Storage 7</FullProductName>
    </Relationship>
    <Relationship ProductReference="libdns1605-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 7">
      <FullProductName ProductID="SUSE Enterprise Storage 7:libdns1605-9.16.6-150000.12.65.1">libdns1605-9.16.6-150000.12.65.1 as a component of SUSE Enterprise Storage 7</FullProductName>
    </Relationship>
    <Relationship ProductReference="libirs-devel-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 7">
      <FullProductName ProductID="SUSE Enterprise Storage 7:libirs-devel-9.16.6-150000.12.65.1">libirs-devel-9.16.6-150000.12.65.1 as a component of SUSE Enterprise Storage 7</FullProductName>
    </Relationship>
    <Relationship ProductReference="libirs1601-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 7">
      <FullProductName ProductID="SUSE Enterprise Storage 7:libirs1601-9.16.6-150000.12.65.1">libirs1601-9.16.6-150000.12.65.1 as a component of SUSE Enterprise Storage 7</FullProductName>
    </Relationship>
    <Relationship ProductReference="libisc1606-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 7">
      <FullProductName ProductID="SUSE Enterprise Storage 7:libisc1606-9.16.6-150000.12.65.1">libisc1606-9.16.6-150000.12.65.1 as a component of SUSE Enterprise Storage 7</FullProductName>
    </Relationship>
    <Relationship ProductReference="libisccc1600-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 7">
      <FullProductName ProductID="SUSE Enterprise Storage 7:libisccc1600-9.16.6-150000.12.65.1">libisccc1600-9.16.6-150000.12.65.1 as a component of SUSE Enterprise Storage 7</FullProductName>
    </Relationship>
    <Relationship ProductReference="libisccfg1600-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 7">
      <FullProductName ProductID="SUSE Enterprise Storage 7:libisccfg1600-9.16.6-150000.12.65.1">libisccfg1600-9.16.6-150000.12.65.1 as a component of SUSE Enterprise Storage 7</FullProductName>
    </Relationship>
    <Relationship ProductReference="libns1604-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 7">
      <FullProductName ProductID="SUSE Enterprise Storage 7:libns1604-9.16.6-150000.12.65.1">libns1604-9.16.6-150000.12.65.1 as a component of SUSE Enterprise Storage 7</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-bind-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 7">
      <FullProductName ProductID="SUSE Enterprise Storage 7:python3-bind-9.16.6-150000.12.65.1">python3-bind-9.16.6-150000.12.65.1 as a component of SUSE Enterprise Storage 7</FullProductName>
    </Relationship>
    <Relationship ProductReference="bind-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:bind-9.16.6-150000.12.65.1">bind-9.16.6-150000.12.65.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="bind-chrootenv-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:bind-chrootenv-9.16.6-150000.12.65.1">bind-chrootenv-9.16.6-150000.12.65.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="bind-devel-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:bind-devel-9.16.6-150000.12.65.1">bind-devel-9.16.6-150000.12.65.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="bind-doc-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:bind-doc-9.16.6-150000.12.65.1">bind-doc-9.16.6-150000.12.65.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="bind-utils-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:bind-utils-9.16.6-150000.12.65.1">bind-utils-9.16.6-150000.12.65.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libbind9-1600-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libbind9-1600-9.16.6-150000.12.65.1">libbind9-1600-9.16.6-150000.12.65.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libdns1605-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libdns1605-9.16.6-150000.12.65.1">libdns1605-9.16.6-150000.12.65.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libirs-devel-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libirs-devel-9.16.6-150000.12.65.1">libirs-devel-9.16.6-150000.12.65.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libirs1601-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libirs1601-9.16.6-150000.12.65.1">libirs1601-9.16.6-150000.12.65.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libisc1606-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libisc1606-9.16.6-150000.12.65.1">libisc1606-9.16.6-150000.12.65.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libisccc1600-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libisccc1600-9.16.6-150000.12.65.1">libisccc1600-9.16.6-150000.12.65.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libisccfg1600-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libisccfg1600-9.16.6-150000.12.65.1">libisccfg1600-9.16.6-150000.12.65.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libns1604-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libns1604-9.16.6-150000.12.65.1">libns1604-9.16.6-150000.12.65.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-bind-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:python3-bind-9.16.6-150000.12.65.1">python3-bind-9.16.6-150000.12.65.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="bind-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:bind-9.16.6-150000.12.65.1">bind-9.16.6-150000.12.65.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="bind-chrootenv-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:bind-chrootenv-9.16.6-150000.12.65.1">bind-chrootenv-9.16.6-150000.12.65.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="bind-devel-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:bind-devel-9.16.6-150000.12.65.1">bind-devel-9.16.6-150000.12.65.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="bind-doc-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:bind-doc-9.16.6-150000.12.65.1">bind-doc-9.16.6-150000.12.65.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="bind-utils-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:bind-utils-9.16.6-150000.12.65.1">bind-utils-9.16.6-150000.12.65.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libbind9-1600-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libbind9-1600-9.16.6-150000.12.65.1">libbind9-1600-9.16.6-150000.12.65.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libdns1605-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libdns1605-9.16.6-150000.12.65.1">libdns1605-9.16.6-150000.12.65.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libirs-devel-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libirs-devel-9.16.6-150000.12.65.1">libirs-devel-9.16.6-150000.12.65.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libirs1601-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libirs1601-9.16.6-150000.12.65.1">libirs1601-9.16.6-150000.12.65.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libisc1606-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libisc1606-9.16.6-150000.12.65.1">libisc1606-9.16.6-150000.12.65.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libisccc1600-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libisccc1600-9.16.6-150000.12.65.1">libisccc1600-9.16.6-150000.12.65.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libisccfg1600-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libisccfg1600-9.16.6-150000.12.65.1">libisccfg1600-9.16.6-150000.12.65.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libns1604-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libns1604-9.16.6-150000.12.65.1">libns1604-9.16.6-150000.12.65.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-bind-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:python3-bind-9.16.6-150000.12.65.1">python3-bind-9.16.6-150000.12.65.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="bind-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:bind-9.16.6-150000.12.65.1">bind-9.16.6-150000.12.65.1 as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="bind-chrootenv-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:bind-chrootenv-9.16.6-150000.12.65.1">bind-chrootenv-9.16.6-150000.12.65.1 as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="bind-devel-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:bind-devel-9.16.6-150000.12.65.1">bind-devel-9.16.6-150000.12.65.1 as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="bind-doc-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:bind-doc-9.16.6-150000.12.65.1">bind-doc-9.16.6-150000.12.65.1 as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="bind-utils-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:bind-utils-9.16.6-150000.12.65.1">bind-utils-9.16.6-150000.12.65.1 as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libbind9-1600-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:libbind9-1600-9.16.6-150000.12.65.1">libbind9-1600-9.16.6-150000.12.65.1 as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libdns1605-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:libdns1605-9.16.6-150000.12.65.1">libdns1605-9.16.6-150000.12.65.1 as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libirs-devel-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:libirs-devel-9.16.6-150000.12.65.1">libirs-devel-9.16.6-150000.12.65.1 as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libirs1601-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:libirs1601-9.16.6-150000.12.65.1">libirs1601-9.16.6-150000.12.65.1 as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libisc1606-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:libisc1606-9.16.6-150000.12.65.1">libisc1606-9.16.6-150000.12.65.1 as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libisccc1600-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:libisccc1600-9.16.6-150000.12.65.1">libisccc1600-9.16.6-150000.12.65.1 as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libisccfg1600-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:libisccfg1600-9.16.6-150000.12.65.1">libisccfg1600-9.16.6-150000.12.65.1 as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libns1604-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:libns1604-9.16.6-150000.12.65.1">libns1604-9.16.6-150000.12.65.1 as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-bind-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:python3-bind-9.16.6-150000.12.65.1">python3-bind-9.16.6-150000.12.65.1 as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="bind-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS:bind-9.16.6-150000.12.65.1">bind-9.16.6-150000.12.65.1 as a component of SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="bind-chrootenv-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS:bind-chrootenv-9.16.6-150000.12.65.1">bind-chrootenv-9.16.6-150000.12.65.1 as a component of SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="bind-devel-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS:bind-devel-9.16.6-150000.12.65.1">bind-devel-9.16.6-150000.12.65.1 as a component of SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="bind-doc-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS:bind-doc-9.16.6-150000.12.65.1">bind-doc-9.16.6-150000.12.65.1 as a component of SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="bind-utils-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS:bind-utils-9.16.6-150000.12.65.1">bind-utils-9.16.6-150000.12.65.1 as a component of SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libbind9-1600-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS:libbind9-1600-9.16.6-150000.12.65.1">libbind9-1600-9.16.6-150000.12.65.1 as a component of SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libdns1605-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS:libdns1605-9.16.6-150000.12.65.1">libdns1605-9.16.6-150000.12.65.1 as a component of SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libirs-devel-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS:libirs-devel-9.16.6-150000.12.65.1">libirs-devel-9.16.6-150000.12.65.1 as a component of SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libirs1601-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS:libirs1601-9.16.6-150000.12.65.1">libirs1601-9.16.6-150000.12.65.1 as a component of SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libisc1606-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS:libisc1606-9.16.6-150000.12.65.1">libisc1606-9.16.6-150000.12.65.1 as a component of SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libisccc1600-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS:libisccc1600-9.16.6-150000.12.65.1">libisccc1600-9.16.6-150000.12.65.1 as a component of SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libisccfg1600-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS:libisccfg1600-9.16.6-150000.12.65.1">libisccfg1600-9.16.6-150000.12.65.1 as a component of SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="libns1604-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS:libns1604-9.16.6-150000.12.65.1">libns1604-9.16.6-150000.12.65.1 as a component of SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-bind-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP2-LTSS:python3-bind-9.16.6-150000.12.65.1">python3-bind-9.16.6-150000.12.65.1 as a component of SUSE Linux Enterprise Server 15 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="bind-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP1">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP1:bind-9.16.6-150000.12.65.1">bind-9.16.6-150000.12.65.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP1</FullProductName>
    </Relationship>
    <Relationship ProductReference="bind-chrootenv-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP1">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP1:bind-chrootenv-9.16.6-150000.12.65.1">bind-chrootenv-9.16.6-150000.12.65.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP1</FullProductName>
    </Relationship>
    <Relationship ProductReference="bind-devel-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP1">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP1:bind-devel-9.16.6-150000.12.65.1">bind-devel-9.16.6-150000.12.65.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP1</FullProductName>
    </Relationship>
    <Relationship ProductReference="bind-doc-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP1">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP1:bind-doc-9.16.6-150000.12.65.1">bind-doc-9.16.6-150000.12.65.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP1</FullProductName>
    </Relationship>
    <Relationship ProductReference="bind-utils-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP1">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP1:bind-utils-9.16.6-150000.12.65.1">bind-utils-9.16.6-150000.12.65.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libbind9-1600-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP1">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP1:libbind9-1600-9.16.6-150000.12.65.1">libbind9-1600-9.16.6-150000.12.65.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libdns1605-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP1">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP1:libdns1605-9.16.6-150000.12.65.1">libdns1605-9.16.6-150000.12.65.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libirs-devel-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP1">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP1:libirs-devel-9.16.6-150000.12.65.1">libirs-devel-9.16.6-150000.12.65.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libirs1601-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP1">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP1:libirs1601-9.16.6-150000.12.65.1">libirs1601-9.16.6-150000.12.65.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libisc1606-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP1">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP1:libisc1606-9.16.6-150000.12.65.1">libisc1606-9.16.6-150000.12.65.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libisccc1600-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP1">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP1:libisccc1600-9.16.6-150000.12.65.1">libisccc1600-9.16.6-150000.12.65.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libisccfg1600-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP1">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP1:libisccfg1600-9.16.6-150000.12.65.1">libisccfg1600-9.16.6-150000.12.65.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP1</FullProductName>
    </Relationship>
    <Relationship ProductReference="libns1604-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP1">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP1:libns1604-9.16.6-150000.12.65.1">libns1604-9.16.6-150000.12.65.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP1</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-bind-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP1">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP1:python3-bind-9.16.6-150000.12.65.1">python3-bind-9.16.6-150000.12.65.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP1</FullProductName>
    </Relationship>
    <Relationship ProductReference="bind-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP2">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP2:bind-9.16.6-150000.12.65.1">bind-9.16.6-150000.12.65.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP2</FullProductName>
    </Relationship>
    <Relationship ProductReference="bind-chrootenv-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP2">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP2:bind-chrootenv-9.16.6-150000.12.65.1">bind-chrootenv-9.16.6-150000.12.65.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP2</FullProductName>
    </Relationship>
    <Relationship ProductReference="bind-devel-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP2">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP2:bind-devel-9.16.6-150000.12.65.1">bind-devel-9.16.6-150000.12.65.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP2</FullProductName>
    </Relationship>
    <Relationship ProductReference="bind-doc-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP2">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP2:bind-doc-9.16.6-150000.12.65.1">bind-doc-9.16.6-150000.12.65.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP2</FullProductName>
    </Relationship>
    <Relationship ProductReference="bind-utils-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP2">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP2:bind-utils-9.16.6-150000.12.65.1">bind-utils-9.16.6-150000.12.65.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libbind9-1600-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP2">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP2:libbind9-1600-9.16.6-150000.12.65.1">libbind9-1600-9.16.6-150000.12.65.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libdns1605-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP2">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP2:libdns1605-9.16.6-150000.12.65.1">libdns1605-9.16.6-150000.12.65.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libirs-devel-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP2">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP2:libirs-devel-9.16.6-150000.12.65.1">libirs-devel-9.16.6-150000.12.65.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libirs1601-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP2">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP2:libirs1601-9.16.6-150000.12.65.1">libirs1601-9.16.6-150000.12.65.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libisc1606-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP2">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP2:libisc1606-9.16.6-150000.12.65.1">libisc1606-9.16.6-150000.12.65.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libisccc1600-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP2">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP2:libisccc1600-9.16.6-150000.12.65.1">libisccc1600-9.16.6-150000.12.65.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libisccfg1600-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP2">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP2:libisccfg1600-9.16.6-150000.12.65.1">libisccfg1600-9.16.6-150000.12.65.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libns1604-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP2">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP2:libns1604-9.16.6-150000.12.65.1">libns1604-9.16.6-150000.12.65.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP2</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-bind-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP2">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP2:python3-bind-9.16.6-150000.12.65.1">python3-bind-9.16.6-150000.12.65.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP2</FullProductName>
    </Relationship>
    <Relationship ProductReference="dracut-saltboot-0.1.1681904360.84ef141-150000.1.50.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Client Tools 15">
      <FullProductName ProductID="SUSE Manager Client Tools 15:dracut-saltboot-0.1.1681904360.84ef141-150000.1.50.1">dracut-saltboot-0.1.1681904360.84ef141-150000.1.50.1 as a component of SUSE Manager Client Tools 15</FullProductName>
    </Relationship>
    <Relationship ProductReference="grafana-9.5.1-150000.1.48.5" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Client Tools 15">
      <FullProductName ProductID="SUSE Manager Client Tools 15:grafana-9.5.1-150000.1.48.5">grafana-9.5.1-150000.1.48.5 as a component of SUSE Manager Client Tools 15</FullProductName>
    </Relationship>
    <Relationship ProductReference="mgr-daemon-4.3.7-150000.1.41.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Client Tools 15">
      <FullProductName ProductID="SUSE Manager Client Tools 15:mgr-daemon-4.3.7-150000.1.41.1">mgr-daemon-4.3.7-150000.1.41.1 as a component of SUSE Manager Client Tools 15</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-uyuni-common-libs-4.3.8-150000.1.33.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Client Tools 15">
      <FullProductName ProductID="SUSE Manager Client Tools 15:python3-uyuni-common-libs-4.3.8-150000.1.33.1">python3-uyuni-common-libs-4.3.8-150000.1.33.1 as a component of SUSE Manager Client Tools 15</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-zypp-plugin-spacewalk-1.0.14-150000.3.35.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Client Tools 15">
      <FullProductName ProductID="SUSE Manager Client Tools 15:python3-zypp-plugin-spacewalk-1.0.14-150000.3.35.1">python3-zypp-plugin-spacewalk-1.0.14-150000.3.35.1 as a component of SUSE Manager Client Tools 15</FullProductName>
    </Relationship>
    <Relationship ProductReference="spacecmd-4.3.21-150000.3.98.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Client Tools 15">
      <FullProductName ProductID="SUSE Manager Client Tools 15:spacecmd-4.3.21-150000.3.98.1">spacecmd-4.3.21-150000.3.98.1 as a component of SUSE Manager Client Tools 15</FullProductName>
    </Relationship>
    <Relationship ProductReference="zypp-plugin-spacewalk-1.0.14-150000.3.35.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Client Tools 15">
      <FullProductName ProductID="SUSE Manager Client Tools 15:zypp-plugin-spacewalk-1.0.14-150000.3.35.1">zypp-plugin-spacewalk-1.0.14-150000.3.35.1 as a component of SUSE Manager Client Tools 15</FullProductName>
    </Relationship>
    <Relationship ProductReference="bind-utils-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Client Tools for SLE Micro 5">
      <FullProductName ProductID="SUSE Manager Client Tools for SLE Micro 5:bind-utils-9.16.6-150000.12.65.1">bind-utils-9.16.6-150000.12.65.1 as a component of SUSE Manager Client Tools for SLE Micro 5</FullProductName>
    </Relationship>
    <Relationship ProductReference="dracut-saltboot-0.1.1681904360.84ef141-150000.1.50.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Client Tools for SLE Micro 5">
      <FullProductName ProductID="SUSE Manager Client Tools for SLE Micro 5:dracut-saltboot-0.1.1681904360.84ef141-150000.1.50.1">dracut-saltboot-0.1.1681904360.84ef141-150000.1.50.1 as a component of SUSE Manager Client Tools for SLE Micro 5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libbind9-1600-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Client Tools for SLE Micro 5">
      <FullProductName ProductID="SUSE Manager Client Tools for SLE Micro 5:libbind9-1600-9.16.6-150000.12.65.1">libbind9-1600-9.16.6-150000.12.65.1 as a component of SUSE Manager Client Tools for SLE Micro 5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libbind9-1600-64bit-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Client Tools for SLE Micro 5">
      <FullProductName ProductID="SUSE Manager Client Tools for SLE Micro 5:libbind9-1600-64bit-9.16.6-150000.12.65.1">libbind9-1600-64bit-9.16.6-150000.12.65.1 as a component of SUSE Manager Client Tools for SLE Micro 5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libdns1605-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Client Tools for SLE Micro 5">
      <FullProductName ProductID="SUSE Manager Client Tools for SLE Micro 5:libdns1605-9.16.6-150000.12.65.1">libdns1605-9.16.6-150000.12.65.1 as a component of SUSE Manager Client Tools for SLE Micro 5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libdns1605-64bit-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Client Tools for SLE Micro 5">
      <FullProductName ProductID="SUSE Manager Client Tools for SLE Micro 5:libdns1605-64bit-9.16.6-150000.12.65.1">libdns1605-64bit-9.16.6-150000.12.65.1 as a component of SUSE Manager Client Tools for SLE Micro 5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libirs1601-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Client Tools for SLE Micro 5">
      <FullProductName ProductID="SUSE Manager Client Tools for SLE Micro 5:libirs1601-9.16.6-150000.12.65.1">libirs1601-9.16.6-150000.12.65.1 as a component of SUSE Manager Client Tools for SLE Micro 5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libirs1601-64bit-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Client Tools for SLE Micro 5">
      <FullProductName ProductID="SUSE Manager Client Tools for SLE Micro 5:libirs1601-64bit-9.16.6-150000.12.65.1">libirs1601-64bit-9.16.6-150000.12.65.1 as a component of SUSE Manager Client Tools for SLE Micro 5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libisc1606-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Client Tools for SLE Micro 5">
      <FullProductName ProductID="SUSE Manager Client Tools for SLE Micro 5:libisc1606-9.16.6-150000.12.65.1">libisc1606-9.16.6-150000.12.65.1 as a component of SUSE Manager Client Tools for SLE Micro 5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libisc1606-64bit-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Client Tools for SLE Micro 5">
      <FullProductName ProductID="SUSE Manager Client Tools for SLE Micro 5:libisc1606-64bit-9.16.6-150000.12.65.1">libisc1606-64bit-9.16.6-150000.12.65.1 as a component of SUSE Manager Client Tools for SLE Micro 5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libisccc1600-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Client Tools for SLE Micro 5">
      <FullProductName ProductID="SUSE Manager Client Tools for SLE Micro 5:libisccc1600-9.16.6-150000.12.65.1">libisccc1600-9.16.6-150000.12.65.1 as a component of SUSE Manager Client Tools for SLE Micro 5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libisccc1600-64bit-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Client Tools for SLE Micro 5">
      <FullProductName ProductID="SUSE Manager Client Tools for SLE Micro 5:libisccc1600-64bit-9.16.6-150000.12.65.1">libisccc1600-64bit-9.16.6-150000.12.65.1 as a component of SUSE Manager Client Tools for SLE Micro 5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libisccfg1600-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Client Tools for SLE Micro 5">
      <FullProductName ProductID="SUSE Manager Client Tools for SLE Micro 5:libisccfg1600-9.16.6-150000.12.65.1">libisccfg1600-9.16.6-150000.12.65.1 as a component of SUSE Manager Client Tools for SLE Micro 5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libisccfg1600-64bit-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Client Tools for SLE Micro 5">
      <FullProductName ProductID="SUSE Manager Client Tools for SLE Micro 5:libisccfg1600-64bit-9.16.6-150000.12.65.1">libisccfg1600-64bit-9.16.6-150000.12.65.1 as a component of SUSE Manager Client Tools for SLE Micro 5</FullProductName>
    </Relationship>
    <Relationship ProductReference="libns1604-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Client Tools for SLE Micro 5">
      <FullProductName ProductID="SUSE Manager Client Tools for SLE Micro 5:libns1604-9.16.6-150000.12.65.1">libns1604-9.16.6-150000.12.65.1 as a component of SUSE Manager Client Tools for SLE Micro 5</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-bind-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Client Tools for SLE Micro 5">
      <FullProductName ProductID="SUSE Manager Client Tools for SLE Micro 5:python3-bind-9.16.6-150000.12.65.1">python3-bind-9.16.6-150000.12.65.1 as a component of SUSE Manager Client Tools for SLE Micro 5</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-zypp-plugin-spacewalk-1.0.14-150000.3.35.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy Module 4.2">
      <FullProductName ProductID="SUSE Manager Proxy Module 4.2:python3-zypp-plugin-spacewalk-1.0.14-150000.3.35.1">python3-zypp-plugin-spacewalk-1.0.14-150000.3.35.1 as a component of SUSE Manager Proxy Module 4.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="zypp-plugin-spacewalk-1.0.14-150000.3.35.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy Module 4.2">
      <FullProductName ProductID="SUSE Manager Proxy Module 4.2:zypp-plugin-spacewalk-1.0.14-150000.3.35.1">zypp-plugin-spacewalk-1.0.14-150000.3.35.1 as a component of SUSE Manager Proxy Module 4.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-zypp-plugin-spacewalk-1.0.14-150000.3.35.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy Module 4.3">
      <FullProductName ProductID="SUSE Manager Proxy Module 4.3:python3-zypp-plugin-spacewalk-1.0.14-150000.3.35.1">python3-zypp-plugin-spacewalk-1.0.14-150000.3.35.1 as a component of SUSE Manager Proxy Module 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="zypp-plugin-spacewalk-1.0.14-150000.3.35.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy Module 4.3">
      <FullProductName ProductID="SUSE Manager Proxy Module 4.3:zypp-plugin-spacewalk-1.0.14-150000.3.35.1">zypp-plugin-spacewalk-1.0.14-150000.3.35.1 as a component of SUSE Manager Proxy Module 4.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="bind-devel-32bit-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.4">
      <FullProductName ProductID="openSUSE Leap 15.4:bind-devel-32bit-9.16.6-150000.12.65.1">bind-devel-32bit-9.16.6-150000.12.65.1 as a component of openSUSE Leap 15.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="dracut-saltboot-0.1.1681904360.84ef141-150000.1.50.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.4">
      <FullProductName ProductID="openSUSE Leap 15.4:dracut-saltboot-0.1.1681904360.84ef141-150000.1.50.1">dracut-saltboot-0.1.1681904360.84ef141-150000.1.50.1 as a component of openSUSE Leap 15.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libbind9-1600-32bit-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.4">
      <FullProductName ProductID="openSUSE Leap 15.4:libbind9-1600-32bit-9.16.6-150000.12.65.1">libbind9-1600-32bit-9.16.6-150000.12.65.1 as a component of openSUSE Leap 15.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libdns1605-32bit-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.4">
      <FullProductName ProductID="openSUSE Leap 15.4:libdns1605-32bit-9.16.6-150000.12.65.1">libdns1605-32bit-9.16.6-150000.12.65.1 as a component of openSUSE Leap 15.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libirs1601-32bit-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.4">
      <FullProductName ProductID="openSUSE Leap 15.4:libirs1601-32bit-9.16.6-150000.12.65.1">libirs1601-32bit-9.16.6-150000.12.65.1 as a component of openSUSE Leap 15.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libisc1606-32bit-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.4">
      <FullProductName ProductID="openSUSE Leap 15.4:libisc1606-32bit-9.16.6-150000.12.65.1">libisc1606-32bit-9.16.6-150000.12.65.1 as a component of openSUSE Leap 15.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libisccc1600-32bit-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.4">
      <FullProductName ProductID="openSUSE Leap 15.4:libisccc1600-32bit-9.16.6-150000.12.65.1">libisccc1600-32bit-9.16.6-150000.12.65.1 as a component of openSUSE Leap 15.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libisccfg1600-32bit-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.4">
      <FullProductName ProductID="openSUSE Leap 15.4:libisccfg1600-32bit-9.16.6-150000.12.65.1">libisccfg1600-32bit-9.16.6-150000.12.65.1 as a component of openSUSE Leap 15.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libns1604-32bit-9.16.6-150000.12.65.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.4">
      <FullProductName ProductID="openSUSE Leap 15.4:libns1604-32bit-9.16.6-150000.12.65.1">libns1604-32bit-9.16.6-150000.12.65.1 as a component of openSUSE Leap 15.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="spacecmd-4.3.21-150000.3.98.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.4">
      <FullProductName ProductID="openSUSE Leap 15.4:spacecmd-4.3.21-150000.3.98.1">spacecmd-4.3.21-150000.3.98.1 as a component of openSUSE Leap 15.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="wire-0.5.0-150000.1.12.3" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.4">
      <FullProductName ProductID="openSUSE Leap 15.4:wire-0.5.0-150000.1.12.3">wire-0.5.0-150000.1.12.3 as a component of openSUSE Leap 15.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="dracut-saltboot-0.1.1681904360.84ef141-150000.1.50.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.5">
      <FullProductName ProductID="openSUSE Leap 15.5:dracut-saltboot-0.1.1681904360.84ef141-150000.1.50.1">dracut-saltboot-0.1.1681904360.84ef141-150000.1.50.1 as a component of openSUSE Leap 15.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="spacecmd-4.3.21-150000.3.98.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.5">
      <FullProductName ProductID="openSUSE Leap 15.5:spacecmd-4.3.21-150000.3.98.1">spacecmd-4.3.21-150000.3.98.1 as a component of openSUSE Leap 15.5</FullProductName>
    </Relationship>
    <Relationship ProductReference="wire-0.5.0-150000.1.12.3" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.5">
      <FullProductName ProductID="openSUSE Leap 15.5:wire-0.5.0-150000.1.12.3">wire-0.5.0-150000.1.12.3 as a component of openSUSE Leap 15.5</FullProductName>
    </Relationship>
  </ProductTree>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="1">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">All versions of package trim are vulnerable to Regular Expression Denial of Service (ReDoS) via trim().</Note>
    </Notes>
    <CVE>CVE-2020-7753</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Enterprise Storage 7:bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:bind-chrootenv-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:bind-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:bind-doc-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libirs-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:bind-chrootenv-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:bind-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:bind-doc-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libirs-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:bind-chrootenv-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:bind-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:bind-doc-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libirs-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:bind-chrootenv-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:bind-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:bind-doc-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libirs-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:bind-chrootenv-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:bind-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:bind-doc-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libirs-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:bind-chrootenv-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:bind-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:bind-doc-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libirs-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:bind-chrootenv-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:bind-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:bind-doc-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libirs-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools 15:dracut-saltboot-0.1.1681904360.84ef141-150000.1.50.1</ProductID>
        <ProductID>SUSE Manager Client Tools 15:grafana-9.5.1-150000.1.48.5</ProductID>
        <ProductID>SUSE Manager Client Tools 15:mgr-daemon-4.3.7-150000.1.41.1</ProductID>
        <ProductID>SUSE Manager Client Tools 15:python3-uyuni-common-libs-4.3.8-150000.1.33.1</ProductID>
        <ProductID>SUSE Manager Client Tools 15:python3-zypp-plugin-spacewalk-1.0.14-150000.3.35.1</ProductID>
        <ProductID>SUSE Manager Client Tools 15:spacecmd-4.3.21-150000.3.98.1</ProductID>
        <ProductID>SUSE Manager Client Tools 15:zypp-plugin-spacewalk-1.0.14-150000.3.35.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:dracut-saltboot-0.1.1681904360.84ef141-150000.1.50.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libbind9-1600-64bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libdns1605-64bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libirs1601-64bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libisc1606-64bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libisccc1600-64bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libisccfg1600-64bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Proxy Module 4.2:python3-zypp-plugin-spacewalk-1.0.14-150000.3.35.1</ProductID>
        <ProductID>SUSE Manager Proxy Module 4.2:zypp-plugin-spacewalk-1.0.14-150000.3.35.1</ProductID>
        <ProductID>SUSE Manager Proxy Module 4.3:python3-zypp-plugin-spacewalk-1.0.14-150000.3.35.1</ProductID>
        <ProductID>SUSE Manager Proxy Module 4.3:zypp-plugin-spacewalk-1.0.14-150000.3.35.1</ProductID>
        <ProductID>openSUSE Leap 15.4:bind-devel-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:dracut-saltboot-0.1.1681904360.84ef141-150000.1.50.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libbind9-1600-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libdns1605-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libirs1601-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libisc1606-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libisccc1600-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libisccfg1600-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libns1604-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:spacecmd-4.3.21-150000.3.98.1</ProductID>
        <ProductID>openSUSE Leap 15.4:wire-0.5.0-150000.1.12.3</ProductID>
        <ProductID>openSUSE Leap 15.5:dracut-saltboot-0.1.1681904360.84ef141-150000.1.50.1</ProductID>
        <ProductID>openSUSE Leap 15.5:spacecmd-4.3.21-150000.3.98.1</ProductID>
        <ProductID>openSUSE Leap 15.5:wire-0.5.0-150000.1.12.3</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>5</BaseScore>
        <Vector>AV:N/AC:L/Au:N/C:N/I:N/A:P</Vector>
      </ScoreSet>
    </CVSSScoreSets>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://www.suse.com/support/update/announcement/2023/suse-su-20232578-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2020-7753.html</URL>
        <Description>CVE-2020-7753</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1218843</URL>
        <Description>SUSE Bug 1218843</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="2">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">ansi-regex is vulnerable to Inefficient Regular Expression Complexity</Note>
    </Notes>
    <CVE>CVE-2021-3807</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Enterprise Storage 7:bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:bind-chrootenv-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:bind-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:bind-doc-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libirs-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:bind-chrootenv-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:bind-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:bind-doc-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libirs-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:bind-chrootenv-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:bind-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:bind-doc-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libirs-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:bind-chrootenv-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:bind-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:bind-doc-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libirs-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:bind-chrootenv-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:bind-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:bind-doc-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libirs-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:bind-chrootenv-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:bind-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:bind-doc-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libirs-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:bind-chrootenv-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:bind-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:bind-doc-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libirs-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools 15:dracut-saltboot-0.1.1681904360.84ef141-150000.1.50.1</ProductID>
        <ProductID>SUSE Manager Client Tools 15:grafana-9.5.1-150000.1.48.5</ProductID>
        <ProductID>SUSE Manager Client Tools 15:mgr-daemon-4.3.7-150000.1.41.1</ProductID>
        <ProductID>SUSE Manager Client Tools 15:python3-uyuni-common-libs-4.3.8-150000.1.33.1</ProductID>
        <ProductID>SUSE Manager Client Tools 15:python3-zypp-plugin-spacewalk-1.0.14-150000.3.35.1</ProductID>
        <ProductID>SUSE Manager Client Tools 15:spacecmd-4.3.21-150000.3.98.1</ProductID>
        <ProductID>SUSE Manager Client Tools 15:zypp-plugin-spacewalk-1.0.14-150000.3.35.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:dracut-saltboot-0.1.1681904360.84ef141-150000.1.50.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libbind9-1600-64bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libdns1605-64bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libirs1601-64bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libisc1606-64bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libisccc1600-64bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libisccfg1600-64bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Proxy Module 4.2:python3-zypp-plugin-spacewalk-1.0.14-150000.3.35.1</ProductID>
        <ProductID>SUSE Manager Proxy Module 4.2:zypp-plugin-spacewalk-1.0.14-150000.3.35.1</ProductID>
        <ProductID>SUSE Manager Proxy Module 4.3:python3-zypp-plugin-spacewalk-1.0.14-150000.3.35.1</ProductID>
        <ProductID>SUSE Manager Proxy Module 4.3:zypp-plugin-spacewalk-1.0.14-150000.3.35.1</ProductID>
        <ProductID>openSUSE Leap 15.4:bind-devel-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:dracut-saltboot-0.1.1681904360.84ef141-150000.1.50.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libbind9-1600-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libdns1605-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libirs1601-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libisc1606-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libisccc1600-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libisccfg1600-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libns1604-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:spacecmd-4.3.21-150000.3.98.1</ProductID>
        <ProductID>openSUSE Leap 15.4:wire-0.5.0-150000.1.12.3</ProductID>
        <ProductID>openSUSE Leap 15.5:dracut-saltboot-0.1.1681904360.84ef141-150000.1.50.1</ProductID>
        <ProductID>openSUSE Leap 15.5:spacecmd-4.3.21-150000.3.98.1</ProductID>
        <ProductID>openSUSE Leap 15.5:wire-0.5.0-150000.1.12.3</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>7.8</BaseScore>
        <Vector>AV:N/AC:L/Au:N/C:N/I:N/A:C</Vector>
      </ScoreSet>
    </CVSSScoreSets>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://www.suse.com/support/update/announcement/2023/suse-su-20232578-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2021-3807.html</URL>
        <Description>CVE-2021-3807</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1192154</URL>
        <Description>SUSE Bug 1192154</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="3">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">json-schema is vulnerable to Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution')</Note>
    </Notes>
    <CVE>CVE-2021-3918</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Enterprise Storage 7:bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:bind-chrootenv-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:bind-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:bind-doc-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libirs-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:bind-chrootenv-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:bind-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:bind-doc-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libirs-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:bind-chrootenv-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:bind-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:bind-doc-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libirs-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:bind-chrootenv-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:bind-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:bind-doc-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libirs-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:bind-chrootenv-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:bind-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:bind-doc-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libirs-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:bind-chrootenv-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:bind-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:bind-doc-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libirs-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:bind-chrootenv-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:bind-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:bind-doc-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libirs-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools 15:dracut-saltboot-0.1.1681904360.84ef141-150000.1.50.1</ProductID>
        <ProductID>SUSE Manager Client Tools 15:grafana-9.5.1-150000.1.48.5</ProductID>
        <ProductID>SUSE Manager Client Tools 15:mgr-daemon-4.3.7-150000.1.41.1</ProductID>
        <ProductID>SUSE Manager Client Tools 15:python3-uyuni-common-libs-4.3.8-150000.1.33.1</ProductID>
        <ProductID>SUSE Manager Client Tools 15:python3-zypp-plugin-spacewalk-1.0.14-150000.3.35.1</ProductID>
        <ProductID>SUSE Manager Client Tools 15:spacecmd-4.3.21-150000.3.98.1</ProductID>
        <ProductID>SUSE Manager Client Tools 15:zypp-plugin-spacewalk-1.0.14-150000.3.35.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:dracut-saltboot-0.1.1681904360.84ef141-150000.1.50.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libbind9-1600-64bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libdns1605-64bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libirs1601-64bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libisc1606-64bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libisccc1600-64bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libisccfg1600-64bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Proxy Module 4.2:python3-zypp-plugin-spacewalk-1.0.14-150000.3.35.1</ProductID>
        <ProductID>SUSE Manager Proxy Module 4.2:zypp-plugin-spacewalk-1.0.14-150000.3.35.1</ProductID>
        <ProductID>SUSE Manager Proxy Module 4.3:python3-zypp-plugin-spacewalk-1.0.14-150000.3.35.1</ProductID>
        <ProductID>SUSE Manager Proxy Module 4.3:zypp-plugin-spacewalk-1.0.14-150000.3.35.1</ProductID>
        <ProductID>openSUSE Leap 15.4:bind-devel-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:dracut-saltboot-0.1.1681904360.84ef141-150000.1.50.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libbind9-1600-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libdns1605-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libirs1601-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libisc1606-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libisccc1600-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libisccfg1600-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libns1604-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:spacecmd-4.3.21-150000.3.98.1</ProductID>
        <ProductID>openSUSE Leap 15.4:wire-0.5.0-150000.1.12.3</ProductID>
        <ProductID>openSUSE Leap 15.5:dracut-saltboot-0.1.1681904360.84ef141-150000.1.50.1</ProductID>
        <ProductID>openSUSE Leap 15.5:spacecmd-4.3.21-150000.3.98.1</ProductID>
        <ProductID>openSUSE Leap 15.5:wire-0.5.0-150000.1.12.3</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>7.5</BaseScore>
        <Vector>AV:N/AC:L/Au:N/C:P/I:P/A:P</Vector>
      </ScoreSet>
    </CVSSScoreSets>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://www.suse.com/support/update/announcement/2023/suse-su-20232578-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2021-3918.html</URL>
        <Description>CVE-2021-3918</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1192696</URL>
        <Description>SUSE Bug 1192696</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="4">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">In Async before 2.6.4 and 3.x before 3.2.2, a malicious user can obtain privileges via the mapValues() method, aka lib/internal/iterator.js createObjectIterator prototype pollution.</Note>
    </Notes>
    <CVE>CVE-2021-43138</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Enterprise Storage 7:bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:bind-chrootenv-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:bind-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:bind-doc-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libirs-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:bind-chrootenv-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:bind-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:bind-doc-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libirs-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:bind-chrootenv-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:bind-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:bind-doc-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libirs-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:bind-chrootenv-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:bind-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:bind-doc-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libirs-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:bind-chrootenv-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:bind-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:bind-doc-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libirs-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:bind-chrootenv-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:bind-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:bind-doc-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libirs-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:bind-chrootenv-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:bind-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:bind-doc-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libirs-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools 15:dracut-saltboot-0.1.1681904360.84ef141-150000.1.50.1</ProductID>
        <ProductID>SUSE Manager Client Tools 15:grafana-9.5.1-150000.1.48.5</ProductID>
        <ProductID>SUSE Manager Client Tools 15:mgr-daemon-4.3.7-150000.1.41.1</ProductID>
        <ProductID>SUSE Manager Client Tools 15:python3-uyuni-common-libs-4.3.8-150000.1.33.1</ProductID>
        <ProductID>SUSE Manager Client Tools 15:python3-zypp-plugin-spacewalk-1.0.14-150000.3.35.1</ProductID>
        <ProductID>SUSE Manager Client Tools 15:spacecmd-4.3.21-150000.3.98.1</ProductID>
        <ProductID>SUSE Manager Client Tools 15:zypp-plugin-spacewalk-1.0.14-150000.3.35.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:dracut-saltboot-0.1.1681904360.84ef141-150000.1.50.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libbind9-1600-64bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libdns1605-64bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libirs1601-64bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libisc1606-64bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libisccc1600-64bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libisccfg1600-64bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Proxy Module 4.2:python3-zypp-plugin-spacewalk-1.0.14-150000.3.35.1</ProductID>
        <ProductID>SUSE Manager Proxy Module 4.2:zypp-plugin-spacewalk-1.0.14-150000.3.35.1</ProductID>
        <ProductID>SUSE Manager Proxy Module 4.3:python3-zypp-plugin-spacewalk-1.0.14-150000.3.35.1</ProductID>
        <ProductID>SUSE Manager Proxy Module 4.3:zypp-plugin-spacewalk-1.0.14-150000.3.35.1</ProductID>
        <ProductID>openSUSE Leap 15.4:bind-devel-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:dracut-saltboot-0.1.1681904360.84ef141-150000.1.50.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libbind9-1600-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libdns1605-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libirs1601-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libisc1606-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libisccc1600-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libisccfg1600-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libns1604-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:spacecmd-4.3.21-150000.3.98.1</ProductID>
        <ProductID>openSUSE Leap 15.4:wire-0.5.0-150000.1.12.3</ProductID>
        <ProductID>openSUSE Leap 15.5:dracut-saltboot-0.1.1681904360.84ef141-150000.1.50.1</ProductID>
        <ProductID>openSUSE Leap 15.5:spacecmd-4.3.21-150000.3.98.1</ProductID>
        <ProductID>openSUSE Leap 15.5:wire-0.5.0-150000.1.12.3</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>6.8</BaseScore>
        <Vector>AV:N/AC:M/Au:N/C:P/I:P/A:P</Vector>
      </ScoreSet>
    </CVSSScoreSets>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://www.suse.com/support/update/announcement/2023/suse-su-20232578-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2021-43138.html</URL>
        <Description>CVE-2021-43138</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1200480</URL>
        <Description>SUSE Bug 1200480</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="5">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">follow-redirects is vulnerable to Exposure of Private Personal Information to an Unauthorized Actor</Note>
    </Notes>
    <CVE>CVE-2022-0155</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Enterprise Storage 7:bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:bind-chrootenv-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:bind-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:bind-doc-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libirs-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:bind-chrootenv-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:bind-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:bind-doc-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libirs-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:bind-chrootenv-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:bind-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:bind-doc-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libirs-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:bind-chrootenv-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:bind-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:bind-doc-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libirs-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:bind-chrootenv-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:bind-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:bind-doc-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libirs-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:bind-chrootenv-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:bind-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:bind-doc-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libirs-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:bind-chrootenv-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:bind-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:bind-doc-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libirs-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools 15:dracut-saltboot-0.1.1681904360.84ef141-150000.1.50.1</ProductID>
        <ProductID>SUSE Manager Client Tools 15:grafana-9.5.1-150000.1.48.5</ProductID>
        <ProductID>SUSE Manager Client Tools 15:mgr-daemon-4.3.7-150000.1.41.1</ProductID>
        <ProductID>SUSE Manager Client Tools 15:python3-uyuni-common-libs-4.3.8-150000.1.33.1</ProductID>
        <ProductID>SUSE Manager Client Tools 15:python3-zypp-plugin-spacewalk-1.0.14-150000.3.35.1</ProductID>
        <ProductID>SUSE Manager Client Tools 15:spacecmd-4.3.21-150000.3.98.1</ProductID>
        <ProductID>SUSE Manager Client Tools 15:zypp-plugin-spacewalk-1.0.14-150000.3.35.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:dracut-saltboot-0.1.1681904360.84ef141-150000.1.50.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libbind9-1600-64bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libdns1605-64bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libirs1601-64bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libisc1606-64bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libisccc1600-64bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libisccfg1600-64bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Proxy Module 4.2:python3-zypp-plugin-spacewalk-1.0.14-150000.3.35.1</ProductID>
        <ProductID>SUSE Manager Proxy Module 4.2:zypp-plugin-spacewalk-1.0.14-150000.3.35.1</ProductID>
        <ProductID>SUSE Manager Proxy Module 4.3:python3-zypp-plugin-spacewalk-1.0.14-150000.3.35.1</ProductID>
        <ProductID>SUSE Manager Proxy Module 4.3:zypp-plugin-spacewalk-1.0.14-150000.3.35.1</ProductID>
        <ProductID>openSUSE Leap 15.4:bind-devel-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:dracut-saltboot-0.1.1681904360.84ef141-150000.1.50.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libbind9-1600-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libdns1605-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libirs1601-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libisc1606-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libisccc1600-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libisccfg1600-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libns1604-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:spacecmd-4.3.21-150000.3.98.1</ProductID>
        <ProductID>openSUSE Leap 15.4:wire-0.5.0-150000.1.12.3</ProductID>
        <ProductID>openSUSE Leap 15.5:dracut-saltboot-0.1.1681904360.84ef141-150000.1.50.1</ProductID>
        <ProductID>openSUSE Leap 15.5:spacecmd-4.3.21-150000.3.98.1</ProductID>
        <ProductID>openSUSE Leap 15.5:wire-0.5.0-150000.1.12.3</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>4.3</BaseScore>
        <Vector>AV:N/AC:M/Au:N/C:P/I:N/A:N</Vector>
      </ScoreSet>
    </CVSSScoreSets>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://www.suse.com/support/update/announcement/2023/suse-su-20232578-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2022-0155.html</URL>
        <Description>CVE-2022-0155</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1218844</URL>
        <Description>SUSE Bug 1218844</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="6">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">In net/http in Go before 1.18.6 and 1.19.x before 1.19.1, attackers can cause a denial of service because an HTTP/2 connection can hang during closing if shutdown were preempted by a fatal error.</Note>
    </Notes>
    <CVE>CVE-2022-27664</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Enterprise Storage 7:bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:bind-chrootenv-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:bind-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:bind-doc-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libirs-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:bind-chrootenv-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:bind-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:bind-doc-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libirs-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:bind-chrootenv-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:bind-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:bind-doc-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libirs-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:bind-chrootenv-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:bind-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:bind-doc-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libirs-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:bind-chrootenv-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:bind-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:bind-doc-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libirs-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:bind-chrootenv-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:bind-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:bind-doc-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libirs-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:bind-chrootenv-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:bind-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:bind-doc-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libirs-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools 15:dracut-saltboot-0.1.1681904360.84ef141-150000.1.50.1</ProductID>
        <ProductID>SUSE Manager Client Tools 15:grafana-9.5.1-150000.1.48.5</ProductID>
        <ProductID>SUSE Manager Client Tools 15:mgr-daemon-4.3.7-150000.1.41.1</ProductID>
        <ProductID>SUSE Manager Client Tools 15:python3-uyuni-common-libs-4.3.8-150000.1.33.1</ProductID>
        <ProductID>SUSE Manager Client Tools 15:python3-zypp-plugin-spacewalk-1.0.14-150000.3.35.1</ProductID>
        <ProductID>SUSE Manager Client Tools 15:spacecmd-4.3.21-150000.3.98.1</ProductID>
        <ProductID>SUSE Manager Client Tools 15:zypp-plugin-spacewalk-1.0.14-150000.3.35.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:dracut-saltboot-0.1.1681904360.84ef141-150000.1.50.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libbind9-1600-64bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libdns1605-64bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libirs1601-64bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libisc1606-64bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libisccc1600-64bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libisccfg1600-64bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Proxy Module 4.2:python3-zypp-plugin-spacewalk-1.0.14-150000.3.35.1</ProductID>
        <ProductID>SUSE Manager Proxy Module 4.2:zypp-plugin-spacewalk-1.0.14-150000.3.35.1</ProductID>
        <ProductID>SUSE Manager Proxy Module 4.3:python3-zypp-plugin-spacewalk-1.0.14-150000.3.35.1</ProductID>
        <ProductID>SUSE Manager Proxy Module 4.3:zypp-plugin-spacewalk-1.0.14-150000.3.35.1</ProductID>
        <ProductID>openSUSE Leap 15.4:bind-devel-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:dracut-saltboot-0.1.1681904360.84ef141-150000.1.50.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libbind9-1600-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libdns1605-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libirs1601-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libisc1606-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libisccc1600-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libisccfg1600-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libns1604-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:spacecmd-4.3.21-150000.3.98.1</ProductID>
        <ProductID>openSUSE Leap 15.4:wire-0.5.0-150000.1.12.3</ProductID>
        <ProductID>openSUSE Leap 15.5:dracut-saltboot-0.1.1681904360.84ef141-150000.1.50.1</ProductID>
        <ProductID>openSUSE Leap 15.5:spacecmd-4.3.21-150000.3.98.1</ProductID>
        <ProductID>openSUSE Leap 15.5:wire-0.5.0-150000.1.12.3</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://www.suse.com/support/update/announcement/2023/suse-su-20232578-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2022-27664.html</URL>
        <Description>CVE-2022-27664</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1203185</URL>
        <Description>SUSE Bug 1203185</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1203293</URL>
        <Description>SUSE Bug 1203293</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="7">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">Grafana is an open-source platform for monitoring and observability. Versions on the 8.x and 9.x branch prior to 9.0.3, 8.5.9, 8.4.10, and 8.3.10 are vulnerable to stored cross-site scripting via the Unified Alerting feature of Grafana. An attacker can exploit this vulnerability to escalate privilege from editor to admin by tricking an authenticated admin to click on a link. Versions 9.0.3, 8.5.9, 8.4.10, and 8.3.10 contain a patch. As a workaround, it is possible to disable alerting or use legacy alerting.</Note>
    </Notes>
    <CVE>CVE-2022-31097</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Enterprise Storage 7:bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:bind-chrootenv-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:bind-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:bind-doc-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libirs-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:bind-chrootenv-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:bind-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:bind-doc-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libirs-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:bind-chrootenv-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:bind-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:bind-doc-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libirs-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:bind-chrootenv-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:bind-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:bind-doc-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libirs-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:bind-chrootenv-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:bind-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:bind-doc-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libirs-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:bind-chrootenv-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:bind-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:bind-doc-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libirs-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:bind-chrootenv-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:bind-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:bind-doc-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libirs-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools 15:dracut-saltboot-0.1.1681904360.84ef141-150000.1.50.1</ProductID>
        <ProductID>SUSE Manager Client Tools 15:grafana-9.5.1-150000.1.48.5</ProductID>
        <ProductID>SUSE Manager Client Tools 15:mgr-daemon-4.3.7-150000.1.41.1</ProductID>
        <ProductID>SUSE Manager Client Tools 15:python3-uyuni-common-libs-4.3.8-150000.1.33.1</ProductID>
        <ProductID>SUSE Manager Client Tools 15:python3-zypp-plugin-spacewalk-1.0.14-150000.3.35.1</ProductID>
        <ProductID>SUSE Manager Client Tools 15:spacecmd-4.3.21-150000.3.98.1</ProductID>
        <ProductID>SUSE Manager Client Tools 15:zypp-plugin-spacewalk-1.0.14-150000.3.35.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:dracut-saltboot-0.1.1681904360.84ef141-150000.1.50.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libbind9-1600-64bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libdns1605-64bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libirs1601-64bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libisc1606-64bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libisccc1600-64bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libisccfg1600-64bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Proxy Module 4.2:python3-zypp-plugin-spacewalk-1.0.14-150000.3.35.1</ProductID>
        <ProductID>SUSE Manager Proxy Module 4.2:zypp-plugin-spacewalk-1.0.14-150000.3.35.1</ProductID>
        <ProductID>SUSE Manager Proxy Module 4.3:python3-zypp-plugin-spacewalk-1.0.14-150000.3.35.1</ProductID>
        <ProductID>SUSE Manager Proxy Module 4.3:zypp-plugin-spacewalk-1.0.14-150000.3.35.1</ProductID>
        <ProductID>openSUSE Leap 15.4:bind-devel-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:dracut-saltboot-0.1.1681904360.84ef141-150000.1.50.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libbind9-1600-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libdns1605-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libirs1601-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libisc1606-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libisccc1600-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libisccfg1600-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libns1604-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:spacecmd-4.3.21-150000.3.98.1</ProductID>
        <ProductID>openSUSE Leap 15.4:wire-0.5.0-150000.1.12.3</ProductID>
        <ProductID>openSUSE Leap 15.5:dracut-saltboot-0.1.1681904360.84ef141-150000.1.50.1</ProductID>
        <ProductID>openSUSE Leap 15.5:spacecmd-4.3.21-150000.3.98.1</ProductID>
        <ProductID>openSUSE Leap 15.5:wire-0.5.0-150000.1.12.3</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://www.suse.com/support/update/announcement/2023/suse-su-20232578-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2022-31097.html</URL>
        <Description>CVE-2022-31097</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1201535</URL>
        <Description>SUSE Bug 1201535</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="8">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">Grafana is an open-source platform for monitoring and observability. In versions 5.3 until 9.0.3, 8.5.9, 8.4.10, and 8.3.10, it is possible for a malicious user who has authorization to log into a Grafana instance via a configured OAuth IdP which provides a login name to take over the account of another user in that Grafana instance. This can occur when the malicious user is authorized to log in to Grafana via OAuth, the malicious user's external user id is not already associated with an account in Grafana, the malicious user's email address is not already associated with an account in Grafana, and the malicious user knows the Grafana username of the target user. If these conditions are met, the malicious user can set their username in the OAuth provider to that of the target user, then go through the OAuth flow to log in to Grafana. Due to the way that external and internal user accounts are linked together during login, if the conditions above are all met then the malicious user will be able to log in to the target user's Grafana account. Versions 9.0.3, 8.5.9, 8.4.10, and 8.3.10 contain a patch for this issue. As a workaround, concerned users can disable OAuth login to their Grafana instance, or ensure that all users authorized to log in via OAuth have a corresponding user account in Grafana linked to their email address.</Note>
    </Notes>
    <CVE>CVE-2022-31107</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Enterprise Storage 7:bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:bind-chrootenv-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:bind-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:bind-doc-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libirs-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:bind-chrootenv-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:bind-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:bind-doc-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libirs-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:bind-chrootenv-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:bind-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:bind-doc-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libirs-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:bind-chrootenv-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:bind-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:bind-doc-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libirs-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:bind-chrootenv-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:bind-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:bind-doc-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libirs-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:bind-chrootenv-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:bind-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:bind-doc-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libirs-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:bind-chrootenv-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:bind-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:bind-doc-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libirs-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools 15:dracut-saltboot-0.1.1681904360.84ef141-150000.1.50.1</ProductID>
        <ProductID>SUSE Manager Client Tools 15:grafana-9.5.1-150000.1.48.5</ProductID>
        <ProductID>SUSE Manager Client Tools 15:mgr-daemon-4.3.7-150000.1.41.1</ProductID>
        <ProductID>SUSE Manager Client Tools 15:python3-uyuni-common-libs-4.3.8-150000.1.33.1</ProductID>
        <ProductID>SUSE Manager Client Tools 15:python3-zypp-plugin-spacewalk-1.0.14-150000.3.35.1</ProductID>
        <ProductID>SUSE Manager Client Tools 15:spacecmd-4.3.21-150000.3.98.1</ProductID>
        <ProductID>SUSE Manager Client Tools 15:zypp-plugin-spacewalk-1.0.14-150000.3.35.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:dracut-saltboot-0.1.1681904360.84ef141-150000.1.50.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libbind9-1600-64bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libdns1605-64bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libirs1601-64bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libisc1606-64bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libisccc1600-64bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libisccfg1600-64bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Proxy Module 4.2:python3-zypp-plugin-spacewalk-1.0.14-150000.3.35.1</ProductID>
        <ProductID>SUSE Manager Proxy Module 4.2:zypp-plugin-spacewalk-1.0.14-150000.3.35.1</ProductID>
        <ProductID>SUSE Manager Proxy Module 4.3:python3-zypp-plugin-spacewalk-1.0.14-150000.3.35.1</ProductID>
        <ProductID>SUSE Manager Proxy Module 4.3:zypp-plugin-spacewalk-1.0.14-150000.3.35.1</ProductID>
        <ProductID>openSUSE Leap 15.4:bind-devel-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:dracut-saltboot-0.1.1681904360.84ef141-150000.1.50.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libbind9-1600-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libdns1605-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libirs1601-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libisc1606-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libisccc1600-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libisccfg1600-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libns1604-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:spacecmd-4.3.21-150000.3.98.1</ProductID>
        <ProductID>openSUSE Leap 15.4:wire-0.5.0-150000.1.12.3</ProductID>
        <ProductID>openSUSE Leap 15.5:dracut-saltboot-0.1.1681904360.84ef141-150000.1.50.1</ProductID>
        <ProductID>openSUSE Leap 15.5:spacecmd-4.3.21-150000.3.98.1</ProductID>
        <ProductID>openSUSE Leap 15.5:wire-0.5.0-150000.1.12.3</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://www.suse.com/support/update/announcement/2023/suse-su-20232578-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2022-31107.html</URL>
        <Description>CVE-2022-31107</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1201539</URL>
        <Description>SUSE Bug 1201539</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="9">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">An attacker may cause a denial of service by crafting an Accept-Language header which ParseAcceptLanguage will take significant time to parse.</Note>
    </Notes>
    <CVE>CVE-2022-32149</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Enterprise Storage 7:bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:bind-chrootenv-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:bind-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:bind-doc-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libirs-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:bind-chrootenv-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:bind-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:bind-doc-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libirs-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:bind-chrootenv-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:bind-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:bind-doc-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libirs-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:bind-chrootenv-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:bind-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:bind-doc-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libirs-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:bind-chrootenv-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:bind-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:bind-doc-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libirs-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:bind-chrootenv-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:bind-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:bind-doc-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libirs-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:bind-chrootenv-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:bind-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:bind-doc-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libirs-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools 15:dracut-saltboot-0.1.1681904360.84ef141-150000.1.50.1</ProductID>
        <ProductID>SUSE Manager Client Tools 15:grafana-9.5.1-150000.1.48.5</ProductID>
        <ProductID>SUSE Manager Client Tools 15:mgr-daemon-4.3.7-150000.1.41.1</ProductID>
        <ProductID>SUSE Manager Client Tools 15:python3-uyuni-common-libs-4.3.8-150000.1.33.1</ProductID>
        <ProductID>SUSE Manager Client Tools 15:python3-zypp-plugin-spacewalk-1.0.14-150000.3.35.1</ProductID>
        <ProductID>SUSE Manager Client Tools 15:spacecmd-4.3.21-150000.3.98.1</ProductID>
        <ProductID>SUSE Manager Client Tools 15:zypp-plugin-spacewalk-1.0.14-150000.3.35.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:dracut-saltboot-0.1.1681904360.84ef141-150000.1.50.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libbind9-1600-64bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libdns1605-64bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libirs1601-64bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libisc1606-64bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libisccc1600-64bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libisccfg1600-64bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Proxy Module 4.2:python3-zypp-plugin-spacewalk-1.0.14-150000.3.35.1</ProductID>
        <ProductID>SUSE Manager Proxy Module 4.2:zypp-plugin-spacewalk-1.0.14-150000.3.35.1</ProductID>
        <ProductID>SUSE Manager Proxy Module 4.3:python3-zypp-plugin-spacewalk-1.0.14-150000.3.35.1</ProductID>
        <ProductID>SUSE Manager Proxy Module 4.3:zypp-plugin-spacewalk-1.0.14-150000.3.35.1</ProductID>
        <ProductID>openSUSE Leap 15.4:bind-devel-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:dracut-saltboot-0.1.1681904360.84ef141-150000.1.50.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libbind9-1600-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libdns1605-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libirs1601-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libisc1606-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libisccc1600-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libisccfg1600-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libns1604-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:spacecmd-4.3.21-150000.3.98.1</ProductID>
        <ProductID>openSUSE Leap 15.4:wire-0.5.0-150000.1.12.3</ProductID>
        <ProductID>openSUSE Leap 15.5:dracut-saltboot-0.1.1681904360.84ef141-150000.1.50.1</ProductID>
        <ProductID>openSUSE Leap 15.5:spacecmd-4.3.21-150000.3.98.1</ProductID>
        <ProductID>openSUSE Leap 15.5:wire-0.5.0-150000.1.12.3</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://www.suse.com/support/update/announcement/2023/suse-su-20232578-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2022-32149.html</URL>
        <Description>CVE-2022-32149</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1204501</URL>
        <Description>SUSE Bug 1204501</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="10">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">Grafana is an open-source platform for monitoring and observability. Versions prior to 9.1.6 and 8.5.13 are vulnerable to an escalation from admin to server admin when auth proxy is used, allowing an admin to take over the server admin account and gain full control of the grafana instance. All installations should be upgraded as soon as possible. As a workaround deactivate auth proxy following the instructions at: https://grafana.com/docs/grafana/latest/setup-grafana/configure-security/configure-authentication/auth-proxy/</Note>
    </Notes>
    <CVE>CVE-2022-35957</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Enterprise Storage 7:bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:bind-chrootenv-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:bind-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:bind-doc-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libirs-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:bind-chrootenv-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:bind-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:bind-doc-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libirs-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:bind-chrootenv-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:bind-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:bind-doc-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libirs-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:bind-chrootenv-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:bind-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:bind-doc-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libirs-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:bind-chrootenv-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:bind-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:bind-doc-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libirs-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:bind-chrootenv-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:bind-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:bind-doc-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libirs-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:bind-chrootenv-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:bind-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:bind-doc-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libirs-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools 15:dracut-saltboot-0.1.1681904360.84ef141-150000.1.50.1</ProductID>
        <ProductID>SUSE Manager Client Tools 15:grafana-9.5.1-150000.1.48.5</ProductID>
        <ProductID>SUSE Manager Client Tools 15:mgr-daemon-4.3.7-150000.1.41.1</ProductID>
        <ProductID>SUSE Manager Client Tools 15:python3-uyuni-common-libs-4.3.8-150000.1.33.1</ProductID>
        <ProductID>SUSE Manager Client Tools 15:python3-zypp-plugin-spacewalk-1.0.14-150000.3.35.1</ProductID>
        <ProductID>SUSE Manager Client Tools 15:spacecmd-4.3.21-150000.3.98.1</ProductID>
        <ProductID>SUSE Manager Client Tools 15:zypp-plugin-spacewalk-1.0.14-150000.3.35.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:dracut-saltboot-0.1.1681904360.84ef141-150000.1.50.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libbind9-1600-64bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libdns1605-64bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libirs1601-64bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libisc1606-64bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libisccc1600-64bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libisccfg1600-64bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Proxy Module 4.2:python3-zypp-plugin-spacewalk-1.0.14-150000.3.35.1</ProductID>
        <ProductID>SUSE Manager Proxy Module 4.2:zypp-plugin-spacewalk-1.0.14-150000.3.35.1</ProductID>
        <ProductID>SUSE Manager Proxy Module 4.3:python3-zypp-plugin-spacewalk-1.0.14-150000.3.35.1</ProductID>
        <ProductID>SUSE Manager Proxy Module 4.3:zypp-plugin-spacewalk-1.0.14-150000.3.35.1</ProductID>
        <ProductID>openSUSE Leap 15.4:bind-devel-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:dracut-saltboot-0.1.1681904360.84ef141-150000.1.50.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libbind9-1600-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libdns1605-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libirs1601-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libisc1606-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libisccc1600-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libisccfg1600-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libns1604-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:spacecmd-4.3.21-150000.3.98.1</ProductID>
        <ProductID>openSUSE Leap 15.4:wire-0.5.0-150000.1.12.3</ProductID>
        <ProductID>openSUSE Leap 15.5:dracut-saltboot-0.1.1681904360.84ef141-150000.1.50.1</ProductID>
        <ProductID>openSUSE Leap 15.5:spacecmd-4.3.21-150000.3.98.1</ProductID>
        <ProductID>openSUSE Leap 15.5:wire-0.5.0-150000.1.12.3</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://www.suse.com/support/update/announcement/2023/suse-su-20232578-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2022-35957.html</URL>
        <Description>CVE-2022-35957</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1203597</URL>
        <Description>SUSE Bug 1203597</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="11">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">Grafana is an open-source platform for monitoring and observability. In versions prior to 8.5.13, 9.0.9, and 9.1.6, Grafana is subject to Improper Preservation of Permissions resulting in privilege escalation on some folders where Admin is the only used permission. The vulnerability impacts Grafana instances where RBAC was disabled and enabled afterwards, as the migrations which are translating legacy folder permissions to RBAC permissions do not account for the scenario where the only user permission in the folder is Admin, as a result RBAC adds permissions for Editors and Viewers which allow them to edit and view folders accordingly. This issue has been patched in versions 8.5.13, 9.0.9, and 9.1.6. A workaround when the impacted folder/dashboard is known is to remove the additional permissions manually.</Note>
    </Notes>
    <CVE>CVE-2022-36062</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Enterprise Storage 7:bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:bind-chrootenv-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:bind-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:bind-doc-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libirs-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:bind-chrootenv-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:bind-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:bind-doc-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libirs-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:bind-chrootenv-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:bind-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:bind-doc-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libirs-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:bind-chrootenv-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:bind-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:bind-doc-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libirs-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:bind-chrootenv-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:bind-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:bind-doc-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libirs-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:bind-chrootenv-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:bind-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:bind-doc-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libirs-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:bind-chrootenv-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:bind-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:bind-doc-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libirs-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools 15:dracut-saltboot-0.1.1681904360.84ef141-150000.1.50.1</ProductID>
        <ProductID>SUSE Manager Client Tools 15:grafana-9.5.1-150000.1.48.5</ProductID>
        <ProductID>SUSE Manager Client Tools 15:mgr-daemon-4.3.7-150000.1.41.1</ProductID>
        <ProductID>SUSE Manager Client Tools 15:python3-uyuni-common-libs-4.3.8-150000.1.33.1</ProductID>
        <ProductID>SUSE Manager Client Tools 15:python3-zypp-plugin-spacewalk-1.0.14-150000.3.35.1</ProductID>
        <ProductID>SUSE Manager Client Tools 15:spacecmd-4.3.21-150000.3.98.1</ProductID>
        <ProductID>SUSE Manager Client Tools 15:zypp-plugin-spacewalk-1.0.14-150000.3.35.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:dracut-saltboot-0.1.1681904360.84ef141-150000.1.50.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libbind9-1600-64bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libdns1605-64bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libirs1601-64bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libisc1606-64bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libisccc1600-64bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libisccfg1600-64bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Proxy Module 4.2:python3-zypp-plugin-spacewalk-1.0.14-150000.3.35.1</ProductID>
        <ProductID>SUSE Manager Proxy Module 4.2:zypp-plugin-spacewalk-1.0.14-150000.3.35.1</ProductID>
        <ProductID>SUSE Manager Proxy Module 4.3:python3-zypp-plugin-spacewalk-1.0.14-150000.3.35.1</ProductID>
        <ProductID>SUSE Manager Proxy Module 4.3:zypp-plugin-spacewalk-1.0.14-150000.3.35.1</ProductID>
        <ProductID>openSUSE Leap 15.4:bind-devel-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:dracut-saltboot-0.1.1681904360.84ef141-150000.1.50.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libbind9-1600-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libdns1605-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libirs1601-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libisc1606-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libisccc1600-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libisccfg1600-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libns1604-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:spacecmd-4.3.21-150000.3.98.1</ProductID>
        <ProductID>openSUSE Leap 15.4:wire-0.5.0-150000.1.12.3</ProductID>
        <ProductID>openSUSE Leap 15.5:dracut-saltboot-0.1.1681904360.84ef141-150000.1.50.1</ProductID>
        <ProductID>openSUSE Leap 15.5:spacecmd-4.3.21-150000.3.98.1</ProductID>
        <ProductID>openSUSE Leap 15.5:wire-0.5.0-150000.1.12.3</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://www.suse.com/support/update/announcement/2023/suse-su-20232578-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2022-36062.html</URL>
        <Description>CVE-2022-36062</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1203596</URL>
        <Description>SUSE Bug 1203596</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="12">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">Programs which compile regular expressions from untrusted sources may be vulnerable to memory exhaustion or denial of service. The parsed regexp representation is linear in the size of the input, but in some cases the constant factor can be as high as 40,000, making relatively small regexps consume much larger amounts of memory. After fix, each regexp being parsed is limited to a 256 MB memory footprint. Regular expressions whose representation would use more space than that are rejected. Normal use of regular expressions is unaffected.</Note>
    </Notes>
    <CVE>CVE-2022-41715</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Enterprise Storage 7:bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:bind-chrootenv-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:bind-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:bind-doc-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libirs-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:bind-chrootenv-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:bind-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:bind-doc-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libirs-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:bind-chrootenv-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:bind-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:bind-doc-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libirs-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:bind-chrootenv-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:bind-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:bind-doc-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libirs-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:bind-chrootenv-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:bind-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:bind-doc-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libirs-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:bind-chrootenv-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:bind-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:bind-doc-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libirs-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:bind-chrootenv-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:bind-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:bind-doc-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libirs-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools 15:dracut-saltboot-0.1.1681904360.84ef141-150000.1.50.1</ProductID>
        <ProductID>SUSE Manager Client Tools 15:grafana-9.5.1-150000.1.48.5</ProductID>
        <ProductID>SUSE Manager Client Tools 15:mgr-daemon-4.3.7-150000.1.41.1</ProductID>
        <ProductID>SUSE Manager Client Tools 15:python3-uyuni-common-libs-4.3.8-150000.1.33.1</ProductID>
        <ProductID>SUSE Manager Client Tools 15:python3-zypp-plugin-spacewalk-1.0.14-150000.3.35.1</ProductID>
        <ProductID>SUSE Manager Client Tools 15:spacecmd-4.3.21-150000.3.98.1</ProductID>
        <ProductID>SUSE Manager Client Tools 15:zypp-plugin-spacewalk-1.0.14-150000.3.35.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:dracut-saltboot-0.1.1681904360.84ef141-150000.1.50.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libbind9-1600-64bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libdns1605-64bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libirs1601-64bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libisc1606-64bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libisccc1600-64bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libisccfg1600-64bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Proxy Module 4.2:python3-zypp-plugin-spacewalk-1.0.14-150000.3.35.1</ProductID>
        <ProductID>SUSE Manager Proxy Module 4.2:zypp-plugin-spacewalk-1.0.14-150000.3.35.1</ProductID>
        <ProductID>SUSE Manager Proxy Module 4.3:python3-zypp-plugin-spacewalk-1.0.14-150000.3.35.1</ProductID>
        <ProductID>SUSE Manager Proxy Module 4.3:zypp-plugin-spacewalk-1.0.14-150000.3.35.1</ProductID>
        <ProductID>openSUSE Leap 15.4:bind-devel-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:dracut-saltboot-0.1.1681904360.84ef141-150000.1.50.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libbind9-1600-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libdns1605-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libirs1601-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libisc1606-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libisccc1600-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libisccfg1600-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libns1604-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:spacecmd-4.3.21-150000.3.98.1</ProductID>
        <ProductID>openSUSE Leap 15.4:wire-0.5.0-150000.1.12.3</ProductID>
        <ProductID>openSUSE Leap 15.5:dracut-saltboot-0.1.1681904360.84ef141-150000.1.50.1</ProductID>
        <ProductID>openSUSE Leap 15.5:spacecmd-4.3.21-150000.3.98.1</ProductID>
        <ProductID>openSUSE Leap 15.5:wire-0.5.0-150000.1.12.3</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://www.suse.com/support/update/announcement/2023/suse-su-20232578-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2022-41715.html</URL>
        <Description>CVE-2022-41715</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1204023</URL>
        <Description>SUSE Bug 1204023</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1208441</URL>
        <Description>SUSE Bug 1208441</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="13">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">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' 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.</Note>
    </Notes>
    <CVE>CVE-2022-46146</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Enterprise Storage 7:bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:bind-chrootenv-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:bind-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:bind-doc-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libirs-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:bind-chrootenv-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:bind-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:bind-doc-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libirs-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:bind-chrootenv-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:bind-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:bind-doc-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libirs-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:bind-chrootenv-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:bind-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:bind-doc-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libirs-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:bind-chrootenv-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:bind-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:bind-doc-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libirs-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:bind-chrootenv-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:bind-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:bind-doc-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libirs-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:bind-chrootenv-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:bind-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:bind-doc-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libirs-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools 15:dracut-saltboot-0.1.1681904360.84ef141-150000.1.50.1</ProductID>
        <ProductID>SUSE Manager Client Tools 15:grafana-9.5.1-150000.1.48.5</ProductID>
        <ProductID>SUSE Manager Client Tools 15:mgr-daemon-4.3.7-150000.1.41.1</ProductID>
        <ProductID>SUSE Manager Client Tools 15:python3-uyuni-common-libs-4.3.8-150000.1.33.1</ProductID>
        <ProductID>SUSE Manager Client Tools 15:python3-zypp-plugin-spacewalk-1.0.14-150000.3.35.1</ProductID>
        <ProductID>SUSE Manager Client Tools 15:spacecmd-4.3.21-150000.3.98.1</ProductID>
        <ProductID>SUSE Manager Client Tools 15:zypp-plugin-spacewalk-1.0.14-150000.3.35.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:dracut-saltboot-0.1.1681904360.84ef141-150000.1.50.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libbind9-1600-64bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libdns1605-64bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libirs1601-64bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libisc1606-64bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libisccc1600-64bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libisccfg1600-64bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Proxy Module 4.2:python3-zypp-plugin-spacewalk-1.0.14-150000.3.35.1</ProductID>
        <ProductID>SUSE Manager Proxy Module 4.2:zypp-plugin-spacewalk-1.0.14-150000.3.35.1</ProductID>
        <ProductID>SUSE Manager Proxy Module 4.3:python3-zypp-plugin-spacewalk-1.0.14-150000.3.35.1</ProductID>
        <ProductID>SUSE Manager Proxy Module 4.3:zypp-plugin-spacewalk-1.0.14-150000.3.35.1</ProductID>
        <ProductID>openSUSE Leap 15.4:bind-devel-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:dracut-saltboot-0.1.1681904360.84ef141-150000.1.50.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libbind9-1600-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libdns1605-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libirs1601-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libisc1606-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libisccc1600-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libisccfg1600-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libns1604-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:spacecmd-4.3.21-150000.3.98.1</ProductID>
        <ProductID>openSUSE Leap 15.4:wire-0.5.0-150000.1.12.3</ProductID>
        <ProductID>openSUSE Leap 15.5:dracut-saltboot-0.1.1681904360.84ef141-150000.1.50.1</ProductID>
        <ProductID>openSUSE Leap 15.5:spacecmd-4.3.21-150000.3.98.1</ProductID>
        <ProductID>openSUSE Leap 15.5:wire-0.5.0-150000.1.12.3</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://www.suse.com/support/update/announcement/2023/suse-su-20232578-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2022-46146.html</URL>
        <Description>CVE-2022-46146</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1208046</URL>
        <Description>SUSE Bug 1208046</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="14">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">Grafana is an open-source platform for monitoring and observability. 

Starting with the 9.1 branch, Grafana introduced the ability to search for a JWT in the URL query parameter auth_token and use it as the authentication token. 

By enabling the "url_login" configuration option (disabled by default), a JWT might be sent to data sources. If an attacker has access to the data source, the leaked token could be used to authenticate to Grafana.</Note>
    </Notes>
    <CVE>CVE-2023-1387</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Enterprise Storage 7:bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:bind-chrootenv-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:bind-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:bind-doc-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libirs-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:bind-chrootenv-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:bind-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:bind-doc-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libirs-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:bind-chrootenv-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:bind-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:bind-doc-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libirs-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:bind-chrootenv-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:bind-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:bind-doc-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libirs-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:bind-chrootenv-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:bind-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:bind-doc-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libirs-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:bind-chrootenv-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:bind-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:bind-doc-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libirs-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:bind-chrootenv-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:bind-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:bind-doc-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libirs-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools 15:dracut-saltboot-0.1.1681904360.84ef141-150000.1.50.1</ProductID>
        <ProductID>SUSE Manager Client Tools 15:grafana-9.5.1-150000.1.48.5</ProductID>
        <ProductID>SUSE Manager Client Tools 15:mgr-daemon-4.3.7-150000.1.41.1</ProductID>
        <ProductID>SUSE Manager Client Tools 15:python3-uyuni-common-libs-4.3.8-150000.1.33.1</ProductID>
        <ProductID>SUSE Manager Client Tools 15:python3-zypp-plugin-spacewalk-1.0.14-150000.3.35.1</ProductID>
        <ProductID>SUSE Manager Client Tools 15:spacecmd-4.3.21-150000.3.98.1</ProductID>
        <ProductID>SUSE Manager Client Tools 15:zypp-plugin-spacewalk-1.0.14-150000.3.35.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:dracut-saltboot-0.1.1681904360.84ef141-150000.1.50.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libbind9-1600-64bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libdns1605-64bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libirs1601-64bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libisc1606-64bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libisccc1600-64bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libisccfg1600-64bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Proxy Module 4.2:python3-zypp-plugin-spacewalk-1.0.14-150000.3.35.1</ProductID>
        <ProductID>SUSE Manager Proxy Module 4.2:zypp-plugin-spacewalk-1.0.14-150000.3.35.1</ProductID>
        <ProductID>SUSE Manager Proxy Module 4.3:python3-zypp-plugin-spacewalk-1.0.14-150000.3.35.1</ProductID>
        <ProductID>SUSE Manager Proxy Module 4.3:zypp-plugin-spacewalk-1.0.14-150000.3.35.1</ProductID>
        <ProductID>openSUSE Leap 15.4:bind-devel-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:dracut-saltboot-0.1.1681904360.84ef141-150000.1.50.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libbind9-1600-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libdns1605-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libirs1601-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libisc1606-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libisccc1600-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libisccfg1600-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libns1604-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:spacecmd-4.3.21-150000.3.98.1</ProductID>
        <ProductID>openSUSE Leap 15.4:wire-0.5.0-150000.1.12.3</ProductID>
        <ProductID>openSUSE Leap 15.5:dracut-saltboot-0.1.1681904360.84ef141-150000.1.50.1</ProductID>
        <ProductID>openSUSE Leap 15.5:spacecmd-4.3.21-150000.3.98.1</ProductID>
        <ProductID>openSUSE Leap 15.5:wire-0.5.0-150000.1.12.3</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://www.suse.com/support/update/announcement/2023/suse-su-20232578-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2023-1387.html</URL>
        <Description>CVE-2023-1387</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1210907</URL>
        <Description>SUSE Bug 1210907</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="15">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">Grafana is an open-source platform for monitoring and observability.  

Grafana had a stored XSS vulnerability in the Graphite FunctionDescription tooltip. 

The stored XSS vulnerability was possible due the value of the Function Description was not properly sanitized.

An attacker needs to have control over the Graphite data source in order to manipulate a function description and a Grafana admin needs to configure the data source, later a Grafana user needs to select a tampered function and hover over the description.  

  Users may upgrade to version 8.5.22, 9.2.15 and 9.3.11 to receive a fix.</Note>
    </Notes>
    <CVE>CVE-2023-1410</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Enterprise Storage 7:bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:bind-chrootenv-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:bind-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:bind-doc-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libirs-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:bind-chrootenv-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:bind-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:bind-doc-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libirs-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:bind-chrootenv-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:bind-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:bind-doc-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libirs-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:bind-chrootenv-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:bind-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:bind-doc-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libirs-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:bind-chrootenv-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:bind-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:bind-doc-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libirs-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP2-LTSS:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:bind-chrootenv-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:bind-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:bind-doc-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libirs-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:bind-chrootenv-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:bind-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:bind-doc-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libirs-devel-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP2:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools 15:dracut-saltboot-0.1.1681904360.84ef141-150000.1.50.1</ProductID>
        <ProductID>SUSE Manager Client Tools 15:grafana-9.5.1-150000.1.48.5</ProductID>
        <ProductID>SUSE Manager Client Tools 15:mgr-daemon-4.3.7-150000.1.41.1</ProductID>
        <ProductID>SUSE Manager Client Tools 15:python3-uyuni-common-libs-4.3.8-150000.1.33.1</ProductID>
        <ProductID>SUSE Manager Client Tools 15:python3-zypp-plugin-spacewalk-1.0.14-150000.3.35.1</ProductID>
        <ProductID>SUSE Manager Client Tools 15:spacecmd-4.3.21-150000.3.98.1</ProductID>
        <ProductID>SUSE Manager Client Tools 15:zypp-plugin-spacewalk-1.0.14-150000.3.35.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:bind-utils-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:dracut-saltboot-0.1.1681904360.84ef141-150000.1.50.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libbind9-1600-64bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libbind9-1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libdns1605-64bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libdns1605-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libirs1601-64bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libirs1601-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libisc1606-64bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libisc1606-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libisccc1600-64bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libisccc1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libisccfg1600-64bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libisccfg1600-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:libns1604-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Client Tools for SLE Micro 5:python3-bind-9.16.6-150000.12.65.1</ProductID>
        <ProductID>SUSE Manager Proxy Module 4.2:python3-zypp-plugin-spacewalk-1.0.14-150000.3.35.1</ProductID>
        <ProductID>SUSE Manager Proxy Module 4.2:zypp-plugin-spacewalk-1.0.14-150000.3.35.1</ProductID>
        <ProductID>SUSE Manager Proxy Module 4.3:python3-zypp-plugin-spacewalk-1.0.14-150000.3.35.1</ProductID>
        <ProductID>SUSE Manager Proxy Module 4.3:zypp-plugin-spacewalk-1.0.14-150000.3.35.1</ProductID>
        <ProductID>openSUSE Leap 15.4:bind-devel-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:dracut-saltboot-0.1.1681904360.84ef141-150000.1.50.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libbind9-1600-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libdns1605-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libirs1601-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libisc1606-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libisccc1600-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libisccfg1600-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:libns1604-32bit-9.16.6-150000.12.65.1</ProductID>
        <ProductID>openSUSE Leap 15.4:spacecmd-4.3.21-150000.3.98.1</ProductID>
        <ProductID>openSUSE Leap 15.4:wire-0.5.0-150000.1.12.3</ProductID>
        <ProductID>openSUSE Leap 15.5:dracut-saltboot-0.1.1681904360.84ef141-150000.1.50.1</ProductID>
        <ProductID>openSUSE Leap 15.5:spacecmd-4.3.21-150000.3.98.1</ProductID>
        <ProductID>openSUSE Leap 15.5:wire-0.5.0-150000.1.12.3</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://www.suse.com/support/update/announcement/2023/suse-su-20232578-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2023-1410.html</URL>
        <Description>CVE-2023-1410</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1209645</URL>
        <Description>SUSE Bug 1209645</Description>
      </Reference>
    </References>
  </Vulnerability>
</cvrfdoc>
