<?xml version="1.0" encoding="UTF-8"?>
<cvrfdoc xmlns="http://www.icasi.org/CVRF/schema/cvrf/1.1" xmlns:cvrf="http://www.icasi.org/CVRF/schema/cvrf/1.1">
  <DocumentTitle xml:lang="en">Security update for 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-2023:3391-1</ID>
    </Identification>
    <Status>Final</Status>
    <Version>1</Version>
    <RevisionHistory>
      <Revision>
        <Number>1</Number>
        <Date>2023-08-23T15:29:53Z</Date>
        <Description>current</Description>
      </Revision>
    </RevisionHistory>
    <InitialReleaseDate>2023-08-23T15:29:53Z</InitialReleaseDate>
    <CurrentReleaseDate>2023-08-23T15:29:53Z</CurrentReleaseDate>
    <Generator>
      <Engine>cve-database/bin/generate-cvrf.pl</Engine>
      <Date>2017-02-24T01:00:00Z</Date>
    </Generator>
  </DocumentTracking>
  <DocumentNotes>
    <Note Title="Topic" Type="Summary" Ordinal="1" xml:lang="en">Security update for the Linux Kernel</Note>
    <Note Title="Details" Type="General" Ordinal="2" xml:lang="en">
The SUSE Linux Enterprise 15 SP3 kernel was updated to receive various security and bugfixes.


The following security bugs were fixed:

- CVE-2022-40982: Fixed transient execution attack called 'Gather Data Sampling' (bsc#1206418).
- CVE-2023-0459: Fixed information leak in __uaccess_begin_nospec (bsc#1211738).
- CVE-2023-20569: Fixed side channel attack ‘Inception’ or ‘RAS Poisoning’ (bsc#1213287).
- CVE-2023-20593: Fixed a ZenBleed issue in 'Zen 2' CPUs that could allow an attacker to potentially access sensitive information (bsc#1213286).
- CVE-2023-2156: Fixed a flaw in the networking subsystem within the handling of the RPL protocol (bsc#1211131).
- CVE-2023-2985: Fixed an use-after-free vulnerability in hfsplus_put_super in fs/hfsplus/super.c that could allow a local user to cause a denial of service (bsc#1211867).
- CVE-2023-3117: Fixed an use-after-free vulnerability in the netfilter subsystem when processing named and anonymous sets in batch requests that could allow a local user with CAP_NET_ADMIN capability to crash or potentially escalate their privileges on the system (bsc#1213245).
- CVE-2023-31248: Fixed an use-after-free vulnerability in nft_chain_lookup_byid that could allow a local attacker to escalate their privilege (bsc#1213061).
- CVE-2023-3390: Fixed an use-after-free vulnerability in the netfilter subsystem in net/netfilter/nf_tables_api.c that could allow a local attacker with user access to cause a privilege escalation issue (bsc#1212846).
- CVE-2023-35001: Fixed an out-of-bounds memory access flaw in nft_byteorder that could allow a local attacker to escalate their privilege (bsc#1213059).
- CVE-2023-3567: Fixed a use-after-free in vcs_read in drivers/tty/vt/vc_screen.c (bsc#1213167).
- CVE-2023-3609: Fixed reference counter leak leading to  overflow in net/sched (bsc#1213586).
- CVE-2023-3611: Fixed an out-of-bounds write in net/sched sch_qfq(bsc#1213585).
- CVE-2023-3776: Fixed improper refcount update in  cls_fw leads to use-after-free (bsc#1213588).
- CVE-2023-3812: Fixed an out-of-bounds memory access flaw in the TUN/TAP device driver functionality that could allow a local user to crash or potentially escalate their privileges on the system (bsc#1213543).

The following non-security bugs were fixed:

- arm: cpu: switch to arch_cpu_finalize_init() (bsc#1206418).
- block, bfq: fix division by zero error on zero wsum (bsc#1213653).
- get module prefix from kmod (bsc#1212835).
- init, x86: move mem_encrypt_init() into arch_cpu_finalize_init() (bsc#1206418).
- init: invoke arch_cpu_finalize_init() earlier (bsc#1206418).
- init: provide arch_cpu_finalize_init() (bsc#1206418).
- init: remove check_bugs() leftovers (bsc#1206418).
- jbd2: export jbd2_journal_[grab|put]_journal_head (bsc#1199304).
- kernel-binary.spec.in: remove superfluous %% in supplements fixes: 02b7735e0caf ('rpm/kernel-binary.spec.in: add enhances and supplements tags to in-tree kmps')
- kernel-docs: add buildrequires on python3-base when using python3 the python3 binary is provided by python3-base.
- kernel-docs: use python3 together with python3-sphinx (bsc#1212741).
- keys: do not cache key in task struct if key is requested from kernel thread (bsc#1213354).
- lockdep: add preemption enabled/disabled assertion apis (bsc#1207270 jsc#ped-4567).
- locking/rwsem: add __always_inline annotation to __down_read_common() and inlined callers (bsc#1207270 jsc#ped-4567).
- locking/rwsem: allow slowpath writer to ignore handoff bit if not set by first waiter (bsc#1207270 jsc#ped-4567).
- locking/rwsem: always try to wake waiters in out_nolock path (bsc#1207270 jsc#ped-4567).
- locking/rwsem: better collate rwsem_read_trylock() (bsc#1207270 jsc#ped-4567).
- locking/rwsem: conditionally wake waiters in reader/writer slowpaths (bsc#1207270 jsc#ped-4567).
- locking/rwsem: disable preemption for spinning region (bsc#1207270 jsc#ped-4567).
- locking/rwsem: disable preemption in all down_read*() and up_read() code paths (bsc#1207270 jsc#ped-4567).
- locking/rwsem: disable preemption in all down_write*() and up_write() code paths (bsc#1207270 jsc#ped-4567).
- locking/rwsem: disable preemption while trying for rwsem lock (bsc#1207270 jsc#ped-4567).
- locking/rwsem: enable reader optimistic lock stealing (bsc#1207270 jsc#ped-4567).
- locking/rwsem: fix comment typo (bsc#1207270 jsc#ped-4567).
- locking/rwsem: fix comments about reader optimistic lock stealing conditions (bsc#1207270 jsc#ped-4567).
- locking/rwsem: fold __down_{read,write}*() (bsc#1207270 jsc#ped-4567).
- locking/rwsem: introduce rwsem_write_trylock() (bsc#1207270 jsc#ped-4567).
- locking/rwsem: make handoff bit handling more consistent (bsc#1207270 jsc#ped-4567).
- locking/rwsem: no need to check for handoff bit if wait queue empty (bsc#1207270 jsc#ped-4567).
- locking/rwsem: optimize down_read_trylock() under highly contended case (bsc#1207270 jsc#ped-4567).
- locking/rwsem: pass the current atomic count to rwsem_down_read_slowpath() (bsc#1207270 jsc#ped-4567).
- locking/rwsem: prevent non-first waiter from spinning in down_write() slowpath (bsc#1207270 jsc#ped-4567).
- locking/rwsem: prevent potential lock starvation (bsc#1207270 jsc#ped-4567).
- locking/rwsem: remove an unused parameter of rwsem_wake() (bsc#1207270 jsc#ped-4567).
- locking/rwsem: remove reader optimistic spinning (bsc#1207270 jsc#ped-4567).
- locking: add missing __sched attributes (bsc#1207270 jsc#ped-4567).
- locking: remove rcu_read_{,un}lock() for preempt_{dis,en}able() (bsc#1207270 jsc#ped-4567).
- net/sched: sch_qfq: refactor parsing of netlink parameters (bsc#1213585).
- net: mana: add support for vlan tagging (bsc#1212301).
- ocfs2: fix a deadlock when commit trans (bsc#1199304).
- ocfs2: fix defrag path triggering jbd2 assert (bsc#1199304).
- ocfs2: fix race between searching chunks and release journal_head from buffer_head (bsc#1199304).
- remove more packaging cruft for sle &amp;lt; 12 sp3
- rpm/check-for-config-changes: ignore also pahole_has_* we now also have options like config_pahole_has_lang_exclude.
- rpm/check-for-config-changes: ignore also riscv_isa_* and dynamic_sigframe they depend on config_toolchain_has_*.
- rwsem: implement down_read_interruptible (bsc#1207270 jsc#ped-4567).
- rwsem: implement down_read_killable_nested (bsc#1207270 jsc#ped-4567).
- ubi: ensure that vid header offset + vid header size &amp;lt;= alloc, size (bsc#1210584).
- ubi: fix failure attaching when vid_hdr offset equals to (sub)page size (bsc#1210584).
- usrmerge: adjust module path in the kernel sources (bsc#1212835).
- x86/cpu: switch to arch_cpu_finalize_init() (bsc#1206418).
- x86/fpu: remove cpuinfo argument from init functions (bsc#1206418).
- x86/microcode/AMD: Make stub function static inline (bsc#1213868).
</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">Container suse/sle-micro-rancher/5.2:latest-2023-3391,Image SLES15-SP3-BYOS-Azure-2023-3391,Image SLES15-SP3-BYOS-EC2-HVM-2023-3391,Image SLES15-SP3-BYOS-GCE-2023-3391,Image SLES15-SP3-CHOST-BYOS-Aliyun-2023-3391,Image SLES15-SP3-CHOST-BYOS-Azure-2023-3391,Image SLES15-SP3-CHOST-BYOS-EC2-2023-3391,Image SLES15-SP3-CHOST-BYOS-GCE-2023-3391,Image SLES15-SP3-CHOST-BYOS-SAP-CCloud-2023-3391,Image SLES15-SP3-HPC-BYOS-Azure-2023-3391,Image SLES15-SP3-HPC-BYOS-EC2-HVM-2023-3391,Image SLES15-SP3-HPC-BYOS-GCE-2023-3391,Image SLES15-SP3-Manager-4-2-Proxy-BYOS-Azure-2023-3391,Image SLES15-SP3-Manager-4-2-Proxy-BYOS-EC2-HVM-2023-3391,Image SLES15-SP3-Manager-4-2-Proxy-BYOS-GCE-2023-3391,Image SLES15-SP3-Manager-4-2-Server-BYOS-Azure-2023-3391,Image SLES15-SP3-Manager-4-2-Server-BYOS-EC2-HVM-2023-3391,Image SLES15-SP3-Manager-4-2-Server-BYOS-GCE-2023-3391,Image SLES15-SP3-Micro-5-1-BYOS-Azure-2023-3391,Image SLES15-SP3-Micro-5-1-BYOS-EC2-HVM-2023-3391,Image SLES15-SP3-Micro-5-1-BYOS-GCE-2023-3391,Image SLES15-SP3-Micro-5-2-BYOS-Azure-2023-3391,Image SLES15-SP3-Micro-5-2-BYOS-EC2-HVM-2023-3391,Image SLES15-SP3-Micro-5-2-BYOS-GCE-2023-3391,Image SLES15-SP3-SAP-Azure-LI-BYOS-Production-2023-3391,Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production-2023-3391,Image SLES15-SP3-SAP-BYOS-Azure-2023-3391,Image SLES15-SP3-SAP-BYOS-EC2-HVM-2023-3391,Image SLES15-SP3-SAP-BYOS-GCE-2023-3391,Image SLES15-SP3-SAPCAL-Azure-2023-3391,Image SLES15-SP3-SAPCAL-EC2-HVM-2023-3391,Image SLES15-SP3-SAPCAL-GCE-2023-3391,SUSE-2023-3391,SUSE-SLE-Module-Live-Patching-15-SP3-2023-3391,SUSE-SLE-Product-HA-15-SP3-2023-3391,SUSE-SLE-Product-HPC-15-SP3-ESPOS-2023-3391,SUSE-SLE-Product-HPC-15-SP3-LTSS-2023-3391,SUSE-SLE-Product-SLES-15-SP3-LTSS-2023-3391,SUSE-SLE-Product-SLES_SAP-15-SP3-2023-3391,SUSE-SLE-Product-SUSE-Manager-Proxy-4.2-2023-3391,SUSE-SLE-Product-SUSE-Manager-Server-4.2-2023-3391,SUSE-SUSE-MicroOS-5.1-2023-3391,SUSE-SUSE-MicroOS-5.2-2023-3391,SUSE-Storage-7.1-2023-3391,openSUSE-SLE-15.4-2023-3391</Note>
  </DocumentNotes>
  <DocumentDistribution xml:lang="en">Copyright SUSE LLC under the Creative Commons License 4.0 with Attribution (CC-BY-4.0)</DocumentDistribution>
  <DocumentReferences>
    <Reference Type="Self">
      <URL>https://www.suse.com/support/update/announcement/2023/suse-su-20233391-1/</URL>
      <Description>Link for SUSE-SU-2023:3391-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-updates/2023-August/031135.html</URL>
      <Description>E-Mail link for SUSE-SU-2023:3391-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/1199304</URL>
      <Description>SUSE Bug 1199304</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1206418</URL>
      <Description>SUSE Bug 1206418</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1207270</URL>
      <Description>SUSE Bug 1207270</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1210584</URL>
      <Description>SUSE Bug 1210584</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1211131</URL>
      <Description>SUSE Bug 1211131</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1211738</URL>
      <Description>SUSE Bug 1211738</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1211867</URL>
      <Description>SUSE Bug 1211867</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1212301</URL>
      <Description>SUSE Bug 1212301</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1212741</URL>
      <Description>SUSE Bug 1212741</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1212835</URL>
      <Description>SUSE Bug 1212835</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1212846</URL>
      <Description>SUSE Bug 1212846</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1213059</URL>
      <Description>SUSE Bug 1213059</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1213061</URL>
      <Description>SUSE Bug 1213061</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1213167</URL>
      <Description>SUSE Bug 1213167</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1213245</URL>
      <Description>SUSE Bug 1213245</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1213286</URL>
      <Description>SUSE Bug 1213286</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1213287</URL>
      <Description>SUSE Bug 1213287</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1213354</URL>
      <Description>SUSE Bug 1213354</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1213543</URL>
      <Description>SUSE Bug 1213543</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1213585</URL>
      <Description>SUSE Bug 1213585</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1213586</URL>
      <Description>SUSE Bug 1213586</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1213588</URL>
      <Description>SUSE Bug 1213588</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1213653</URL>
      <Description>SUSE Bug 1213653</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1213868</URL>
      <Description>SUSE Bug 1213868</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2022-40982/</URL>
      <Description>SUSE CVE CVE-2022-40982 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2023-0459/</URL>
      <Description>SUSE CVE CVE-2023-0459 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2023-20569/</URL>
      <Description>SUSE CVE CVE-2023-20569 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2023-20593/</URL>
      <Description>SUSE CVE CVE-2023-20593 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2023-2156/</URL>
      <Description>SUSE CVE CVE-2023-2156 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2023-2985/</URL>
      <Description>SUSE CVE CVE-2023-2985 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2023-3117/</URL>
      <Description>SUSE CVE CVE-2023-3117 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2023-31248/</URL>
      <Description>SUSE CVE CVE-2023-31248 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2023-3390/</URL>
      <Description>SUSE CVE CVE-2023-3390 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2023-35001/</URL>
      <Description>SUSE CVE CVE-2023-35001 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2023-3567/</URL>
      <Description>SUSE CVE CVE-2023-3567 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2023-3609/</URL>
      <Description>SUSE CVE CVE-2023-3609 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2023-3611/</URL>
      <Description>SUSE CVE CVE-2023-3611 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2023-3776/</URL>
      <Description>SUSE CVE CVE-2023-3776 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2023-3812/</URL>
      <Description>SUSE CVE CVE-2023-3812 page</Description>
    </Reference>
  </DocumentReferences>
  <ProductTree xmlns="http://www.icasi.org/CVRF/schema/prod/1.1">
    <Branch Type="Product Family" Name="Container suse/sle-micro-rancher/5.2:latest">
      <Branch Type="Product Name" Name="Container suse/sle-micro-rancher/5.2:latest">
        <FullProductName ProductID="Container suse/sle-micro-rancher/5.2:latest">Container suse/sle-micro-rancher/5.2:latest</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP3-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP3-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP3-BYOS-Azure">Image SLES15-SP3-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP3-BYOS-EC2-HVM">
      <Branch Type="Product Name" Name="Image SLES15-SP3-BYOS-EC2-HVM">
        <FullProductName ProductID="Image SLES15-SP3-BYOS-EC2-HVM">Image SLES15-SP3-BYOS-EC2-HVM</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP3-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP3-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP3-BYOS-GCE">Image SLES15-SP3-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP3-CHOST-BYOS-Aliyun">
      <Branch Type="Product Name" Name="Image SLES15-SP3-CHOST-BYOS-Aliyun">
        <FullProductName ProductID="Image SLES15-SP3-CHOST-BYOS-Aliyun">Image SLES15-SP3-CHOST-BYOS-Aliyun</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP3-CHOST-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP3-CHOST-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP3-CHOST-BYOS-Azure">Image SLES15-SP3-CHOST-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP3-CHOST-BYOS-EC2">
      <Branch Type="Product Name" Name="Image SLES15-SP3-CHOST-BYOS-EC2">
        <FullProductName ProductID="Image SLES15-SP3-CHOST-BYOS-EC2">Image SLES15-SP3-CHOST-BYOS-EC2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP3-CHOST-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP3-CHOST-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP3-CHOST-BYOS-GCE">Image SLES15-SP3-CHOST-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP3-CHOST-BYOS-SAP-CCloud">
      <Branch Type="Product Name" Name="Image SLES15-SP3-CHOST-BYOS-SAP-CCloud">
        <FullProductName ProductID="Image SLES15-SP3-CHOST-BYOS-SAP-CCloud">Image SLES15-SP3-CHOST-BYOS-SAP-CCloud</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP3-HPC-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP3-HPC-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP3-HPC-BYOS-Azure">Image SLES15-SP3-HPC-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP3-HPC-BYOS-EC2-HVM">
      <Branch Type="Product Name" Name="Image SLES15-SP3-HPC-BYOS-EC2-HVM">
        <FullProductName ProductID="Image SLES15-SP3-HPC-BYOS-EC2-HVM">Image SLES15-SP3-HPC-BYOS-EC2-HVM</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP3-HPC-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP3-HPC-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP3-HPC-BYOS-GCE">Image SLES15-SP3-HPC-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP3-Manager-4-2-Proxy-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP3-Manager-4-2-Proxy-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP3-Manager-4-2-Proxy-BYOS-Azure">Image SLES15-SP3-Manager-4-2-Proxy-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP3-Manager-4-2-Proxy-BYOS-EC2-HVM">
      <Branch Type="Product Name" Name="Image SLES15-SP3-Manager-4-2-Proxy-BYOS-EC2-HVM">
        <FullProductName ProductID="Image SLES15-SP3-Manager-4-2-Proxy-BYOS-EC2-HVM">Image SLES15-SP3-Manager-4-2-Proxy-BYOS-EC2-HVM</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP3-Manager-4-2-Proxy-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP3-Manager-4-2-Proxy-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP3-Manager-4-2-Proxy-BYOS-GCE">Image SLES15-SP3-Manager-4-2-Proxy-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP3-Manager-4-2-Server-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP3-Manager-4-2-Server-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP3-Manager-4-2-Server-BYOS-Azure">Image SLES15-SP3-Manager-4-2-Server-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP3-Manager-4-2-Server-BYOS-EC2-HVM">
      <Branch Type="Product Name" Name="Image SLES15-SP3-Manager-4-2-Server-BYOS-EC2-HVM">
        <FullProductName ProductID="Image SLES15-SP3-Manager-4-2-Server-BYOS-EC2-HVM">Image SLES15-SP3-Manager-4-2-Server-BYOS-EC2-HVM</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP3-Manager-4-2-Server-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP3-Manager-4-2-Server-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP3-Manager-4-2-Server-BYOS-GCE">Image SLES15-SP3-Manager-4-2-Server-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP3-Micro-5-1-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP3-Micro-5-1-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP3-Micro-5-1-BYOS-Azure">Image SLES15-SP3-Micro-5-1-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP3-Micro-5-1-BYOS-EC2-HVM">
      <Branch Type="Product Name" Name="Image SLES15-SP3-Micro-5-1-BYOS-EC2-HVM">
        <FullProductName ProductID="Image SLES15-SP3-Micro-5-1-BYOS-EC2-HVM">Image SLES15-SP3-Micro-5-1-BYOS-EC2-HVM</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP3-Micro-5-1-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP3-Micro-5-1-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP3-Micro-5-1-BYOS-GCE">Image SLES15-SP3-Micro-5-1-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP3-Micro-5-2-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP3-Micro-5-2-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP3-Micro-5-2-BYOS-Azure">Image SLES15-SP3-Micro-5-2-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP3-Micro-5-2-BYOS-EC2-HVM">
      <Branch Type="Product Name" Name="Image SLES15-SP3-Micro-5-2-BYOS-EC2-HVM">
        <FullProductName ProductID="Image SLES15-SP3-Micro-5-2-BYOS-EC2-HVM">Image SLES15-SP3-Micro-5-2-BYOS-EC2-HVM</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP3-Micro-5-2-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP3-Micro-5-2-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP3-Micro-5-2-BYOS-GCE">Image SLES15-SP3-Micro-5-2-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP3-SAP-Azure-LI-BYOS-Production">
      <Branch Type="Product Name" Name="Image SLES15-SP3-SAP-Azure-LI-BYOS-Production">
        <FullProductName ProductID="Image SLES15-SP3-SAP-Azure-LI-BYOS-Production">Image SLES15-SP3-SAP-Azure-LI-BYOS-Production</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production">
      <Branch Type="Product Name" Name="Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production">
        <FullProductName ProductID="Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production">Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP3-SAP-BYOS-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP3-SAP-BYOS-Azure">
        <FullProductName ProductID="Image SLES15-SP3-SAP-BYOS-Azure">Image SLES15-SP3-SAP-BYOS-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP3-SAP-BYOS-EC2-HVM">
      <Branch Type="Product Name" Name="Image SLES15-SP3-SAP-BYOS-EC2-HVM">
        <FullProductName ProductID="Image SLES15-SP3-SAP-BYOS-EC2-HVM">Image SLES15-SP3-SAP-BYOS-EC2-HVM</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP3-SAP-BYOS-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP3-SAP-BYOS-GCE">
        <FullProductName ProductID="Image SLES15-SP3-SAP-BYOS-GCE">Image SLES15-SP3-SAP-BYOS-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP3-SAPCAL-Azure">
      <Branch Type="Product Name" Name="Image SLES15-SP3-SAPCAL-Azure">
        <FullProductName ProductID="Image SLES15-SP3-SAPCAL-Azure">Image SLES15-SP3-SAPCAL-Azure</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP3-SAPCAL-EC2-HVM">
      <Branch Type="Product Name" Name="Image SLES15-SP3-SAPCAL-EC2-HVM">
        <FullProductName ProductID="Image SLES15-SP3-SAPCAL-EC2-HVM">Image SLES15-SP3-SAPCAL-EC2-HVM</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="Image SLES15-SP3-SAPCAL-GCE">
      <Branch Type="Product Name" Name="Image SLES15-SP3-SAPCAL-GCE">
        <FullProductName ProductID="Image SLES15-SP3-SAPCAL-GCE">Image SLES15-SP3-SAPCAL-GCE</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Enterprise Storage 7.1">
      <Branch Type="Product Name" Name="SUSE Enterprise Storage 7.1">
        <FullProductName ProductID="SUSE Enterprise Storage 7.1" CPE="cpe:/o:suse:ses:7.1">SUSE Enterprise Storage 7.1</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise High Availability Extension 15 SP3">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise High Availability Extension 15 SP3">
        <FullProductName ProductID="SUSE Linux Enterprise High Availability Extension 15 SP3" CPE="cpe:/o:suse:sle-ha:15:sp3">SUSE Linux Enterprise High Availability Extension 15 SP3</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS">
        <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS" CPE="cpe:/o:suse:sle_hpc-espos:15:sp3">SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
        <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" CPE="cpe:/o:suse:sle_hpc-ltss:15:sp3">SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Live Patching 15 SP3">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Live Patching 15 SP3">
        <FullProductName ProductID="SUSE Linux Enterprise Live Patching 15 SP3" CPE="cpe:/o:suse:sle-module-live-patching:15:sp3">SUSE Linux Enterprise Live Patching 15 SP3</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Micro 5.1">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Micro 5.1">
        <FullProductName ProductID="SUSE Linux Enterprise Micro 5.1" CPE="cpe:/o:suse:suse-microos:5.1">SUSE Linux Enterprise Micro 5.1</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Micro 5.2">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Micro 5.2">
        <FullProductName ProductID="SUSE Linux Enterprise Micro 5.2" CPE="cpe:/o:suse:suse-microos:5.2">SUSE Linux Enterprise Micro 5.2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server 15 SP3-LTSS">
        <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS" CPE="cpe:/o:suse:sles-ltss:15:sp3">SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
        <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP3" CPE="cpe:/o:suse:sles_sap:15:sp3">SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Manager Proxy 4.2">
      <Branch Type="Product Name" Name="SUSE Manager Proxy 4.2">
        <FullProductName ProductID="SUSE Manager Proxy 4.2" CPE="cpe:/o:suse:suse-manager-proxy:4.2">SUSE Manager Proxy 4.2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Manager Server 4.2">
      <Branch Type="Product Name" Name="SUSE Manager Server 4.2">
        <FullProductName ProductID="SUSE Manager Server 4.2" CPE="cpe:/o:suse:suse-manager-server:4.2">SUSE Manager Server 4.2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="openSUSE Leap 15.4">
      <Branch Type="Product Name" Name="openSUSE Leap 15.4">
        <FullProductName ProductID="openSUSE Leap 15.4" CPE="cpe:/o:opensuse:leap:15.4">openSUSE Leap 15.4</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Version" Name="kernel-default-5.3.18-150300.59.130.1">
      <FullProductName ProductID="kernel-default-5.3.18-150300.59.130.1">kernel-default-5.3.18-150300.59.130.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="cluster-md-kmp-default-5.3.18-150300.59.130.1">
      <FullProductName ProductID="cluster-md-kmp-default-5.3.18-150300.59.130.1">cluster-md-kmp-default-5.3.18-150300.59.130.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="dlm-kmp-default-5.3.18-150300.59.130.1">
      <FullProductName ProductID="dlm-kmp-default-5.3.18-150300.59.130.1">dlm-kmp-default-5.3.18-150300.59.130.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gfs2-kmp-default-5.3.18-150300.59.130.1">
      <FullProductName ProductID="gfs2-kmp-default-5.3.18-150300.59.130.1">gfs2-kmp-default-5.3.18-150300.59.130.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="ocfs2-kmp-default-5.3.18-150300.59.130.1">
      <FullProductName ProductID="ocfs2-kmp-default-5.3.18-150300.59.130.1">ocfs2-kmp-default-5.3.18-150300.59.130.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="cluster-md-kmp-64kb-5.3.18-150300.59.130.1">
      <FullProductName ProductID="cluster-md-kmp-64kb-5.3.18-150300.59.130.1">cluster-md-kmp-64kb-5.3.18-150300.59.130.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="cluster-md-kmp-preempt-5.3.18-150300.59.130.1">
      <FullProductName ProductID="cluster-md-kmp-preempt-5.3.18-150300.59.130.1">cluster-md-kmp-preempt-5.3.18-150300.59.130.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="dlm-kmp-64kb-5.3.18-150300.59.130.1">
      <FullProductName ProductID="dlm-kmp-64kb-5.3.18-150300.59.130.1">dlm-kmp-64kb-5.3.18-150300.59.130.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="dlm-kmp-preempt-5.3.18-150300.59.130.1">
      <FullProductName ProductID="dlm-kmp-preempt-5.3.18-150300.59.130.1">dlm-kmp-preempt-5.3.18-150300.59.130.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="dtb-al-5.3.18-150300.59.130.1">
      <FullProductName ProductID="dtb-al-5.3.18-150300.59.130.1">dtb-al-5.3.18-150300.59.130.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="dtb-allwinner-5.3.18-150300.59.130.1">
      <FullProductName ProductID="dtb-allwinner-5.3.18-150300.59.130.1">dtb-allwinner-5.3.18-150300.59.130.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="dtb-altera-5.3.18-150300.59.130.1">
      <FullProductName ProductID="dtb-altera-5.3.18-150300.59.130.1">dtb-altera-5.3.18-150300.59.130.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="dtb-amd-5.3.18-150300.59.130.1">
      <FullProductName ProductID="dtb-amd-5.3.18-150300.59.130.1">dtb-amd-5.3.18-150300.59.130.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="dtb-amlogic-5.3.18-150300.59.130.1">
      <FullProductName ProductID="dtb-amlogic-5.3.18-150300.59.130.1">dtb-amlogic-5.3.18-150300.59.130.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="dtb-apm-5.3.18-150300.59.130.1">
      <FullProductName ProductID="dtb-apm-5.3.18-150300.59.130.1">dtb-apm-5.3.18-150300.59.130.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="dtb-arm-5.3.18-150300.59.130.1">
      <FullProductName ProductID="dtb-arm-5.3.18-150300.59.130.1">dtb-arm-5.3.18-150300.59.130.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="dtb-broadcom-5.3.18-150300.59.130.1">
      <FullProductName ProductID="dtb-broadcom-5.3.18-150300.59.130.1">dtb-broadcom-5.3.18-150300.59.130.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="dtb-cavium-5.3.18-150300.59.130.1">
      <FullProductName ProductID="dtb-cavium-5.3.18-150300.59.130.1">dtb-cavium-5.3.18-150300.59.130.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="dtb-exynos-5.3.18-150300.59.130.1">
      <FullProductName ProductID="dtb-exynos-5.3.18-150300.59.130.1">dtb-exynos-5.3.18-150300.59.130.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="dtb-freescale-5.3.18-150300.59.130.1">
      <FullProductName ProductID="dtb-freescale-5.3.18-150300.59.130.1">dtb-freescale-5.3.18-150300.59.130.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="dtb-hisilicon-5.3.18-150300.59.130.1">
      <FullProductName ProductID="dtb-hisilicon-5.3.18-150300.59.130.1">dtb-hisilicon-5.3.18-150300.59.130.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="dtb-lg-5.3.18-150300.59.130.1">
      <FullProductName ProductID="dtb-lg-5.3.18-150300.59.130.1">dtb-lg-5.3.18-150300.59.130.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="dtb-marvell-5.3.18-150300.59.130.1">
      <FullProductName ProductID="dtb-marvell-5.3.18-150300.59.130.1">dtb-marvell-5.3.18-150300.59.130.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="dtb-mediatek-5.3.18-150300.59.130.1">
      <FullProductName ProductID="dtb-mediatek-5.3.18-150300.59.130.1">dtb-mediatek-5.3.18-150300.59.130.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="dtb-nvidia-5.3.18-150300.59.130.1">
      <FullProductName ProductID="dtb-nvidia-5.3.18-150300.59.130.1">dtb-nvidia-5.3.18-150300.59.130.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="dtb-qcom-5.3.18-150300.59.130.1">
      <FullProductName ProductID="dtb-qcom-5.3.18-150300.59.130.1">dtb-qcom-5.3.18-150300.59.130.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="dtb-renesas-5.3.18-150300.59.130.1">
      <FullProductName ProductID="dtb-renesas-5.3.18-150300.59.130.1">dtb-renesas-5.3.18-150300.59.130.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="dtb-rockchip-5.3.18-150300.59.130.1">
      <FullProductName ProductID="dtb-rockchip-5.3.18-150300.59.130.1">dtb-rockchip-5.3.18-150300.59.130.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="dtb-socionext-5.3.18-150300.59.130.1">
      <FullProductName ProductID="dtb-socionext-5.3.18-150300.59.130.1">dtb-socionext-5.3.18-150300.59.130.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="dtb-sprd-5.3.18-150300.59.130.1">
      <FullProductName ProductID="dtb-sprd-5.3.18-150300.59.130.1">dtb-sprd-5.3.18-150300.59.130.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="dtb-xilinx-5.3.18-150300.59.130.1">
      <FullProductName ProductID="dtb-xilinx-5.3.18-150300.59.130.1">dtb-xilinx-5.3.18-150300.59.130.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="dtb-zte-5.3.18-150300.59.130.1">
      <FullProductName ProductID="dtb-zte-5.3.18-150300.59.130.1">dtb-zte-5.3.18-150300.59.130.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gfs2-kmp-64kb-5.3.18-150300.59.130.1">
      <FullProductName ProductID="gfs2-kmp-64kb-5.3.18-150300.59.130.1">gfs2-kmp-64kb-5.3.18-150300.59.130.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="gfs2-kmp-preempt-5.3.18-150300.59.130.1">
      <FullProductName ProductID="gfs2-kmp-preempt-5.3.18-150300.59.130.1">gfs2-kmp-preempt-5.3.18-150300.59.130.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-64kb-5.3.18-150300.59.130.1">
      <FullProductName ProductID="kernel-64kb-5.3.18-150300.59.130.1">kernel-64kb-5.3.18-150300.59.130.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-64kb-devel-5.3.18-150300.59.130.1">
      <FullProductName ProductID="kernel-64kb-devel-5.3.18-150300.59.130.1">kernel-64kb-devel-5.3.18-150300.59.130.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-64kb-extra-5.3.18-150300.59.130.1">
      <FullProductName ProductID="kernel-64kb-extra-5.3.18-150300.59.130.1">kernel-64kb-extra-5.3.18-150300.59.130.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-64kb-livepatch-devel-5.3.18-150300.59.130.1">
      <FullProductName ProductID="kernel-64kb-livepatch-devel-5.3.18-150300.59.130.1">kernel-64kb-livepatch-devel-5.3.18-150300.59.130.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-64kb-optional-5.3.18-150300.59.130.1">
      <FullProductName ProductID="kernel-64kb-optional-5.3.18-150300.59.130.1">kernel-64kb-optional-5.3.18-150300.59.130.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-debug-5.3.18-150300.59.130.1">
      <FullProductName ProductID="kernel-debug-5.3.18-150300.59.130.1">kernel-debug-5.3.18-150300.59.130.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-debug-devel-5.3.18-150300.59.130.1">
      <FullProductName ProductID="kernel-debug-devel-5.3.18-150300.59.130.1">kernel-debug-devel-5.3.18-150300.59.130.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-debug-livepatch-devel-5.3.18-150300.59.130.1">
      <FullProductName ProductID="kernel-debug-livepatch-devel-5.3.18-150300.59.130.1">kernel-debug-livepatch-devel-5.3.18-150300.59.130.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1">
      <FullProductName ProductID="kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1">kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-default-base-rebuild-5.3.18-150300.59.130.1.150300.18.76.1">
      <FullProductName ProductID="kernel-default-base-rebuild-5.3.18-150300.59.130.1.150300.18.76.1">kernel-default-base-rebuild-5.3.18-150300.59.130.1.150300.18.76.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-default-devel-5.3.18-150300.59.130.1">
      <FullProductName ProductID="kernel-default-devel-5.3.18-150300.59.130.1">kernel-default-devel-5.3.18-150300.59.130.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-default-extra-5.3.18-150300.59.130.1">
      <FullProductName ProductID="kernel-default-extra-5.3.18-150300.59.130.1">kernel-default-extra-5.3.18-150300.59.130.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-default-livepatch-5.3.18-150300.59.130.1">
      <FullProductName ProductID="kernel-default-livepatch-5.3.18-150300.59.130.1">kernel-default-livepatch-5.3.18-150300.59.130.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-default-livepatch-devel-5.3.18-150300.59.130.1">
      <FullProductName ProductID="kernel-default-livepatch-devel-5.3.18-150300.59.130.1">kernel-default-livepatch-devel-5.3.18-150300.59.130.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-default-optional-5.3.18-150300.59.130.1">
      <FullProductName ProductID="kernel-default-optional-5.3.18-150300.59.130.1">kernel-default-optional-5.3.18-150300.59.130.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-devel-5.3.18-150300.59.130.1">
      <FullProductName ProductID="kernel-devel-5.3.18-150300.59.130.1">kernel-devel-5.3.18-150300.59.130.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-docs-5.3.18-150300.59.130.1">
      <FullProductName ProductID="kernel-docs-5.3.18-150300.59.130.1">kernel-docs-5.3.18-150300.59.130.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-docs-html-5.3.18-150300.59.130.1">
      <FullProductName ProductID="kernel-docs-html-5.3.18-150300.59.130.1">kernel-docs-html-5.3.18-150300.59.130.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-kvmsmall-5.3.18-150300.59.130.1">
      <FullProductName ProductID="kernel-kvmsmall-5.3.18-150300.59.130.1">kernel-kvmsmall-5.3.18-150300.59.130.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-kvmsmall-devel-5.3.18-150300.59.130.1">
      <FullProductName ProductID="kernel-kvmsmall-devel-5.3.18-150300.59.130.1">kernel-kvmsmall-devel-5.3.18-150300.59.130.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-kvmsmall-livepatch-devel-5.3.18-150300.59.130.1">
      <FullProductName ProductID="kernel-kvmsmall-livepatch-devel-5.3.18-150300.59.130.1">kernel-kvmsmall-livepatch-devel-5.3.18-150300.59.130.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-livepatch-5_3_18-150300_59_130-default-1-150300.7.3.1">
      <FullProductName ProductID="kernel-livepatch-5_3_18-150300_59_130-default-1-150300.7.3.1">kernel-livepatch-5_3_18-150300_59_130-default-1-150300.7.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-livepatch-5_3_18-150300_59_130-preempt-1-150300.7.3.1">
      <FullProductName ProductID="kernel-livepatch-5_3_18-150300_59_130-preempt-1-150300.7.3.1">kernel-livepatch-5_3_18-150300_59_130-preempt-1-150300.7.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-macros-5.3.18-150300.59.130.1">
      <FullProductName ProductID="kernel-macros-5.3.18-150300.59.130.1">kernel-macros-5.3.18-150300.59.130.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-obs-build-5.3.18-150300.59.130.1">
      <FullProductName ProductID="kernel-obs-build-5.3.18-150300.59.130.1">kernel-obs-build-5.3.18-150300.59.130.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-obs-qa-5.3.18-150300.59.130.1">
      <FullProductName ProductID="kernel-obs-qa-5.3.18-150300.59.130.1">kernel-obs-qa-5.3.18-150300.59.130.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-preempt-5.3.18-150300.59.130.1">
      <FullProductName ProductID="kernel-preempt-5.3.18-150300.59.130.1">kernel-preempt-5.3.18-150300.59.130.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-preempt-devel-5.3.18-150300.59.130.1">
      <FullProductName ProductID="kernel-preempt-devel-5.3.18-150300.59.130.1">kernel-preempt-devel-5.3.18-150300.59.130.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-preempt-extra-5.3.18-150300.59.130.1">
      <FullProductName ProductID="kernel-preempt-extra-5.3.18-150300.59.130.1">kernel-preempt-extra-5.3.18-150300.59.130.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-preempt-livepatch-devel-5.3.18-150300.59.130.1">
      <FullProductName ProductID="kernel-preempt-livepatch-devel-5.3.18-150300.59.130.1">kernel-preempt-livepatch-devel-5.3.18-150300.59.130.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-preempt-optional-5.3.18-150300.59.130.1">
      <FullProductName ProductID="kernel-preempt-optional-5.3.18-150300.59.130.1">kernel-preempt-optional-5.3.18-150300.59.130.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-source-5.3.18-150300.59.130.1">
      <FullProductName ProductID="kernel-source-5.3.18-150300.59.130.1">kernel-source-5.3.18-150300.59.130.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-source-vanilla-5.3.18-150300.59.130.1">
      <FullProductName ProductID="kernel-source-vanilla-5.3.18-150300.59.130.1">kernel-source-vanilla-5.3.18-150300.59.130.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-syms-5.3.18-150300.59.130.1">
      <FullProductName ProductID="kernel-syms-5.3.18-150300.59.130.1">kernel-syms-5.3.18-150300.59.130.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-zfcpdump-5.3.18-150300.59.130.1">
      <FullProductName ProductID="kernel-zfcpdump-5.3.18-150300.59.130.1">kernel-zfcpdump-5.3.18-150300.59.130.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kselftests-kmp-64kb-5.3.18-150300.59.130.1">
      <FullProductName ProductID="kselftests-kmp-64kb-5.3.18-150300.59.130.1">kselftests-kmp-64kb-5.3.18-150300.59.130.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kselftests-kmp-default-5.3.18-150300.59.130.1">
      <FullProductName ProductID="kselftests-kmp-default-5.3.18-150300.59.130.1">kselftests-kmp-default-5.3.18-150300.59.130.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kselftests-kmp-preempt-5.3.18-150300.59.130.1">
      <FullProductName ProductID="kselftests-kmp-preempt-5.3.18-150300.59.130.1">kselftests-kmp-preempt-5.3.18-150300.59.130.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="ocfs2-kmp-64kb-5.3.18-150300.59.130.1">
      <FullProductName ProductID="ocfs2-kmp-64kb-5.3.18-150300.59.130.1">ocfs2-kmp-64kb-5.3.18-150300.59.130.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="ocfs2-kmp-preempt-5.3.18-150300.59.130.1">
      <FullProductName ProductID="ocfs2-kmp-preempt-5.3.18-150300.59.130.1">ocfs2-kmp-preempt-5.3.18-150300.59.130.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="reiserfs-kmp-64kb-5.3.18-150300.59.130.1">
      <FullProductName ProductID="reiserfs-kmp-64kb-5.3.18-150300.59.130.1">reiserfs-kmp-64kb-5.3.18-150300.59.130.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="reiserfs-kmp-default-5.3.18-150300.59.130.1">
      <FullProductName ProductID="reiserfs-kmp-default-5.3.18-150300.59.130.1">reiserfs-kmp-default-5.3.18-150300.59.130.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="reiserfs-kmp-preempt-5.3.18-150300.59.130.1">
      <FullProductName ProductID="reiserfs-kmp-preempt-5.3.18-150300.59.130.1">reiserfs-kmp-preempt-5.3.18-150300.59.130.1</FullProductName>
    </Branch>
    <Relationship ProductReference="kernel-default-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="Container suse/sle-micro-rancher/5.2:latest">
      <FullProductName ProductID="Container suse/sle-micro-rancher/5.2:latest:kernel-default-5.3.18-150300.59.130.1">kernel-default-5.3.18-150300.59.130.1 as a component of Container suse/sle-micro-rancher/5.2:latest</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP3-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1">kernel-default-5.3.18-150300.59.130.1 as a component of Image SLES15-SP3-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-BYOS-EC2-HVM">
      <FullProductName ProductID="Image SLES15-SP3-BYOS-EC2-HVM:kernel-default-5.3.18-150300.59.130.1">kernel-default-5.3.18-150300.59.130.1 as a component of Image SLES15-SP3-BYOS-EC2-HVM</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP3-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1">kernel-default-5.3.18-150300.59.130.1 as a component of Image SLES15-SP3-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-CHOST-BYOS-Aliyun">
      <FullProductName ProductID="Image SLES15-SP3-CHOST-BYOS-Aliyun:kernel-default-5.3.18-150300.59.130.1">kernel-default-5.3.18-150300.59.130.1 as a component of Image SLES15-SP3-CHOST-BYOS-Aliyun</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-CHOST-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP3-CHOST-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1">kernel-default-5.3.18-150300.59.130.1 as a component of Image SLES15-SP3-CHOST-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-CHOST-BYOS-EC2">
      <FullProductName ProductID="Image SLES15-SP3-CHOST-BYOS-EC2:kernel-default-5.3.18-150300.59.130.1">kernel-default-5.3.18-150300.59.130.1 as a component of Image SLES15-SP3-CHOST-BYOS-EC2</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-CHOST-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP3-CHOST-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1">kernel-default-5.3.18-150300.59.130.1 as a component of Image SLES15-SP3-CHOST-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-CHOST-BYOS-SAP-CCloud">
      <FullProductName ProductID="Image SLES15-SP3-CHOST-BYOS-SAP-CCloud:kernel-default-5.3.18-150300.59.130.1">kernel-default-5.3.18-150300.59.130.1 as a component of Image SLES15-SP3-CHOST-BYOS-SAP-CCloud</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-HPC-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP3-HPC-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1">kernel-default-5.3.18-150300.59.130.1 as a component of Image SLES15-SP3-HPC-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-HPC-BYOS-EC2-HVM">
      <FullProductName ProductID="Image SLES15-SP3-HPC-BYOS-EC2-HVM:kernel-default-5.3.18-150300.59.130.1">kernel-default-5.3.18-150300.59.130.1 as a component of Image SLES15-SP3-HPC-BYOS-EC2-HVM</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-HPC-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP3-HPC-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1">kernel-default-5.3.18-150300.59.130.1 as a component of Image SLES15-SP3-HPC-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-Manager-4-2-Proxy-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP3-Manager-4-2-Proxy-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1">kernel-default-5.3.18-150300.59.130.1 as a component of Image SLES15-SP3-Manager-4-2-Proxy-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-Manager-4-2-Proxy-BYOS-EC2-HVM">
      <FullProductName ProductID="Image SLES15-SP3-Manager-4-2-Proxy-BYOS-EC2-HVM:kernel-default-5.3.18-150300.59.130.1">kernel-default-5.3.18-150300.59.130.1 as a component of Image SLES15-SP3-Manager-4-2-Proxy-BYOS-EC2-HVM</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-Manager-4-2-Proxy-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP3-Manager-4-2-Proxy-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1">kernel-default-5.3.18-150300.59.130.1 as a component of Image SLES15-SP3-Manager-4-2-Proxy-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-Manager-4-2-Server-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP3-Manager-4-2-Server-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1">kernel-default-5.3.18-150300.59.130.1 as a component of Image SLES15-SP3-Manager-4-2-Server-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-Manager-4-2-Server-BYOS-EC2-HVM">
      <FullProductName ProductID="Image SLES15-SP3-Manager-4-2-Server-BYOS-EC2-HVM:kernel-default-5.3.18-150300.59.130.1">kernel-default-5.3.18-150300.59.130.1 as a component of Image SLES15-SP3-Manager-4-2-Server-BYOS-EC2-HVM</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-Manager-4-2-Server-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP3-Manager-4-2-Server-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1">kernel-default-5.3.18-150300.59.130.1 as a component of Image SLES15-SP3-Manager-4-2-Server-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-Micro-5-1-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP3-Micro-5-1-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1">kernel-default-5.3.18-150300.59.130.1 as a component of Image SLES15-SP3-Micro-5-1-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-Micro-5-1-BYOS-EC2-HVM">
      <FullProductName ProductID="Image SLES15-SP3-Micro-5-1-BYOS-EC2-HVM:kernel-default-5.3.18-150300.59.130.1">kernel-default-5.3.18-150300.59.130.1 as a component of Image SLES15-SP3-Micro-5-1-BYOS-EC2-HVM</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-Micro-5-1-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP3-Micro-5-1-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1">kernel-default-5.3.18-150300.59.130.1 as a component of Image SLES15-SP3-Micro-5-1-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-Micro-5-2-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP3-Micro-5-2-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1">kernel-default-5.3.18-150300.59.130.1 as a component of Image SLES15-SP3-Micro-5-2-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-Micro-5-2-BYOS-EC2-HVM">
      <FullProductName ProductID="Image SLES15-SP3-Micro-5-2-BYOS-EC2-HVM:kernel-default-5.3.18-150300.59.130.1">kernel-default-5.3.18-150300.59.130.1 as a component of Image SLES15-SP3-Micro-5-2-BYOS-EC2-HVM</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-Micro-5-2-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP3-Micro-5-2-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1">kernel-default-5.3.18-150300.59.130.1 as a component of Image SLES15-SP3-Micro-5-2-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="cluster-md-kmp-default-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-SAP-Azure-LI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:cluster-md-kmp-default-5.3.18-150300.59.130.1">cluster-md-kmp-default-5.3.18-150300.59.130.1 as a component of Image SLES15-SP3-SAP-Azure-LI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="dlm-kmp-default-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-SAP-Azure-LI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:dlm-kmp-default-5.3.18-150300.59.130.1">dlm-kmp-default-5.3.18-150300.59.130.1 as a component of Image SLES15-SP3-SAP-Azure-LI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="gfs2-kmp-default-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-SAP-Azure-LI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:gfs2-kmp-default-5.3.18-150300.59.130.1">gfs2-kmp-default-5.3.18-150300.59.130.1 as a component of Image SLES15-SP3-SAP-Azure-LI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-SAP-Azure-LI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:kernel-default-5.3.18-150300.59.130.1">kernel-default-5.3.18-150300.59.130.1 as a component of Image SLES15-SP3-SAP-Azure-LI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="ocfs2-kmp-default-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-SAP-Azure-LI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:ocfs2-kmp-default-5.3.18-150300.59.130.1">ocfs2-kmp-default-5.3.18-150300.59.130.1 as a component of Image SLES15-SP3-SAP-Azure-LI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="cluster-md-kmp-default-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:cluster-md-kmp-default-5.3.18-150300.59.130.1">cluster-md-kmp-default-5.3.18-150300.59.130.1 as a component of Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="dlm-kmp-default-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:dlm-kmp-default-5.3.18-150300.59.130.1">dlm-kmp-default-5.3.18-150300.59.130.1 as a component of Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="gfs2-kmp-default-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:gfs2-kmp-default-5.3.18-150300.59.130.1">gfs2-kmp-default-5.3.18-150300.59.130.1 as a component of Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:kernel-default-5.3.18-150300.59.130.1">kernel-default-5.3.18-150300.59.130.1 as a component of Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="ocfs2-kmp-default-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production">
      <FullProductName ProductID="Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:ocfs2-kmp-default-5.3.18-150300.59.130.1">ocfs2-kmp-default-5.3.18-150300.59.130.1 as a component of Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production</FullProductName>
    </Relationship>
    <Relationship ProductReference="cluster-md-kmp-default-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-SAP-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP3-SAP-BYOS-Azure:cluster-md-kmp-default-5.3.18-150300.59.130.1">cluster-md-kmp-default-5.3.18-150300.59.130.1 as a component of Image SLES15-SP3-SAP-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="dlm-kmp-default-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-SAP-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP3-SAP-BYOS-Azure:dlm-kmp-default-5.3.18-150300.59.130.1">dlm-kmp-default-5.3.18-150300.59.130.1 as a component of Image SLES15-SP3-SAP-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="gfs2-kmp-default-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-SAP-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP3-SAP-BYOS-Azure:gfs2-kmp-default-5.3.18-150300.59.130.1">gfs2-kmp-default-5.3.18-150300.59.130.1 as a component of Image SLES15-SP3-SAP-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-SAP-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP3-SAP-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1">kernel-default-5.3.18-150300.59.130.1 as a component of Image SLES15-SP3-SAP-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="ocfs2-kmp-default-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-SAP-BYOS-Azure">
      <FullProductName ProductID="Image SLES15-SP3-SAP-BYOS-Azure:ocfs2-kmp-default-5.3.18-150300.59.130.1">ocfs2-kmp-default-5.3.18-150300.59.130.1 as a component of Image SLES15-SP3-SAP-BYOS-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="cluster-md-kmp-default-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-SAP-BYOS-EC2-HVM">
      <FullProductName ProductID="Image SLES15-SP3-SAP-BYOS-EC2-HVM:cluster-md-kmp-default-5.3.18-150300.59.130.1">cluster-md-kmp-default-5.3.18-150300.59.130.1 as a component of Image SLES15-SP3-SAP-BYOS-EC2-HVM</FullProductName>
    </Relationship>
    <Relationship ProductReference="dlm-kmp-default-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-SAP-BYOS-EC2-HVM">
      <FullProductName ProductID="Image SLES15-SP3-SAP-BYOS-EC2-HVM:dlm-kmp-default-5.3.18-150300.59.130.1">dlm-kmp-default-5.3.18-150300.59.130.1 as a component of Image SLES15-SP3-SAP-BYOS-EC2-HVM</FullProductName>
    </Relationship>
    <Relationship ProductReference="gfs2-kmp-default-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-SAP-BYOS-EC2-HVM">
      <FullProductName ProductID="Image SLES15-SP3-SAP-BYOS-EC2-HVM:gfs2-kmp-default-5.3.18-150300.59.130.1">gfs2-kmp-default-5.3.18-150300.59.130.1 as a component of Image SLES15-SP3-SAP-BYOS-EC2-HVM</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-SAP-BYOS-EC2-HVM">
      <FullProductName ProductID="Image SLES15-SP3-SAP-BYOS-EC2-HVM:kernel-default-5.3.18-150300.59.130.1">kernel-default-5.3.18-150300.59.130.1 as a component of Image SLES15-SP3-SAP-BYOS-EC2-HVM</FullProductName>
    </Relationship>
    <Relationship ProductReference="ocfs2-kmp-default-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-SAP-BYOS-EC2-HVM">
      <FullProductName ProductID="Image SLES15-SP3-SAP-BYOS-EC2-HVM:ocfs2-kmp-default-5.3.18-150300.59.130.1">ocfs2-kmp-default-5.3.18-150300.59.130.1 as a component of Image SLES15-SP3-SAP-BYOS-EC2-HVM</FullProductName>
    </Relationship>
    <Relationship ProductReference="cluster-md-kmp-default-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-SAP-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP3-SAP-BYOS-GCE:cluster-md-kmp-default-5.3.18-150300.59.130.1">cluster-md-kmp-default-5.3.18-150300.59.130.1 as a component of Image SLES15-SP3-SAP-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="dlm-kmp-default-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-SAP-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP3-SAP-BYOS-GCE:dlm-kmp-default-5.3.18-150300.59.130.1">dlm-kmp-default-5.3.18-150300.59.130.1 as a component of Image SLES15-SP3-SAP-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="gfs2-kmp-default-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-SAP-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP3-SAP-BYOS-GCE:gfs2-kmp-default-5.3.18-150300.59.130.1">gfs2-kmp-default-5.3.18-150300.59.130.1 as a component of Image SLES15-SP3-SAP-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-SAP-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP3-SAP-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1">kernel-default-5.3.18-150300.59.130.1 as a component of Image SLES15-SP3-SAP-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="ocfs2-kmp-default-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-SAP-BYOS-GCE">
      <FullProductName ProductID="Image SLES15-SP3-SAP-BYOS-GCE:ocfs2-kmp-default-5.3.18-150300.59.130.1">ocfs2-kmp-default-5.3.18-150300.59.130.1 as a component of Image SLES15-SP3-SAP-BYOS-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-SAPCAL-Azure">
      <FullProductName ProductID="Image SLES15-SP3-SAPCAL-Azure:kernel-default-5.3.18-150300.59.130.1">kernel-default-5.3.18-150300.59.130.1 as a component of Image SLES15-SP3-SAPCAL-Azure</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-SAPCAL-EC2-HVM">
      <FullProductName ProductID="Image SLES15-SP3-SAPCAL-EC2-HVM:kernel-default-5.3.18-150300.59.130.1">kernel-default-5.3.18-150300.59.130.1 as a component of Image SLES15-SP3-SAPCAL-EC2-HVM</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="Image SLES15-SP3-SAPCAL-GCE">
      <FullProductName ProductID="Image SLES15-SP3-SAPCAL-GCE:kernel-default-5.3.18-150300.59.130.1">kernel-default-5.3.18-150300.59.130.1 as a component of Image SLES15-SP3-SAPCAL-GCE</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-64kb-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 7.1">
      <FullProductName ProductID="SUSE Enterprise Storage 7.1:kernel-64kb-5.3.18-150300.59.130.1">kernel-64kb-5.3.18-150300.59.130.1 as a component of SUSE Enterprise Storage 7.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-64kb-devel-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 7.1">
      <FullProductName ProductID="SUSE Enterprise Storage 7.1:kernel-64kb-devel-5.3.18-150300.59.130.1">kernel-64kb-devel-5.3.18-150300.59.130.1 as a component of SUSE Enterprise Storage 7.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 7.1">
      <FullProductName ProductID="SUSE Enterprise Storage 7.1:kernel-default-5.3.18-150300.59.130.1">kernel-default-5.3.18-150300.59.130.1 as a component of SUSE Enterprise Storage 7.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 7.1">
      <FullProductName ProductID="SUSE Enterprise Storage 7.1:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1">kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1 as a component of SUSE Enterprise Storage 7.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-devel-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 7.1">
      <FullProductName ProductID="SUSE Enterprise Storage 7.1:kernel-default-devel-5.3.18-150300.59.130.1">kernel-default-devel-5.3.18-150300.59.130.1 as a component of SUSE Enterprise Storage 7.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-devel-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 7.1">
      <FullProductName ProductID="SUSE Enterprise Storage 7.1:kernel-devel-5.3.18-150300.59.130.1">kernel-devel-5.3.18-150300.59.130.1 as a component of SUSE Enterprise Storage 7.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-docs-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 7.1">
      <FullProductName ProductID="SUSE Enterprise Storage 7.1:kernel-docs-5.3.18-150300.59.130.1">kernel-docs-5.3.18-150300.59.130.1 as a component of SUSE Enterprise Storage 7.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-macros-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 7.1">
      <FullProductName ProductID="SUSE Enterprise Storage 7.1:kernel-macros-5.3.18-150300.59.130.1">kernel-macros-5.3.18-150300.59.130.1 as a component of SUSE Enterprise Storage 7.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-obs-build-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 7.1">
      <FullProductName ProductID="SUSE Enterprise Storage 7.1:kernel-obs-build-5.3.18-150300.59.130.1">kernel-obs-build-5.3.18-150300.59.130.1 as a component of SUSE Enterprise Storage 7.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-preempt-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 7.1">
      <FullProductName ProductID="SUSE Enterprise Storage 7.1:kernel-preempt-5.3.18-150300.59.130.1">kernel-preempt-5.3.18-150300.59.130.1 as a component of SUSE Enterprise Storage 7.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-preempt-devel-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 7.1">
      <FullProductName ProductID="SUSE Enterprise Storage 7.1:kernel-preempt-devel-5.3.18-150300.59.130.1">kernel-preempt-devel-5.3.18-150300.59.130.1 as a component of SUSE Enterprise Storage 7.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 7.1">
      <FullProductName ProductID="SUSE Enterprise Storage 7.1:kernel-source-5.3.18-150300.59.130.1">kernel-source-5.3.18-150300.59.130.1 as a component of SUSE Enterprise Storage 7.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-syms-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 7.1">
      <FullProductName ProductID="SUSE Enterprise Storage 7.1:kernel-syms-5.3.18-150300.59.130.1">kernel-syms-5.3.18-150300.59.130.1 as a component of SUSE Enterprise Storage 7.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="reiserfs-kmp-default-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Enterprise Storage 7.1">
      <FullProductName ProductID="SUSE Enterprise Storage 7.1:reiserfs-kmp-default-5.3.18-150300.59.130.1">reiserfs-kmp-default-5.3.18-150300.59.130.1 as a component of SUSE Enterprise Storage 7.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="cluster-md-kmp-default-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Availability Extension 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.130.1">cluster-md-kmp-default-5.3.18-150300.59.130.1 as a component of SUSE Linux Enterprise High Availability Extension 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="dlm-kmp-default-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Availability Extension 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.130.1">dlm-kmp-default-5.3.18-150300.59.130.1 as a component of SUSE Linux Enterprise High Availability Extension 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="gfs2-kmp-default-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Availability Extension 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.130.1">gfs2-kmp-default-5.3.18-150300.59.130.1 as a component of SUSE Linux Enterprise High Availability Extension 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="ocfs2-kmp-default-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Availability Extension 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.130.1">ocfs2-kmp-default-5.3.18-150300.59.130.1 as a component of SUSE Linux Enterprise High Availability Extension 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-64kb-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-64kb-5.3.18-150300.59.130.1">kernel-64kb-5.3.18-150300.59.130.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-64kb-devel-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-64kb-devel-5.3.18-150300.59.130.1">kernel-64kb-devel-5.3.18-150300.59.130.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-5.3.18-150300.59.130.1">kernel-default-5.3.18-150300.59.130.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1">kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-devel-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-devel-5.3.18-150300.59.130.1">kernel-default-devel-5.3.18-150300.59.130.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-devel-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-devel-5.3.18-150300.59.130.1">kernel-devel-5.3.18-150300.59.130.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-docs-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-docs-5.3.18-150300.59.130.1">kernel-docs-5.3.18-150300.59.130.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-macros-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-macros-5.3.18-150300.59.130.1">kernel-macros-5.3.18-150300.59.130.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-obs-build-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-obs-build-5.3.18-150300.59.130.1">kernel-obs-build-5.3.18-150300.59.130.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-preempt-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-5.3.18-150300.59.130.1">kernel-preempt-5.3.18-150300.59.130.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-preempt-devel-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-devel-5.3.18-150300.59.130.1">kernel-preempt-devel-5.3.18-150300.59.130.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-source-5.3.18-150300.59.130.1">kernel-source-5.3.18-150300.59.130.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-syms-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-syms-5.3.18-150300.59.130.1">kernel-syms-5.3.18-150300.59.130.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="reiserfs-kmp-default-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:reiserfs-kmp-default-5.3.18-150300.59.130.1">reiserfs-kmp-default-5.3.18-150300.59.130.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-64kb-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-64kb-5.3.18-150300.59.130.1">kernel-64kb-5.3.18-150300.59.130.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-64kb-devel-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-64kb-devel-5.3.18-150300.59.130.1">kernel-64kb-devel-5.3.18-150300.59.130.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-5.3.18-150300.59.130.1">kernel-default-5.3.18-150300.59.130.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1">kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-devel-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.130.1">kernel-default-devel-5.3.18-150300.59.130.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-devel-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-devel-5.3.18-150300.59.130.1">kernel-devel-5.3.18-150300.59.130.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-docs-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-docs-5.3.18-150300.59.130.1">kernel-docs-5.3.18-150300.59.130.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-macros-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-macros-5.3.18-150300.59.130.1">kernel-macros-5.3.18-150300.59.130.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-obs-build-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.130.1">kernel-obs-build-5.3.18-150300.59.130.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-preempt-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.130.1">kernel-preempt-5.3.18-150300.59.130.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-preempt-devel-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.130.1">kernel-preempt-devel-5.3.18-150300.59.130.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-source-5.3.18-150300.59.130.1">kernel-source-5.3.18-150300.59.130.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-syms-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.130.1">kernel-syms-5.3.18-150300.59.130.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="reiserfs-kmp-default-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.130.1">reiserfs-kmp-default-5.3.18-150300.59.130.1 as a component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-livepatch-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Live Patching 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.130.1">kernel-default-livepatch-5.3.18-150300.59.130.1 as a component of SUSE Linux Enterprise Live Patching 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-livepatch-devel-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Live Patching 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.130.1">kernel-default-livepatch-devel-5.3.18-150300.59.130.1 as a component of SUSE Linux Enterprise Live Patching 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-livepatch-5_3_18-150300_59_130-default-1-150300.7.3.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Live Patching 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_130-default-1-150300.7.3.1">kernel-livepatch-5_3_18-150300_59_130-default-1-150300.7.3.1 as a component of SUSE Linux Enterprise Live Patching 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.1">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.130.1">kernel-default-5.3.18-150300.59.130.1 as a component of SUSE Linux Enterprise Micro 5.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.1">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1">kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1 as a component of SUSE Linux Enterprise Micro 5.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.2">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.130.1">kernel-default-5.3.18-150300.59.130.1 as a component of SUSE Linux Enterprise Micro 5.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Micro 5.2">
      <FullProductName ProductID="SUSE Linux Enterprise Micro 5.2:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1">kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1 as a component of SUSE Linux Enterprise Micro 5.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-64kb-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-64kb-5.3.18-150300.59.130.1">kernel-64kb-5.3.18-150300.59.130.1 as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-64kb-devel-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-64kb-devel-5.3.18-150300.59.130.1">kernel-64kb-devel-5.3.18-150300.59.130.1 as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.130.1">kernel-default-5.3.18-150300.59.130.1 as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1">kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1 as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-devel-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.130.1">kernel-default-devel-5.3.18-150300.59.130.1 as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-devel-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-devel-5.3.18-150300.59.130.1">kernel-devel-5.3.18-150300.59.130.1 as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-docs-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-docs-5.3.18-150300.59.130.1">kernel-docs-5.3.18-150300.59.130.1 as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-macros-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-macros-5.3.18-150300.59.130.1">kernel-macros-5.3.18-150300.59.130.1 as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-obs-build-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.130.1">kernel-obs-build-5.3.18-150300.59.130.1 as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-preempt-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.130.1">kernel-preempt-5.3.18-150300.59.130.1 as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-preempt-devel-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.130.1">kernel-preempt-devel-5.3.18-150300.59.130.1 as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-source-5.3.18-150300.59.130.1">kernel-source-5.3.18-150300.59.130.1 as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-syms-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.130.1">kernel-syms-5.3.18-150300.59.130.1 as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-zfcpdump-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-zfcpdump-5.3.18-150300.59.130.1">kernel-zfcpdump-5.3.18-150300.59.130.1 as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="reiserfs-kmp-default-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 15 SP3-LTSS">
      <FullProductName ProductID="SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.130.1">reiserfs-kmp-default-5.3.18-150300.59.130.1 as a component of SUSE Linux Enterprise Server 15 SP3-LTSS</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-5.3.18-150300.59.130.1">kernel-default-5.3.18-150300.59.130.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1">kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-devel-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-devel-5.3.18-150300.59.130.1">kernel-default-devel-5.3.18-150300.59.130.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-devel-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-devel-5.3.18-150300.59.130.1">kernel-devel-5.3.18-150300.59.130.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-docs-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-docs-5.3.18-150300.59.130.1">kernel-docs-5.3.18-150300.59.130.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-macros-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-macros-5.3.18-150300.59.130.1">kernel-macros-5.3.18-150300.59.130.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-obs-build-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-obs-build-5.3.18-150300.59.130.1">kernel-obs-build-5.3.18-150300.59.130.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-preempt-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-preempt-5.3.18-150300.59.130.1">kernel-preempt-5.3.18-150300.59.130.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-preempt-devel-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-preempt-devel-5.3.18-150300.59.130.1">kernel-preempt-devel-5.3.18-150300.59.130.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-source-5.3.18-150300.59.130.1">kernel-source-5.3.18-150300.59.130.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-syms-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-syms-5.3.18-150300.59.130.1">kernel-syms-5.3.18-150300.59.130.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="reiserfs-kmp-default-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 15 SP3">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 15 SP3:reiserfs-kmp-default-5.3.18-150300.59.130.1">reiserfs-kmp-default-5.3.18-150300.59.130.1 as a component of SUSE Linux Enterprise Server for SAP Applications 15 SP3</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy 4.2">
      <FullProductName ProductID="SUSE Manager Proxy 4.2:kernel-default-5.3.18-150300.59.130.1">kernel-default-5.3.18-150300.59.130.1 as a component of SUSE Manager Proxy 4.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy 4.2">
      <FullProductName ProductID="SUSE Manager Proxy 4.2:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1">kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1 as a component of SUSE Manager Proxy 4.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-devel-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy 4.2">
      <FullProductName ProductID="SUSE Manager Proxy 4.2:kernel-default-devel-5.3.18-150300.59.130.1">kernel-default-devel-5.3.18-150300.59.130.1 as a component of SUSE Manager Proxy 4.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-devel-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy 4.2">
      <FullProductName ProductID="SUSE Manager Proxy 4.2:kernel-devel-5.3.18-150300.59.130.1">kernel-devel-5.3.18-150300.59.130.1 as a component of SUSE Manager Proxy 4.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-macros-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy 4.2">
      <FullProductName ProductID="SUSE Manager Proxy 4.2:kernel-macros-5.3.18-150300.59.130.1">kernel-macros-5.3.18-150300.59.130.1 as a component of SUSE Manager Proxy 4.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-preempt-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Proxy 4.2">
      <FullProductName ProductID="SUSE Manager Proxy 4.2:kernel-preempt-5.3.18-150300.59.130.1">kernel-preempt-5.3.18-150300.59.130.1 as a component of SUSE Manager Proxy 4.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server 4.2">
      <FullProductName ProductID="SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.130.1">kernel-default-5.3.18-150300.59.130.1 as a component of SUSE Manager Server 4.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server 4.2">
      <FullProductName ProductID="SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1">kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1 as a component of SUSE Manager Server 4.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-devel-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server 4.2">
      <FullProductName ProductID="SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.130.1">kernel-default-devel-5.3.18-150300.59.130.1 as a component of SUSE Manager Server 4.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-devel-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server 4.2">
      <FullProductName ProductID="SUSE Manager Server 4.2:kernel-devel-5.3.18-150300.59.130.1">kernel-devel-5.3.18-150300.59.130.1 as a component of SUSE Manager Server 4.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-macros-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server 4.2">
      <FullProductName ProductID="SUSE Manager Server 4.2:kernel-macros-5.3.18-150300.59.130.1">kernel-macros-5.3.18-150300.59.130.1 as a component of SUSE Manager Server 4.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-preempt-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server 4.2">
      <FullProductName ProductID="SUSE Manager Server 4.2:kernel-preempt-5.3.18-150300.59.130.1">kernel-preempt-5.3.18-150300.59.130.1 as a component of SUSE Manager Server 4.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-zfcpdump-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Manager Server 4.2">
      <FullProductName ProductID="SUSE Manager Server 4.2:kernel-zfcpdump-5.3.18-150300.59.130.1">kernel-zfcpdump-5.3.18-150300.59.130.1 as a component of SUSE Manager Server 4.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="dtb-al-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.4">
      <FullProductName ProductID="openSUSE Leap 15.4:dtb-al-5.3.18-150300.59.130.1">dtb-al-5.3.18-150300.59.130.1 as a component of openSUSE Leap 15.4</FullProductName>
    </Relationship>
    <Relationship ProductReference="dtb-zte-5.3.18-150300.59.130.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.4">
      <FullProductName ProductID="openSUSE Leap 15.4:dtb-zte-5.3.18-150300.59.130.1">dtb-zte-5.3.18-150300.59.130.1 as a component of openSUSE Leap 15.4</FullProductName>
    </Relationship>
  </ProductTree>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="1">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">Information exposure through microarchitectural state after transient execution in certain vector execution units for some Intel(R) Processors may allow an authenticated user to potentially enable information disclosure via local access.</Note>
    </Notes>
    <CVE>CVE-2022-40982</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>Container suse/sle-micro-rancher/5.2:latest:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-BYOS-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-CHOST-BYOS-Aliyun:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-CHOST-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-CHOST-BYOS-EC2:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-CHOST-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-CHOST-BYOS-SAP-CCloud:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-HPC-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-HPC-BYOS-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-HPC-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Proxy-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Proxy-BYOS-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Proxy-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Server-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Server-BYOS-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Server-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Micro-5-1-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Micro-5-1-BYOS-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Micro-5-1-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Micro-5-2-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Micro-5-2-BYOS-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Micro-5-2-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:cluster-md-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:dlm-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:gfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:ocfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:cluster-md-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:dlm-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:gfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:ocfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-Azure:cluster-md-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-Azure:dlm-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-Azure:gfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-Azure:ocfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-EC2-HVM:cluster-md-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-EC2-HVM:dlm-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-EC2-HVM:gfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-EC2-HVM:ocfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-GCE:cluster-md-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-GCE:dlm-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-GCE:gfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-GCE:ocfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAPCAL-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAPCAL-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAPCAL-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-64kb-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-64kb-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-default-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-docs-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-macros-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-obs-build-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-preempt-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-preempt-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-source-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-syms-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:reiserfs-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-64kb-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-64kb-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-docs-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-macros-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-obs-build-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-source-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-syms-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:reiserfs-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-64kb-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-64kb-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-docs-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-macros-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-source-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_130-default-1-150300.7.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.2:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-64kb-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-64kb-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-docs-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-macros-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-source-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-zfcpdump-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-docs-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-macros-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-obs-build-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-preempt-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-preempt-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-source-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-syms-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:reiserfs-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.2:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.2:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.2:kernel-default-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.2:kernel-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.2:kernel-macros-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.2:kernel-preempt-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Server 4.2:kernel-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Server 4.2:kernel-macros-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Server 4.2:kernel-preempt-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Server 4.2:kernel-zfcpdump-5.3.18-150300.59.130.1</ProductID>
        <ProductID>openSUSE Leap 15.4:dtb-al-5.3.18-150300.59.130.1</ProductID>
        <ProductID>openSUSE Leap 15.4:dtb-zte-5.3.18-150300.59.130.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://www.suse.com/support/update/announcement/2023/suse-su-20233391-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2022-40982.html</URL>
        <Description>CVE-2022-40982</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1206418</URL>
        <Description>SUSE Bug 1206418</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1215674</URL>
        <Description>SUSE Bug 1215674</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="2">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">Copy_from_user on 64-bit versions of the Linux kernel does not implement the __uaccess_begin_nospec allowing a user to bypass the "access_ok" check and pass a kernel pointer to copy_from_user(). This would allow an attacker to leak information. We recommend upgrading beyond commit  74e19ef0ff8061ef55957c3abd71614ef0f42f47</Note>
    </Notes>
    <CVE>CVE-2023-0459</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>Container suse/sle-micro-rancher/5.2:latest:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-BYOS-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-CHOST-BYOS-Aliyun:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-CHOST-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-CHOST-BYOS-EC2:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-CHOST-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-CHOST-BYOS-SAP-CCloud:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-HPC-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-HPC-BYOS-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-HPC-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Proxy-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Proxy-BYOS-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Proxy-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Server-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Server-BYOS-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Server-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Micro-5-1-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Micro-5-1-BYOS-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Micro-5-1-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Micro-5-2-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Micro-5-2-BYOS-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Micro-5-2-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:cluster-md-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:dlm-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:gfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:ocfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:cluster-md-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:dlm-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:gfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:ocfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-Azure:cluster-md-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-Azure:dlm-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-Azure:gfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-Azure:ocfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-EC2-HVM:cluster-md-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-EC2-HVM:dlm-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-EC2-HVM:gfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-EC2-HVM:ocfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-GCE:cluster-md-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-GCE:dlm-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-GCE:gfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-GCE:ocfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAPCAL-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAPCAL-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAPCAL-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-64kb-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-64kb-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-default-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-docs-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-macros-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-obs-build-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-preempt-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-preempt-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-source-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-syms-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:reiserfs-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-64kb-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-64kb-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-docs-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-macros-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-obs-build-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-source-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-syms-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:reiserfs-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-64kb-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-64kb-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-docs-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-macros-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-source-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_130-default-1-150300.7.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.2:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-64kb-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-64kb-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-docs-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-macros-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-source-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-zfcpdump-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-docs-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-macros-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-obs-build-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-preempt-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-preempt-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-source-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-syms-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:reiserfs-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.2:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.2:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.2:kernel-default-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.2:kernel-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.2:kernel-macros-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.2:kernel-preempt-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Server 4.2:kernel-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Server 4.2:kernel-macros-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Server 4.2:kernel-preempt-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Server 4.2:kernel-zfcpdump-5.3.18-150300.59.130.1</ProductID>
        <ProductID>openSUSE Leap 15.4:dtb-al-5.3.18-150300.59.130.1</ProductID>
        <ProductID>openSUSE Leap 15.4:dtb-zte-5.3.18-150300.59.130.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://www.suse.com/support/update/announcement/2023/suse-su-20233391-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2023-0459.html</URL>
        <Description>CVE-2023-0459</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1211738</URL>
        <Description>SUSE Bug 1211738</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1215674</URL>
        <Description>SUSE Bug 1215674</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="3">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">


A side channel vulnerability on some of the AMD CPUs may allow an attacker to influence the return address prediction. This may result in speculative execution at an attacker-controlled address, potentially leading to information disclosure.



















</Note>
    </Notes>
    <CVE>CVE-2023-20569</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>Container suse/sle-micro-rancher/5.2:latest:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-BYOS-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-CHOST-BYOS-Aliyun:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-CHOST-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-CHOST-BYOS-EC2:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-CHOST-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-CHOST-BYOS-SAP-CCloud:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-HPC-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-HPC-BYOS-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-HPC-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Proxy-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Proxy-BYOS-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Proxy-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Server-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Server-BYOS-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Server-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Micro-5-1-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Micro-5-1-BYOS-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Micro-5-1-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Micro-5-2-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Micro-5-2-BYOS-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Micro-5-2-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:cluster-md-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:dlm-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:gfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:ocfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:cluster-md-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:dlm-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:gfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:ocfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-Azure:cluster-md-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-Azure:dlm-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-Azure:gfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-Azure:ocfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-EC2-HVM:cluster-md-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-EC2-HVM:dlm-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-EC2-HVM:gfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-EC2-HVM:ocfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-GCE:cluster-md-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-GCE:dlm-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-GCE:gfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-GCE:ocfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAPCAL-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAPCAL-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAPCAL-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-64kb-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-64kb-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-default-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-docs-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-macros-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-obs-build-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-preempt-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-preempt-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-source-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-syms-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:reiserfs-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-64kb-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-64kb-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-docs-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-macros-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-obs-build-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-source-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-syms-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:reiserfs-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-64kb-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-64kb-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-docs-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-macros-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-source-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_130-default-1-150300.7.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.2:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-64kb-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-64kb-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-docs-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-macros-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-source-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-zfcpdump-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-docs-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-macros-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-obs-build-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-preempt-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-preempt-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-source-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-syms-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:reiserfs-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.2:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.2:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.2:kernel-default-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.2:kernel-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.2:kernel-macros-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.2:kernel-preempt-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Server 4.2:kernel-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Server 4.2:kernel-macros-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Server 4.2:kernel-preempt-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Server 4.2:kernel-zfcpdump-5.3.18-150300.59.130.1</ProductID>
        <ProductID>openSUSE Leap 15.4:dtb-al-5.3.18-150300.59.130.1</ProductID>
        <ProductID>openSUSE Leap 15.4:dtb-zte-5.3.18-150300.59.130.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://www.suse.com/support/update/announcement/2023/suse-su-20233391-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2023-20569.html</URL>
        <Description>CVE-2023-20569</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1213287</URL>
        <Description>SUSE Bug 1213287</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="4">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">
An issue in "Zen 2" CPUs, under specific microarchitectural circumstances, may allow an attacker to potentially access sensitive information.






</Note>
    </Notes>
    <CVE>CVE-2023-20593</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>Container suse/sle-micro-rancher/5.2:latest:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-BYOS-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-CHOST-BYOS-Aliyun:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-CHOST-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-CHOST-BYOS-EC2:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-CHOST-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-CHOST-BYOS-SAP-CCloud:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-HPC-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-HPC-BYOS-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-HPC-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Proxy-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Proxy-BYOS-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Proxy-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Server-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Server-BYOS-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Server-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Micro-5-1-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Micro-5-1-BYOS-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Micro-5-1-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Micro-5-2-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Micro-5-2-BYOS-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Micro-5-2-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:cluster-md-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:dlm-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:gfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:ocfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:cluster-md-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:dlm-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:gfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:ocfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-Azure:cluster-md-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-Azure:dlm-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-Azure:gfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-Azure:ocfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-EC2-HVM:cluster-md-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-EC2-HVM:dlm-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-EC2-HVM:gfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-EC2-HVM:ocfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-GCE:cluster-md-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-GCE:dlm-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-GCE:gfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-GCE:ocfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAPCAL-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAPCAL-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAPCAL-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-64kb-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-64kb-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-default-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-docs-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-macros-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-obs-build-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-preempt-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-preempt-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-source-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-syms-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:reiserfs-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-64kb-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-64kb-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-docs-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-macros-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-obs-build-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-source-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-syms-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:reiserfs-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-64kb-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-64kb-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-docs-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-macros-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-source-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_130-default-1-150300.7.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.2:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-64kb-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-64kb-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-docs-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-macros-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-source-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-zfcpdump-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-docs-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-macros-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-obs-build-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-preempt-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-preempt-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-source-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-syms-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:reiserfs-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.2:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.2:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.2:kernel-default-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.2:kernel-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.2:kernel-macros-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.2:kernel-preempt-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Server 4.2:kernel-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Server 4.2:kernel-macros-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Server 4.2:kernel-preempt-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Server 4.2:kernel-zfcpdump-5.3.18-150300.59.130.1</ProductID>
        <ProductID>openSUSE Leap 15.4:dtb-al-5.3.18-150300.59.130.1</ProductID>
        <ProductID>openSUSE Leap 15.4:dtb-zte-5.3.18-150300.59.130.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://www.suse.com/support/update/announcement/2023/suse-su-20233391-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2023-20593.html</URL>
        <Description>CVE-2023-20593</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1213286</URL>
        <Description>SUSE Bug 1213286</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1213616</URL>
        <Description>SUSE Bug 1213616</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1215674</URL>
        <Description>SUSE Bug 1215674</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="5">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">A flaw was found in the networking subsystem of the Linux kernel within the handling of the RPL protocol. This issue results from the lack of proper handling of user-supplied data, which can lead to an assertion failure. This may allow an unauthenticated remote attacker to create a denial of service condition on the system.</Note>
    </Notes>
    <CVE>CVE-2023-2156</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>Container suse/sle-micro-rancher/5.2:latest:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-BYOS-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-CHOST-BYOS-Aliyun:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-CHOST-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-CHOST-BYOS-EC2:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-CHOST-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-CHOST-BYOS-SAP-CCloud:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-HPC-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-HPC-BYOS-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-HPC-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Proxy-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Proxy-BYOS-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Proxy-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Server-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Server-BYOS-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Server-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Micro-5-1-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Micro-5-1-BYOS-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Micro-5-1-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Micro-5-2-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Micro-5-2-BYOS-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Micro-5-2-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:cluster-md-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:dlm-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:gfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:ocfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:cluster-md-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:dlm-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:gfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:ocfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-Azure:cluster-md-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-Azure:dlm-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-Azure:gfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-Azure:ocfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-EC2-HVM:cluster-md-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-EC2-HVM:dlm-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-EC2-HVM:gfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-EC2-HVM:ocfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-GCE:cluster-md-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-GCE:dlm-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-GCE:gfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-GCE:ocfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAPCAL-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAPCAL-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAPCAL-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-64kb-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-64kb-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-default-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-docs-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-macros-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-obs-build-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-preempt-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-preempt-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-source-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-syms-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:reiserfs-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-64kb-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-64kb-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-docs-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-macros-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-obs-build-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-source-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-syms-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:reiserfs-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-64kb-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-64kb-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-docs-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-macros-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-source-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_130-default-1-150300.7.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.2:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-64kb-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-64kb-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-docs-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-macros-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-source-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-zfcpdump-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-docs-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-macros-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-obs-build-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-preempt-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-preempt-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-source-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-syms-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:reiserfs-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.2:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.2:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.2:kernel-default-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.2:kernel-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.2:kernel-macros-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.2:kernel-preempt-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Server 4.2:kernel-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Server 4.2:kernel-macros-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Server 4.2:kernel-preempt-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Server 4.2:kernel-zfcpdump-5.3.18-150300.59.130.1</ProductID>
        <ProductID>openSUSE Leap 15.4:dtb-al-5.3.18-150300.59.130.1</ProductID>
        <ProductID>openSUSE Leap 15.4:dtb-zte-5.3.18-150300.59.130.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://www.suse.com/support/update/announcement/2023/suse-su-20233391-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2023-2156.html</URL>
        <Description>CVE-2023-2156</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1211131</URL>
        <Description>SUSE Bug 1211131</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1211395</URL>
        <Description>SUSE Bug 1211395</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="6">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">A use after free flaw was found in hfsplus_put_super in fs/hfsplus/super.c in the Linux Kernel. This flaw could allow a local user to cause a denial of service problem.</Note>
    </Notes>
    <CVE>CVE-2023-2985</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>Container suse/sle-micro-rancher/5.2:latest:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-BYOS-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-CHOST-BYOS-Aliyun:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-CHOST-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-CHOST-BYOS-EC2:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-CHOST-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-CHOST-BYOS-SAP-CCloud:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-HPC-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-HPC-BYOS-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-HPC-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Proxy-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Proxy-BYOS-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Proxy-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Server-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Server-BYOS-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Server-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Micro-5-1-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Micro-5-1-BYOS-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Micro-5-1-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Micro-5-2-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Micro-5-2-BYOS-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Micro-5-2-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:cluster-md-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:dlm-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:gfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:ocfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:cluster-md-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:dlm-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:gfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:ocfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-Azure:cluster-md-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-Azure:dlm-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-Azure:gfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-Azure:ocfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-EC2-HVM:cluster-md-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-EC2-HVM:dlm-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-EC2-HVM:gfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-EC2-HVM:ocfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-GCE:cluster-md-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-GCE:dlm-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-GCE:gfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-GCE:ocfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAPCAL-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAPCAL-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAPCAL-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-64kb-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-64kb-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-default-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-docs-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-macros-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-obs-build-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-preempt-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-preempt-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-source-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-syms-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:reiserfs-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-64kb-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-64kb-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-docs-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-macros-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-obs-build-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-source-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-syms-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:reiserfs-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-64kb-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-64kb-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-docs-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-macros-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-source-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_130-default-1-150300.7.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.2:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-64kb-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-64kb-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-docs-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-macros-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-source-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-zfcpdump-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-docs-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-macros-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-obs-build-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-preempt-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-preempt-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-source-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-syms-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:reiserfs-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.2:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.2:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.2:kernel-default-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.2:kernel-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.2:kernel-macros-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.2:kernel-preempt-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Server 4.2:kernel-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Server 4.2:kernel-macros-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Server 4.2:kernel-preempt-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Server 4.2:kernel-zfcpdump-5.3.18-150300.59.130.1</ProductID>
        <ProductID>openSUSE Leap 15.4:dtb-al-5.3.18-150300.59.130.1</ProductID>
        <ProductID>openSUSE Leap 15.4:dtb-zte-5.3.18-150300.59.130.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://www.suse.com/support/update/announcement/2023/suse-su-20233391-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2023-2985.html</URL>
        <Description>CVE-2023-2985</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1211867</URL>
        <Description>SUSE Bug 1211867</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="7">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">** REJECT ** Duplicate of CVE-2023-3390.</Note>
    </Notes>
    <CVE>CVE-2023-3117</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>Container suse/sle-micro-rancher/5.2:latest:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-BYOS-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-CHOST-BYOS-Aliyun:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-CHOST-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-CHOST-BYOS-EC2:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-CHOST-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-CHOST-BYOS-SAP-CCloud:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-HPC-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-HPC-BYOS-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-HPC-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Proxy-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Proxy-BYOS-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Proxy-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Server-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Server-BYOS-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Server-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Micro-5-1-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Micro-5-1-BYOS-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Micro-5-1-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Micro-5-2-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Micro-5-2-BYOS-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Micro-5-2-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:cluster-md-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:dlm-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:gfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:ocfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:cluster-md-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:dlm-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:gfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:ocfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-Azure:cluster-md-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-Azure:dlm-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-Azure:gfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-Azure:ocfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-EC2-HVM:cluster-md-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-EC2-HVM:dlm-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-EC2-HVM:gfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-EC2-HVM:ocfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-GCE:cluster-md-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-GCE:dlm-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-GCE:gfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-GCE:ocfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAPCAL-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAPCAL-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAPCAL-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-64kb-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-64kb-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-default-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-docs-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-macros-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-obs-build-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-preempt-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-preempt-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-source-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-syms-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:reiserfs-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-64kb-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-64kb-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-docs-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-macros-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-obs-build-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-source-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-syms-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:reiserfs-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-64kb-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-64kb-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-docs-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-macros-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-source-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_130-default-1-150300.7.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.2:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-64kb-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-64kb-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-docs-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-macros-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-source-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-zfcpdump-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-docs-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-macros-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-obs-build-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-preempt-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-preempt-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-source-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-syms-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:reiserfs-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.2:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.2:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.2:kernel-default-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.2:kernel-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.2:kernel-macros-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.2:kernel-preempt-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Server 4.2:kernel-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Server 4.2:kernel-macros-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Server 4.2:kernel-preempt-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Server 4.2:kernel-zfcpdump-5.3.18-150300.59.130.1</ProductID>
        <ProductID>openSUSE Leap 15.4:dtb-al-5.3.18-150300.59.130.1</ProductID>
        <ProductID>openSUSE Leap 15.4:dtb-zte-5.3.18-150300.59.130.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://www.suse.com/support/update/announcement/2023/suse-su-20233391-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2023-3117.html</URL>
        <Description>CVE-2023-3117</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1212934</URL>
        <Description>SUSE Bug 1212934</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1213245</URL>
        <Description>SUSE Bug 1213245</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="8">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">Linux Kernel nftables Use-After-Free Local Privilege Escalation Vulnerability; `nft_chain_lookup_byid()` failed to check whether a chain was active and CAP_NET_ADMIN is in any user or network namespace</Note>
    </Notes>
    <CVE>CVE-2023-31248</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>Container suse/sle-micro-rancher/5.2:latest:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-BYOS-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-CHOST-BYOS-Aliyun:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-CHOST-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-CHOST-BYOS-EC2:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-CHOST-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-CHOST-BYOS-SAP-CCloud:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-HPC-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-HPC-BYOS-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-HPC-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Proxy-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Proxy-BYOS-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Proxy-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Server-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Server-BYOS-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Server-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Micro-5-1-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Micro-5-1-BYOS-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Micro-5-1-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Micro-5-2-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Micro-5-2-BYOS-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Micro-5-2-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:cluster-md-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:dlm-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:gfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:ocfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:cluster-md-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:dlm-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:gfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:ocfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-Azure:cluster-md-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-Azure:dlm-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-Azure:gfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-Azure:ocfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-EC2-HVM:cluster-md-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-EC2-HVM:dlm-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-EC2-HVM:gfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-EC2-HVM:ocfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-GCE:cluster-md-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-GCE:dlm-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-GCE:gfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-GCE:ocfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAPCAL-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAPCAL-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAPCAL-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-64kb-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-64kb-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-default-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-docs-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-macros-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-obs-build-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-preempt-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-preempt-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-source-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-syms-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:reiserfs-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-64kb-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-64kb-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-docs-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-macros-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-obs-build-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-source-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-syms-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:reiserfs-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-64kb-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-64kb-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-docs-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-macros-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-source-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_130-default-1-150300.7.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.2:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-64kb-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-64kb-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-docs-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-macros-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-source-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-zfcpdump-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-docs-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-macros-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-obs-build-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-preempt-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-preempt-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-source-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-syms-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:reiserfs-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.2:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.2:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.2:kernel-default-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.2:kernel-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.2:kernel-macros-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.2:kernel-preempt-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Server 4.2:kernel-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Server 4.2:kernel-macros-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Server 4.2:kernel-preempt-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Server 4.2:kernel-zfcpdump-5.3.18-150300.59.130.1</ProductID>
        <ProductID>openSUSE Leap 15.4:dtb-al-5.3.18-150300.59.130.1</ProductID>
        <ProductID>openSUSE Leap 15.4:dtb-zte-5.3.18-150300.59.130.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://www.suse.com/support/update/announcement/2023/suse-su-20233391-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2023-31248.html</URL>
        <Description>CVE-2023-31248</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1213061</URL>
        <Description>SUSE Bug 1213061</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1213064</URL>
        <Description>SUSE Bug 1213064</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="9">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">A use-after-free vulnerability was found in the Linux kernel's netfilter subsystem in net/netfilter/nf_tables_api.c.

Mishandled error handling with NFT_MSG_NEWRULE makes it possible to use a dangling pointer in the same transaction causing a use-after-free vulnerability. This flaw allows a local attacker with user access to cause a privilege escalation issue.

We recommend upgrading past commit  1240eb93f0616b21c675416516ff3d74798fdc97.</Note>
    </Notes>
    <CVE>CVE-2023-3390</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>Container suse/sle-micro-rancher/5.2:latest:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-BYOS-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-CHOST-BYOS-Aliyun:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-CHOST-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-CHOST-BYOS-EC2:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-CHOST-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-CHOST-BYOS-SAP-CCloud:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-HPC-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-HPC-BYOS-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-HPC-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Proxy-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Proxy-BYOS-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Proxy-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Server-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Server-BYOS-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Server-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Micro-5-1-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Micro-5-1-BYOS-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Micro-5-1-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Micro-5-2-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Micro-5-2-BYOS-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Micro-5-2-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:cluster-md-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:dlm-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:gfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:ocfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:cluster-md-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:dlm-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:gfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:ocfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-Azure:cluster-md-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-Azure:dlm-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-Azure:gfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-Azure:ocfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-EC2-HVM:cluster-md-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-EC2-HVM:dlm-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-EC2-HVM:gfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-EC2-HVM:ocfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-GCE:cluster-md-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-GCE:dlm-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-GCE:gfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-GCE:ocfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAPCAL-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAPCAL-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAPCAL-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-64kb-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-64kb-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-default-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-docs-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-macros-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-obs-build-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-preempt-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-preempt-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-source-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-syms-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:reiserfs-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-64kb-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-64kb-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-docs-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-macros-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-obs-build-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-source-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-syms-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:reiserfs-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-64kb-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-64kb-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-docs-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-macros-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-source-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_130-default-1-150300.7.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.2:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-64kb-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-64kb-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-docs-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-macros-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-source-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-zfcpdump-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-docs-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-macros-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-obs-build-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-preempt-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-preempt-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-source-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-syms-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:reiserfs-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.2:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.2:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.2:kernel-default-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.2:kernel-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.2:kernel-macros-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.2:kernel-preempt-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Server 4.2:kernel-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Server 4.2:kernel-macros-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Server 4.2:kernel-preempt-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Server 4.2:kernel-zfcpdump-5.3.18-150300.59.130.1</ProductID>
        <ProductID>openSUSE Leap 15.4:dtb-al-5.3.18-150300.59.130.1</ProductID>
        <ProductID>openSUSE Leap 15.4:dtb-zte-5.3.18-150300.59.130.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://www.suse.com/support/update/announcement/2023/suse-su-20233391-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2023-3390.html</URL>
        <Description>CVE-2023-3390</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1212846</URL>
        <Description>SUSE Bug 1212846</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1212934</URL>
        <Description>SUSE Bug 1212934</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1216225</URL>
        <Description>SUSE Bug 1216225</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="10">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">Linux Kernel nftables Out-Of-Bounds Read/Write Vulnerability; nft_byteorder poorly handled vm register contents when CAP_NET_ADMIN is in any user or network namespace</Note>
    </Notes>
    <CVE>CVE-2023-35001</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>Container suse/sle-micro-rancher/5.2:latest:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-BYOS-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-CHOST-BYOS-Aliyun:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-CHOST-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-CHOST-BYOS-EC2:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-CHOST-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-CHOST-BYOS-SAP-CCloud:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-HPC-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-HPC-BYOS-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-HPC-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Proxy-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Proxy-BYOS-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Proxy-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Server-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Server-BYOS-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Server-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Micro-5-1-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Micro-5-1-BYOS-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Micro-5-1-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Micro-5-2-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Micro-5-2-BYOS-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Micro-5-2-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:cluster-md-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:dlm-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:gfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:ocfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:cluster-md-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:dlm-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:gfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:ocfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-Azure:cluster-md-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-Azure:dlm-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-Azure:gfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-Azure:ocfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-EC2-HVM:cluster-md-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-EC2-HVM:dlm-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-EC2-HVM:gfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-EC2-HVM:ocfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-GCE:cluster-md-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-GCE:dlm-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-GCE:gfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-GCE:ocfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAPCAL-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAPCAL-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAPCAL-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-64kb-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-64kb-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-default-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-docs-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-macros-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-obs-build-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-preempt-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-preempt-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-source-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-syms-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:reiserfs-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-64kb-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-64kb-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-docs-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-macros-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-obs-build-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-source-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-syms-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:reiserfs-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-64kb-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-64kb-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-docs-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-macros-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-source-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_130-default-1-150300.7.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.2:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-64kb-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-64kb-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-docs-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-macros-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-source-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-zfcpdump-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-docs-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-macros-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-obs-build-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-preempt-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-preempt-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-source-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-syms-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:reiserfs-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.2:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.2:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.2:kernel-default-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.2:kernel-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.2:kernel-macros-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.2:kernel-preempt-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Server 4.2:kernel-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Server 4.2:kernel-macros-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Server 4.2:kernel-preempt-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Server 4.2:kernel-zfcpdump-5.3.18-150300.59.130.1</ProductID>
        <ProductID>openSUSE Leap 15.4:dtb-al-5.3.18-150300.59.130.1</ProductID>
        <ProductID>openSUSE Leap 15.4:dtb-zte-5.3.18-150300.59.130.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://www.suse.com/support/update/announcement/2023/suse-su-20233391-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2023-35001.html</URL>
        <Description>CVE-2023-35001</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1213059</URL>
        <Description>SUSE Bug 1213059</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1213063</URL>
        <Description>SUSE Bug 1213063</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1217531</URL>
        <Description>SUSE Bug 1217531</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="11">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">A use-after-free flaw was found in vcs_read in drivers/tty/vt/vc_screen.c in vc_screen in the Linux Kernel. This issue may allow an attacker with local user access to cause a system crash or leak internal kernel information.</Note>
    </Notes>
    <CVE>CVE-2023-3567</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>Container suse/sle-micro-rancher/5.2:latest:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-BYOS-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-CHOST-BYOS-Aliyun:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-CHOST-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-CHOST-BYOS-EC2:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-CHOST-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-CHOST-BYOS-SAP-CCloud:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-HPC-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-HPC-BYOS-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-HPC-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Proxy-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Proxy-BYOS-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Proxy-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Server-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Server-BYOS-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Server-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Micro-5-1-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Micro-5-1-BYOS-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Micro-5-1-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Micro-5-2-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Micro-5-2-BYOS-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Micro-5-2-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:cluster-md-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:dlm-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:gfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:ocfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:cluster-md-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:dlm-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:gfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:ocfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-Azure:cluster-md-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-Azure:dlm-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-Azure:gfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-Azure:ocfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-EC2-HVM:cluster-md-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-EC2-HVM:dlm-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-EC2-HVM:gfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-EC2-HVM:ocfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-GCE:cluster-md-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-GCE:dlm-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-GCE:gfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-GCE:ocfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAPCAL-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAPCAL-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAPCAL-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-64kb-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-64kb-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-default-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-docs-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-macros-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-obs-build-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-preempt-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-preempt-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-source-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-syms-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:reiserfs-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-64kb-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-64kb-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-docs-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-macros-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-obs-build-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-source-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-syms-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:reiserfs-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-64kb-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-64kb-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-docs-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-macros-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-source-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_130-default-1-150300.7.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.2:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-64kb-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-64kb-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-docs-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-macros-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-source-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-zfcpdump-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-docs-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-macros-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-obs-build-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-preempt-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-preempt-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-source-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-syms-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:reiserfs-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.2:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.2:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.2:kernel-default-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.2:kernel-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.2:kernel-macros-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.2:kernel-preempt-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Server 4.2:kernel-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Server 4.2:kernel-macros-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Server 4.2:kernel-preempt-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Server 4.2:kernel-zfcpdump-5.3.18-150300.59.130.1</ProductID>
        <ProductID>openSUSE Leap 15.4:dtb-al-5.3.18-150300.59.130.1</ProductID>
        <ProductID>openSUSE Leap 15.4:dtb-zte-5.3.18-150300.59.130.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://www.suse.com/support/update/announcement/2023/suse-su-20233391-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2023-3567.html</URL>
        <Description>CVE-2023-3567</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1213167</URL>
        <Description>SUSE Bug 1213167</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1213244</URL>
        <Description>SUSE Bug 1213244</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1213842</URL>
        <Description>SUSE Bug 1213842</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1215674</URL>
        <Description>SUSE Bug 1215674</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1217444</URL>
        <Description>SUSE Bug 1217444</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1217531</URL>
        <Description>SUSE Bug 1217531</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="12">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">A use-after-free vulnerability in the Linux kernel's net/sched: cls_u32 component can be exploited to achieve local privilege escalation.

If tcf_change_indev() fails, u32_set_parms() will immediately return an error after incrementing or decrementing the reference counter in tcf_bind_filter(). If an attacker can control the reference counter and set it to zero, they can cause the reference to be freed, leading to a use-after-free vulnerability.

We recommend upgrading past commit 04c55383fa5689357bcdd2c8036725a55ed632bc.

</Note>
    </Notes>
    <CVE>CVE-2023-3609</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>Container suse/sle-micro-rancher/5.2:latest:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-BYOS-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-CHOST-BYOS-Aliyun:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-CHOST-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-CHOST-BYOS-EC2:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-CHOST-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-CHOST-BYOS-SAP-CCloud:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-HPC-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-HPC-BYOS-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-HPC-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Proxy-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Proxy-BYOS-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Proxy-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Server-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Server-BYOS-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Server-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Micro-5-1-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Micro-5-1-BYOS-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Micro-5-1-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Micro-5-2-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Micro-5-2-BYOS-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Micro-5-2-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:cluster-md-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:dlm-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:gfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:ocfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:cluster-md-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:dlm-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:gfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:ocfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-Azure:cluster-md-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-Azure:dlm-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-Azure:gfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-Azure:ocfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-EC2-HVM:cluster-md-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-EC2-HVM:dlm-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-EC2-HVM:gfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-EC2-HVM:ocfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-GCE:cluster-md-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-GCE:dlm-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-GCE:gfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-GCE:ocfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAPCAL-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAPCAL-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAPCAL-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-64kb-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-64kb-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-default-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-docs-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-macros-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-obs-build-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-preempt-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-preempt-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-source-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-syms-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:reiserfs-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-64kb-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-64kb-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-docs-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-macros-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-obs-build-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-source-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-syms-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:reiserfs-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-64kb-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-64kb-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-docs-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-macros-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-source-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_130-default-1-150300.7.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.2:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-64kb-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-64kb-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-docs-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-macros-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-source-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-zfcpdump-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-docs-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-macros-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-obs-build-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-preempt-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-preempt-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-source-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-syms-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:reiserfs-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.2:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.2:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.2:kernel-default-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.2:kernel-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.2:kernel-macros-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.2:kernel-preempt-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Server 4.2:kernel-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Server 4.2:kernel-macros-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Server 4.2:kernel-preempt-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Server 4.2:kernel-zfcpdump-5.3.18-150300.59.130.1</ProductID>
        <ProductID>openSUSE Leap 15.4:dtb-al-5.3.18-150300.59.130.1</ProductID>
        <ProductID>openSUSE Leap 15.4:dtb-zte-5.3.18-150300.59.130.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://www.suse.com/support/update/announcement/2023/suse-su-20233391-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2023-3609.html</URL>
        <Description>CVE-2023-3609</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1213586</URL>
        <Description>SUSE Bug 1213586</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1213587</URL>
        <Description>SUSE Bug 1213587</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1217444</URL>
        <Description>SUSE Bug 1217444</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1217531</URL>
        <Description>SUSE Bug 1217531</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="13">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">An out-of-bounds write vulnerability in the Linux kernel's net/sched: sch_qfq component can be exploited to achieve local privilege escalation.

The qfq_change_agg() function in net/sched/sch_qfq.c allows an out-of-bounds write because lmax is updated according to packet sizes without bounds checks.

We recommend upgrading past commit 3e337087c3b5805fe0b8a46ba622a962880b5d64.

</Note>
    </Notes>
    <CVE>CVE-2023-3611</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>Container suse/sle-micro-rancher/5.2:latest:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-BYOS-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-CHOST-BYOS-Aliyun:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-CHOST-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-CHOST-BYOS-EC2:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-CHOST-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-CHOST-BYOS-SAP-CCloud:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-HPC-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-HPC-BYOS-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-HPC-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Proxy-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Proxy-BYOS-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Proxy-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Server-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Server-BYOS-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Server-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Micro-5-1-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Micro-5-1-BYOS-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Micro-5-1-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Micro-5-2-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Micro-5-2-BYOS-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Micro-5-2-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:cluster-md-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:dlm-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:gfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:ocfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:cluster-md-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:dlm-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:gfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:ocfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-Azure:cluster-md-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-Azure:dlm-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-Azure:gfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-Azure:ocfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-EC2-HVM:cluster-md-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-EC2-HVM:dlm-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-EC2-HVM:gfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-EC2-HVM:ocfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-GCE:cluster-md-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-GCE:dlm-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-GCE:gfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-GCE:ocfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAPCAL-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAPCAL-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAPCAL-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-64kb-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-64kb-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-default-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-docs-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-macros-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-obs-build-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-preempt-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-preempt-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-source-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-syms-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:reiserfs-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-64kb-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-64kb-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-docs-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-macros-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-obs-build-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-source-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-syms-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:reiserfs-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-64kb-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-64kb-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-docs-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-macros-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-source-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_130-default-1-150300.7.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.2:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-64kb-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-64kb-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-docs-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-macros-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-source-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-zfcpdump-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-docs-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-macros-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-obs-build-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-preempt-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-preempt-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-source-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-syms-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:reiserfs-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.2:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.2:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.2:kernel-default-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.2:kernel-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.2:kernel-macros-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.2:kernel-preempt-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Server 4.2:kernel-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Server 4.2:kernel-macros-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Server 4.2:kernel-preempt-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Server 4.2:kernel-zfcpdump-5.3.18-150300.59.130.1</ProductID>
        <ProductID>openSUSE Leap 15.4:dtb-al-5.3.18-150300.59.130.1</ProductID>
        <ProductID>openSUSE Leap 15.4:dtb-zte-5.3.18-150300.59.130.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://www.suse.com/support/update/announcement/2023/suse-su-20233391-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2023-3611.html</URL>
        <Description>CVE-2023-3611</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1213585</URL>
        <Description>SUSE Bug 1213585</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1223091</URL>
        <Description>SUSE Bug 1223091</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1223973</URL>
        <Description>SUSE Bug 1223973</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="14">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">A use-after-free vulnerability in the Linux kernel's net/sched: cls_fw component can be exploited to achieve local privilege escalation.

If tcf_change_indev() fails, fw_set_parms() will immediately return an error after incrementing or decrementing the reference counter in tcf_bind_filter(). If an attacker can control the reference counter and set it to zero, they can cause the reference to be freed, leading to a use-after-free vulnerability.

We recommend upgrading past commit 0323bce598eea038714f941ce2b22541c46d488f.

</Note>
    </Notes>
    <CVE>CVE-2023-3776</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>Container suse/sle-micro-rancher/5.2:latest:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-BYOS-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-CHOST-BYOS-Aliyun:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-CHOST-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-CHOST-BYOS-EC2:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-CHOST-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-CHOST-BYOS-SAP-CCloud:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-HPC-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-HPC-BYOS-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-HPC-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Proxy-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Proxy-BYOS-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Proxy-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Server-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Server-BYOS-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Server-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Micro-5-1-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Micro-5-1-BYOS-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Micro-5-1-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Micro-5-2-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Micro-5-2-BYOS-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Micro-5-2-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:cluster-md-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:dlm-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:gfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:ocfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:cluster-md-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:dlm-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:gfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:ocfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-Azure:cluster-md-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-Azure:dlm-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-Azure:gfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-Azure:ocfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-EC2-HVM:cluster-md-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-EC2-HVM:dlm-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-EC2-HVM:gfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-EC2-HVM:ocfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-GCE:cluster-md-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-GCE:dlm-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-GCE:gfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-GCE:ocfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAPCAL-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAPCAL-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAPCAL-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-64kb-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-64kb-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-default-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-docs-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-macros-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-obs-build-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-preempt-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-preempt-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-source-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-syms-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:reiserfs-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-64kb-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-64kb-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-docs-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-macros-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-obs-build-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-source-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-syms-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:reiserfs-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-64kb-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-64kb-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-docs-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-macros-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-source-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_130-default-1-150300.7.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.2:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-64kb-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-64kb-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-docs-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-macros-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-source-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-zfcpdump-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-docs-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-macros-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-obs-build-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-preempt-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-preempt-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-source-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-syms-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:reiserfs-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.2:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.2:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.2:kernel-default-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.2:kernel-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.2:kernel-macros-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.2:kernel-preempt-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Server 4.2:kernel-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Server 4.2:kernel-macros-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Server 4.2:kernel-preempt-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Server 4.2:kernel-zfcpdump-5.3.18-150300.59.130.1</ProductID>
        <ProductID>openSUSE Leap 15.4:dtb-al-5.3.18-150300.59.130.1</ProductID>
        <ProductID>openSUSE Leap 15.4:dtb-zte-5.3.18-150300.59.130.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://www.suse.com/support/update/announcement/2023/suse-su-20233391-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2023-3776.html</URL>
        <Description>CVE-2023-3776</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1213588</URL>
        <Description>SUSE Bug 1213588</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1215119</URL>
        <Description>SUSE Bug 1215119</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1215674</URL>
        <Description>SUSE Bug 1215674</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1217444</URL>
        <Description>SUSE Bug 1217444</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1217531</URL>
        <Description>SUSE Bug 1217531</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1221578</URL>
        <Description>SUSE Bug 1221578</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1221598</URL>
        <Description>SUSE Bug 1221598</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1223091</URL>
        <Description>SUSE Bug 1223091</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1223973</URL>
        <Description>SUSE Bug 1223973</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="15">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">An out-of-bounds memory access flaw was found in the Linux kernel's TUN/TAP device driver functionality in how a user generates a malicious (too big) networking packet when napi frags is enabled. This flaw allows a local user to crash or potentially escalate their privileges on the system.</Note>
    </Notes>
    <CVE>CVE-2023-3812</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>Container suse/sle-micro-rancher/5.2:latest:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-BYOS-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-CHOST-BYOS-Aliyun:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-CHOST-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-CHOST-BYOS-EC2:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-CHOST-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-CHOST-BYOS-SAP-CCloud:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-HPC-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-HPC-BYOS-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-HPC-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Proxy-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Proxy-BYOS-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Proxy-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Server-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Server-BYOS-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Manager-4-2-Server-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Micro-5-1-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Micro-5-1-BYOS-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Micro-5-1-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Micro-5-2-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Micro-5-2-BYOS-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-Micro-5-2-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:cluster-md-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:dlm-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:gfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-LI-BYOS-Production:ocfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:cluster-md-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:dlm-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:gfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-Azure-VLI-BYOS-Production:ocfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-Azure:cluster-md-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-Azure:dlm-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-Azure:gfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-Azure:ocfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-EC2-HVM:cluster-md-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-EC2-HVM:dlm-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-EC2-HVM:gfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-EC2-HVM:ocfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-GCE:cluster-md-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-GCE:dlm-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-GCE:gfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAP-BYOS-GCE:ocfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAPCAL-Azure:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAPCAL-EC2-HVM:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>Image SLES15-SP3-SAPCAL-GCE:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-64kb-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-64kb-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-default-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-docs-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-macros-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-obs-build-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-preempt-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-preempt-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-source-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:kernel-syms-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Enterprise Storage 7.1:reiserfs-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP3:cluster-md-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP3:dlm-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP3:gfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Availability Extension 15 SP3:ocfs2-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-64kb-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-64kb-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-default-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-docs-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-macros-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-obs-build-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-preempt-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-source-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kernel-syms-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:reiserfs-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-64kb-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-64kb-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-docs-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-macros-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-source-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP3:kernel-default-livepatch-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_130-default-1-150300.7.3.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.1:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.1:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.2:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Micro 5.2:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-64kb-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-64kb-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-default-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-docs-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-macros-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-obs-build-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-preempt-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-source-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-syms-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:kernel-zfcpdump-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 15 SP3-LTSS:reiserfs-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-default-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-docs-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-macros-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-obs-build-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-preempt-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-preempt-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-source-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:kernel-syms-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 15 SP3:reiserfs-kmp-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.2:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.2:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.2:kernel-default-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.2:kernel-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.2:kernel-macros-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Proxy 4.2:kernel-preempt-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Server 4.2:kernel-default-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Server 4.2:kernel-default-base-5.3.18-150300.59.130.1.150300.18.76.1</ProductID>
        <ProductID>SUSE Manager Server 4.2:kernel-default-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Server 4.2:kernel-devel-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Server 4.2:kernel-macros-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Server 4.2:kernel-preempt-5.3.18-150300.59.130.1</ProductID>
        <ProductID>SUSE Manager Server 4.2:kernel-zfcpdump-5.3.18-150300.59.130.1</ProductID>
        <ProductID>openSUSE Leap 15.4:dtb-al-5.3.18-150300.59.130.1</ProductID>
        <ProductID>openSUSE Leap 15.4:dtb-zte-5.3.18-150300.59.130.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://www.suse.com/support/update/announcement/2023/suse-su-20233391-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2023-3812.html</URL>
        <Description>CVE-2023-3812</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1213543</URL>
        <Description>SUSE Bug 1213543</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1213706</URL>
        <Description>SUSE Bug 1213706</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1217444</URL>
        <Description>SUSE Bug 1217444</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1217531</URL>
        <Description>SUSE Bug 1217531</Description>
      </Reference>
    </References>
  </Vulnerability>
</cvrfdoc>
