<?xml version="1.0" encoding="UTF-8"?>
<cvrfdoc xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:cpe="http://cpe.mitre.org/language/2.0" xmlns:cvrf="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/cvrf" xmlns:cvrf-common="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/common" xmlns:cvssv2="http://scap.nist.gov/schema/cvss-v2/1.0" xmlns:cvssv3="https://www.first.org/cvss/cvss-v3.0.xsd" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:ns0="http://purl.org/dc/elements/1.1/" xmlns:prod="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/prod" xmlns:scap-core="http://scap.nist.gov/schema/scap-core/1.0" xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns:vuln="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/vuln" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/cvrf">
  <DocumentTitle xml:lang="en">Security update for the Linux Kernel</DocumentTitle>
  <DocumentType>SUSE Patch</DocumentType>
  <DocumentPublisher Type="Vendor">
    <ContactDetails>security@suse.de</ContactDetails>
    <IssuingAuthority>SUSE Security Team</IssuingAuthority>
  </DocumentPublisher>
  <DocumentTracking>
    <Identification>
      <ID>SUSE-SU-2021:1912-1</ID>
    </Identification>
    <Status>Final</Status>
    <Version>1</Version>
    <RevisionHistory>
      <Revision>
        <Number>1</Number>
        <Date>2021-06-09T11:54:48Z</Date>
        <Description>current</Description>
      </Revision>
    </RevisionHistory>
    <InitialReleaseDate>2021-06-09T11:54:48Z</InitialReleaseDate>
    <CurrentReleaseDate>2021-06-09T11:54:48Z</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 the Linux Kernel</Note>
    <Note Title="Details" Type="General" Ordinal="2" xml:lang="en">The SUSE Linux Enterprise 15 SP1 kernel was updated to receive various security and bugfixes.


The following security bugs were fixed:

- CVE-2021-33200: Enforcing incorrect limits for pointer arithmetic operations by the BPF verifier could be abused to perform out-of-bounds reads and writes in kernel memory (bsc#1186484).
- CVE-2021-33034: Fixed a use-after-free when destroying an hci_chan. This could lead to writing an arbitrary values. (bsc#1186111)
- CVE-2020-26139: Fixed a denial-of-service when an Access Point (AP) forwards EAPOL frames to other clients even though the sender has not yet successfully authenticated to the AP. (bnc#1186062)
- CVE-2021-23134: A Use After Free vulnerability in nfc sockets allowed local attackers to elevate their privileges. (bnc#1186060)
- CVE-2021-23133: Fixed a race condition in SCTP sockets, which could lead to privilege escalation from the context of a network service or an unprivileged process. (bnc#1184675)
- CVE-2021-3491: Fixed a potential heap overflow in mem_rw(). This vulnerability is related to the PROVIDE_BUFFERS operation, which allowed the MAX_RW_COUNT limit to be bypassed (bsc#1185642).
- CVE-2021-32399: Fixed a race condition when removing the HCI controller (bnc#1184611).
- CVE-2020-24586: The 802.11 standard that underpins Wi-Fi Protected Access (WPA, WPA2, and WPA3) and Wired Equivalent Privacy (WEP) doesn't require that received fragments be cleared from memory after (re)connecting to a network. Under the right circumstances this can be abused to inject arbitrary network packets and/or exfiltrate user data (bnc#1185859).
- CVE-2020-24587: The 802.11 standard that underpins Wi-Fi Protected Access (WPA, WPA2, and WPA3) and Wired Equivalent Privacy (WEP) doesn't require that all fragments of a frame are encrypted under the same key. An adversary can abuse this to decrypt selected fragments when another device sends fragmented frames and the WEP, CCMP, or GCMP encryption key is periodically renewed (bnc#1185859 bnc#1185862).
- CVE-2020-26147: The WEP, WPA, WPA2, and WPA3 implementations reassemble fragments, even though some of them were sent in plaintext. This vulnerability can be abused to inject packets and/or exfiltrate selected fragments when another device sends fragmented frames and the WEP, CCMP, or GCMP data-confidentiality protocol is used (bnc#1185859).
- CVE-2020-26145: An issue was discovered with Samsung Galaxy S3 i9305 4.4.4 devices. The WEP, WPA, WPA2, and WPA3 implementations accept second (or subsequent) broadcast fragments even when sent in plaintext and process them as full unfragmented frames. An adversary can abuse this to inject arbitrary network packets independent of the network configuration. (bnc#1185860)
- CVE-2020-26141: An issue was discovered in the ALFA driver for AWUS036H, where the Message Integrity Check (authenticity) of fragmented TKIP frames was not verified. An adversary can abuse this to inject and possibly decrypt packets in WPA or WPA2 networks that support the TKIP data-confidentiality protocol. (bnc#1185987)


The following non-security bugs were fixed:

- Drivers: hv: vmbus: Increase wait time for VMbus unload (bsc#1185725).
- Drivers: hv: vmbus: Initialize unload_event statically (bsc#1185725).
- dm: fix redundant IO accounting for bios that need splitting (bsc#1183738).
- ibmvfc: Avoid move login if fast fail is enabled (bsc#1185938 ltc#192043).
- ibmvfc: Handle move login failure (bsc#1185938 ltc#192043).
- ibmvfc: Reinit target retries (bsc#1185938 ltc#192043).
- kabi: Fix breakage in NVMe driver (bsc#1181161).
- kabi: Fix nvmet error log definitions (bsc#1181161).
- kabi: nvme: fix fast_io_fail_tmo (bsc#1181161).
- md/raid1: properly indicate failure when ending a failed write request (bsc#1185680).
- net: sched: disable TCQ_F_NOLOCK for pfifo_fast (bsc#1183405)
- netfilter: conntrack: add new sysctl to disable RST check (bsc#1183947 bsc#1185950).
- netfilter: conntrack: avoid misleading 'invalid' in log message (bsc#1183947 bsc#1185950).
- netfilter: conntrack: improve RST handling when tuple is re-used (bsc#1183947 bsc#1185950).
- netfilter: conntrack: tcp: only close if RST matches exact sequence (bsc#1183947 bsc#1185950).
- nvme-fabrics: allow to queue requests for live queues (bsc#1181161).
- nvme-fabrics: do not check state NVME_CTRL_NEW for request acceptance (bsc#1181161).
- nvme-fabrics: reject I/O to offline device (bsc#1181161).
- nvme-pci: Sync queues on reset (bsc#1181161).
- nvme-rdma: avoid race between time out and tear down (bsc#1181161).
- nvme-rdma: avoid repeated request completion (bsc#1181161).
- nvme-rdma: avoid request double completion for concurrent nvme_rdma_timeout (bsc#1181161).
- nvme-rdma: fix controller reset hang during traffic (bsc#1181161).
- nvme-rdma: fix possible hang when failing to set io queues (bsc#1181161).
- nvme-rdma: fix timeout handler (bsc#1181161).
- nvme-rdma: serialize controller teardown sequences (bsc#1181161).
- nvme-tcp: avoid race between time out and tear down (bsc#1181161).
- nvme-tcp: avoid repeated request completion (bsc#1181161).
- nvme-tcp: avoid request double completion for concurrent nvme_tcp_timeout (bsc#1181161).
- nvme-tcp: fix controller reset hang during traffic (bsc#1181161).
- nvme-tcp: fix possible hang when failing to set io queues (bsc#1181161).
- nvme-tcp: fix timeout handler (bsc#1181161).
- nvme-tcp: serialize controller teardown sequences (bsc#1181161).
- nvme: Restart request timers in resetting state (bsc#1181161).
- nvme: add error log page slot definition (bsc#1181161).
- nvme: include admin_q sync with nvme_sync_queues (bsc#1181161).
- nvme: introduce 'Command Aborted By host' status code (bsc#1181161).
- nvme: introduce nvme_is_fabrics to check fabrics cmd (bsc#1181161).
- nvme: introduce nvme_sync_io_queues (bsc#1181161).
- nvme: make fabrics command run on a separate request queue (bsc#1181161).
- nvme: prevent warning triggered by nvme_stop_keep_alive (bsc#1181161).
- nvme: unlink head after removing last namespace (bsc#1181161).
- nvmet: add error log support for fabrics-cmd (bsc#1181161).
- nvmet: add error-log definitions (bsc#1181161).
- video: hyperv_fb: Add ratelimit on error message (bsc#1185725).
</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-2021-1912,SUSE-SLE-Module-Live-Patching-15-SP1-2021-1912,SUSE-SLE-Product-HA-15-SP1-2021-1912,SUSE-SLE-Product-HPC-15-SP1-ESPOS-2021-1912,SUSE-SLE-Product-HPC-15-SP1-LTSS-2021-1912,SUSE-SLE-Product-SLES-15-SP1-BCL-2021-1912,SUSE-SLE-Product-SLES-15-SP1-LTSS-2021-1912,SUSE-SLE-Product-SLES_SAP-15-SP1-2021-1912,SUSE-SLE-Product-SUSE-Manager-Proxy-4.0-2021-1912,SUSE-SLE-Product-SUSE-Manager-Retail-Branch-Server-4.0-2021-1912,SUSE-SLE-Product-SUSE-Manager-Server-4.0-2021-1912,SUSE-Storage-6-2021-1912</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/2021/suse-su-20211912-1/</URL>
      <Description>Link for SUSE-SU-2021:1912-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2021-June/008974.html</URL>
      <Description>E-Mail link for SUSE-SU-2021:1912-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/1181161</URL>
      <Description>SUSE Bug 1181161</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1183405</URL>
      <Description>SUSE Bug 1183405</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1183738</URL>
      <Description>SUSE Bug 1183738</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1183947</URL>
      <Description>SUSE Bug 1183947</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1184611</URL>
      <Description>SUSE Bug 1184611</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1184675</URL>
      <Description>SUSE Bug 1184675</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1185642</URL>
      <Description>SUSE Bug 1185642</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1185680</URL>
      <Description>SUSE Bug 1185680</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1185725</URL>
      <Description>SUSE Bug 1185725</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1185859</URL>
      <Description>SUSE Bug 1185859</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1185860</URL>
      <Description>SUSE Bug 1185860</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1185862</URL>
      <Description>SUSE Bug 1185862</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1185863</URL>
      <Description>SUSE Bug 1185863</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1185898</URL>
      <Description>SUSE Bug 1185898</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1185899</URL>
      <Description>SUSE Bug 1185899</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1185901</URL>
      <Description>SUSE Bug 1185901</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1185938</URL>
      <Description>SUSE Bug 1185938</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1185950</URL>
      <Description>SUSE Bug 1185950</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1185987</URL>
      <Description>SUSE Bug 1185987</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1186060</URL>
      <Description>SUSE Bug 1186060</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1186061</URL>
      <Description>SUSE Bug 1186061</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1186062</URL>
      <Description>SUSE Bug 1186062</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1186111</URL>
      <Description>SUSE Bug 1186111</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1186285</URL>
      <Description>SUSE Bug 1186285</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1186390</URL>
      <Description>SUSE Bug 1186390</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1186484</URL>
      <Description>SUSE Bug 1186484</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1186498</URL>
      <Description>SUSE Bug 1186498</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2020-24586/</URL>
      <Description>SUSE CVE CVE-2020-24586 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2020-24587/</URL>
      <Description>SUSE CVE CVE-2020-24587 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2020-26139/</URL>
      <Description>SUSE CVE CVE-2020-26139 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2020-26141/</URL>
      <Description>SUSE CVE CVE-2020-26141 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2020-26145/</URL>
      <Description>SUSE CVE CVE-2020-26145 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2020-26147/</URL>
      <Description>SUSE CVE CVE-2020-26147 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2021-23133/</URL>
      <Description>SUSE CVE CVE-2021-23133 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2021-23134/</URL>
      <Description>SUSE CVE CVE-2021-23134 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2021-32399/</URL>
      <Description>SUSE CVE CVE-2021-32399 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2021-33034/</URL>
      <Description>SUSE CVE CVE-2021-33034 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2021-33200/</URL>
      <Description>SUSE CVE CVE-2021-33200 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2021-3491/</URL>
      <Description>SUSE CVE CVE-2021-3491 page</Description>
    </Reference>
  </DocumentReferences>
  <ProductTree xmlns="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/prod">
    <Branch Type="Product Family" Name="SUSE Enterprise Storage 6">
      <Branch Type="Product Name" Name="SUSE Enterprise Storage 6">
        <FullProductName ProductID="SUSE Enterprise Storage 6" CPE="cpe:/o:suse:ses:6">SUSE Enterprise Storage 6</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise High Availability Extension 15 SP1">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise High Availability Extension 15 SP1">
        <FullProductName ProductID="SUSE Linux Enterprise High Availability Extension 15 SP1" CPE="cpe:/o:suse:sle-ha:15:sp1">SUSE Linux Enterprise High Availability Extension 15 SP1</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS">
        <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS" CPE="cpe:/o:suse:sle_hpc-espos:15:sp1">SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS</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 Live Patching 15 SP1">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Live Patching 15 SP1">
        <FullProductName ProductID="SUSE Linux Enterprise Live Patching 15 SP1" CPE="cpe:/o:suse:sle-module-live-patching:15:sp1">SUSE Linux Enterprise Live Patching 15 SP1</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 15 SP1-BCL">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server 15 SP1-BCL">
        <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-BCL" CPE="cpe:/o:suse:sles_bcl:15:sp1">SUSE Linux Enterprise Server 15 SP1-BCL</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 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 Manager Proxy 4.0">
      <Branch Type="Product Name" Name="SUSE Manager Proxy 4.0">
        <FullProductName ProductID="SUSE Manager Proxy 4.0" CPE="cpe:/o:suse:suse-manager-proxy:4.0">SUSE Manager Proxy 4.0</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Manager Retail Branch Server 4.0">
      <Branch Type="Product Name" Name="SUSE Manager Retail Branch Server 4.0">
        <FullProductName ProductID="SUSE Manager Retail Branch Server 4.0" CPE="cpe:/o:suse:suse-manager-retail-branch-server:4.0">SUSE Manager Retail Branch Server 4.0</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Manager Server 4.0">
      <Branch Type="Product Name" Name="SUSE Manager Server 4.0">
        <FullProductName ProductID="SUSE Manager Server 4.0" CPE="cpe:/o:suse:suse-manager-server:4.0">SUSE Manager Server 4.0</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Version" Name="cluster-md-kmp-default-4.12.14-197.92.1">
      <FullProductName ProductID="cluster-md-kmp-default-4.12.14-197.92.1">cluster-md-kmp-default-4.12.14-197.92.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="dlm-kmp-default-4.12.14-197.92.1">
      <FullProductName ProductID="dlm-kmp-default-4.12.14-197.92.1">dlm-kmp-default-4.12.14-197.92.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gfs2-kmp-default-4.12.14-197.92.1">
      <FullProductName ProductID="gfs2-kmp-default-4.12.14-197.92.1">gfs2-kmp-default-4.12.14-197.92.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-debug-4.12.14-197.92.1">
      <FullProductName ProductID="kernel-debug-4.12.14-197.92.1">kernel-debug-4.12.14-197.92.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-debug-base-4.12.14-197.92.1">
      <FullProductName ProductID="kernel-debug-base-4.12.14-197.92.1">kernel-debug-base-4.12.14-197.92.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-debug-devel-4.12.14-197.92.1">
      <FullProductName ProductID="kernel-debug-devel-4.12.14-197.92.1">kernel-debug-devel-4.12.14-197.92.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-debug-livepatch-devel-4.12.14-197.92.1">
      <FullProductName ProductID="kernel-debug-livepatch-devel-4.12.14-197.92.1">kernel-debug-livepatch-devel-4.12.14-197.92.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-default-4.12.14-197.92.1">
      <FullProductName ProductID="kernel-default-4.12.14-197.92.1">kernel-default-4.12.14-197.92.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-default-base-4.12.14-197.92.1">
      <FullProductName ProductID="kernel-default-base-4.12.14-197.92.1">kernel-default-base-4.12.14-197.92.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-default-devel-4.12.14-197.92.1">
      <FullProductName ProductID="kernel-default-devel-4.12.14-197.92.1">kernel-default-devel-4.12.14-197.92.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-default-extra-4.12.14-197.92.1">
      <FullProductName ProductID="kernel-default-extra-4.12.14-197.92.1">kernel-default-extra-4.12.14-197.92.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-default-livepatch-4.12.14-197.92.1">
      <FullProductName ProductID="kernel-default-livepatch-4.12.14-197.92.1">kernel-default-livepatch-4.12.14-197.92.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-default-livepatch-devel-4.12.14-197.92.1">
      <FullProductName ProductID="kernel-default-livepatch-devel-4.12.14-197.92.1">kernel-default-livepatch-devel-4.12.14-197.92.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-default-man-4.12.14-197.92.1">
      <FullProductName ProductID="kernel-default-man-4.12.14-197.92.1">kernel-default-man-4.12.14-197.92.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-devel-4.12.14-197.92.1">
      <FullProductName ProductID="kernel-devel-4.12.14-197.92.1">kernel-devel-4.12.14-197.92.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-docs-4.12.14-197.92.1">
      <FullProductName ProductID="kernel-docs-4.12.14-197.92.1">kernel-docs-4.12.14-197.92.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-docs-html-4.12.14-197.92.1">
      <FullProductName ProductID="kernel-docs-html-4.12.14-197.92.1">kernel-docs-html-4.12.14-197.92.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-kvmsmall-4.12.14-197.92.1">
      <FullProductName ProductID="kernel-kvmsmall-4.12.14-197.92.1">kernel-kvmsmall-4.12.14-197.92.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-kvmsmall-base-4.12.14-197.92.1">
      <FullProductName ProductID="kernel-kvmsmall-base-4.12.14-197.92.1">kernel-kvmsmall-base-4.12.14-197.92.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-kvmsmall-devel-4.12.14-197.92.1">
      <FullProductName ProductID="kernel-kvmsmall-devel-4.12.14-197.92.1">kernel-kvmsmall-devel-4.12.14-197.92.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-kvmsmall-livepatch-devel-4.12.14-197.92.1">
      <FullProductName ProductID="kernel-kvmsmall-livepatch-devel-4.12.14-197.92.1">kernel-kvmsmall-livepatch-devel-4.12.14-197.92.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-livepatch-4_12_14-197_92-default-1-3.3.1">
      <FullProductName ProductID="kernel-livepatch-4_12_14-197_92-default-1-3.3.1">kernel-livepatch-4_12_14-197_92-default-1-3.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-macros-4.12.14-197.92.1">
      <FullProductName ProductID="kernel-macros-4.12.14-197.92.1">kernel-macros-4.12.14-197.92.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-obs-build-4.12.14-197.92.1">
      <FullProductName ProductID="kernel-obs-build-4.12.14-197.92.1">kernel-obs-build-4.12.14-197.92.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-obs-qa-4.12.14-197.92.1">
      <FullProductName ProductID="kernel-obs-qa-4.12.14-197.92.1">kernel-obs-qa-4.12.14-197.92.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-source-4.12.14-197.92.1">
      <FullProductName ProductID="kernel-source-4.12.14-197.92.1">kernel-source-4.12.14-197.92.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-source-vanilla-4.12.14-197.92.1">
      <FullProductName ProductID="kernel-source-vanilla-4.12.14-197.92.1">kernel-source-vanilla-4.12.14-197.92.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-syms-4.12.14-197.92.1">
      <FullProductName ProductID="kernel-syms-4.12.14-197.92.1">kernel-syms-4.12.14-197.92.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-vanilla-4.12.14-197.92.1">
      <FullProductName ProductID="kernel-vanilla-4.12.14-197.92.1">kernel-vanilla-4.12.14-197.92.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-vanilla-base-4.12.14-197.92.1">
      <FullProductName ProductID="kernel-vanilla-base-4.12.14-197.92.1">kernel-vanilla-base-4.12.14-197.92.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-vanilla-devel-4.12.14-197.92.1">
      <FullProductName ProductID="kernel-vanilla-devel-4.12.14-197.92.1">kernel-vanilla-devel-4.12.14-197.92.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-vanilla-livepatch-devel-4.12.14-197.92.1">
      <FullProductName ProductID="kernel-vanilla-livepatch-devel-4.12.14-197.92.1">kernel-vanilla-livepatch-devel-4.12.14-197.92.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-zfcpdump-4.12.14-197.92.1">
      <FullProductName ProductID="kernel-zfcpdump-4.12.14-197.92.1">kernel-zfcpdump-4.12.14-197.92.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-zfcpdump-man-4.12.14-197.92.1">
      <FullProductName ProductID="kernel-zfcpdump-man-4.12.14-197.92.1">kernel-zfcpdump-man-4.12.14-197.92.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kselftests-kmp-default-4.12.14-197.92.1">
      <FullProductName ProductID="kselftests-kmp-default-4.12.14-197.92.1">kselftests-kmp-default-4.12.14-197.92.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="ocfs2-kmp-default-4.12.14-197.92.1">
      <FullProductName ProductID="ocfs2-kmp-default-4.12.14-197.92.1">ocfs2-kmp-default-4.12.14-197.92.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="reiserfs-kmp-default-4.12.14-197.92.1">
      <FullProductName ProductID="reiserfs-kmp-default-4.12.14-197.92.1">reiserfs-kmp-default-4.12.14-197.92.1</FullProductName>
    </Branch>
    <Relationship ProductReference="kernel-default-4.12.14-197.92.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 6">
      <FullProductName ProductID="SUSE Enterprise Storage 6:kernel-default-4.12.14-197.92.1">kernel-default-4.12.14-197.92.1 as a component of SUSE Enterprise Storage 6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-base-4.12.14-197.92.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 6">
      <FullProductName ProductID="SUSE Enterprise Storage 6:kernel-default-base-4.12.14-197.92.1">kernel-default-base-4.12.14-197.92.1 as a component of SUSE Enterprise Storage 6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-devel-4.12.14-197.92.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 6">
      <FullProductName ProductID="SUSE Enterprise Storage 6:kernel-default-devel-4.12.14-197.92.1">kernel-default-devel-4.12.14-197.92.1 as a component of SUSE Enterprise Storage 6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-devel-4.12.14-197.92.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 6">
      <FullProductName ProductID="SUSE Enterprise Storage 6:kernel-devel-4.12.14-197.92.1">kernel-devel-4.12.14-197.92.1 as a component of SUSE Enterprise Storage 6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-docs-4.12.14-197.92.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 6">
      <FullProductName ProductID="SUSE Enterprise Storage 6:kernel-docs-4.12.14-197.92.1">kernel-docs-4.12.14-197.92.1 as a component of SUSE Enterprise Storage 6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-macros-4.12.14-197.92.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 6">
      <FullProductName ProductID="SUSE Enterprise Storage 6:kernel-macros-4.12.14-197.92.1">kernel-macros-4.12.14-197.92.1 as a component of SUSE Enterprise Storage 6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-obs-build-4.12.14-197.92.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 6">
      <FullProductName ProductID="SUSE Enterprise Storage 6:kernel-obs-build-4.12.14-197.92.1">kernel-obs-build-4.12.14-197.92.1 as a component of SUSE Enterprise Storage 6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source-4.12.14-197.92.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 6">
      <FullProductName ProductID="SUSE Enterprise Storage 6:kernel-source-4.12.14-197.92.1">kernel-source-4.12.14-197.92.1 as a component of SUSE Enterprise Storage 6</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-syms-4.12.14-197.92.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 6">
      <FullProductName ProductID="SUSE Enterprise Storage 6:kernel-syms-4.12.14-197.92.1">kernel-syms-4.12.14-197.92.1 as a component of SUSE Enterprise Storage 6</FullProductName>
    </Relationship>
    <Relationship ProductReference="reiserfs-kmp-default-4.12.14-197.92.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 6">
      <FullProductName ProductID="SUSE Enterprise Storage 6:reiserfs-kmp-default-4.12.14-197.92.1">reiserfs-kmp-default-4.12.14-197.92.1 as a component of SUSE Enterprise Storage 6</FullProductName>
    </Relationship>
    <Relationship ProductReference="cluster-md-kmp-default-4.12.14-197.92.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Availability Extension 15 SP1">
      <FullProductName ProductID="SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-197.92.1">cluster-md-kmp-default-4.12.14-197.92.1 as a component of SUSE Linux Enterprise High Availability Extension 15 SP1</FullProductName>
    </Relationship>
    <Relationship ProductReference="dlm-kmp-default-4.12.14-197.92.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Availability Extension 15 SP1">
      <FullProductName ProductID="SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-197.92.1">dlm-kmp-default-4.12.14-197.92.1 as a component of SUSE Linux Enterprise High Availability Extension 15 SP1</FullProductName>
    </Relationship>
    <Relationship ProductReference="gfs2-kmp-default-4.12.14-197.92.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Availability Extension 15 SP1">
      <FullProductName ProductID="SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-197.92.1">gfs2-kmp-default-4.12.14-197.92.1 as a component of SUSE Linux Enterprise High Availability Extension 15 SP1</FullProductName>
    </Relationship>
    <Relationship ProductReference="ocfs2-kmp-default-4.12.14-197.92.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Availability Extension 15 SP1">
      <FullProductName ProductID="SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-197.92.1">ocfs2-kmp-default-4.12.14-197.92.1 as a component of SUSE Linux Enterprise High Availability Extension 15 SP1</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-4.12.14-197.92.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-default-4.12.14-197.92.1">kernel-default-4.12.14-197.92.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-base-4.12.14-197.92.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-default-base-4.12.14-197.92.1">kernel-default-base-4.12.14-197.92.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-devel-4.12.14-197.92.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-default-devel-4.12.14-197.92.1">kernel-default-devel-4.12.14-197.92.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-devel-4.12.14-197.92.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-devel-4.12.14-197.92.1">kernel-devel-4.12.14-197.92.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-docs-4.12.14-197.92.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-docs-4.12.14-197.92.1">kernel-docs-4.12.14-197.92.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-macros-4.12.14-197.92.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-macros-4.12.14-197.92.1">kernel-macros-4.12.14-197.92.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-obs-build-4.12.14-197.92.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-obs-build-4.12.14-197.92.1">kernel-obs-build-4.12.14-197.92.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source-4.12.14-197.92.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-source-4.12.14-197.92.1">kernel-source-4.12.14-197.92.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-syms-4.12.14-197.92.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-syms-4.12.14-197.92.1">kernel-syms-4.12.14-197.92.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-4.12.14-197.92.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:kernel-default-4.12.14-197.92.1">kernel-default-4.12.14-197.92.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-base-4.12.14-197.92.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:kernel-default-base-4.12.14-197.92.1">kernel-default-base-4.12.14-197.92.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-devel-4.12.14-197.92.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:kernel-default-devel-4.12.14-197.92.1">kernel-default-devel-4.12.14-197.92.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-devel-4.12.14-197.92.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:kernel-devel-4.12.14-197.92.1">kernel-devel-4.12.14-197.92.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-docs-4.12.14-197.92.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:kernel-docs-4.12.14-197.92.1">kernel-docs-4.12.14-197.92.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-macros-4.12.14-197.92.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:kernel-macros-4.12.14-197.92.1">kernel-macros-4.12.14-197.92.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-obs-build-4.12.14-197.92.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:kernel-obs-build-4.12.14-197.92.1">kernel-obs-build-4.12.14-197.92.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source-4.12.14-197.92.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:kernel-source-4.12.14-197.92.1">kernel-source-4.12.14-197.92.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-syms-4.12.14-197.92.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:kernel-syms-4.12.14-197.92.1">kernel-syms-4.12.14-197.92.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-livepatch-4.12.14-197.92.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Live Patching 15 SP1">
      <FullProductName ProductID="SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-197.92.1">kernel-default-livepatch-4.12.14-197.92.1 as a component of SUSE Linux Enterprise Live Patching 15 SP1</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-livepatch-devel-4.12.14-197.92.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Live Patching 15 SP1">
      <FullProductName ProductID="SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-197.92.1">kernel-default-livepatch-devel-4.12.14-197.92.1 as a component of SUSE Linux Enterprise Live Patching 15 SP1</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-livepatch-4_12_14-197_92-default-1-3.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Live Patching 15 SP1">
      <FullProductName ProductID="SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-197_92-default-1-3.3.1">kernel-livepatch-4_12_14-197_92-default-1-3.3.1 as a component of SUSE Linux Enterprise Live Patching 15 SP1</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-4.12.14-197.92.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-BCL">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-BCL:kernel-default-4.12.14-197.92.1">kernel-default-4.12.14-197.92.1 as a component of SUSE Linux Enterprise Server 15 SP1-BCL</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-base-4.12.14-197.92.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-BCL">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-BCL:kernel-default-base-4.12.14-197.92.1">kernel-default-base-4.12.14-197.92.1 as a component of SUSE Linux Enterprise Server 15 SP1-BCL</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-devel-4.12.14-197.92.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-BCL">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-BCL:kernel-default-devel-4.12.14-197.92.1">kernel-default-devel-4.12.14-197.92.1 as a component of SUSE Linux Enterprise Server 15 SP1-BCL</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-devel-4.12.14-197.92.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-BCL">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-BCL:kernel-devel-4.12.14-197.92.1">kernel-devel-4.12.14-197.92.1 as a component of SUSE Linux Enterprise Server 15 SP1-BCL</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-docs-4.12.14-197.92.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-BCL">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-BCL:kernel-docs-4.12.14-197.92.1">kernel-docs-4.12.14-197.92.1 as a component of SUSE Linux Enterprise Server 15 SP1-BCL</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-macros-4.12.14-197.92.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-BCL">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-BCL:kernel-macros-4.12.14-197.92.1">kernel-macros-4.12.14-197.92.1 as a component of SUSE Linux Enterprise Server 15 SP1-BCL</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-obs-build-4.12.14-197.92.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-BCL">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-BCL:kernel-obs-build-4.12.14-197.92.1">kernel-obs-build-4.12.14-197.92.1 as a component of SUSE Linux Enterprise Server 15 SP1-BCL</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source-4.12.14-197.92.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-BCL">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-BCL:kernel-source-4.12.14-197.92.1">kernel-source-4.12.14-197.92.1 as a component of SUSE Linux Enterprise Server 15 SP1-BCL</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-syms-4.12.14-197.92.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-BCL">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-BCL:kernel-syms-4.12.14-197.92.1">kernel-syms-4.12.14-197.92.1 as a component of SUSE Linux Enterprise Server 15 SP1-BCL</FullProductName>
    </Relationship>
    <Relationship ProductReference="reiserfs-kmp-default-4.12.14-197.92.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-BCL">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-BCL:reiserfs-kmp-default-4.12.14-197.92.1">reiserfs-kmp-default-4.12.14-197.92.1 as a component of SUSE Linux Enterprise Server 15 SP1-BCL</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-4.12.14-197.92.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-197.92.1">kernel-default-4.12.14-197.92.1 as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-base-4.12.14-197.92.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-197.92.1">kernel-default-base-4.12.14-197.92.1 as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-devel-4.12.14-197.92.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-197.92.1">kernel-default-devel-4.12.14-197.92.1 as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-man-4.12.14-197.92.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-man-4.12.14-197.92.1">kernel-default-man-4.12.14-197.92.1 as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-devel-4.12.14-197.92.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-devel-4.12.14-197.92.1">kernel-devel-4.12.14-197.92.1 as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-docs-4.12.14-197.92.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-docs-4.12.14-197.92.1">kernel-docs-4.12.14-197.92.1 as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-macros-4.12.14-197.92.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-macros-4.12.14-197.92.1">kernel-macros-4.12.14-197.92.1 as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-obs-build-4.12.14-197.92.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-197.92.1">kernel-obs-build-4.12.14-197.92.1 as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source-4.12.14-197.92.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-source-4.12.14-197.92.1">kernel-source-4.12.14-197.92.1 as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-syms-4.12.14-197.92.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-197.92.1">kernel-syms-4.12.14-197.92.1 as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="reiserfs-kmp-default-4.12.14-197.92.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP1-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-197.92.1">reiserfs-kmp-default-4.12.14-197.92.1 as a component of SUSE Linux Enterprise Server 15 SP1-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-4.12.14-197.92.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:kernel-default-4.12.14-197.92.1">kernel-default-4.12.14-197.92.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP1</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-base-4.12.14-197.92.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:kernel-default-base-4.12.14-197.92.1">kernel-default-base-4.12.14-197.92.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP1</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-devel-4.12.14-197.92.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:kernel-default-devel-4.12.14-197.92.1">kernel-default-devel-4.12.14-197.92.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP1</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-devel-4.12.14-197.92.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:kernel-devel-4.12.14-197.92.1">kernel-devel-4.12.14-197.92.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP1</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-docs-4.12.14-197.92.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:kernel-docs-4.12.14-197.92.1">kernel-docs-4.12.14-197.92.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP1</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-macros-4.12.14-197.92.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:kernel-macros-4.12.14-197.92.1">kernel-macros-4.12.14-197.92.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP1</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-obs-build-4.12.14-197.92.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:kernel-obs-build-4.12.14-197.92.1">kernel-obs-build-4.12.14-197.92.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP1</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source-4.12.14-197.92.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:kernel-source-4.12.14-197.92.1">kernel-source-4.12.14-197.92.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP1</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-syms-4.12.14-197.92.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:kernel-syms-4.12.14-197.92.1">kernel-syms-4.12.14-197.92.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP1</FullProductName>
    </Relationship>
    <Relationship ProductReference="reiserfs-kmp-default-4.12.14-197.92.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:reiserfs-kmp-default-4.12.14-197.92.1">reiserfs-kmp-default-4.12.14-197.92.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP1</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-4.12.14-197.92.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy 4.0">
      <FullProductName ProductID="SUSE Manager Proxy 4.0:kernel-default-4.12.14-197.92.1">kernel-default-4.12.14-197.92.1 as a component of SUSE Manager Proxy 4.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-base-4.12.14-197.92.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy 4.0">
      <FullProductName ProductID="SUSE Manager Proxy 4.0:kernel-default-base-4.12.14-197.92.1">kernel-default-base-4.12.14-197.92.1 as a component of SUSE Manager Proxy 4.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-devel-4.12.14-197.92.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy 4.0">
      <FullProductName ProductID="SUSE Manager Proxy 4.0:kernel-default-devel-4.12.14-197.92.1">kernel-default-devel-4.12.14-197.92.1 as a component of SUSE Manager Proxy 4.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-devel-4.12.14-197.92.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy 4.0">
      <FullProductName ProductID="SUSE Manager Proxy 4.0:kernel-devel-4.12.14-197.92.1">kernel-devel-4.12.14-197.92.1 as a component of SUSE Manager Proxy 4.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-docs-4.12.14-197.92.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy 4.0">
      <FullProductName ProductID="SUSE Manager Proxy 4.0:kernel-docs-4.12.14-197.92.1">kernel-docs-4.12.14-197.92.1 as a component of SUSE Manager Proxy 4.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-macros-4.12.14-197.92.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy 4.0">
      <FullProductName ProductID="SUSE Manager Proxy 4.0:kernel-macros-4.12.14-197.92.1">kernel-macros-4.12.14-197.92.1 as a component of SUSE Manager Proxy 4.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-obs-build-4.12.14-197.92.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy 4.0">
      <FullProductName ProductID="SUSE Manager Proxy 4.0:kernel-obs-build-4.12.14-197.92.1">kernel-obs-build-4.12.14-197.92.1 as a component of SUSE Manager Proxy 4.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source-4.12.14-197.92.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy 4.0">
      <FullProductName ProductID="SUSE Manager Proxy 4.0:kernel-source-4.12.14-197.92.1">kernel-source-4.12.14-197.92.1 as a component of SUSE Manager Proxy 4.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-syms-4.12.14-197.92.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy 4.0">
      <FullProductName ProductID="SUSE Manager Proxy 4.0:kernel-syms-4.12.14-197.92.1">kernel-syms-4.12.14-197.92.1 as a component of SUSE Manager Proxy 4.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="reiserfs-kmp-default-4.12.14-197.92.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy 4.0">
      <FullProductName ProductID="SUSE Manager Proxy 4.0:reiserfs-kmp-default-4.12.14-197.92.1">reiserfs-kmp-default-4.12.14-197.92.1 as a component of SUSE Manager Proxy 4.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-4.12.14-197.92.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server 4.0">
      <FullProductName ProductID="SUSE Manager Retail Branch Server 4.0:kernel-default-4.12.14-197.92.1">kernel-default-4.12.14-197.92.1 as a component of SUSE Manager Retail Branch Server 4.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-base-4.12.14-197.92.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server 4.0">
      <FullProductName ProductID="SUSE Manager Retail Branch Server 4.0:kernel-default-base-4.12.14-197.92.1">kernel-default-base-4.12.14-197.92.1 as a component of SUSE Manager Retail Branch Server 4.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-devel-4.12.14-197.92.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server 4.0">
      <FullProductName ProductID="SUSE Manager Retail Branch Server 4.0:kernel-default-devel-4.12.14-197.92.1">kernel-default-devel-4.12.14-197.92.1 as a component of SUSE Manager Retail Branch Server 4.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-devel-4.12.14-197.92.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server 4.0">
      <FullProductName ProductID="SUSE Manager Retail Branch Server 4.0:kernel-devel-4.12.14-197.92.1">kernel-devel-4.12.14-197.92.1 as a component of SUSE Manager Retail Branch Server 4.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-docs-4.12.14-197.92.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server 4.0">
      <FullProductName ProductID="SUSE Manager Retail Branch Server 4.0:kernel-docs-4.12.14-197.92.1">kernel-docs-4.12.14-197.92.1 as a component of SUSE Manager Retail Branch Server 4.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-macros-4.12.14-197.92.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server 4.0">
      <FullProductName ProductID="SUSE Manager Retail Branch Server 4.0:kernel-macros-4.12.14-197.92.1">kernel-macros-4.12.14-197.92.1 as a component of SUSE Manager Retail Branch Server 4.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-obs-build-4.12.14-197.92.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server 4.0">
      <FullProductName ProductID="SUSE Manager Retail Branch Server 4.0:kernel-obs-build-4.12.14-197.92.1">kernel-obs-build-4.12.14-197.92.1 as a component of SUSE Manager Retail Branch Server 4.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source-4.12.14-197.92.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server 4.0">
      <FullProductName ProductID="SUSE Manager Retail Branch Server 4.0:kernel-source-4.12.14-197.92.1">kernel-source-4.12.14-197.92.1 as a component of SUSE Manager Retail Branch Server 4.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-syms-4.12.14-197.92.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server 4.0">
      <FullProductName ProductID="SUSE Manager Retail Branch Server 4.0:kernel-syms-4.12.14-197.92.1">kernel-syms-4.12.14-197.92.1 as a component of SUSE Manager Retail Branch Server 4.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="reiserfs-kmp-default-4.12.14-197.92.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Retail Branch Server 4.0">
      <FullProductName ProductID="SUSE Manager Retail Branch Server 4.0:reiserfs-kmp-default-4.12.14-197.92.1">reiserfs-kmp-default-4.12.14-197.92.1 as a component of SUSE Manager Retail Branch Server 4.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-4.12.14-197.92.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server 4.0">
      <FullProductName ProductID="SUSE Manager Server 4.0:kernel-default-4.12.14-197.92.1">kernel-default-4.12.14-197.92.1 as a component of SUSE Manager Server 4.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-base-4.12.14-197.92.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server 4.0">
      <FullProductName ProductID="SUSE Manager Server 4.0:kernel-default-base-4.12.14-197.92.1">kernel-default-base-4.12.14-197.92.1 as a component of SUSE Manager Server 4.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-devel-4.12.14-197.92.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server 4.0">
      <FullProductName ProductID="SUSE Manager Server 4.0:kernel-default-devel-4.12.14-197.92.1">kernel-default-devel-4.12.14-197.92.1 as a component of SUSE Manager Server 4.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-man-4.12.14-197.92.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server 4.0">
      <FullProductName ProductID="SUSE Manager Server 4.0:kernel-default-man-4.12.14-197.92.1">kernel-default-man-4.12.14-197.92.1 as a component of SUSE Manager Server 4.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-devel-4.12.14-197.92.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server 4.0">
      <FullProductName ProductID="SUSE Manager Server 4.0:kernel-devel-4.12.14-197.92.1">kernel-devel-4.12.14-197.92.1 as a component of SUSE Manager Server 4.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-docs-4.12.14-197.92.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server 4.0">
      <FullProductName ProductID="SUSE Manager Server 4.0:kernel-docs-4.12.14-197.92.1">kernel-docs-4.12.14-197.92.1 as a component of SUSE Manager Server 4.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-macros-4.12.14-197.92.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server 4.0">
      <FullProductName ProductID="SUSE Manager Server 4.0:kernel-macros-4.12.14-197.92.1">kernel-macros-4.12.14-197.92.1 as a component of SUSE Manager Server 4.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-obs-build-4.12.14-197.92.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server 4.0">
      <FullProductName ProductID="SUSE Manager Server 4.0:kernel-obs-build-4.12.14-197.92.1">kernel-obs-build-4.12.14-197.92.1 as a component of SUSE Manager Server 4.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source-4.12.14-197.92.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server 4.0">
      <FullProductName ProductID="SUSE Manager Server 4.0:kernel-source-4.12.14-197.92.1">kernel-source-4.12.14-197.92.1 as a component of SUSE Manager Server 4.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-syms-4.12.14-197.92.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server 4.0">
      <FullProductName ProductID="SUSE Manager Server 4.0:kernel-syms-4.12.14-197.92.1">kernel-syms-4.12.14-197.92.1 as a component of SUSE Manager Server 4.0</FullProductName>
    </Relationship>
    <Relationship ProductReference="reiserfs-kmp-default-4.12.14-197.92.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server 4.0">
      <FullProductName ProductID="SUSE Manager Server 4.0:reiserfs-kmp-default-4.12.14-197.92.1">reiserfs-kmp-default-4.12.14-197.92.1 as a component of SUSE Manager Server 4.0</FullProductName>
    </Relationship>
  </ProductTree>
  <vuln:Vulnerability xmlns="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/vuln" Ordinal="1">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">The 802.11 standard that underpins Wi-Fi Protected Access (WPA, WPA2, and WPA3) and Wired Equivalent Privacy (WEP) doesn't require that received fragments be cleared from memory after (re)connecting to a network. Under the right circumstances, when another device sends fragmented frames encrypted using WEP, CCMP, or GCMP, this can be abused to inject arbitrary network packets and/or exfiltrate user data.</Note>
    </Notes>
    <CVE>CVE-2020-24586</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Enterprise Storage 6:kernel-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:kernel-default-base-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:kernel-default-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:kernel-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:kernel-docs-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:kernel-macros-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:kernel-obs-build-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:kernel-source-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:kernel-syms-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:reiserfs-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-default-base-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-default-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-docs-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-macros-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-obs-build-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-source-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-syms-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-docs-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-macros-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-source-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-197_92-default-1-3.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:kernel-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:kernel-default-base-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:kernel-default-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:kernel-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:kernel-docs-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:kernel-macros-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:kernel-obs-build-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:kernel-source-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:kernel-syms-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:reiserfs-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-man-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-docs-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-macros-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-source-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-docs-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-macros-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-source-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:kernel-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:kernel-default-base-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:kernel-default-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:kernel-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:kernel-docs-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:kernel-macros-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:kernel-obs-build-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:kernel-source-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:kernel-syms-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:reiserfs-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:kernel-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:kernel-default-base-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:kernel-default-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:kernel-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:kernel-docs-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:kernel-macros-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:kernel-obs-build-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:kernel-source-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:kernel-syms-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:reiserfs-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-default-base-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-default-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-default-man-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-docs-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-macros-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-obs-build-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-source-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-syms-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:reiserfs-kmp-default-4.12.14-197.92.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSetV2>
        <BaseScoreV2>2.9</BaseScoreV2>
        <VectorV2>AV:A/AC:M/Au:N/C:P/I:N/A:N</VectorV2>
      </ScoreSetV2>
      <ScoreSetV3>
        <BaseScoreV3>4.7</BaseScoreV3>
        <VectorV3>CVSS:3.1/AV:A/AC:H/PR:N/UI:N/S:C/C:L/I:L/A:N</VectorV3>
      </ScoreSetV3>
    </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/2021/suse-su-20211912-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2020-24586.html</URL>
        <Description>CVE-2020-24586</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1185859</URL>
        <Description>SUSE Bug 1185859</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1192868</URL>
        <Description>SUSE Bug 1192868</Description>
      </Reference>
    </References>
  </vuln:Vulnerability>
  <vuln:Vulnerability xmlns="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/vuln" Ordinal="2">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">The 802.11 standard that underpins Wi-Fi Protected Access (WPA, WPA2, and WPA3) and Wired Equivalent Privacy (WEP) doesn't require that all fragments of a frame are encrypted under the same key. An adversary can abuse this to decrypt selected fragments when another device sends fragmented frames and the WEP, CCMP, or GCMP encryption key is periodically renewed.</Note>
    </Notes>
    <CVE>CVE-2020-24587</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Enterprise Storage 6:kernel-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:kernel-default-base-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:kernel-default-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:kernel-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:kernel-docs-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:kernel-macros-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:kernel-obs-build-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:kernel-source-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:kernel-syms-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:reiserfs-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-default-base-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-default-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-docs-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-macros-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-obs-build-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-source-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-syms-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-docs-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-macros-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-source-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-197_92-default-1-3.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:kernel-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:kernel-default-base-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:kernel-default-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:kernel-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:kernel-docs-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:kernel-macros-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:kernel-obs-build-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:kernel-source-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:kernel-syms-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:reiserfs-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-man-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-docs-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-macros-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-source-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-docs-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-macros-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-source-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:kernel-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:kernel-default-base-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:kernel-default-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:kernel-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:kernel-docs-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:kernel-macros-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:kernel-obs-build-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:kernel-source-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:kernel-syms-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:reiserfs-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:kernel-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:kernel-default-base-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:kernel-default-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:kernel-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:kernel-docs-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:kernel-macros-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:kernel-obs-build-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:kernel-source-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:kernel-syms-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:reiserfs-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-default-base-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-default-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-default-man-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-docs-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-macros-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-obs-build-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-source-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-syms-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:reiserfs-kmp-default-4.12.14-197.92.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSetV2>
        <BaseScoreV2>1.8</BaseScoreV2>
        <VectorV2>AV:A/AC:H/Au:N/C:P/I:N/A:N</VectorV2>
      </ScoreSetV2>
      <ScoreSetV3>
        <BaseScoreV3>4.2</BaseScoreV3>
        <VectorV3>CVSS:3.1/AV:A/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N</VectorV3>
      </ScoreSetV3>
    </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/2021/suse-su-20211912-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2020-24587.html</URL>
        <Description>CVE-2020-24587</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1185859</URL>
        <Description>SUSE Bug 1185859</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1185862</URL>
        <Description>SUSE Bug 1185862</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1192868</URL>
        <Description>SUSE Bug 1192868</Description>
      </Reference>
    </References>
  </vuln:Vulnerability>
  <vuln:Vulnerability xmlns="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/vuln" Ordinal="3">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">An issue was discovered in the kernel in NetBSD 7.1. An Access Point (AP) forwards EAPOL frames to other clients even though the sender has not yet successfully authenticated to the AP. This might be abused in projected Wi-Fi networks to launch denial-of-service attacks against connected clients and makes it easier to exploit other vulnerabilities in connected clients.</Note>
    </Notes>
    <CVE>CVE-2020-26139</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Enterprise Storage 6:kernel-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:kernel-default-base-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:kernel-default-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:kernel-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:kernel-docs-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:kernel-macros-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:kernel-obs-build-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:kernel-source-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:kernel-syms-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:reiserfs-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-default-base-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-default-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-docs-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-macros-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-obs-build-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-source-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-syms-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-docs-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-macros-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-source-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-197_92-default-1-3.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:kernel-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:kernel-default-base-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:kernel-default-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:kernel-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:kernel-docs-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:kernel-macros-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:kernel-obs-build-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:kernel-source-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:kernel-syms-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:reiserfs-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-man-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-docs-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-macros-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-source-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-docs-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-macros-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-source-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:kernel-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:kernel-default-base-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:kernel-default-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:kernel-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:kernel-docs-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:kernel-macros-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:kernel-obs-build-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:kernel-source-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:kernel-syms-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:reiserfs-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:kernel-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:kernel-default-base-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:kernel-default-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:kernel-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:kernel-docs-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:kernel-macros-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:kernel-obs-build-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:kernel-source-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:kernel-syms-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:reiserfs-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-default-base-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-default-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-default-man-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-docs-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-macros-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-obs-build-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-source-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-syms-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:reiserfs-kmp-default-4.12.14-197.92.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSetV2>
        <BaseScoreV2>2.9</BaseScoreV2>
        <VectorV2>AV:A/AC:M/Au:N/C:N/I:N/A:P</VectorV2>
      </ScoreSetV2>
      <ScoreSetV3>
        <BaseScoreV3>4.3</BaseScoreV3>
        <VectorV3>CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N</VectorV3>
      </ScoreSetV3>
    </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/2021/suse-su-20211912-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2020-26139.html</URL>
        <Description>CVE-2020-26139</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1186062</URL>
        <Description>SUSE Bug 1186062</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1192868</URL>
        <Description>SUSE Bug 1192868</Description>
      </Reference>
    </References>
  </vuln:Vulnerability>
  <vuln:Vulnerability xmlns="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/vuln" Ordinal="4">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">An issue was discovered in the ALFA Windows 10 driver 6.1316.1209 for AWUS036H. The Wi-Fi implementation does not verify the Message Integrity Check (authenticity) of fragmented TKIP frames. An adversary can abuse this to inject and possibly decrypt packets in WPA or WPA2 networks that support the TKIP data-confidentiality protocol.</Note>
    </Notes>
    <CVE>CVE-2020-26141</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Enterprise Storage 6:kernel-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:kernel-default-base-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:kernel-default-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:kernel-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:kernel-docs-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:kernel-macros-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:kernel-obs-build-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:kernel-source-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:kernel-syms-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:reiserfs-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-default-base-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-default-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-docs-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-macros-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-obs-build-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-source-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-syms-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-docs-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-macros-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-source-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-197_92-default-1-3.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:kernel-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:kernel-default-base-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:kernel-default-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:kernel-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:kernel-docs-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:kernel-macros-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:kernel-obs-build-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:kernel-source-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:kernel-syms-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:reiserfs-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-man-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-docs-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-macros-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-source-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-docs-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-macros-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-source-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:kernel-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:kernel-default-base-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:kernel-default-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:kernel-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:kernel-docs-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:kernel-macros-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:kernel-obs-build-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:kernel-source-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:kernel-syms-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:reiserfs-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:kernel-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:kernel-default-base-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:kernel-default-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:kernel-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:kernel-docs-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:kernel-macros-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:kernel-obs-build-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:kernel-source-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:kernel-syms-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:reiserfs-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-default-base-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-default-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-default-man-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-docs-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-macros-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-obs-build-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-source-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-syms-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:reiserfs-kmp-default-4.12.14-197.92.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSetV2>
        <BaseScoreV2>3.3</BaseScoreV2>
        <VectorV2>AV:A/AC:L/Au:N/C:N/I:P/A:N</VectorV2>
      </ScoreSetV2>
      <ScoreSetV3>
        <BaseScoreV3>4.2</BaseScoreV3>
        <VectorV3>CVSS:3.1/AV:A/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N</VectorV3>
      </ScoreSetV3>
    </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/2021/suse-su-20211912-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2020-26141.html</URL>
        <Description>CVE-2020-26141</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1185987</URL>
        <Description>SUSE Bug 1185987</Description>
      </Reference>
    </References>
  </vuln:Vulnerability>
  <vuln:Vulnerability xmlns="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/vuln" Ordinal="5">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">An issue was discovered on Samsung Galaxy S3 i9305 4.4.4 devices. The WEP, WPA, WPA2, and WPA3 implementations accept second (or subsequent) broadcast fragments even when sent in plaintext and process them as full unfragmented frames. An adversary can abuse this to inject arbitrary network packets independent of the network configuration.</Note>
    </Notes>
    <CVE>CVE-2020-26145</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Enterprise Storage 6:kernel-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:kernel-default-base-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:kernel-default-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:kernel-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:kernel-docs-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:kernel-macros-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:kernel-obs-build-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:kernel-source-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:kernel-syms-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:reiserfs-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-default-base-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-default-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-docs-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-macros-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-obs-build-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-source-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-syms-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-docs-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-macros-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-source-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-197_92-default-1-3.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:kernel-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:kernel-default-base-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:kernel-default-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:kernel-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:kernel-docs-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:kernel-macros-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:kernel-obs-build-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:kernel-source-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:kernel-syms-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:reiserfs-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-man-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-docs-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-macros-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-source-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-docs-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-macros-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-source-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:kernel-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:kernel-default-base-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:kernel-default-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:kernel-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:kernel-docs-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:kernel-macros-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:kernel-obs-build-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:kernel-source-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:kernel-syms-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:reiserfs-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:kernel-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:kernel-default-base-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:kernel-default-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:kernel-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:kernel-docs-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:kernel-macros-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:kernel-obs-build-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:kernel-source-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:kernel-syms-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:reiserfs-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-default-base-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-default-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-default-man-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-docs-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-macros-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-obs-build-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-source-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-syms-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:reiserfs-kmp-default-4.12.14-197.92.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSetV2>
        <BaseScoreV2>3.3</BaseScoreV2>
        <VectorV2>AV:A/AC:L/Au:N/C:N/I:P/A:N</VectorV2>
      </ScoreSetV2>
      <ScoreSetV3>
        <BaseScoreV3>5.4</BaseScoreV3>
        <VectorV3>CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N</VectorV3>
      </ScoreSetV3>
    </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/2021/suse-su-20211912-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2020-26145.html</URL>
        <Description>CVE-2020-26145</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1185860</URL>
        <Description>SUSE Bug 1185860</Description>
      </Reference>
    </References>
  </vuln:Vulnerability>
  <vuln:Vulnerability xmlns="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/vuln" Ordinal="6">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">An issue was discovered in the Linux kernel 5.8.9. The WEP, WPA, WPA2, and WPA3 implementations reassemble fragments even though some of them were sent in plaintext. This vulnerability can be abused to inject packets and/or exfiltrate selected fragments when another device sends fragmented frames and the WEP, CCMP, or GCMP data-confidentiality protocol is used.</Note>
    </Notes>
    <CVE>CVE-2020-26147</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Enterprise Storage 6:kernel-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:kernel-default-base-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:kernel-default-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:kernel-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:kernel-docs-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:kernel-macros-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:kernel-obs-build-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:kernel-source-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:kernel-syms-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:reiserfs-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-default-base-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-default-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-docs-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-macros-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-obs-build-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-source-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-syms-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-docs-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-macros-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-source-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-197_92-default-1-3.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:kernel-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:kernel-default-base-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:kernel-default-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:kernel-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:kernel-docs-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:kernel-macros-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:kernel-obs-build-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:kernel-source-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:kernel-syms-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:reiserfs-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-man-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-docs-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-macros-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-source-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-docs-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-macros-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-source-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:kernel-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:kernel-default-base-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:kernel-default-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:kernel-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:kernel-docs-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:kernel-macros-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:kernel-obs-build-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:kernel-source-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:kernel-syms-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:reiserfs-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:kernel-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:kernel-default-base-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:kernel-default-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:kernel-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:kernel-docs-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:kernel-macros-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:kernel-obs-build-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:kernel-source-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:kernel-syms-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:reiserfs-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-default-base-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-default-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-default-man-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-docs-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-macros-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-obs-build-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-source-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-syms-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:reiserfs-kmp-default-4.12.14-197.92.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSetV2>
        <BaseScoreV2>3.2</BaseScoreV2>
        <VectorV2>AV:A/AC:H/Au:N/C:P/I:P/A:N</VectorV2>
      </ScoreSetV2>
      <ScoreSetV3>
        <BaseScoreV3>5.4</BaseScoreV3>
        <VectorV3>CVSS:3.1/AV:A/AC:H/PR:N/UI:R/S:U/C:L/I:H/A:N</VectorV3>
      </ScoreSetV3>
    </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/2021/suse-su-20211912-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2020-26147.html</URL>
        <Description>CVE-2020-26147</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1233723</URL>
        <Description>SUSE Bug 1233723</Description>
      </Reference>
    </References>
  </vuln:Vulnerability>
  <vuln:Vulnerability xmlns="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/vuln" Ordinal="7">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">A race condition in Linux kernel SCTP sockets (net/sctp/socket.c) before 5.12-rc8 can lead to kernel privilege escalation from the context of a network service or an unprivileged process. If sctp_destroy_sock is called without sock_net(sk)-&gt;sctp.addr_wq_lock then an element is removed from the auto_asconf_splist list without any proper locking. This can be exploited by an attacker with network service privileges to escalate to root or from the context of an unprivileged user directly if a BPF_CGROUP_INET_SOCK_CREATE is attached which denies creation of some SCTP socket.</Note>
    </Notes>
    <CVE>CVE-2021-23133</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Enterprise Storage 6:kernel-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:kernel-default-base-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:kernel-default-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:kernel-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:kernel-docs-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:kernel-macros-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:kernel-obs-build-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:kernel-source-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:kernel-syms-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:reiserfs-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-default-base-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-default-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-docs-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-macros-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-obs-build-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-source-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-syms-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-docs-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-macros-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-source-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-197_92-default-1-3.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:kernel-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:kernel-default-base-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:kernel-default-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:kernel-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:kernel-docs-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:kernel-macros-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:kernel-obs-build-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:kernel-source-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:kernel-syms-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:reiserfs-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-man-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-docs-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-macros-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-source-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-docs-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-macros-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-source-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:kernel-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:kernel-default-base-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:kernel-default-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:kernel-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:kernel-docs-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:kernel-macros-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:kernel-obs-build-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:kernel-source-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:kernel-syms-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:reiserfs-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:kernel-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:kernel-default-base-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:kernel-default-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:kernel-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:kernel-docs-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:kernel-macros-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:kernel-obs-build-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:kernel-source-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:kernel-syms-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:reiserfs-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-default-base-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-default-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-default-man-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-docs-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-macros-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-obs-build-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-source-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-syms-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:reiserfs-kmp-default-4.12.14-197.92.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSetV2>
        <BaseScoreV2>6.9</BaseScoreV2>
        <VectorV2>AV:L/AC:M/Au:N/C:C/I:C/A:C</VectorV2>
      </ScoreSetV2>
      <ScoreSetV3>
        <BaseScoreV3>7</BaseScoreV3>
        <VectorV3>CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H</VectorV3>
      </ScoreSetV3>
    </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/2021/suse-su-20211912-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2021-23133.html</URL>
        <Description>CVE-2021-23133</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1184675</URL>
        <Description>SUSE Bug 1184675</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1185901</URL>
        <Description>SUSE Bug 1185901</Description>
      </Reference>
    </References>
  </vuln:Vulnerability>
  <vuln:Vulnerability xmlns="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/vuln" Ordinal="8">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">Use After Free vulnerability in nfc sockets in the Linux Kernel before 5.12.4 allows local attackers to elevate their privileges. In typical configurations, the issue can only be triggered by a privileged local user with the CAP_NET_RAW capability.</Note>
    </Notes>
    <CVE>CVE-2021-23134</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Enterprise Storage 6:kernel-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:kernel-default-base-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:kernel-default-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:kernel-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:kernel-docs-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:kernel-macros-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:kernel-obs-build-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:kernel-source-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:kernel-syms-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:reiserfs-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-default-base-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-default-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-docs-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-macros-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-obs-build-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-source-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-syms-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-docs-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-macros-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-source-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-197_92-default-1-3.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:kernel-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:kernel-default-base-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:kernel-default-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:kernel-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:kernel-docs-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:kernel-macros-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:kernel-obs-build-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:kernel-source-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:kernel-syms-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:reiserfs-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-man-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-docs-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-macros-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-source-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-docs-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-macros-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-source-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:kernel-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:kernel-default-base-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:kernel-default-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:kernel-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:kernel-docs-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:kernel-macros-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:kernel-obs-build-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:kernel-source-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:kernel-syms-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:reiserfs-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:kernel-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:kernel-default-base-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:kernel-default-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:kernel-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:kernel-docs-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:kernel-macros-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:kernel-obs-build-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:kernel-source-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:kernel-syms-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:reiserfs-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-default-base-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-default-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-default-man-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-docs-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-macros-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-obs-build-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-source-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-syms-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:reiserfs-kmp-default-4.12.14-197.92.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSetV2>
        <BaseScoreV2>4.6</BaseScoreV2>
        <VectorV2>AV:L/AC:L/Au:N/C:P/I:P/A:P</VectorV2>
      </ScoreSetV2>
      <ScoreSetV3>
        <BaseScoreV3>7.8</BaseScoreV3>
        <VectorV3>CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H</VectorV3>
      </ScoreSetV3>
    </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/2021/suse-su-20211912-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2021-23134.html</URL>
        <Description>CVE-2021-23134</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1186060</URL>
        <Description>SUSE Bug 1186060</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1186061</URL>
        <Description>SUSE Bug 1186061</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1220739</URL>
        <Description>SUSE Bug 1220739</Description>
      </Reference>
    </References>
  </vuln:Vulnerability>
  <vuln:Vulnerability xmlns="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/vuln" Ordinal="9">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">net/bluetooth/hci_request.c in the Linux kernel through 5.12.2 has a race condition for removal of the HCI controller.</Note>
    </Notes>
    <CVE>CVE-2021-32399</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Enterprise Storage 6:kernel-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:kernel-default-base-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:kernel-default-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:kernel-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:kernel-docs-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:kernel-macros-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:kernel-obs-build-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:kernel-source-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:kernel-syms-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:reiserfs-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-default-base-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-default-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-docs-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-macros-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-obs-build-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-source-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-syms-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-docs-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-macros-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-source-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-197_92-default-1-3.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:kernel-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:kernel-default-base-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:kernel-default-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:kernel-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:kernel-docs-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:kernel-macros-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:kernel-obs-build-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:kernel-source-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:kernel-syms-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:reiserfs-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-man-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-docs-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-macros-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-source-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-docs-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-macros-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-source-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:kernel-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:kernel-default-base-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:kernel-default-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:kernel-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:kernel-docs-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:kernel-macros-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:kernel-obs-build-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:kernel-source-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:kernel-syms-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:reiserfs-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:kernel-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:kernel-default-base-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:kernel-default-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:kernel-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:kernel-docs-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:kernel-macros-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:kernel-obs-build-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:kernel-source-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:kernel-syms-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:reiserfs-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-default-base-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-default-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-default-man-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-docs-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-macros-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-obs-build-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-source-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-syms-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:reiserfs-kmp-default-4.12.14-197.92.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSetV2>
        <BaseScoreV2>4.4</BaseScoreV2>
        <VectorV2>AV:L/AC:M/Au:N/C:P/I:P/A:P</VectorV2>
      </ScoreSetV2>
      <ScoreSetV3>
        <BaseScoreV3>7.4</BaseScoreV3>
        <VectorV3>CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H</VectorV3>
      </ScoreSetV3>
    </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/2021/suse-su-20211912-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2021-32399.html</URL>
        <Description>CVE-2021-32399</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1184611</URL>
        <Description>SUSE Bug 1184611</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1185898</URL>
        <Description>SUSE Bug 1185898</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1185899</URL>
        <Description>SUSE Bug 1185899</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1196174</URL>
        <Description>SUSE Bug 1196174</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1200084</URL>
        <Description>SUSE Bug 1200084</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1201734</URL>
        <Description>SUSE Bug 1201734</Description>
      </Reference>
    </References>
  </vuln:Vulnerability>
  <vuln:Vulnerability xmlns="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/vuln" Ordinal="10">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">In the Linux kernel before 5.12.4, net/bluetooth/hci_event.c has a use-after-free when destroying an hci_chan, aka CID-5c4c8c954409. This leads to writing an arbitrary value.</Note>
    </Notes>
    <CVE>CVE-2021-33034</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Enterprise Storage 6:kernel-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:kernel-default-base-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:kernel-default-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:kernel-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:kernel-docs-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:kernel-macros-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:kernel-obs-build-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:kernel-source-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:kernel-syms-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:reiserfs-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-default-base-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-default-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-docs-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-macros-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-obs-build-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-source-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-syms-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-docs-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-macros-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-source-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-197_92-default-1-3.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:kernel-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:kernel-default-base-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:kernel-default-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:kernel-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:kernel-docs-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:kernel-macros-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:kernel-obs-build-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:kernel-source-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:kernel-syms-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:reiserfs-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-man-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-docs-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-macros-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-source-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-docs-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-macros-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-source-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:kernel-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:kernel-default-base-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:kernel-default-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:kernel-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:kernel-docs-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:kernel-macros-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:kernel-obs-build-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:kernel-source-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:kernel-syms-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:reiserfs-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:kernel-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:kernel-default-base-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:kernel-default-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:kernel-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:kernel-docs-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:kernel-macros-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:kernel-obs-build-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:kernel-source-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:kernel-syms-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:reiserfs-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-default-base-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-default-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-default-man-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-docs-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-macros-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-obs-build-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-source-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-syms-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:reiserfs-kmp-default-4.12.14-197.92.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSetV2>
        <BaseScoreV2>4.6</BaseScoreV2>
        <VectorV2>AV:L/AC:L/Au:N/C:P/I:P/A:P</VectorV2>
      </ScoreSetV2>
      <ScoreSetV3>
        <BaseScoreV3>7.7</BaseScoreV3>
        <VectorV3>CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H</VectorV3>
      </ScoreSetV3>
    </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/2021/suse-su-20211912-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2021-33034.html</URL>
        <Description>CVE-2021-33034</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1186111</URL>
        <Description>SUSE Bug 1186111</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1186285</URL>
        <Description>SUSE Bug 1186285</Description>
      </Reference>
    </References>
  </vuln:Vulnerability>
  <vuln:Vulnerability xmlns="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/vuln" Ordinal="11">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">kernel/bpf/verifier.c in the Linux kernel through 5.12.7 enforces incorrect limits for pointer arithmetic operations, aka CID-bb01a1bba579. This can be abused to perform out-of-bounds reads and writes in kernel memory, leading to local privilege escalation to root. In particular, there is a corner case where the off reg causes a masking direction change, which then results in an incorrect final aux-&gt;alu_limit.</Note>
    </Notes>
    <CVE>CVE-2021-33200</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Enterprise Storage 6:kernel-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:kernel-default-base-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:kernel-default-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:kernel-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:kernel-docs-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:kernel-macros-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:kernel-obs-build-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:kernel-source-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:kernel-syms-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:reiserfs-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-default-base-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-default-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-docs-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-macros-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-obs-build-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-source-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-syms-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-docs-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-macros-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-source-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-197_92-default-1-3.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:kernel-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:kernel-default-base-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:kernel-default-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:kernel-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:kernel-docs-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:kernel-macros-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:kernel-obs-build-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:kernel-source-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:kernel-syms-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:reiserfs-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-man-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-docs-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-macros-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-source-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-docs-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-macros-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-source-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:kernel-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:kernel-default-base-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:kernel-default-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:kernel-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:kernel-docs-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:kernel-macros-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:kernel-obs-build-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:kernel-source-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:kernel-syms-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:reiserfs-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:kernel-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:kernel-default-base-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:kernel-default-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:kernel-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:kernel-docs-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:kernel-macros-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:kernel-obs-build-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:kernel-source-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:kernel-syms-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:reiserfs-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-default-base-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-default-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-default-man-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-docs-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-macros-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-obs-build-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-source-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-syms-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:reiserfs-kmp-default-4.12.14-197.92.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSetV2>
        <BaseScoreV2>7.2</BaseScoreV2>
        <VectorV2>AV:L/AC:L/Au:N/C:C/I:C/A:C</VectorV2>
      </ScoreSetV2>
      <ScoreSetV3>
        <BaseScoreV3>8.4</BaseScoreV3>
        <VectorV3>CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H</VectorV3>
      </ScoreSetV3>
    </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/2021/suse-su-20211912-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2021-33200.html</URL>
        <Description>CVE-2021-33200</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1186484</URL>
        <Description>SUSE Bug 1186484</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1186498</URL>
        <Description>SUSE Bug 1186498</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1224878</URL>
        <Description>SUSE Bug 1224878</Description>
      </Reference>
    </References>
  </vuln:Vulnerability>
  <vuln:Vulnerability xmlns="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/vuln" Ordinal="12">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">The io_uring subsystem in the Linux kernel allowed the MAX_RW_COUNT limit to be bypassed in the PROVIDE_BUFFERS operation, which led to negative values being usedin mem_rw when reading /proc/&lt;PID&gt;/mem. This could be used to create a heap overflow leading to arbitrary code execution in the kernel. It was addressed via commit d1f82808877b ("io_uring: truncate lengths larger than MAX_RW_COUNT on provide buffers") (v5.13-rc1) and backported to the stable kernels in v5.12.4, v5.11.21, and v5.10.37. It was introduced in ddf0322db79c ("io_uring: add IORING_OP_PROVIDE_BUFFERS") (v5.7-rc1).</Note>
    </Notes>
    <CVE>CVE-2021-3491</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Enterprise Storage 6:kernel-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:kernel-default-base-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:kernel-default-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:kernel-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:kernel-docs-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:kernel-macros-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:kernel-obs-build-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:kernel-source-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:kernel-syms-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Enterprise Storage 6:reiserfs-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP1:cluster-md-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP1:dlm-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP1:gfs2-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP1:ocfs2-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-default-base-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-default-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-docs-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-macros-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-obs-build-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-source-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:kernel-syms-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-base-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-default-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-docs-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-macros-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-obs-build-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-source-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:kernel-syms-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP1:kernel-default-livepatch-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP1:kernel-livepatch-4_12_14-197_92-default-1-3.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:kernel-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:kernel-default-base-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:kernel-default-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:kernel-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:kernel-docs-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:kernel-macros-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:kernel-obs-build-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:kernel-source-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:kernel-syms-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-BCL:reiserfs-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-base-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-default-man-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-docs-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-macros-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-obs-build-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-source-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:kernel-syms-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP1-LTSS:reiserfs-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-base-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-default-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-docs-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-macros-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-obs-build-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-source-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:kernel-syms-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP1:reiserfs-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:kernel-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:kernel-default-base-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:kernel-default-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:kernel-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:kernel-docs-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:kernel-macros-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:kernel-obs-build-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:kernel-source-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:kernel-syms-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.0:reiserfs-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:kernel-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:kernel-default-base-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:kernel-default-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:kernel-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:kernel-docs-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:kernel-macros-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:kernel-obs-build-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:kernel-source-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:kernel-syms-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Retail Branch Server 4.0:reiserfs-kmp-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-default-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-default-base-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-default-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-default-man-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-devel-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-docs-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-macros-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-obs-build-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-source-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:kernel-syms-4.12.14-197.92.1</ProductID>
        <ProductID>SUSE Manager Server 4.0:reiserfs-kmp-default-4.12.14-197.92.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSetV2>
        <BaseScoreV2>7.2</BaseScoreV2>
        <VectorV2>AV:L/AC:L/Au:N/C:C/I:C/A:C</VectorV2>
      </ScoreSetV2>
      <ScoreSetV3>
        <BaseScoreV3>7.4</BaseScoreV3>
        <VectorV3>CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H</VectorV3>
      </ScoreSetV3>
    </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/2021/suse-su-20211912-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2021-3491.html</URL>
        <Description>CVE-2021-3491</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1185642</URL>
        <Description>SUSE Bug 1185642</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1187090</URL>
        <Description>SUSE Bug 1187090</Description>
      </Reference>
    </References>
  </vuln:Vulnerability>
</cvrfdoc>
