<?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:0437-1</ID>
    </Identification>
    <Status>Final</Status>
    <Version>1</Version>
    <RevisionHistory>
      <Revision>
        <Number>1</Number>
        <Date>2021-02-11T15:33:40Z</Date>
        <Description>current</Description>
      </Revision>
    </RevisionHistory>
    <InitialReleaseDate>2021-02-11T15:33:40Z</InitialReleaseDate>
    <CurrentReleaseDate>2021-02-11T15:33:40Z</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 12 SP2 kernel was updated to receive various security and bugfixes.


The following security bugs were fixed:


- CVE-2021-3347: A use-after-free was discovered in the PI futexes during fault handling, allowing local users to execute code in the kernel (bnc#1181349).
- CVE-2020-29569: Fixed a potential privilege escalation and information leaks related to the PV block backend, as used by Xen (bnc#1179509).
- CVE-2020-29568: Fixed a denial of service issue, related to processing watch events (bnc#1179508).
- CVE-2020-25211: Fixed a flaw where a local attacker was able to inject conntrack netlink configuration that could cause a denial of service or trigger the use of incorrect protocol numbers in ctnetlink_parse_tuple_filter (bnc#1176395).
- CVE-2020-0444: Fixed a bad kfree due to a logic error in audit_data_to_entry (bnc#1180027).
- CVE-2020-0465: Fixed multiple missing bounds checks in hid-multitouch.c that could have led to local privilege escalation (bnc#1180029).
- CVE-2020-0466: Fixed a use-after-free due to a logic error in do_epoll_ctl and ep_loop_check_proc of eventpoll.c (bnc#1180031).
- CVE-2020-15436: Fixed a use after free vulnerability in fs/block_dev.c which could have allowed local users to gain privileges or cause a denial of service (bsc#1179141).
- CVE-2020-27068: Fixed an out-of-bounds read due to a missing bounds check in the nl80211_policy policy of nl80211.c (bnc#1180086).
- CVE-2020-27777: Fixed a privilege escalation in the Run-Time Abstraction Services (RTAS) interface, affecting guests running on top of PowerVM or KVM hypervisors (bnc#1179107).
- CVE-2020-27786: Fixed an out-of-bounds write in the MIDI implementation (bnc#1179601).
- CVE-2020-27825: Fixed a race in the trace_open and buffer resize calls (bsc#1179960).
- CVE-2020-29660: Fixed a locking inconsistency in the tty subsystem that may have allowed a read-after-free attack against TIOCGSID (bnc#1179745).
- CVE-2020-29661: Fixed a locking issue in the tty subsystem that allowed a use-after-free attack against TIOCSPGRP (bsc#1179745).
- CVE-2020-28974: Fixed a slab-out-of-bounds read in fbcon which could have been used by local attackers to read privileged information or potentially crash the kernel (bsc#1178589).
- CVE-2020-28915: Fixed a buffer over-read in the fbcon code which could have been used by local attackers to read kernel memory (bsc#1178886).
- CVE-2020-25669: Fixed a use-after-free read in sunkbd_reinit() (bsc#1178182).
- CVE-2020-25285: A race condition between hugetlb sysctl handlers in mm/hugetlb.c could be used by local attackers to corrupt memory, cause a NULL pointer dereference, or possibly have unspecified other impact (bnc#1176485 ).
- CVE-2020-15437: Fixed a null pointer dereference which could have allowed local users to cause a denial of service (bsc#1179140).
- CVE-2020-36158: Fixed a potential remote code execution in the Marvell mwifiex driver (bsc#1180559).
- CVE-2020-11668: Fixed the mishandling of invalid descriptors in the Xirlink camera USB driver (bnc#1168952).
- CVE-2020-25668: Fixed a use-after-free in con_font_op() (bsc#1178123).
- CVE-2020-27673: Fixed an issue where rogue guests could have caused denial of service of Dom0 via high frequency events (XSA-332 bsc#1177411)
- CVE-2019-20934: Fixed a use-after-free in show_numa_stats() because NUMA fault statistics were inappropriately freed (bsc#1179663).
- CVE-2019-19063: Fixed two memory leaks in the rtl_usb_probe() which could eventually have allowed attackers to cause a denial of service (memory consumption) (bnc#1157298 ).
- CVE-2019-6133: Fixed an issue where the 'start time' protection mechanism could have been bypassed and therefore authorization decisions are improperly cached (bsc#1128172).

The following non-security bugs were fixed:

- HID: Fix slab-out-of-bounds read in hid_field_extract (bsc#1180052).
- epoll: Keep a reference on files added to the check list (bsc#1180031).
- fix regression in 'epoll: Keep a reference on files added to the check list' (bsc#1180031, git-fixes).
- futex,rt_mutex: Fix rt_mutex_cleanup_proxy_lock() (bsc#969755).
- futex,rt_mutex: Introduce rt_mutex_init_waiter() (bsc#969755).
- futex,rt_mutex: Provide futex specific rt_mutex API (bsc#969755).
- futex,rt_mutex: Restructure rt_mutex_finish_proxy_lock() (bsc#969755).
- futex: Avoid freeing an active timer (bsc#969755).
- futex: Avoid violating the 10th rule of futex (bsc#969755).
- futex: Change locking rules (bsc#969755).
- futex: Do not enable IRQs unconditionally in put_pi_state() (bsc#969755).
- futex: Drop hb-&gt;lock before enqueueing on the rtmutex (bsc#969755).
- futex: Fix OWNER_DEAD fixup (bsc#969755).
- futex: Fix incorrect should_fail_futex() handling (bsc#969755).
- futex: Fix more put_pi_state() vs. exit_pi_state_list() races (bsc#969755).
- futex: Fix pi_state-&gt;owner serialization (bsc#969755).
- futex: Fix small (and harmless looking) inconsistencies (bsc#969755).
- futex: Futex_unlock_pi() determinism (bsc#969755).
- futex: Handle early deadlock return correctly (bsc#969755).
- futex: Handle transient 'ownerless' rtmutex state correctly (bsc#969755).
- futex: Pull rt_mutex_futex_unlock() out from under hb-&gt;lock (bsc#969755).
- futex: Rework futex_lock_pi() to use rt_mutex_*_proxy_lock() (bsc#969755).
- futex: Rework inconsistent rt_mutex/futex_q state (bsc#969755).
- locking/futex: Allow low-level atomic operations to return -EAGAIN (bsc#969755).
- mm/userfaultfd: do not access vma-&gt;vm_mm after calling handle_userfault() (bsc#1179204).
</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-437,SUSE-OpenStack-Cloud-7-2021-437,SUSE-SLE-HA-12-SP2-2021-437,SUSE-SLE-SAP-12-SP2-2021-437,SUSE-SLE-SERVER-12-SP2-2021-437,SUSE-SLE-SERVER-12-SP2-BCL-2021-437</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-20210437-1/</URL>
      <Description>Link for SUSE-SU-2021:0437-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2021-February/008312.html</URL>
      <Description>E-Mail link for SUSE-SU-2021:0437-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/1070943</URL>
      <Description>SUSE Bug 1070943</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1121826</URL>
      <Description>SUSE Bug 1121826</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1121872</URL>
      <Description>SUSE Bug 1121872</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1157298</URL>
      <Description>SUSE Bug 1157298</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1168952</URL>
      <Description>SUSE Bug 1168952</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1173942</URL>
      <Description>SUSE Bug 1173942</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1176395</URL>
      <Description>SUSE Bug 1176395</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1176485</URL>
      <Description>SUSE Bug 1176485</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1177411</URL>
      <Description>SUSE Bug 1177411</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1178123</URL>
      <Description>SUSE Bug 1178123</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1178182</URL>
      <Description>SUSE Bug 1178182</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1178589</URL>
      <Description>SUSE Bug 1178589</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1178622</URL>
      <Description>SUSE Bug 1178622</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1178886</URL>
      <Description>SUSE Bug 1178886</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1179107</URL>
      <Description>SUSE Bug 1179107</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1179140</URL>
      <Description>SUSE Bug 1179140</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1179141</URL>
      <Description>SUSE Bug 1179141</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1179204</URL>
      <Description>SUSE Bug 1179204</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1179419</URL>
      <Description>SUSE Bug 1179419</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1179508</URL>
      <Description>SUSE Bug 1179508</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1179509</URL>
      <Description>SUSE Bug 1179509</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1179601</URL>
      <Description>SUSE Bug 1179601</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1179616</URL>
      <Description>SUSE Bug 1179616</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1179663</URL>
      <Description>SUSE Bug 1179663</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1179666</URL>
      <Description>SUSE Bug 1179666</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1179745</URL>
      <Description>SUSE Bug 1179745</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1179877</URL>
      <Description>SUSE Bug 1179877</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1179960</URL>
      <Description>SUSE Bug 1179960</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1179961</URL>
      <Description>SUSE Bug 1179961</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1180008</URL>
      <Description>SUSE Bug 1180008</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1180027</URL>
      <Description>SUSE Bug 1180027</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1180028</URL>
      <Description>SUSE Bug 1180028</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1180029</URL>
      <Description>SUSE Bug 1180029</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1180030</URL>
      <Description>SUSE Bug 1180030</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1180031</URL>
      <Description>SUSE Bug 1180031</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1180032</URL>
      <Description>SUSE Bug 1180032</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1180052</URL>
      <Description>SUSE Bug 1180052</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1180086</URL>
      <Description>SUSE Bug 1180086</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1180559</URL>
      <Description>SUSE Bug 1180559</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1180562</URL>
      <Description>SUSE Bug 1180562</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1181349</URL>
      <Description>SUSE Bug 1181349</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/969755</URL>
      <Description>SUSE Bug 969755</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2019-19063/</URL>
      <Description>SUSE CVE CVE-2019-19063 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2019-20934/</URL>
      <Description>SUSE CVE CVE-2019-20934 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2019-6133/</URL>
      <Description>SUSE CVE CVE-2019-6133 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2020-0444/</URL>
      <Description>SUSE CVE CVE-2020-0444 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2020-0465/</URL>
      <Description>SUSE CVE CVE-2020-0465 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2020-0466/</URL>
      <Description>SUSE CVE CVE-2020-0466 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2020-11668/</URL>
      <Description>SUSE CVE CVE-2020-11668 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2020-15436/</URL>
      <Description>SUSE CVE CVE-2020-15436 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2020-15437/</URL>
      <Description>SUSE CVE CVE-2020-15437 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2020-25211/</URL>
      <Description>SUSE CVE CVE-2020-25211 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2020-25285/</URL>
      <Description>SUSE CVE CVE-2020-25285 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2020-25668/</URL>
      <Description>SUSE CVE CVE-2020-25668 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2020-25669/</URL>
      <Description>SUSE CVE CVE-2020-25669 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2020-27068/</URL>
      <Description>SUSE CVE CVE-2020-27068 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2020-27673/</URL>
      <Description>SUSE CVE CVE-2020-27673 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2020-27777/</URL>
      <Description>SUSE CVE CVE-2020-27777 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2020-27786/</URL>
      <Description>SUSE CVE CVE-2020-27786 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2020-27825/</URL>
      <Description>SUSE CVE CVE-2020-27825 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2020-28915/</URL>
      <Description>SUSE CVE CVE-2020-28915 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2020-28974/</URL>
      <Description>SUSE CVE CVE-2020-28974 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2020-29568/</URL>
      <Description>SUSE CVE CVE-2020-29568 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2020-29569/</URL>
      <Description>SUSE CVE CVE-2020-29569 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2020-29660/</URL>
      <Description>SUSE CVE CVE-2020-29660 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2020-29661/</URL>
      <Description>SUSE CVE CVE-2020-29661 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2020-36158/</URL>
      <Description>SUSE CVE CVE-2020-36158 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2021-3347/</URL>
      <Description>SUSE CVE CVE-2021-3347 page</Description>
    </Reference>
  </DocumentReferences>
  <ProductTree xmlns="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/prod">
    <Branch Type="Product Family" Name="SUSE Linux Enterprise High Availability Extension 12 SP2">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise High Availability Extension 12 SP2">
        <FullProductName ProductID="SUSE Linux Enterprise High Availability Extension 12 SP2" CPE="cpe:/o:suse:sle-ha:12:sp2">SUSE Linux Enterprise High Availability Extension 12 SP2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 12 SP2-BCL">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server 12 SP2-BCL">
        <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP2-BCL" CPE="cpe:/o:suse:sles-bcl:12:sp2">SUSE Linux Enterprise Server 12 SP2-BCL</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 12 SP2-LTSS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server 12 SP2-LTSS">
        <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP2-LTSS" CPE="cpe:/o:suse:sles-ltss:12:sp2">SUSE Linux Enterprise Server 12 SP2-LTSS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server for SAP Applications 12 SP2">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server for SAP Applications 12 SP2">
        <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 12 SP2" CPE="cpe:/o:suse:sles_sap:12:sp2">SUSE Linux Enterprise Server for SAP Applications 12 SP2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE OpenStack Cloud 7">
      <Branch Type="Product Name" Name="SUSE OpenStack Cloud 7">
        <FullProductName ProductID="SUSE OpenStack Cloud 7" CPE="cpe:/o:suse:suse-openstack-cloud:7">SUSE OpenStack Cloud 7</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Version" Name="cluster-md-kmp-debug-4.4.121-92.149.1">
      <FullProductName ProductID="cluster-md-kmp-debug-4.4.121-92.149.1">cluster-md-kmp-debug-4.4.121-92.149.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="cluster-md-kmp-default-4.4.121-92.149.1">
      <FullProductName ProductID="cluster-md-kmp-default-4.4.121-92.149.1">cluster-md-kmp-default-4.4.121-92.149.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="cluster-md-kmp-vanilla-4.4.121-92.149.1">
      <FullProductName ProductID="cluster-md-kmp-vanilla-4.4.121-92.149.1">cluster-md-kmp-vanilla-4.4.121-92.149.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="cluster-network-kmp-debug-4.4.121-92.149.1">
      <FullProductName ProductID="cluster-network-kmp-debug-4.4.121-92.149.1">cluster-network-kmp-debug-4.4.121-92.149.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="cluster-network-kmp-default-4.4.121-92.149.1">
      <FullProductName ProductID="cluster-network-kmp-default-4.4.121-92.149.1">cluster-network-kmp-default-4.4.121-92.149.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="cluster-network-kmp-vanilla-4.4.121-92.149.1">
      <FullProductName ProductID="cluster-network-kmp-vanilla-4.4.121-92.149.1">cluster-network-kmp-vanilla-4.4.121-92.149.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="dlm-kmp-debug-4.4.121-92.149.1">
      <FullProductName ProductID="dlm-kmp-debug-4.4.121-92.149.1">dlm-kmp-debug-4.4.121-92.149.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="dlm-kmp-default-4.4.121-92.149.1">
      <FullProductName ProductID="dlm-kmp-default-4.4.121-92.149.1">dlm-kmp-default-4.4.121-92.149.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="dlm-kmp-vanilla-4.4.121-92.149.1">
      <FullProductName ProductID="dlm-kmp-vanilla-4.4.121-92.149.1">dlm-kmp-vanilla-4.4.121-92.149.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gfs2-kmp-debug-4.4.121-92.149.1">
      <FullProductName ProductID="gfs2-kmp-debug-4.4.121-92.149.1">gfs2-kmp-debug-4.4.121-92.149.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gfs2-kmp-default-4.4.121-92.149.1">
      <FullProductName ProductID="gfs2-kmp-default-4.4.121-92.149.1">gfs2-kmp-default-4.4.121-92.149.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gfs2-kmp-vanilla-4.4.121-92.149.1">
      <FullProductName ProductID="gfs2-kmp-vanilla-4.4.121-92.149.1">gfs2-kmp-vanilla-4.4.121-92.149.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-debug-4.4.121-92.149.1">
      <FullProductName ProductID="kernel-debug-4.4.121-92.149.1">kernel-debug-4.4.121-92.149.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-debug-base-4.4.121-92.149.1">
      <FullProductName ProductID="kernel-debug-base-4.4.121-92.149.1">kernel-debug-base-4.4.121-92.149.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-debug-devel-4.4.121-92.149.1">
      <FullProductName ProductID="kernel-debug-devel-4.4.121-92.149.1">kernel-debug-devel-4.4.121-92.149.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-debug-extra-4.4.121-92.149.1">
      <FullProductName ProductID="kernel-debug-extra-4.4.121-92.149.1">kernel-debug-extra-4.4.121-92.149.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-debug-kgraft-4.4.121-92.149.1">
      <FullProductName ProductID="kernel-debug-kgraft-4.4.121-92.149.1">kernel-debug-kgraft-4.4.121-92.149.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-default-4.4.121-92.149.1">
      <FullProductName ProductID="kernel-default-4.4.121-92.149.1">kernel-default-4.4.121-92.149.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-default-base-4.4.121-92.149.1">
      <FullProductName ProductID="kernel-default-base-4.4.121-92.149.1">kernel-default-base-4.4.121-92.149.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-default-devel-4.4.121-92.149.1">
      <FullProductName ProductID="kernel-default-devel-4.4.121-92.149.1">kernel-default-devel-4.4.121-92.149.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-default-extra-4.4.121-92.149.1">
      <FullProductName ProductID="kernel-default-extra-4.4.121-92.149.1">kernel-default-extra-4.4.121-92.149.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-default-kgraft-4.4.121-92.149.1">
      <FullProductName ProductID="kernel-default-kgraft-4.4.121-92.149.1">kernel-default-kgraft-4.4.121-92.149.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-default-man-4.4.121-92.149.1">
      <FullProductName ProductID="kernel-default-man-4.4.121-92.149.1">kernel-default-man-4.4.121-92.149.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-devel-4.4.121-92.149.1">
      <FullProductName ProductID="kernel-devel-4.4.121-92.149.1">kernel-devel-4.4.121-92.149.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-docs-4.4.121-92.149.2">
      <FullProductName ProductID="kernel-docs-4.4.121-92.149.2">kernel-docs-4.4.121-92.149.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-docs-html-4.4.121-92.149.2">
      <FullProductName ProductID="kernel-docs-html-4.4.121-92.149.2">kernel-docs-html-4.4.121-92.149.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-docs-pdf-4.4.121-92.149.2">
      <FullProductName ProductID="kernel-docs-pdf-4.4.121-92.149.2">kernel-docs-pdf-4.4.121-92.149.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-macros-4.4.121-92.149.1">
      <FullProductName ProductID="kernel-macros-4.4.121-92.149.1">kernel-macros-4.4.121-92.149.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-obs-build-4.4.121-92.149.1">
      <FullProductName ProductID="kernel-obs-build-4.4.121-92.149.1">kernel-obs-build-4.4.121-92.149.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-obs-qa-4.4.121-92.149.1">
      <FullProductName ProductID="kernel-obs-qa-4.4.121-92.149.1">kernel-obs-qa-4.4.121-92.149.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-source-4.4.121-92.149.1">
      <FullProductName ProductID="kernel-source-4.4.121-92.149.1">kernel-source-4.4.121-92.149.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-source-vanilla-4.4.121-92.149.1">
      <FullProductName ProductID="kernel-source-vanilla-4.4.121-92.149.1">kernel-source-vanilla-4.4.121-92.149.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-syms-4.4.121-92.149.1">
      <FullProductName ProductID="kernel-syms-4.4.121-92.149.1">kernel-syms-4.4.121-92.149.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-vanilla-4.4.121-92.149.1">
      <FullProductName ProductID="kernel-vanilla-4.4.121-92.149.1">kernel-vanilla-4.4.121-92.149.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-vanilla-base-4.4.121-92.149.1">
      <FullProductName ProductID="kernel-vanilla-base-4.4.121-92.149.1">kernel-vanilla-base-4.4.121-92.149.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-vanilla-devel-4.4.121-92.149.1">
      <FullProductName ProductID="kernel-vanilla-devel-4.4.121-92.149.1">kernel-vanilla-devel-4.4.121-92.149.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-zfcpdump-4.4.121-92.149.1">
      <FullProductName ProductID="kernel-zfcpdump-4.4.121-92.149.1">kernel-zfcpdump-4.4.121-92.149.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kgraft-patch-4_4_121-92_149-default-1-3.3.1">
      <FullProductName ProductID="kgraft-patch-4_4_121-92_149-default-1-3.3.1">kgraft-patch-4_4_121-92_149-default-1-3.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="ocfs2-kmp-debug-4.4.121-92.149.1">
      <FullProductName ProductID="ocfs2-kmp-debug-4.4.121-92.149.1">ocfs2-kmp-debug-4.4.121-92.149.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="ocfs2-kmp-default-4.4.121-92.149.1">
      <FullProductName ProductID="ocfs2-kmp-default-4.4.121-92.149.1">ocfs2-kmp-default-4.4.121-92.149.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="ocfs2-kmp-vanilla-4.4.121-92.149.1">
      <FullProductName ProductID="ocfs2-kmp-vanilla-4.4.121-92.149.1">ocfs2-kmp-vanilla-4.4.121-92.149.1</FullProductName>
    </Branch>
    <Relationship ProductReference="cluster-md-kmp-default-4.4.121-92.149.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Availability Extension 12 SP2">
      <FullProductName ProductID="SUSE Linux Enterprise High Availability Extension 12 SP2:cluster-md-kmp-default-4.4.121-92.149.1">cluster-md-kmp-default-4.4.121-92.149.1 as a component of SUSE Linux Enterprise High Availability Extension 12 SP2</FullProductName>
    </Relationship>
    <Relationship ProductReference="cluster-network-kmp-default-4.4.121-92.149.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Availability Extension 12 SP2">
      <FullProductName ProductID="SUSE Linux Enterprise High Availability Extension 12 SP2:cluster-network-kmp-default-4.4.121-92.149.1">cluster-network-kmp-default-4.4.121-92.149.1 as a component of SUSE Linux Enterprise High Availability Extension 12 SP2</FullProductName>
    </Relationship>
    <Relationship ProductReference="dlm-kmp-default-4.4.121-92.149.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Availability Extension 12 SP2">
      <FullProductName ProductID="SUSE Linux Enterprise High Availability Extension 12 SP2:dlm-kmp-default-4.4.121-92.149.1">dlm-kmp-default-4.4.121-92.149.1 as a component of SUSE Linux Enterprise High Availability Extension 12 SP2</FullProductName>
    </Relationship>
    <Relationship ProductReference="gfs2-kmp-default-4.4.121-92.149.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Availability Extension 12 SP2">
      <FullProductName ProductID="SUSE Linux Enterprise High Availability Extension 12 SP2:gfs2-kmp-default-4.4.121-92.149.1">gfs2-kmp-default-4.4.121-92.149.1 as a component of SUSE Linux Enterprise High Availability Extension 12 SP2</FullProductName>
    </Relationship>
    <Relationship ProductReference="ocfs2-kmp-default-4.4.121-92.149.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Availability Extension 12 SP2">
      <FullProductName ProductID="SUSE Linux Enterprise High Availability Extension 12 SP2:ocfs2-kmp-default-4.4.121-92.149.1">ocfs2-kmp-default-4.4.121-92.149.1 as a component of SUSE Linux Enterprise High Availability Extension 12 SP2</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-4.4.121-92.149.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP2-BCL">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP2-BCL:kernel-default-4.4.121-92.149.1">kernel-default-4.4.121-92.149.1 as a component of SUSE Linux Enterprise Server 12 SP2-BCL</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-base-4.4.121-92.149.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP2-BCL">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP2-BCL:kernel-default-base-4.4.121-92.149.1">kernel-default-base-4.4.121-92.149.1 as a component of SUSE Linux Enterprise Server 12 SP2-BCL</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-devel-4.4.121-92.149.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP2-BCL">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP2-BCL:kernel-default-devel-4.4.121-92.149.1">kernel-default-devel-4.4.121-92.149.1 as a component of SUSE Linux Enterprise Server 12 SP2-BCL</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-devel-4.4.121-92.149.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP2-BCL">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP2-BCL:kernel-devel-4.4.121-92.149.1">kernel-devel-4.4.121-92.149.1 as a component of SUSE Linux Enterprise Server 12 SP2-BCL</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-macros-4.4.121-92.149.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP2-BCL">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP2-BCL:kernel-macros-4.4.121-92.149.1">kernel-macros-4.4.121-92.149.1 as a component of SUSE Linux Enterprise Server 12 SP2-BCL</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source-4.4.121-92.149.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP2-BCL">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP2-BCL:kernel-source-4.4.121-92.149.1">kernel-source-4.4.121-92.149.1 as a component of SUSE Linux Enterprise Server 12 SP2-BCL</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-syms-4.4.121-92.149.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP2-BCL">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP2-BCL:kernel-syms-4.4.121-92.149.1">kernel-syms-4.4.121-92.149.1 as a component of SUSE Linux Enterprise Server 12 SP2-BCL</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-4.4.121-92.149.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-4.4.121-92.149.1">kernel-default-4.4.121-92.149.1 as a component of SUSE Linux Enterprise Server 12 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-base-4.4.121-92.149.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-base-4.4.121-92.149.1">kernel-default-base-4.4.121-92.149.1 as a component of SUSE Linux Enterprise Server 12 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-devel-4.4.121-92.149.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-devel-4.4.121-92.149.1">kernel-default-devel-4.4.121-92.149.1 as a component of SUSE Linux Enterprise Server 12 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-man-4.4.121-92.149.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-man-4.4.121-92.149.1">kernel-default-man-4.4.121-92.149.1 as a component of SUSE Linux Enterprise Server 12 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-devel-4.4.121-92.149.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-devel-4.4.121-92.149.1">kernel-devel-4.4.121-92.149.1 as a component of SUSE Linux Enterprise Server 12 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-macros-4.4.121-92.149.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-macros-4.4.121-92.149.1">kernel-macros-4.4.121-92.149.1 as a component of SUSE Linux Enterprise Server 12 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source-4.4.121-92.149.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-source-4.4.121-92.149.1">kernel-source-4.4.121-92.149.1 as a component of SUSE Linux Enterprise Server 12 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-syms-4.4.121-92.149.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-syms-4.4.121-92.149.1">kernel-syms-4.4.121-92.149.1 as a component of SUSE Linux Enterprise Server 12 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kgraft-patch-4_4_121-92_149-default-1-3.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 12 SP2-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 12 SP2-LTSS:kgraft-patch-4_4_121-92_149-default-1-3.3.1">kgraft-patch-4_4_121-92_149-default-1-3.3.1 as a component of SUSE Linux Enterprise Server 12 SP2-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-4.4.121-92.149.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 12 SP2">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-default-4.4.121-92.149.1">kernel-default-4.4.121-92.149.1 as a component of SUSE Linux Enterprise Server for SAP Applications 12 SP2</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-base-4.4.121-92.149.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 12 SP2">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-default-base-4.4.121-92.149.1">kernel-default-base-4.4.121-92.149.1 as a component of SUSE Linux Enterprise Server for SAP Applications 12 SP2</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-devel-4.4.121-92.149.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 12 SP2">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-default-devel-4.4.121-92.149.1">kernel-default-devel-4.4.121-92.149.1 as a component of SUSE Linux Enterprise Server for SAP Applications 12 SP2</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-devel-4.4.121-92.149.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 12 SP2">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-devel-4.4.121-92.149.1">kernel-devel-4.4.121-92.149.1 as a component of SUSE Linux Enterprise Server for SAP Applications 12 SP2</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-macros-4.4.121-92.149.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 12 SP2">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-macros-4.4.121-92.149.1">kernel-macros-4.4.121-92.149.1 as a component of SUSE Linux Enterprise Server for SAP Applications 12 SP2</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source-4.4.121-92.149.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 12 SP2">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-source-4.4.121-92.149.1">kernel-source-4.4.121-92.149.1 as a component of SUSE Linux Enterprise Server for SAP Applications 12 SP2</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-syms-4.4.121-92.149.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 12 SP2">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-syms-4.4.121-92.149.1">kernel-syms-4.4.121-92.149.1 as a component of SUSE Linux Enterprise Server for SAP Applications 12 SP2</FullProductName>
    </Relationship>
    <Relationship ProductReference="kgraft-patch-4_4_121-92_149-default-1-3.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 12 SP2">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 12 SP2:kgraft-patch-4_4_121-92_149-default-1-3.3.1">kgraft-patch-4_4_121-92_149-default-1-3.3.1 as a component of SUSE Linux Enterprise Server for SAP Applications 12 SP2</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-4.4.121-92.149.1" RelationType="Default Component Of" RelatesToProductReference="SUSE OpenStack Cloud 7">
      <FullProductName ProductID="SUSE OpenStack Cloud 7:kernel-default-4.4.121-92.149.1">kernel-default-4.4.121-92.149.1 as a component of SUSE OpenStack Cloud 7</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-base-4.4.121-92.149.1" RelationType="Default Component Of" RelatesToProductReference="SUSE OpenStack Cloud 7">
      <FullProductName ProductID="SUSE OpenStack Cloud 7:kernel-default-base-4.4.121-92.149.1">kernel-default-base-4.4.121-92.149.1 as a component of SUSE OpenStack Cloud 7</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-devel-4.4.121-92.149.1" RelationType="Default Component Of" RelatesToProductReference="SUSE OpenStack Cloud 7">
      <FullProductName ProductID="SUSE OpenStack Cloud 7:kernel-default-devel-4.4.121-92.149.1">kernel-default-devel-4.4.121-92.149.1 as a component of SUSE OpenStack Cloud 7</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-man-4.4.121-92.149.1" RelationType="Default Component Of" RelatesToProductReference="SUSE OpenStack Cloud 7">
      <FullProductName ProductID="SUSE OpenStack Cloud 7:kernel-default-man-4.4.121-92.149.1">kernel-default-man-4.4.121-92.149.1 as a component of SUSE OpenStack Cloud 7</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-devel-4.4.121-92.149.1" RelationType="Default Component Of" RelatesToProductReference="SUSE OpenStack Cloud 7">
      <FullProductName ProductID="SUSE OpenStack Cloud 7:kernel-devel-4.4.121-92.149.1">kernel-devel-4.4.121-92.149.1 as a component of SUSE OpenStack Cloud 7</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-macros-4.4.121-92.149.1" RelationType="Default Component Of" RelatesToProductReference="SUSE OpenStack Cloud 7">
      <FullProductName ProductID="SUSE OpenStack Cloud 7:kernel-macros-4.4.121-92.149.1">kernel-macros-4.4.121-92.149.1 as a component of SUSE OpenStack Cloud 7</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source-4.4.121-92.149.1" RelationType="Default Component Of" RelatesToProductReference="SUSE OpenStack Cloud 7">
      <FullProductName ProductID="SUSE OpenStack Cloud 7:kernel-source-4.4.121-92.149.1">kernel-source-4.4.121-92.149.1 as a component of SUSE OpenStack Cloud 7</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-syms-4.4.121-92.149.1" RelationType="Default Component Of" RelatesToProductReference="SUSE OpenStack Cloud 7">
      <FullProductName ProductID="SUSE OpenStack Cloud 7:kernel-syms-4.4.121-92.149.1">kernel-syms-4.4.121-92.149.1 as a component of SUSE OpenStack Cloud 7</FullProductName>
    </Relationship>
    <Relationship ProductReference="kgraft-patch-4_4_121-92_149-default-1-3.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE OpenStack Cloud 7">
      <FullProductName ProductID="SUSE OpenStack Cloud 7:kgraft-patch-4_4_121-92_149-default-1-3.3.1">kgraft-patch-4_4_121-92_149-default-1-3.3.1 as a component of SUSE OpenStack Cloud 7</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">Two memory leaks in the rtl_usb_probe() function in drivers/net/wireless/realtek/rtlwifi/usb.c in the Linux kernel through 5.3.11 allow attackers to cause a denial of service (memory consumption), aka CID-3f9361695113.</Note>
    </Notes>
    <CVE>CVE-2019-19063</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:cluster-md-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:cluster-network-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:dlm-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:gfs2-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:ocfs2-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-default-base-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-default-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-macros-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-source-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-syms-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-base-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-man-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-macros-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-source-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-syms-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kgraft-patch-4_4_121-92_149-default-1-3.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-default-base-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-default-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-macros-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-source-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-syms-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kgraft-patch-4_4_121-92_149-default-1-3.3.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-default-base-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-default-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-default-man-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-macros-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-source-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-syms-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kgraft-patch-4_4_121-92_149-default-1-3.3.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSetV2>
        <BaseScoreV2>4.9</BaseScoreV2>
        <VectorV2>AV:L/AC:L/Au:N/C:N/I:N/A:C</VectorV2>
      </ScoreSetV2>
      <ScoreSetV3>
        <BaseScoreV3>4.6</BaseScoreV3>
        <VectorV3>CVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:U/C:N/I:N/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-20210437-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2019-19063.html</URL>
        <Description>CVE-2019-19063</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1157298</URL>
        <Description>SUSE Bug 1157298</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">An issue was discovered in the Linux kernel before 5.2.6. On NUMA systems, the Linux fair scheduler has a use-after-free in show_numa_stats() because NUMA fault statistics are inappropriately freed, aka CID-16d51a590a8c.</Note>
    </Notes>
    <CVE>CVE-2019-20934</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:cluster-md-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:cluster-network-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:dlm-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:gfs2-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:ocfs2-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-default-base-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-default-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-macros-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-source-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-syms-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-base-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-man-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-macros-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-source-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-syms-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kgraft-patch-4_4_121-92_149-default-1-3.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-default-base-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-default-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-macros-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-source-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-syms-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kgraft-patch-4_4_121-92_149-default-1-3.3.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-default-base-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-default-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-default-man-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-macros-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-source-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-syms-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kgraft-patch-4_4_121-92_149-default-1-3.3.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSetV2>
        <BaseScoreV2>5.4</BaseScoreV2>
        <VectorV2>AV:L/AC:M/Au:N/C:P/I:N/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-20210437-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2019-20934.html</URL>
        <Description>CVE-2019-20934</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1179663</URL>
        <Description>SUSE Bug 1179663</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1179666</URL>
        <Description>SUSE Bug 1179666</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">In PolicyKit (aka polkit) 0.115, the "start time" protection mechanism can be bypassed because fork() is not atomic, and therefore authorization decisions are improperly cached. This is related to lack of uid checking in polkitbackend/polkitbackendinteractiveauthority.c.</Note>
    </Notes>
    <CVE>CVE-2019-6133</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:cluster-md-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:cluster-network-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:dlm-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:gfs2-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:ocfs2-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-default-base-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-default-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-macros-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-source-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-syms-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-base-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-man-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-macros-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-source-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-syms-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kgraft-patch-4_4_121-92_149-default-1-3.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-default-base-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-default-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-macros-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-source-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-syms-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kgraft-patch-4_4_121-92_149-default-1-3.3.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-default-base-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-default-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-default-man-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-macros-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-source-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-syms-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kgraft-patch-4_4_121-92_149-default-1-3.3.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</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>6.7</BaseScoreV3>
        <VectorV3>CVSS:3.0/AV:L/AC:H/PR:L/UI:R/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-20210437-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2019-6133.html</URL>
        <Description>CVE-2019-6133</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1070943</URL>
        <Description>SUSE Bug 1070943</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1121826</URL>
        <Description>SUSE Bug 1121826</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1121872</URL>
        <Description>SUSE Bug 1121872</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">In audit_free_lsm_field of auditfilter.c, there is a possible bad kfree due to a logic error in audit_data_to_entry. This could lead to local escalation of privilege with no additional execution privileges needed. User interaction is not needed for exploitation.Product: AndroidVersions: Android kernelAndroid ID: A-150693166References: Upstream kernel</Note>
    </Notes>
    <CVE>CVE-2020-0444</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:cluster-md-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:cluster-network-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:dlm-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:gfs2-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:ocfs2-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-default-base-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-default-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-macros-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-source-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-syms-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-base-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-man-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-macros-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-source-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-syms-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kgraft-patch-4_4_121-92_149-default-1-3.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-default-base-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-default-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-macros-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-source-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-syms-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kgraft-patch-4_4_121-92_149-default-1-3.3.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-default-base-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-default-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-default-man-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-macros-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-source-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-syms-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kgraft-patch-4_4_121-92_149-default-1-3.3.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</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>6.7</BaseScoreV3>
        <VectorV3>CVSS:3.1/AV:L/AC:L/PR:H/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-20210437-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2020-0444.html</URL>
        <Description>CVE-2020-0444</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1180027</URL>
        <Description>SUSE Bug 1180027</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1180028</URL>
        <Description>SUSE Bug 1180028</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">In various methods of hid-multitouch.c, there is a possible out of bounds write due to a missing bounds check. This could lead to local escalation of privilege with no additional execution privileges needed. User interaction is not needed for exploitation.Product: AndroidVersions: Android kernelAndroid ID: A-162844689References: Upstream kernel</Note>
    </Notes>
    <CVE>CVE-2020-0465</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:cluster-md-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:cluster-network-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:dlm-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:gfs2-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:ocfs2-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-default-base-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-default-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-macros-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-source-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-syms-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-base-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-man-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-macros-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-source-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-syms-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kgraft-patch-4_4_121-92_149-default-1-3.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-default-base-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-default-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-macros-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-source-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-syms-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kgraft-patch-4_4_121-92_149-default-1-3.3.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-default-base-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-default-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-default-man-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-macros-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-source-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-syms-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kgraft-patch-4_4_121-92_149-default-1-3.3.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-20210437-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2020-0465.html</URL>
        <Description>CVE-2020-0465</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1180029</URL>
        <Description>SUSE Bug 1180029</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1180030</URL>
        <Description>SUSE Bug 1180030</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">In do_epoll_ctl and ep_loop_check_proc of eventpoll.c, there is a possible use after free due to a logic error. This could lead to local escalation of privilege with no additional execution privileges needed. User interaction is not needed for exploitation.Product: AndroidVersions: Android kernelAndroid ID: A-147802478References: Upstream kernel</Note>
    </Notes>
    <CVE>CVE-2020-0466</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:cluster-md-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:cluster-network-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:dlm-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:gfs2-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:ocfs2-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-default-base-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-default-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-macros-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-source-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-syms-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-base-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-man-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-macros-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-source-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-syms-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kgraft-patch-4_4_121-92_149-default-1-3.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-default-base-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-default-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-macros-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-source-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-syms-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kgraft-patch-4_4_121-92_149-default-1-3.3.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-default-base-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-default-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-default-man-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-macros-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-source-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-syms-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kgraft-patch-4_4_121-92_149-default-1-3.3.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-20210437-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2020-0466.html</URL>
        <Description>CVE-2020-0466</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1180031</URL>
        <Description>SUSE Bug 1180031</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1180032</URL>
        <Description>SUSE Bug 1180032</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1199255</URL>
        <Description>SUSE Bug 1199255</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1200084</URL>
        <Description>SUSE Bug 1200084</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">In the Linux kernel before 5.6.1, drivers/media/usb/gspca/xirlink_cit.c (aka the Xirlink camera USB driver) mishandles invalid descriptors, aka CID-a246b4d54770.</Note>
    </Notes>
    <CVE>CVE-2020-11668</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:cluster-md-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:cluster-network-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:dlm-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:gfs2-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:ocfs2-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-default-base-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-default-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-macros-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-source-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-syms-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-base-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-man-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-macros-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-source-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-syms-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kgraft-patch-4_4_121-92_149-default-1-3.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-default-base-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-default-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-macros-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-source-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-syms-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kgraft-patch-4_4_121-92_149-default-1-3.3.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-default-base-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-default-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-default-man-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-macros-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-source-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-syms-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kgraft-patch-4_4_121-92_149-default-1-3.3.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSetV2>
        <BaseScoreV2>5.6</BaseScoreV2>
        <VectorV2>AV:L/AC:L/Au:N/C:N/I:P/A:C</VectorV2>
      </ScoreSetV2>
      <ScoreSetV3>
        <BaseScoreV3>7.1</BaseScoreV3>
        <VectorV3>CVSS:3.1/AV:L/AC:L/PR:L/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-20210437-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2020-11668.html</URL>
        <Description>CVE-2020-11668</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1168952</URL>
        <Description>SUSE Bug 1168952</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1173942</URL>
        <Description>SUSE Bug 1173942</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 fs/block_dev.c in the Linux kernel before 5.8 allows local users to gain privileges or cause a denial of service by leveraging improper access to a certain error field.</Note>
    </Notes>
    <CVE>CVE-2020-15436</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:cluster-md-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:cluster-network-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:dlm-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:gfs2-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:ocfs2-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-default-base-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-default-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-macros-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-source-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-syms-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-base-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-man-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-macros-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-source-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-syms-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kgraft-patch-4_4_121-92_149-default-1-3.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-default-base-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-default-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-macros-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-source-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-syms-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kgraft-patch-4_4_121-92_149-default-1-3.3.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-default-base-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-default-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-default-man-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-macros-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-source-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-syms-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kgraft-patch-4_4_121-92_149-default-1-3.3.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</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>6.4</BaseScoreV3>
        <VectorV3>CVSS:3.1/AV:L/AC:H/PR:H/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-20210437-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2020-15436.html</URL>
        <Description>CVE-2020-15436</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1179141</URL>
        <Description>SUSE Bug 1179141</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">The Linux kernel before version 5.8 is vulnerable to a NULL pointer dereference in drivers/tty/serial/8250/8250_core.c:serial8250_isa_init_ports() that allows local users to cause a denial of service by using the p-&gt;serial_in pointer which uninitialized.</Note>
    </Notes>
    <CVE>CVE-2020-15437</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:cluster-md-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:cluster-network-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:dlm-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:gfs2-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:ocfs2-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-default-base-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-default-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-macros-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-source-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-syms-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-base-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-man-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-macros-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-source-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-syms-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kgraft-patch-4_4_121-92_149-default-1-3.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-default-base-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-default-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-macros-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-source-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-syms-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kgraft-patch-4_4_121-92_149-default-1-3.3.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-default-base-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-default-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-default-man-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-macros-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-source-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-syms-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kgraft-patch-4_4_121-92_149-default-1-3.3.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSetV2>
        <BaseScoreV2>4.9</BaseScoreV2>
        <VectorV2>AV:L/AC:L/Au:N/C:N/I:N/A:C</VectorV2>
      </ScoreSetV2>
      <ScoreSetV3>
        <BaseScoreV3>5.5</BaseScoreV3>
        <VectorV3>CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/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-20210437-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2020-15437.html</URL>
        <Description>CVE-2020-15437</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1179140</URL>
        <Description>SUSE Bug 1179140</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 through 5.8.7, local attackers able to inject conntrack netlink configuration could overflow a local buffer, causing crashes or triggering use of incorrect protocol numbers in ctnetlink_parse_tuple_filter in net/netfilter/nf_conntrack_netlink.c, aka CID-1cc5ef91d2ff.</Note>
    </Notes>
    <CVE>CVE-2020-25211</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:cluster-md-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:cluster-network-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:dlm-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:gfs2-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:ocfs2-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-default-base-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-default-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-macros-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-source-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-syms-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-base-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-man-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-macros-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-source-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-syms-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kgraft-patch-4_4_121-92_149-default-1-3.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-default-base-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-default-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-macros-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-source-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-syms-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kgraft-patch-4_4_121-92_149-default-1-3.3.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-default-base-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-default-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-default-man-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-macros-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-source-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-syms-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kgraft-patch-4_4_121-92_149-default-1-3.3.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSetV2>
        <BaseScoreV2>3.6</BaseScoreV2>
        <VectorV2>AV:L/AC:L/Au:N/C:N/I:P/A:P</VectorV2>
      </ScoreSetV2>
      <ScoreSetV3>
        <BaseScoreV3>5.9</BaseScoreV3>
        <VectorV3>CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L</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-20210437-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2020-25211.html</URL>
        <Description>CVE-2020-25211</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1176395</URL>
        <Description>SUSE Bug 1176395</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1192356</URL>
        <Description>SUSE Bug 1192356</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">A race condition between hugetlb sysctl handlers in mm/hugetlb.c in the Linux kernel before 5.8.8 could be used by local attackers to corrupt memory, cause a NULL pointer dereference, or possibly have unspecified other impact, aka CID-17743798d812.</Note>
    </Notes>
    <CVE>CVE-2020-25285</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:cluster-md-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:cluster-network-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:dlm-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:gfs2-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:ocfs2-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-default-base-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-default-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-macros-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-source-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-syms-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-base-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-man-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-macros-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-source-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-syms-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kgraft-patch-4_4_121-92_149-default-1-3.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-default-base-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-default-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-macros-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-source-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-syms-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kgraft-patch-4_4_121-92_149-default-1-3.3.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-default-base-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-default-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-default-man-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-macros-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-source-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-syms-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kgraft-patch-4_4_121-92_149-default-1-3.3.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</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>6.7</BaseScoreV3>
        <VectorV3>CVSS:3.1/AV:L/AC:L/PR:H/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-20210437-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2020-25285.html</URL>
        <Description>CVE-2020-25285</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1176485</URL>
        <Description>SUSE Bug 1176485</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">A flaw was found in Linux Kernel because access to the global variable fg_console is not properly synchronized leading to a use after free in con_font_op.</Note>
    </Notes>
    <CVE>CVE-2020-25668</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:cluster-md-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:cluster-network-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:dlm-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:gfs2-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:ocfs2-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-default-base-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-default-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-macros-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-source-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-syms-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-base-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-man-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-macros-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-source-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-syms-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kgraft-patch-4_4_121-92_149-default-1-3.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-default-base-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-default-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-macros-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-source-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-syms-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kgraft-patch-4_4_121-92_149-default-1-3.3.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-default-base-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-default-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-default-man-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-macros-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-source-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-syms-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kgraft-patch-4_4_121-92_149-default-1-3.3.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-20210437-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2020-25668.html</URL>
        <Description>CVE-2020-25668</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1178123</URL>
        <Description>SUSE Bug 1178123</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1178622</URL>
        <Description>SUSE Bug 1178622</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1196914</URL>
        <Description>SUSE Bug 1196914</Description>
      </Reference>
    </References>
  </vuln:Vulnerability>
  <vuln:Vulnerability xmlns="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/vuln" Ordinal="13">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">A vulnerability was found in the Linux Kernel where the function sunkbd_reinit having been scheduled by sunkbd_interrupt before sunkbd being freed. Though the dangling pointer is set to NULL in sunkbd_disconnect, there is still an alias in sunkbd_reinit causing Use After Free.</Note>
    </Notes>
    <CVE>CVE-2020-25669</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:cluster-md-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:cluster-network-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:dlm-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:gfs2-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:ocfs2-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-default-base-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-default-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-macros-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-source-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-syms-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-base-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-man-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-macros-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-source-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-syms-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kgraft-patch-4_4_121-92_149-default-1-3.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-default-base-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-default-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-macros-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-source-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-syms-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kgraft-patch-4_4_121-92_149-default-1-3.3.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-default-base-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-default-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-default-man-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-macros-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-source-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-syms-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kgraft-patch-4_4_121-92_149-default-1-3.3.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</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>4.3</BaseScoreV3>
        <VectorV3>CVSS:3.1/AV:P/AC:L/PR:L/UI:N/S:U/C:N/I:N/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-20210437-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2020-25669.html</URL>
        <Description>CVE-2020-25669</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1178182</URL>
        <Description>SUSE Bug 1178182</Description>
      </Reference>
    </References>
  </vuln:Vulnerability>
  <vuln:Vulnerability xmlns="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/vuln" Ordinal="14">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">Product: AndroidVersions: Android kernelAndroid ID: A-127973231References: Upstream kernel</Note>
    </Notes>
    <CVE>CVE-2020-27068</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:cluster-md-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:cluster-network-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:dlm-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:gfs2-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:ocfs2-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-default-base-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-default-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-macros-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-source-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-syms-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-base-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-man-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-macros-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-source-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-syms-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kgraft-patch-4_4_121-92_149-default-1-3.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-default-base-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-default-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-macros-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-source-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-syms-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kgraft-patch-4_4_121-92_149-default-1-3.3.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-default-base-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-default-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-default-man-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-macros-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-source-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-syms-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kgraft-patch-4_4_121-92_149-default-1-3.3.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSetV2>
        <BaseScoreV2>7.5</BaseScoreV2>
        <VectorV2>AV:N/AC:L/Au:N/C:P/I:P/A:P</VectorV2>
      </ScoreSetV2>
      <ScoreSetV3>
        <BaseScoreV3>5.3</BaseScoreV3>
        <VectorV3>CVSS:3.1/AV:N/AC:L/PR:N/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-20210437-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2020-27068.html</URL>
        <Description>CVE-2020-27068</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1180086</URL>
        <Description>SUSE Bug 1180086</Description>
      </Reference>
    </References>
  </vuln:Vulnerability>
  <vuln:Vulnerability xmlns="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/vuln" Ordinal="15">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">An issue was discovered in the Linux kernel through 5.9.1, as used with Xen through 4.14.x. Guest OS users can cause a denial of service (host OS hang) via a high rate of events to dom0, aka CID-e99502f76271.</Note>
    </Notes>
    <CVE>CVE-2020-27673</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:cluster-md-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:cluster-network-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:dlm-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:gfs2-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:ocfs2-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-default-base-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-default-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-macros-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-source-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-syms-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-base-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-man-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-macros-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-source-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-syms-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kgraft-patch-4_4_121-92_149-default-1-3.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-default-base-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-default-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-macros-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-source-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-syms-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kgraft-patch-4_4_121-92_149-default-1-3.3.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-default-base-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-default-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-default-man-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-macros-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-source-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-syms-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kgraft-patch-4_4_121-92_149-default-1-3.3.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSetV2>
        <BaseScoreV2>4.9</BaseScoreV2>
        <VectorV2>AV:L/AC:L/Au:N/C:N/I:N/A:C</VectorV2>
      </ScoreSetV2>
      <ScoreSetV3>
        <BaseScoreV3>6.2</BaseScoreV3>
        <VectorV3>CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/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-20210437-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2020-27673.html</URL>
        <Description>CVE-2020-27673</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1177411</URL>
        <Description>SUSE Bug 1177411</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1184583</URL>
        <Description>SUSE Bug 1184583</Description>
      </Reference>
    </References>
  </vuln:Vulnerability>
  <vuln:Vulnerability xmlns="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/vuln" Ordinal="16">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">A flaw was found in the way RTAS handled memory accesses in userspace to kernel communication. On a locked down (usually due to Secure Boot) guest system running on top of PowerVM or KVM hypervisors (pseries platform) a root like local user could use this flaw to further increase their privileges to that of a running kernel.</Note>
    </Notes>
    <CVE>CVE-2020-27777</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:cluster-md-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:cluster-network-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:dlm-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:gfs2-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:ocfs2-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-default-base-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-default-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-macros-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-source-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-syms-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-base-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-man-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-macros-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-source-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-syms-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kgraft-patch-4_4_121-92_149-default-1-3.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-default-base-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-default-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-macros-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-source-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-syms-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kgraft-patch-4_4_121-92_149-default-1-3.3.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-default-base-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-default-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-default-man-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-macros-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-source-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-syms-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kgraft-patch-4_4_121-92_149-default-1-3.3.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</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>6.4</BaseScoreV3>
        <VectorV3>CVSS:3.1/AV:L/AC:H/PR:H/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-20210437-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2020-27777.html</URL>
        <Description>CVE-2020-27777</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1179107</URL>
        <Description>SUSE Bug 1179107</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1179419</URL>
        <Description>SUSE Bug 1179419</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1200343</URL>
        <Description>SUSE Bug 1200343</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1220060</URL>
        <Description>SUSE Bug 1220060</Description>
      </Reference>
    </References>
  </vuln:Vulnerability>
  <vuln:Vulnerability xmlns="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/vuln" Ordinal="17">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">A flaw was found in the Linux kernel's implementation of MIDI, where an attacker with a local account and the permissions to issue ioctl commands to midi devices could trigger a use-after-free issue. A write to this specific memory while freed and before use causes the flow of execution to change and possibly allow for memory corruption or privilege escalation. The highest threat from this vulnerability is to confidentiality, integrity, as well as system availability.</Note>
    </Notes>
    <CVE>CVE-2020-27786</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:cluster-md-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:cluster-network-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:dlm-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:gfs2-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:ocfs2-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-default-base-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-default-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-macros-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-source-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-syms-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-base-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-man-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-macros-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-source-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-syms-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kgraft-patch-4_4_121-92_149-default-1-3.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-default-base-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-default-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-macros-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-source-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-syms-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kgraft-patch-4_4_121-92_149-default-1-3.3.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-default-base-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-default-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-default-man-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-macros-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-source-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-syms-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kgraft-patch-4_4_121-92_149-default-1-3.3.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.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-20210437-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2020-27786.html</URL>
        <Description>CVE-2020-27786</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1179601</URL>
        <Description>SUSE Bug 1179601</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1179616</URL>
        <Description>SUSE Bug 1179616</Description>
      </Reference>
    </References>
  </vuln:Vulnerability>
  <vuln:Vulnerability xmlns="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/vuln" Ordinal="18">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">A use-after-free flaw was found in kernel/trace/ring_buffer.c in Linux kernel (before 5.10-rc1). There was a race problem in trace_open and resize of cpu buffer running parallely on different cpus, may cause a denial of service problem (DOS). This flaw could even allow a local attacker with special user privilege to a kernel information leak threat.</Note>
    </Notes>
    <CVE>CVE-2020-27825</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:cluster-md-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:cluster-network-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:dlm-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:gfs2-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:ocfs2-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-default-base-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-default-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-macros-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-source-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-syms-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-base-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-man-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-macros-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-source-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-syms-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kgraft-patch-4_4_121-92_149-default-1-3.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-default-base-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-default-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-macros-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-source-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-syms-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kgraft-patch-4_4_121-92_149-default-1-3.3.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-default-base-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-default-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-default-man-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-macros-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-source-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-syms-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kgraft-patch-4_4_121-92_149-default-1-3.3.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSetV2>
        <BaseScoreV2>5.4</BaseScoreV2>
        <VectorV2>AV:L/AC:M/Au:N/C:P/I:N/A:C</VectorV2>
      </ScoreSetV2>
      <ScoreSetV3>
        <BaseScoreV3>7.8</BaseScoreV3>
        <VectorV3>CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/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-20210437-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2020-27825.html</URL>
        <Description>CVE-2020-27825</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1179960</URL>
        <Description>SUSE Bug 1179960</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1179961</URL>
        <Description>SUSE Bug 1179961</Description>
      </Reference>
    </References>
  </vuln:Vulnerability>
  <vuln:Vulnerability xmlns="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/vuln" Ordinal="19">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">A buffer over-read (at the framebuffer layer) in the fbcon code in the Linux kernel before 5.8.15 could be used by local attackers to read kernel memory, aka CID-6735b4632def.</Note>
    </Notes>
    <CVE>CVE-2020-28915</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:cluster-md-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:cluster-network-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:dlm-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:gfs2-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:ocfs2-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-default-base-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-default-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-macros-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-source-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-syms-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-base-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-man-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-macros-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-source-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-syms-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kgraft-patch-4_4_121-92_149-default-1-3.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-default-base-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-default-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-macros-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-source-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-syms-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kgraft-patch-4_4_121-92_149-default-1-3.3.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-default-base-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-default-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-default-man-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-macros-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-source-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-syms-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kgraft-patch-4_4_121-92_149-default-1-3.3.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSetV2>
        <BaseScoreV2>6.1</BaseScoreV2>
        <VectorV2>AV:L/AC:L/Au:N/C:P/I:P/A:C</VectorV2>
      </ScoreSetV2>
      <ScoreSetV3>
        <BaseScoreV3>5.1</BaseScoreV3>
        <VectorV3>CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:L</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-20210437-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2020-28915.html</URL>
        <Description>CVE-2020-28915</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1178886</URL>
        <Description>SUSE Bug 1178886</Description>
      </Reference>
    </References>
  </vuln:Vulnerability>
  <vuln:Vulnerability xmlns="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/vuln" Ordinal="20">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">A slab-out-of-bounds read in fbcon in the Linux kernel before 5.9.7 could be used by local attackers to read privileged information or potentially crash the kernel, aka CID-3c4e0dff2095. This occurs because KD_FONT_OP_COPY in drivers/tty/vt/vt.c can be used for manipulations such as font height.</Note>
    </Notes>
    <CVE>CVE-2020-28974</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:cluster-md-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:cluster-network-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:dlm-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:gfs2-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:ocfs2-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-default-base-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-default-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-macros-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-source-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-syms-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-base-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-man-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-macros-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-source-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-syms-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kgraft-patch-4_4_121-92_149-default-1-3.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-default-base-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-default-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-macros-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-source-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-syms-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kgraft-patch-4_4_121-92_149-default-1-3.3.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-default-base-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-default-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-default-man-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-macros-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-source-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-syms-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kgraft-patch-4_4_121-92_149-default-1-3.3.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSetV2>
        <BaseScoreV2>6.1</BaseScoreV2>
        <VectorV2>AV:L/AC:L/Au:N/C:P/I:P/A:C</VectorV2>
      </ScoreSetV2>
      <ScoreSetV3>
        <BaseScoreV3>5.1</BaseScoreV3>
        <VectorV3>CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:L</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-20210437-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2020-28974.html</URL>
        <Description>CVE-2020-28974</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1178589</URL>
        <Description>SUSE Bug 1178589</Description>
      </Reference>
    </References>
  </vuln:Vulnerability>
  <vuln:Vulnerability xmlns="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/vuln" Ordinal="21">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">An issue was discovered in Xen through 4.14.x. Some OSes (such as Linux, FreeBSD, and NetBSD) are processing watch events using a single thread. If the events are received faster than the thread is able to handle, they will get queued. As the queue is unbounded, a guest may be able to trigger an OOM in the backend. All systems with a FreeBSD, Linux, or NetBSD (any version) dom0 are vulnerable.</Note>
    </Notes>
    <CVE>CVE-2020-29568</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:cluster-md-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:cluster-network-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:dlm-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:gfs2-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:ocfs2-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-default-base-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-default-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-macros-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-source-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-syms-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-base-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-man-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-macros-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-source-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-syms-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kgraft-patch-4_4_121-92_149-default-1-3.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-default-base-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-default-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-macros-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-source-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-syms-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kgraft-patch-4_4_121-92_149-default-1-3.3.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-default-base-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-default-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-default-man-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-macros-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-source-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-syms-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kgraft-patch-4_4_121-92_149-default-1-3.3.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSetV2>
        <BaseScoreV2>4.9</BaseScoreV2>
        <VectorV2>AV:L/AC:L/Au:N/C:N/I:N/A:C</VectorV2>
      </ScoreSetV2>
      <ScoreSetV3>
        <BaseScoreV3>6.5</BaseScoreV3>
        <VectorV3>CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:N/I:N/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-20210437-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2020-29568.html</URL>
        <Description>CVE-2020-29568</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1179508</URL>
        <Description>SUSE Bug 1179508</Description>
      </Reference>
    </References>
  </vuln:Vulnerability>
  <vuln:Vulnerability xmlns="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/vuln" Ordinal="22">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">An issue was discovered in the Linux kernel through 5.10.1, as used with Xen through 4.14.x. The Linux kernel PV block backend expects the kernel thread handler to reset ring-&gt;xenblkd to NULL when stopped. However, the handler may not have time to run if the frontend quickly toggles between the states connect and disconnect. As a consequence, the block backend may re-use a pointer after it was freed. A misbehaving guest can trigger a dom0 crash by continuously connecting / disconnecting a block frontend. Privilege escalation and information leaks cannot be ruled out. This only affects systems with a Linux blkback.</Note>
    </Notes>
    <CVE>CVE-2020-29569</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:cluster-md-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:cluster-network-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:dlm-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:gfs2-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:ocfs2-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-default-base-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-default-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-macros-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-source-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-syms-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-base-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-man-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-macros-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-source-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-syms-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kgraft-patch-4_4_121-92_149-default-1-3.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-default-base-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-default-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-macros-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-source-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-syms-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kgraft-patch-4_4_121-92_149-default-1-3.3.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-default-base-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-default-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-default-man-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-macros-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-source-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-syms-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kgraft-patch-4_4_121-92_149-default-1-3.3.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.8</BaseScoreV3>
        <VectorV3>CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/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-20210437-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2020-29569.html</URL>
        <Description>CVE-2020-29569</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1179509</URL>
        <Description>SUSE Bug 1179509</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1180008</URL>
        <Description>SUSE Bug 1180008</Description>
      </Reference>
    </References>
  </vuln:Vulnerability>
  <vuln:Vulnerability xmlns="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/vuln" Ordinal="23">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">A locking inconsistency issue was discovered in the tty subsystem of the Linux kernel through 5.9.13. drivers/tty/tty_io.c and drivers/tty/tty_jobctrl.c may allow a read-after-free attack against TIOCGSID, aka CID-c8bcd9c5be24.</Note>
    </Notes>
    <CVE>CVE-2020-29660</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:cluster-md-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:cluster-network-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:dlm-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:gfs2-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:ocfs2-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-default-base-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-default-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-macros-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-source-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-syms-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-base-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-man-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-macros-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-source-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-syms-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kgraft-patch-4_4_121-92_149-default-1-3.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-default-base-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-default-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-macros-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-source-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-syms-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kgraft-patch-4_4_121-92_149-default-1-3.3.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-default-base-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-default-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-default-man-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-macros-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-source-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-syms-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kgraft-patch-4_4_121-92_149-default-1-3.3.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSetV2>
        <BaseScoreV2>2.1</BaseScoreV2>
        <VectorV2>AV:L/AC:L/Au:N/C:P/I:N/A:N</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-20210437-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2020-29660.html</URL>
        <Description>CVE-2020-29660</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1179745</URL>
        <Description>SUSE Bug 1179745</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1179877</URL>
        <Description>SUSE Bug 1179877</Description>
      </Reference>
    </References>
  </vuln:Vulnerability>
  <vuln:Vulnerability xmlns="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/vuln" Ordinal="24">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">A locking issue was discovered in the tty subsystem of the Linux kernel through 5.9.13. drivers/tty/tty_jobctrl.c allows a use-after-free attack against TIOCSPGRP, aka CID-54ffccbf053b.</Note>
    </Notes>
    <CVE>CVE-2020-29661</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:cluster-md-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:cluster-network-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:dlm-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:gfs2-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:ocfs2-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-default-base-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-default-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-macros-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-source-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-syms-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-base-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-man-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-macros-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-source-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-syms-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kgraft-patch-4_4_121-92_149-default-1-3.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-default-base-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-default-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-macros-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-source-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-syms-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kgraft-patch-4_4_121-92_149-default-1-3.3.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-default-base-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-default-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-default-man-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-macros-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-source-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-syms-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kgraft-patch-4_4_121-92_149-default-1-3.3.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-20210437-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2020-29661.html</URL>
        <Description>CVE-2020-29661</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1179745</URL>
        <Description>SUSE Bug 1179745</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1179877</URL>
        <Description>SUSE Bug 1179877</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1214268</URL>
        <Description>SUSE Bug 1214268</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1218966</URL>
        <Description>SUSE Bug 1218966</Description>
      </Reference>
    </References>
  </vuln:Vulnerability>
  <vuln:Vulnerability xmlns="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/vuln" Ordinal="25">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">mwifiex_cmd_802_11_ad_hoc_start in drivers/net/wireless/marvell/mwifiex/join.c in the Linux kernel through 5.10.4 might allow remote attackers to execute arbitrary code via a long SSID value, aka CID-5c455c5ab332.</Note>
    </Notes>
    <CVE>CVE-2020-36158</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:cluster-md-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:cluster-network-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:dlm-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:gfs2-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:ocfs2-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-default-base-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-default-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-macros-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-source-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-syms-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-base-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-man-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-macros-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-source-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-syms-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kgraft-patch-4_4_121-92_149-default-1-3.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-default-base-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-default-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-macros-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-source-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-syms-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kgraft-patch-4_4_121-92_149-default-1-3.3.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-default-base-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-default-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-default-man-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-macros-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-source-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-syms-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kgraft-patch-4_4_121-92_149-default-1-3.3.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.8</BaseScoreV3>
        <VectorV3>CVSS:3.1/AV:A/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-20210437-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2020-36158.html</URL>
        <Description>CVE-2020-36158</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1180559</URL>
        <Description>SUSE Bug 1180559</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1180562</URL>
        <Description>SUSE Bug 1180562</Description>
      </Reference>
    </References>
  </vuln:Vulnerability>
  <vuln:Vulnerability xmlns="http://docs.oasis-open.org/csaf/ns/csaf-cvrf/v1.2/vuln" Ordinal="26">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">An issue was discovered in the Linux kernel through 5.10.11. PI futexes have a kernel stack use-after-free during fault handling, allowing local users to execute code in the kernel, aka CID-34b1a1ce1458.</Note>
    </Notes>
    <CVE>CVE-2021-3347</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:cluster-md-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:cluster-network-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:dlm-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:gfs2-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 12 SP2:ocfs2-kmp-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-default-base-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-default-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-macros-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-source-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-BCL:kernel-syms-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-base-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-default-man-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-macros-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-source-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kernel-syms-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 12 SP2-LTSS:kgraft-patch-4_4_121-92_149-default-1-3.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-default-base-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-default-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-macros-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-source-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kernel-syms-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 12 SP2:kgraft-patch-4_4_121-92_149-default-1-3.3.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-default-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-default-base-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-default-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-default-man-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-devel-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-macros-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-source-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kernel-syms-4.4.121-92.149.1</ProductID>
        <ProductID>SUSE OpenStack Cloud 7:kgraft-patch-4_4_121-92_149-default-1-3.3.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-20210437-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2021-3347.html</URL>
        <Description>CVE-2021-3347</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1181349</URL>
        <Description>SUSE Bug 1181349</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1181553</URL>
        <Description>SUSE Bug 1181553</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1190859</URL>
        <Description>SUSE Bug 1190859</Description>
      </Reference>
    </References>
  </vuln:Vulnerability>
</cvrfdoc>
