<?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>openSUSE-SU-2017:0906-1</ID>
    </Identification>
    <Status>Final</Status>
    <Version>1</Version>
    <RevisionHistory>
      <Revision>
        <Number>1</Number>
        <Date>2017-04-01T09:50:54Z</Date>
        <Description>current</Description>
      </Revision>
    </RevisionHistory>
    <InitialReleaseDate>2017-04-01T09:50:54Z</InitialReleaseDate>
    <CurrentReleaseDate>2017-04-01T09:50:54Z</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">

======================================================================
Still left to do:
- Check CVE descriptions. They need to be written in the past tense. They are processed automatically, THERE CAN BE ERRORS IN THERE!
- Remove version numbers from the CVE descriptions
- Check the capitalization of the subsystems, then sort again
- For each CVE: Check the corresponding bug if everything is okay
- If you remove CVEs or bugs: Do not forget to change the meta information 
- Determine which of the bugs after the CVE lines is the right one

======================================================================

The openSUSE Leap 42.1 kernel was updated to 4.1.39 to receive various security and bugfixes.

The following security bugs were fixed:

- CVE-2017-5669: The do_shmat function in ipc/shm.c in the Linux kernel did not restrict the address calculated by a certain rounding operation, which allowed local users to map page zero, and consequently bypass a protection mechanism that exists for the mmap system call, by making crafted shmget and shmat system calls in a privileged context (bnc#1026914).
- CVE-2017-6348: The hashbin_delete function in net/irda/irqueue.c in the Linux kernel improperly manages lock dropping, which allowed local users to cause a denial of service (deadlock) via crafted operations on IrDA devices (bnc#1027178).
- CVE-2017-7184: The xfrm_replay_verify_len function in net/xfrm/xfrm_user.c in the Linux kernel did not validate certain size data after an XFRM_MSG_NEWAE update, which allowed local users to obtain root privileges or cause a denial of service (heap-based out-of-bounds access) by leveraging the CAP_NET_ADMIN capability, as demonstrated during a Pwn2Own competition at CanSecWest 2017 for the Ubuntu 16.10 linux-image-* package 4.8.0.41.52 (bnc#1030573).
- CVE-2016-10200: Race condition in the L2TPv3 IP Encapsulation feature in the Linux kernel allowed local users to gain privileges or cause a denial of service (use-after-free) by making multiple bind system calls without properly ascertaining whether a socket has the SOCK_ZAPPED status, related to net/l2tp/l2tp_ip.c and net/l2tp/l2tp_ip6.c (bnc#1028415).
- CVE-2017-2636: Race condition in drivers/tty/n_hdlc.c in the Linux kernel allowed local users to gain privileges or cause a denial of service (double free) by setting the HDLC line discipline (bnc#1027565).
- CVE-2017-6345: The LLC subsystem in the Linux kernel did not ensure that a certain destructor exists in required circumstances, which allowed local users to cause a denial of service (BUG_ON) or possibly have unspecified other impact via crafted system calls (bnc#1027190).
- CVE-2017-6346: Race condition in net/packet/af_packet.c in the Linux kernel allowed local users to cause a denial of service (use-after-free) or possibly have unspecified other impact via a multithreaded application that made PACKET_FANOUT setsockopt system calls (bnc#1027189).
- CVE-2017-6347: The ip_cmsg_recv_checksum function in net/ipv4/ip_sockglue.c in the Linux kernel has incorrect expectations about skb data layout, which allowed local users to cause a denial of service (buffer over-read) or possibly have unspecified other impact via crafted system calls, as demonstrated by use of the MSG_MORE flag in conjunction with loopback UDP transmission (bnc#1027179).
- CVE-2017-6353: net/sctp/socket.c in the Linux kernel did not properly restrict association peel-off operations during certain wait states, which allowed local users to cause a denial of service (invalid unlock and double free) via a multithreaded application.  NOTE: this vulnerability exists because of an incorrect fix for CVE-2017-5986 (bnc#1025235).
- CVE-2017-6214: The tcp_splice_read function in net/ipv4/tcp.c in the Linux kernel allowed remote attackers to cause a denial of service (infinite loop and soft lockup) via vectors involving a TCP packet with the URG flag (bnc#1026722).
- CVE-2016-2117: The atl2_probe function in drivers/net/ethernet/atheros/atlx/atl2.c in the Linux kernel incorrectly enables scatter/gather I/O, which allowed remote attackers to obtain sensitive information from kernel memory by reading packet data (bnc#968697).
- CVE-2016-10208: The ext4_fill_super function in fs/ext4/super.c in the Linux kernel did not properly validate meta block groups, which allowed physically proximate attackers to cause a denial of service (out-of-bounds read and system crash) via a crafted ext4 image (bnc#1023377).
- CVE-2017-2596: The nested_vmx_check_vmptr function in arch/x86/kvm/vmx.c in the Linux kernel improperly emulates the VMXON instruction, which allowed KVM L1 guest OS users to cause a denial of service (host OS memory consumption) by leveraging the mishandling of page references (bnc#1022785).
- CVE-2017-2583: The load_segment_descriptor implementation in arch/x86/kvm/emulate.c in the Linux kernel improperly emulates a 'MOV SS, NULL selector' instruction, which allowed guest OS users to cause a denial of service (guest OS crash) or gain guest OS privileges via a crafted application (bnc#1020602).
- CVE-2017-2584: arch/x86/kvm/emulate.c in the Linux kernel allowed local users to obtain sensitive information from kernel memory or cause a denial of service (use-after-free) via a crafted application that leverages instruction emulation for fxrstor, fxsave, sgdt, and sidt (bnc#1019851).

The following non-security bugs were fixed:

- Fix kABI breakage of musb struct in 4.1.39 (stable 4.1.39).
- Revert 'ptrace: Capture the ptracer's creds not PT_PTRACE_CAP' (stable 4.1.39).
- ext4: fix fencepost in s_first_meta_bg validation (bsc#1029986).
- ext4: validate s_first_meta_bg at mount time (bsc#1023377).
- kabi/severities: Ignore x86/kvm kABI changes for 4.1.39
- l2tp: fix address test in __l2tp_ip6_bind_lookup() (bsc#1028415).
- l2tp: fix lookup for sockets not bound to a device in l2tp_ip (bsc#1028415).
- l2tp: fix racy socket lookup in l2tp_ip and l2tp_ip6 bind() (bsc#1028415).
- l2tp: hold socket before dropping lock in l2tp_ip{, 6}_recv() (bsc#1028415).
- l2tp: lock socket before checking flags in connect() (bsc#1028415).
- mm/huge_memory.c: respect FOLL_FORCE/FOLL_COW for thp (bsc#1030118).
</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>
  </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://lists.opensuse.org/opensuse-security-announce/2017-04/msg00000.html</URL>
      <Description>E-Mail link for openSUSE-SU-2017:0906-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/support/security/rating/</URL>
      <Description>SUSE Security Ratings</Description>
    </Reference>
  </DocumentReferences>
  <ProductTree xmlns="http://www.icasi.org/CVRF/schema/prod/1.1">
    <Branch Type="Product Family" Name="openSUSE Leap 42.1">
      <Branch Type="Product Name" Name="openSUSE Leap 42.1">
        <FullProductName ProductID="openSUSE Leap 42.1">openSUSE Leap 42.1</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Version" Name="kernel-debug-4.1.39-53.1">
      <FullProductName ProductID="kernel-debug-4.1.39-53.1">kernel-debug-4.1.39-53.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-debug-base-4.1.39-53.1">
      <FullProductName ProductID="kernel-debug-base-4.1.39-53.1">kernel-debug-base-4.1.39-53.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-debug-devel-4.1.39-53.1">
      <FullProductName ProductID="kernel-debug-devel-4.1.39-53.1">kernel-debug-devel-4.1.39-53.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-default-4.1.39-53.1">
      <FullProductName ProductID="kernel-default-4.1.39-53.1">kernel-default-4.1.39-53.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-default-base-4.1.39-53.1">
      <FullProductName ProductID="kernel-default-base-4.1.39-53.1">kernel-default-base-4.1.39-53.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-default-devel-4.1.39-53.1">
      <FullProductName ProductID="kernel-default-devel-4.1.39-53.1">kernel-default-devel-4.1.39-53.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-devel-4.1.39-53.1">
      <FullProductName ProductID="kernel-devel-4.1.39-53.1">kernel-devel-4.1.39-53.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-docs-4.1.39-53.2">
      <FullProductName ProductID="kernel-docs-4.1.39-53.2">kernel-docs-4.1.39-53.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-docs-html-4.1.39-53.2">
      <FullProductName ProductID="kernel-docs-html-4.1.39-53.2">kernel-docs-html-4.1.39-53.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-docs-pdf-4.1.39-53.2">
      <FullProductName ProductID="kernel-docs-pdf-4.1.39-53.2">kernel-docs-pdf-4.1.39-53.2</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-ec2-4.1.39-53.1">
      <FullProductName ProductID="kernel-ec2-4.1.39-53.1">kernel-ec2-4.1.39-53.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-ec2-base-4.1.39-53.1">
      <FullProductName ProductID="kernel-ec2-base-4.1.39-53.1">kernel-ec2-base-4.1.39-53.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-ec2-devel-4.1.39-53.1">
      <FullProductName ProductID="kernel-ec2-devel-4.1.39-53.1">kernel-ec2-devel-4.1.39-53.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-macros-4.1.39-53.1">
      <FullProductName ProductID="kernel-macros-4.1.39-53.1">kernel-macros-4.1.39-53.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-obs-build-4.1.39-53.1">
      <FullProductName ProductID="kernel-obs-build-4.1.39-53.1">kernel-obs-build-4.1.39-53.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-obs-qa-4.1.39-53.1">
      <FullProductName ProductID="kernel-obs-qa-4.1.39-53.1">kernel-obs-qa-4.1.39-53.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-pae-4.1.39-53.1">
      <FullProductName ProductID="kernel-pae-4.1.39-53.1">kernel-pae-4.1.39-53.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-pae-base-4.1.39-53.1">
      <FullProductName ProductID="kernel-pae-base-4.1.39-53.1">kernel-pae-base-4.1.39-53.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-pae-devel-4.1.39-53.1">
      <FullProductName ProductID="kernel-pae-devel-4.1.39-53.1">kernel-pae-devel-4.1.39-53.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-pv-4.1.39-53.1">
      <FullProductName ProductID="kernel-pv-4.1.39-53.1">kernel-pv-4.1.39-53.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-pv-base-4.1.39-53.1">
      <FullProductName ProductID="kernel-pv-base-4.1.39-53.1">kernel-pv-base-4.1.39-53.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-pv-devel-4.1.39-53.1">
      <FullProductName ProductID="kernel-pv-devel-4.1.39-53.1">kernel-pv-devel-4.1.39-53.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-source-4.1.39-53.1">
      <FullProductName ProductID="kernel-source-4.1.39-53.1">kernel-source-4.1.39-53.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-source-vanilla-4.1.39-53.1">
      <FullProductName ProductID="kernel-source-vanilla-4.1.39-53.1">kernel-source-vanilla-4.1.39-53.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-syms-4.1.39-53.1">
      <FullProductName ProductID="kernel-syms-4.1.39-53.1">kernel-syms-4.1.39-53.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-vanilla-4.1.39-53.1">
      <FullProductName ProductID="kernel-vanilla-4.1.39-53.1">kernel-vanilla-4.1.39-53.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-vanilla-devel-4.1.39-53.1">
      <FullProductName ProductID="kernel-vanilla-devel-4.1.39-53.1">kernel-vanilla-devel-4.1.39-53.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-xen-4.1.39-53.1">
      <FullProductName ProductID="kernel-xen-4.1.39-53.1">kernel-xen-4.1.39-53.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-xen-base-4.1.39-53.1">
      <FullProductName ProductID="kernel-xen-base-4.1.39-53.1">kernel-xen-base-4.1.39-53.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="kernel-xen-devel-4.1.39-53.1">
      <FullProductName ProductID="kernel-xen-devel-4.1.39-53.1">kernel-xen-devel-4.1.39-53.1</FullProductName>
    </Branch>
    <Relationship ProductReference="kernel-debug-4.1.39-53.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 42.1">
      <FullProductName ProductID="openSUSE Leap 42.1:kernel-debug-4.1.39-53.1">kernel-debug-4.1.39-53.1 as a component of openSUSE Leap 42.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-debug-base-4.1.39-53.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 42.1">
      <FullProductName ProductID="openSUSE Leap 42.1:kernel-debug-base-4.1.39-53.1">kernel-debug-base-4.1.39-53.1 as a component of openSUSE Leap 42.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-debug-devel-4.1.39-53.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 42.1">
      <FullProductName ProductID="openSUSE Leap 42.1:kernel-debug-devel-4.1.39-53.1">kernel-debug-devel-4.1.39-53.1 as a component of openSUSE Leap 42.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-4.1.39-53.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 42.1">
      <FullProductName ProductID="openSUSE Leap 42.1:kernel-default-4.1.39-53.1">kernel-default-4.1.39-53.1 as a component of openSUSE Leap 42.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-base-4.1.39-53.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 42.1">
      <FullProductName ProductID="openSUSE Leap 42.1:kernel-default-base-4.1.39-53.1">kernel-default-base-4.1.39-53.1 as a component of openSUSE Leap 42.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-default-devel-4.1.39-53.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 42.1">
      <FullProductName ProductID="openSUSE Leap 42.1:kernel-default-devel-4.1.39-53.1">kernel-default-devel-4.1.39-53.1 as a component of openSUSE Leap 42.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-devel-4.1.39-53.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 42.1">
      <FullProductName ProductID="openSUSE Leap 42.1:kernel-devel-4.1.39-53.1">kernel-devel-4.1.39-53.1 as a component of openSUSE Leap 42.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-docs-4.1.39-53.2" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 42.1">
      <FullProductName ProductID="openSUSE Leap 42.1:kernel-docs-4.1.39-53.2">kernel-docs-4.1.39-53.2 as a component of openSUSE Leap 42.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-docs-html-4.1.39-53.2" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 42.1">
      <FullProductName ProductID="openSUSE Leap 42.1:kernel-docs-html-4.1.39-53.2">kernel-docs-html-4.1.39-53.2 as a component of openSUSE Leap 42.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-docs-pdf-4.1.39-53.2" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 42.1">
      <FullProductName ProductID="openSUSE Leap 42.1:kernel-docs-pdf-4.1.39-53.2">kernel-docs-pdf-4.1.39-53.2 as a component of openSUSE Leap 42.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-ec2-4.1.39-53.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 42.1">
      <FullProductName ProductID="openSUSE Leap 42.1:kernel-ec2-4.1.39-53.1">kernel-ec2-4.1.39-53.1 as a component of openSUSE Leap 42.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-ec2-base-4.1.39-53.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 42.1">
      <FullProductName ProductID="openSUSE Leap 42.1:kernel-ec2-base-4.1.39-53.1">kernel-ec2-base-4.1.39-53.1 as a component of openSUSE Leap 42.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-ec2-devel-4.1.39-53.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 42.1">
      <FullProductName ProductID="openSUSE Leap 42.1:kernel-ec2-devel-4.1.39-53.1">kernel-ec2-devel-4.1.39-53.1 as a component of openSUSE Leap 42.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-macros-4.1.39-53.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 42.1">
      <FullProductName ProductID="openSUSE Leap 42.1:kernel-macros-4.1.39-53.1">kernel-macros-4.1.39-53.1 as a component of openSUSE Leap 42.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-obs-build-4.1.39-53.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 42.1">
      <FullProductName ProductID="openSUSE Leap 42.1:kernel-obs-build-4.1.39-53.1">kernel-obs-build-4.1.39-53.1 as a component of openSUSE Leap 42.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-obs-qa-4.1.39-53.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 42.1">
      <FullProductName ProductID="openSUSE Leap 42.1:kernel-obs-qa-4.1.39-53.1">kernel-obs-qa-4.1.39-53.1 as a component of openSUSE Leap 42.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-pae-4.1.39-53.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 42.1">
      <FullProductName ProductID="openSUSE Leap 42.1:kernel-pae-4.1.39-53.1">kernel-pae-4.1.39-53.1 as a component of openSUSE Leap 42.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-pae-base-4.1.39-53.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 42.1">
      <FullProductName ProductID="openSUSE Leap 42.1:kernel-pae-base-4.1.39-53.1">kernel-pae-base-4.1.39-53.1 as a component of openSUSE Leap 42.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-pae-devel-4.1.39-53.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 42.1">
      <FullProductName ProductID="openSUSE Leap 42.1:kernel-pae-devel-4.1.39-53.1">kernel-pae-devel-4.1.39-53.1 as a component of openSUSE Leap 42.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-pv-4.1.39-53.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 42.1">
      <FullProductName ProductID="openSUSE Leap 42.1:kernel-pv-4.1.39-53.1">kernel-pv-4.1.39-53.1 as a component of openSUSE Leap 42.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-pv-base-4.1.39-53.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 42.1">
      <FullProductName ProductID="openSUSE Leap 42.1:kernel-pv-base-4.1.39-53.1">kernel-pv-base-4.1.39-53.1 as a component of openSUSE Leap 42.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-pv-devel-4.1.39-53.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 42.1">
      <FullProductName ProductID="openSUSE Leap 42.1:kernel-pv-devel-4.1.39-53.1">kernel-pv-devel-4.1.39-53.1 as a component of openSUSE Leap 42.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source-4.1.39-53.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 42.1">
      <FullProductName ProductID="openSUSE Leap 42.1:kernel-source-4.1.39-53.1">kernel-source-4.1.39-53.1 as a component of openSUSE Leap 42.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-source-vanilla-4.1.39-53.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 42.1">
      <FullProductName ProductID="openSUSE Leap 42.1:kernel-source-vanilla-4.1.39-53.1">kernel-source-vanilla-4.1.39-53.1 as a component of openSUSE Leap 42.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-syms-4.1.39-53.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 42.1">
      <FullProductName ProductID="openSUSE Leap 42.1:kernel-syms-4.1.39-53.1">kernel-syms-4.1.39-53.1 as a component of openSUSE Leap 42.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-vanilla-4.1.39-53.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 42.1">
      <FullProductName ProductID="openSUSE Leap 42.1:kernel-vanilla-4.1.39-53.1">kernel-vanilla-4.1.39-53.1 as a component of openSUSE Leap 42.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-vanilla-devel-4.1.39-53.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 42.1">
      <FullProductName ProductID="openSUSE Leap 42.1:kernel-vanilla-devel-4.1.39-53.1">kernel-vanilla-devel-4.1.39-53.1 as a component of openSUSE Leap 42.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-xen-4.1.39-53.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 42.1">
      <FullProductName ProductID="openSUSE Leap 42.1:kernel-xen-4.1.39-53.1">kernel-xen-4.1.39-53.1 as a component of openSUSE Leap 42.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-xen-base-4.1.39-53.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 42.1">
      <FullProductName ProductID="openSUSE Leap 42.1:kernel-xen-base-4.1.39-53.1">kernel-xen-base-4.1.39-53.1 as a component of openSUSE Leap 42.1</FullProductName>
    </Relationship>
    <Relationship ProductReference="kernel-xen-devel-4.1.39-53.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 42.1">
      <FullProductName ProductID="openSUSE Leap 42.1:kernel-xen-devel-4.1.39-53.1">kernel-xen-devel-4.1.39-53.1 as a component of openSUSE Leap 42.1</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">Race condition in the L2TPv3 IP Encapsulation feature in the Linux kernel before 4.8.14 allows local users to gain privileges or cause a denial of service (use-after-free) by making multiple bind system calls without properly ascertaining whether a socket has the SOCK_ZAPPED status, related to net/l2tp/l2tp_ip.c and net/l2tp/l2tp_ip6.c.</Note>
    </Notes>
    <CVE>CVE-2016-10200</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>openSUSE Leap 42.1:kernel-debug-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-debug-base-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-debug-devel-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-default-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-default-base-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-default-devel-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-devel-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-docs-4.1.39-53.2</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-docs-html-4.1.39-53.2</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-docs-pdf-4.1.39-53.2</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-ec2-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-ec2-base-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-ec2-devel-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-macros-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-obs-build-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-obs-qa-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-pae-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-pae-base-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-pae-devel-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-pv-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-pv-base-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-pv-devel-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-source-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-source-vanilla-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-syms-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-vanilla-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-vanilla-devel-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-xen-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-xen-base-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-xen-devel-4.1.39-53.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>3.7</BaseScore>
        <Vector>AV:L/AC:H/Au:N/C:P/I:P/A:P</Vector>
      </ScoreSet>
    </CVSSScoreSets>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">Please Install the update.</Description>
        <URL>https://lists.opensuse.org/opensuse-security-announce/2017-04/msg00000.html</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2016-10200.html</URL>
        <Description>CVE-2016-10200</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1027179</URL>
        <Description>SUSE Bug 1027179</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1028415</URL>
        <Description>SUSE Bug 1028415</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">The ext4_fill_super function in fs/ext4/super.c in the Linux kernel through 4.9.8 does not properly validate meta block groups, which allows physically proximate attackers to cause a denial of service (out-of-bounds read and system crash) via a crafted ext4 image.</Note>
    </Notes>
    <CVE>CVE-2016-10208</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>openSUSE Leap 42.1:kernel-debug-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-debug-base-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-debug-devel-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-default-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-default-base-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-default-devel-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-devel-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-docs-4.1.39-53.2</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-docs-html-4.1.39-53.2</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-docs-pdf-4.1.39-53.2</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-ec2-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-ec2-base-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-ec2-devel-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-macros-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-obs-build-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-obs-qa-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-pae-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-pae-base-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-pae-devel-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-pv-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-pv-base-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-pv-devel-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-source-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-source-vanilla-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-syms-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-vanilla-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-vanilla-devel-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-xen-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-xen-base-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-xen-devel-4.1.39-53.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>4.7</BaseScore>
        <Vector>AV:L/AC:M/Au:N/C:N/I:N/A:C</Vector>
      </ScoreSet>
    </CVSSScoreSets>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">Please Install the update.</Description>
        <URL>https://lists.opensuse.org/opensuse-security-announce/2017-04/msg00000.html</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2016-10208.html</URL>
        <Description>CVE-2016-10208</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1023377</URL>
        <Description>SUSE Bug 1023377</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1087082</URL>
        <Description>SUSE Bug 1087082</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">The atl2_probe function in drivers/net/ethernet/atheros/atlx/atl2.c in the Linux kernel through 4.5.2 incorrectly enables scatter/gather I/O, which allows remote attackers to obtain sensitive information from kernel memory by reading packet data.</Note>
    </Notes>
    <CVE>CVE-2016-2117</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>openSUSE Leap 42.1:kernel-debug-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-debug-base-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-debug-devel-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-default-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-default-base-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-default-devel-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-devel-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-docs-4.1.39-53.2</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-docs-html-4.1.39-53.2</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-docs-pdf-4.1.39-53.2</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-ec2-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-ec2-base-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-ec2-devel-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-macros-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-obs-build-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-obs-qa-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-pae-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-pae-base-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-pae-devel-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-pv-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-pv-base-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-pv-devel-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-source-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-source-vanilla-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-syms-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-vanilla-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-vanilla-devel-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-xen-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-xen-base-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-xen-devel-4.1.39-53.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">Please Install the update.</Description>
        <URL>https://lists.opensuse.org/opensuse-security-announce/2017-04/msg00000.html</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2016-2117.html</URL>
        <Description>CVE-2016-2117</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1027179</URL>
        <Description>SUSE Bug 1027179</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/968697</URL>
        <Description>SUSE Bug 968697</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">The load_segment_descriptor implementation in arch/x86/kvm/emulate.c in the Linux kernel before 4.9.5 improperly emulates a "MOV SS, NULL selector" instruction, which allows guest OS users to cause a denial of service (guest OS crash) or gain guest OS privileges via a crafted application.</Note>
    </Notes>
    <CVE>CVE-2017-2583</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>openSUSE Leap 42.1:kernel-debug-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-debug-base-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-debug-devel-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-default-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-default-base-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-default-devel-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-devel-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-docs-4.1.39-53.2</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-docs-html-4.1.39-53.2</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-docs-pdf-4.1.39-53.2</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-ec2-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-ec2-base-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-ec2-devel-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-macros-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-obs-build-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-obs-qa-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-pae-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-pae-base-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-pae-devel-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-pv-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-pv-base-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-pv-devel-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-source-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-source-vanilla-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-syms-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-vanilla-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-vanilla-devel-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-xen-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-xen-base-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-xen-devel-4.1.39-53.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>5.4</BaseScore>
        <Vector>AV:A/AC:M/Au:N/C:P/I:P/A:P</Vector>
      </ScoreSet>
    </CVSSScoreSets>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">Please Install the update.</Description>
        <URL>https://lists.opensuse.org/opensuse-security-announce/2017-04/msg00000.html</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2017-2583.html</URL>
        <Description>CVE-2017-2583</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1020602</URL>
        <Description>SUSE Bug 1020602</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1030573</URL>
        <Description>SUSE Bug 1030573</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1087082</URL>
        <Description>SUSE Bug 1087082</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">arch/x86/kvm/emulate.c in the Linux kernel through 4.9.3 allows local users to obtain sensitive information from kernel memory or cause a denial of service (use-after-free) via a crafted application that leverages instruction emulation for fxrstor, fxsave, sgdt, and sidt.</Note>
    </Notes>
    <CVE>CVE-2017-2584</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>openSUSE Leap 42.1:kernel-debug-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-debug-base-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-debug-devel-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-default-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-default-base-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-default-devel-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-devel-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-docs-4.1.39-53.2</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-docs-html-4.1.39-53.2</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-docs-pdf-4.1.39-53.2</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-ec2-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-ec2-base-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-ec2-devel-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-macros-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-obs-build-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-obs-qa-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-pae-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-pae-base-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-pae-devel-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-pv-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-pv-base-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-pv-devel-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-source-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-source-vanilla-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-syms-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-vanilla-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-vanilla-devel-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-xen-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-xen-base-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-xen-devel-4.1.39-53.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>5.2</BaseScore>
        <Vector>AV:A/AC:M/Au:S/C:N/I:N/A:C</Vector>
      </ScoreSet>
    </CVSSScoreSets>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">Please Install the update.</Description>
        <URL>https://lists.opensuse.org/opensuse-security-announce/2017-04/msg00000.html</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2017-2584.html</URL>
        <Description>CVE-2017-2584</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1019851</URL>
        <Description>SUSE Bug 1019851</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1087082</URL>
        <Description>SUSE Bug 1087082</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">The nested_vmx_check_vmptr function in arch/x86/kvm/vmx.c in the Linux kernel through 4.9.8 improperly emulates the VMXON instruction, which allows KVM L1 guest OS users to cause a denial of service (host OS memory consumption) by leveraging the mishandling of page references.</Note>
    </Notes>
    <CVE>CVE-2017-2596</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>openSUSE Leap 42.1:kernel-debug-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-debug-base-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-debug-devel-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-default-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-default-base-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-default-devel-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-devel-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-docs-4.1.39-53.2</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-docs-html-4.1.39-53.2</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-docs-pdf-4.1.39-53.2</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-ec2-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-ec2-base-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-ec2-devel-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-macros-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-obs-build-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-obs-qa-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-pae-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-pae-base-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-pae-devel-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-pv-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-pv-base-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-pv-devel-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-source-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-source-vanilla-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-syms-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-vanilla-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-vanilla-devel-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-xen-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-xen-base-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-xen-devel-4.1.39-53.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>low</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>3.8</BaseScore>
        <Vector>AV:L/AC:H/Au:S/C:N/I:N/A:C</Vector>
      </ScoreSet>
    </CVSSScoreSets>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">Please Install the update.</Description>
        <URL>https://lists.opensuse.org/opensuse-security-announce/2017-04/msg00000.html</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2017-2596.html</URL>
        <Description>CVE-2017-2596</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1022785</URL>
        <Description>SUSE Bug 1022785</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1027179</URL>
        <Description>SUSE Bug 1027179</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">Race condition in drivers/tty/n_hdlc.c in the Linux kernel through 4.10.1 allows local users to gain privileges or cause a denial of service (double free) by setting the HDLC line discipline.</Note>
    </Notes>
    <CVE>CVE-2017-2636</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>openSUSE Leap 42.1:kernel-debug-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-debug-base-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-debug-devel-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-default-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-default-base-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-default-devel-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-devel-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-docs-4.1.39-53.2</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-docs-html-4.1.39-53.2</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-docs-pdf-4.1.39-53.2</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-ec2-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-ec2-base-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-ec2-devel-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-macros-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-obs-build-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-obs-qa-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-pae-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-pae-base-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-pae-devel-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-pv-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-pv-base-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-pv-devel-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-source-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-source-vanilla-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-syms-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-vanilla-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-vanilla-devel-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-xen-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-xen-base-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-xen-devel-4.1.39-53.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>6</BaseScore>
        <Vector>AV:L/AC:H/Au:S/C:C/I:C/A:C</Vector>
      </ScoreSet>
    </CVSSScoreSets>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">Please Install the update.</Description>
        <URL>https://lists.opensuse.org/opensuse-security-announce/2017-04/msg00000.html</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2017-2636.html</URL>
        <Description>CVE-2017-2636</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1027565</URL>
        <Description>SUSE Bug 1027565</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1027575</URL>
        <Description>SUSE Bug 1027575</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1028372</URL>
        <Description>SUSE Bug 1028372</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">The do_shmat function in ipc/shm.c in the Linux kernel through 4.9.12 does not restrict the address calculated by a certain rounding operation, which allows local users to map page zero, and consequently bypass a protection mechanism that exists for the mmap system call, by making crafted shmget and shmat system calls in a privileged context.</Note>
    </Notes>
    <CVE>CVE-2017-5669</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>openSUSE Leap 42.1:kernel-debug-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-debug-base-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-debug-devel-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-default-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-default-base-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-default-devel-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-devel-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-docs-4.1.39-53.2</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-docs-html-4.1.39-53.2</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-docs-pdf-4.1.39-53.2</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-ec2-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-ec2-base-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-ec2-devel-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-macros-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-obs-build-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-obs-qa-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-pae-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-pae-base-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-pae-devel-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-pv-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-pv-base-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-pv-devel-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-source-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-source-vanilla-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-syms-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-vanilla-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-vanilla-devel-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-xen-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-xen-base-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-xen-devel-4.1.39-53.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>4.3</BaseScore>
        <Vector>AV:L/AC:L/Au:S/C:P/I:P/A:P</Vector>
      </ScoreSet>
    </CVSSScoreSets>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">Please Install the update.</Description>
        <URL>https://lists.opensuse.org/opensuse-security-announce/2017-04/msg00000.html</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2017-5669.html</URL>
        <Description>CVE-2017-5669</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1026914</URL>
        <Description>SUSE Bug 1026914</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1090078</URL>
        <Description>SUSE Bug 1090078</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">The tcp_splice_read function in net/ipv4/tcp.c in the Linux kernel before 4.9.11 allows remote attackers to cause a denial of service (infinite loop and soft lockup) via vectors involving a TCP packet with the URG flag.</Note>
    </Notes>
    <CVE>CVE-2017-6214</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>openSUSE Leap 42.1:kernel-debug-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-debug-base-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-debug-devel-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-default-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-default-base-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-default-devel-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-devel-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-docs-4.1.39-53.2</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-docs-html-4.1.39-53.2</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-docs-pdf-4.1.39-53.2</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-ec2-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-ec2-base-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-ec2-devel-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-macros-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-obs-build-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-obs-qa-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-pae-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-pae-base-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-pae-devel-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-pv-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-pv-base-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-pv-devel-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-source-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-source-vanilla-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-syms-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-vanilla-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-vanilla-devel-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-xen-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-xen-base-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-xen-devel-4.1.39-53.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>4.3</BaseScore>
        <Vector>AV:N/AC:M/Au:N/C:N/I:N/A:P</Vector>
      </ScoreSet>
    </CVSSScoreSets>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">Please Install the update.</Description>
        <URL>https://lists.opensuse.org/opensuse-security-announce/2017-04/msg00000.html</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2017-6214.html</URL>
        <Description>CVE-2017-6214</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1026722</URL>
        <Description>SUSE Bug 1026722</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1027179</URL>
        <Description>SUSE Bug 1027179</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">The LLC subsystem in the Linux kernel before 4.9.13 does not ensure that a certain destructor exists in required circumstances, which allows local users to cause a denial of service (BUG_ON) or possibly have unspecified other impact via crafted system calls.</Note>
    </Notes>
    <CVE>CVE-2017-6345</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>openSUSE Leap 42.1:kernel-debug-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-debug-base-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-debug-devel-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-default-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-default-base-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-default-devel-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-devel-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-docs-4.1.39-53.2</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-docs-html-4.1.39-53.2</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-docs-pdf-4.1.39-53.2</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-ec2-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-ec2-base-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-ec2-devel-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-macros-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-obs-build-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-obs-qa-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-pae-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-pae-base-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-pae-devel-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-pv-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-pv-base-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-pv-devel-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-source-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-source-vanilla-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-syms-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-vanilla-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-vanilla-devel-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-xen-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-xen-base-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-xen-devel-4.1.39-53.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>4.4</BaseScore>
        <Vector>AV:L/AC:M/Au:N/C:P/I:P/A:P</Vector>
      </ScoreSet>
    </CVSSScoreSets>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">Please Install the update.</Description>
        <URL>https://lists.opensuse.org/opensuse-security-announce/2017-04/msg00000.html</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2017-6345.html</URL>
        <Description>CVE-2017-6345</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1027179</URL>
        <Description>SUSE Bug 1027179</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1027190</URL>
        <Description>SUSE Bug 1027190</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1087082</URL>
        <Description>SUSE Bug 1087082</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">Race condition in net/packet/af_packet.c in the Linux kernel before 4.9.13 allows local users to cause a denial of service (use-after-free) or possibly have unspecified other impact via a multithreaded application that makes PACKET_FANOUT setsockopt system calls.</Note>
    </Notes>
    <CVE>CVE-2017-6346</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>openSUSE Leap 42.1:kernel-debug-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-debug-base-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-debug-devel-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-default-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-default-base-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-default-devel-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-devel-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-docs-4.1.39-53.2</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-docs-html-4.1.39-53.2</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-docs-pdf-4.1.39-53.2</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-ec2-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-ec2-base-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-ec2-devel-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-macros-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-obs-build-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-obs-qa-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-pae-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-pae-base-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-pae-devel-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-pv-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-pv-base-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-pv-devel-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-source-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-source-vanilla-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-syms-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-vanilla-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-vanilla-devel-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-xen-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-xen-base-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-xen-devel-4.1.39-53.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>3.7</BaseScore>
        <Vector>AV:L/AC:H/Au:N/C:P/I:P/A:P</Vector>
      </ScoreSet>
    </CVSSScoreSets>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">Please Install the update.</Description>
        <URL>https://lists.opensuse.org/opensuse-security-announce/2017-04/msg00000.html</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2017-6346.html</URL>
        <Description>CVE-2017-6346</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1027179</URL>
        <Description>SUSE Bug 1027179</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1027189</URL>
        <Description>SUSE Bug 1027189</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1064388</URL>
        <Description>SUSE Bug 1064388</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1064392</URL>
        <Description>SUSE Bug 1064392</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">The ip_cmsg_recv_checksum function in net/ipv4/ip_sockglue.c in the Linux kernel before 4.10.1 has incorrect expectations about skb data layout, which allows local users to cause a denial of service (buffer over-read) or possibly have unspecified other impact via crafted system calls, as demonstrated by use of the MSG_MORE flag in conjunction with loopback UDP transmission.</Note>
    </Notes>
    <CVE>CVE-2017-6347</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>openSUSE Leap 42.1:kernel-debug-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-debug-base-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-debug-devel-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-default-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-default-base-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-default-devel-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-devel-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-docs-4.1.39-53.2</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-docs-html-4.1.39-53.2</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-docs-pdf-4.1.39-53.2</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-ec2-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-ec2-base-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-ec2-devel-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-macros-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-obs-build-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-obs-qa-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-pae-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-pae-base-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-pae-devel-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-pv-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-pv-base-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-pv-devel-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-source-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-source-vanilla-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-syms-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-vanilla-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-vanilla-devel-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-xen-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-xen-base-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-xen-devel-4.1.39-53.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>1.2</BaseScore>
        <Vector>AV:L/AC:H/Au:N/C:N/I:N/A:P</Vector>
      </ScoreSet>
    </CVSSScoreSets>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">Please Install the update.</Description>
        <URL>https://lists.opensuse.org/opensuse-security-announce/2017-04/msg00000.html</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2017-6347.html</URL>
        <Description>CVE-2017-6347</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1027179</URL>
        <Description>SUSE Bug 1027179</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">The hashbin_delete function in net/irda/irqueue.c in the Linux kernel before 4.9.13 improperly manages lock dropping, which allows local users to cause a denial of service (deadlock) via crafted operations on IrDA devices.</Note>
    </Notes>
    <CVE>CVE-2017-6348</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>openSUSE Leap 42.1:kernel-debug-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-debug-base-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-debug-devel-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-default-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-default-base-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-default-devel-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-devel-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-docs-4.1.39-53.2</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-docs-html-4.1.39-53.2</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-docs-pdf-4.1.39-53.2</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-ec2-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-ec2-base-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-ec2-devel-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-macros-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-obs-build-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-obs-qa-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-pae-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-pae-base-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-pae-devel-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-pv-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-pv-base-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-pv-devel-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-source-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-source-vanilla-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-syms-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-vanilla-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-vanilla-devel-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-xen-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-xen-base-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-xen-devel-4.1.39-53.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>1.9</BaseScore>
        <Vector>AV:L/AC:M/Au:N/C:N/I:N/A:P</Vector>
      </ScoreSet>
    </CVSSScoreSets>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">Please Install the update.</Description>
        <URL>https://lists.opensuse.org/opensuse-security-announce/2017-04/msg00000.html</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2017-6348.html</URL>
        <Description>CVE-2017-6348</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1027178</URL>
        <Description>SUSE Bug 1027178</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1087082</URL>
        <Description>SUSE Bug 1087082</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">net/sctp/socket.c in the Linux kernel through 4.10.1 does not properly restrict association peel-off operations during certain wait states, which allows local users to cause a denial of service (invalid unlock and double free) via a multithreaded application.  NOTE: this vulnerability exists because of an incorrect fix for CVE-2017-5986.</Note>
    </Notes>
    <CVE>CVE-2017-6353</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>openSUSE Leap 42.1:kernel-debug-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-debug-base-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-debug-devel-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-default-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-default-base-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-default-devel-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-devel-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-docs-4.1.39-53.2</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-docs-html-4.1.39-53.2</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-docs-pdf-4.1.39-53.2</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-ec2-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-ec2-base-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-ec2-devel-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-macros-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-obs-build-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-obs-qa-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-pae-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-pae-base-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-pae-devel-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-pv-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-pv-base-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-pv-devel-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-source-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-source-vanilla-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-syms-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-vanilla-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-vanilla-devel-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-xen-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-xen-base-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-xen-devel-4.1.39-53.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>4.4</BaseScore>
        <Vector>AV:L/AC:M/Au:N/C:P/I:P/A:P</Vector>
      </ScoreSet>
    </CVSSScoreSets>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">Please Install the update.</Description>
        <URL>https://lists.opensuse.org/opensuse-security-announce/2017-04/msg00000.html</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2017-6353.html</URL>
        <Description>CVE-2017-6353</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1025235</URL>
        <Description>SUSE Bug 1025235</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1027066</URL>
        <Description>SUSE Bug 1027066</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">The xfrm_replay_verify_len function in net/xfrm/xfrm_user.c in the Linux kernel through 4.10.6 does not validate certain size data after an XFRM_MSG_NEWAE update, which allows local users to obtain root privileges or cause a denial of service (heap-based out-of-bounds access) by leveraging the CAP_NET_ADMIN capability, as demonstrated during a Pwn2Own competition at CanSecWest 2017 for the Ubuntu 16.10 linux-image-* package 4.8.0.41.52.</Note>
    </Notes>
    <CVE>CVE-2017-7184</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>openSUSE Leap 42.1:kernel-debug-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-debug-base-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-debug-devel-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-default-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-default-base-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-default-devel-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-devel-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-docs-4.1.39-53.2</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-docs-html-4.1.39-53.2</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-docs-pdf-4.1.39-53.2</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-ec2-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-ec2-base-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-ec2-devel-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-macros-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-obs-build-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-obs-qa-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-pae-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-pae-base-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-pae-devel-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-pv-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-pv-base-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-pv-devel-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-source-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-source-vanilla-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-syms-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-vanilla-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-vanilla-devel-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-xen-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-xen-base-4.1.39-53.1</ProductID>
        <ProductID>openSUSE Leap 42.1:kernel-xen-devel-4.1.39-53.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>6.6</BaseScore>
        <Vector>AV:L/AC:M/Au:S/C:C/I:C/A:C</Vector>
      </ScoreSet>
    </CVSSScoreSets>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">Please Install the update.</Description>
        <URL>https://lists.opensuse.org/opensuse-security-announce/2017-04/msg00000.html</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2017-7184.html</URL>
        <Description>CVE-2017-7184</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1030573</URL>
        <Description>SUSE Bug 1030573</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1030575</URL>
        <Description>SUSE Bug 1030575</Description>
      </Reference>
    </References>
  </Vulnerability>
</cvrfdoc>
