<?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 wireshark</DocumentTitle>
  <DocumentType>SUSE Patch</DocumentType>
  <DocumentPublisher Type="Vendor">
    <ContactDetails>security@suse.de</ContactDetails>
    <IssuingAuthority>SUSE Security Team</IssuingAuthority>
  </DocumentPublisher>
  <DocumentTracking>
    <Identification>
      <ID>SUSE-SU-2018:0054-1</ID>
    </Identification>
    <Status>Final</Status>
    <Version>1</Version>
    <RevisionHistory>
      <Revision>
        <Number>1</Number>
        <Date>2018-01-09T15:42:20Z</Date>
        <Description>current</Description>
      </Revision>
    </RevisionHistory>
    <InitialReleaseDate>2018-01-09T15:42:20Z</InitialReleaseDate>
    <CurrentReleaseDate>2018-01-09T15:42:20Z</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 wireshark</Note>
    <Note Title="Details" Type="General" Ordinal="2" xml:lang="en">
  
This update for wireshark to version 2.2.11 fixes several issues.

These security issues were fixed:

- CVE-2017-13767: The MSDP dissector could have gone into an infinite loop.
  This was addressed by adding length validation (bsc#1056248)
- CVE-2017-13766: The Profinet I/O dissector could have crash with an
  out-of-bounds write. This was addressed by adding string validation
  (bsc#1056249)
- CVE-2017-13765: The IrCOMM dissector had a buffer over-read and application
  crash. This was addressed by adding length validation (bsc#1056251)
- CVE-2017-9766: PROFINET IO data with a high recursion depth allowed remote
  attackers to cause a denial of service (stack exhaustion) in the
  dissect_IODWriteReq function (bsc#1045341)
- CVE-2017-9617: Deeply nested DAAP data may have cause stack exhaustion
  (uncontrolled recursion) in the dissect_daap_one_tag function in the DAAP
  dissector (bsc#1044417)
- CVE-2017-15192: The BT ATT dissector could crash. This was addressed
  in epan/dissectors/packet-btatt.c by considering a case where not all
  of the BTATT packets have the same encapsulation level. (bsc#1062645)
- CVE-2017-15193: The MBIM dissector could crash or exhaust system
  memory. This was addressed in epan/dissectors/packet-mbim.c by changing
  the memory-allocation approach. (bsc#1062645)
- CVE-2017-15191: The DMP dissector could crash. This was addressed in
  epan/dissectors/packet-dmp.c by validating a string length. (bsc#1062645)
- CVE-2017-17083: NetBIOS dissector could crash. This was addressed in
  epan/dissectors/packet-netbios.c by ensuring that write operations are
  bounded by the beginning of a buffer. (bsc#1070727)
- CVE-2017-17084: IWARP_MPA dissector could crash. This was addressed
  in epan/dissectors/packet-iwarp-mpa.c by validating a ULPDU
  length. (bsc#1070727)
- CVE-2017-17085: the CIP Safety dissector could crash. This was
  addressed in epan/dissectors/packet-cipsafety.c by validating the packet
  length. (bsc#1070727)
</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">sdksp4-wireshark-13400,slessp4-wireshark-13400</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/2018/suse-su-20180054-1/</URL>
      <Description>Link for SUSE-SU-2018:0054-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://lists.suse.com/pipermail/sle-security-updates/2018-January/003581.html</URL>
      <Description>E-Mail link for SUSE-SU-2018:0054-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/1044417</URL>
      <Description>SUSE Bug 1044417</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1045341</URL>
      <Description>SUSE Bug 1045341</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1056248</URL>
      <Description>SUSE Bug 1056248</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1056249</URL>
      <Description>SUSE Bug 1056249</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1056251</URL>
      <Description>SUSE Bug 1056251</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1062645</URL>
      <Description>SUSE Bug 1062645</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1070727</URL>
      <Description>SUSE Bug 1070727</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2017-13765/</URL>
      <Description>SUSE CVE CVE-2017-13765 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2017-13766/</URL>
      <Description>SUSE CVE CVE-2017-13766 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2017-13767/</URL>
      <Description>SUSE CVE CVE-2017-13767 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2017-15191/</URL>
      <Description>SUSE CVE CVE-2017-15191 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2017-15192/</URL>
      <Description>SUSE CVE CVE-2017-15192 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2017-15193/</URL>
      <Description>SUSE CVE CVE-2017-15193 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2017-17083/</URL>
      <Description>SUSE CVE CVE-2017-17083 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2017-17084/</URL>
      <Description>SUSE CVE CVE-2017-17084 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2017-17085/</URL>
      <Description>SUSE CVE CVE-2017-17085 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2017-9617/</URL>
      <Description>SUSE CVE CVE-2017-9617 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2017-9766/</URL>
      <Description>SUSE CVE CVE-2017-9766 page</Description>
    </Reference>
  </DocumentReferences>
  <ProductTree xmlns="http://www.icasi.org/CVRF/schema/prod/1.1">
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server 11 SP4">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server 11 SP4">
        <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP4" CPE="cpe:/o:suse:suse_sles:11:sp4">SUSE Linux Enterprise Server 11 SP4</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Server for SAP Applications 11 SP4">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Server for SAP Applications 11 SP4">
        <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 11 SP4" CPE="cpe:/o:suse:sles_sap:11:sp4">SUSE Linux Enterprise Server for SAP Applications 11 SP4</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Family" Name="SUSE Linux Enterprise Software Development Kit 11 SP4">
      <Branch Type="Product Name" Name="SUSE Linux Enterprise Software Development Kit 11 SP4">
        <FullProductName ProductID="SUSE Linux Enterprise Software Development Kit 11 SP4" CPE="cpe:/a:suse:sle-sdk:11:sp4">SUSE Linux Enterprise Software Development Kit 11 SP4</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Version" Name="libsmi-0.4.5-2.7.2.1">
      <FullProductName ProductID="libsmi-0.4.5-2.7.2.1">libsmi-0.4.5-2.7.2.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libwireshark8-2.2.11-40.14.5">
      <FullProductName ProductID="libwireshark8-2.2.11-40.14.5">libwireshark8-2.2.11-40.14.5</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libwiretap6-2.2.11-40.14.5">
      <FullProductName ProductID="libwiretap6-2.2.11-40.14.5">libwiretap6-2.2.11-40.14.5</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libwscodecs1-2.2.11-40.14.5">
      <FullProductName ProductID="libwscodecs1-2.2.11-40.14.5">libwscodecs1-2.2.11-40.14.5</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libwsutil7-2.2.11-40.14.5">
      <FullProductName ProductID="libwsutil7-2.2.11-40.14.5">libwsutil7-2.2.11-40.14.5</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="portaudio-19-234.18.1">
      <FullProductName ProductID="portaudio-19-234.18.1">portaudio-19-234.18.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="portaudio-devel-19-234.18.1">
      <FullProductName ProductID="portaudio-devel-19-234.18.1">portaudio-devel-19-234.18.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="wireshark-2.2.11-40.14.5">
      <FullProductName ProductID="wireshark-2.2.11-40.14.5">wireshark-2.2.11-40.14.5</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="wireshark-devel-2.2.11-40.14.5">
      <FullProductName ProductID="wireshark-devel-2.2.11-40.14.5">wireshark-devel-2.2.11-40.14.5</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="wireshark-gtk-2.2.11-40.14.5">
      <FullProductName ProductID="wireshark-gtk-2.2.11-40.14.5">wireshark-gtk-2.2.11-40.14.5</FullProductName>
    </Branch>
    <Relationship ProductReference="libsmi-0.4.5-2.7.2.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 11 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP4:libsmi-0.4.5-2.7.2.1">libsmi-0.4.5-2.7.2.1 as a component of SUSE Linux Enterprise Server 11 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libwireshark8-2.2.11-40.14.5" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 11 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP4:libwireshark8-2.2.11-40.14.5">libwireshark8-2.2.11-40.14.5 as a component of SUSE Linux Enterprise Server 11 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libwiretap6-2.2.11-40.14.5" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 11 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP4:libwiretap6-2.2.11-40.14.5">libwiretap6-2.2.11-40.14.5 as a component of SUSE Linux Enterprise Server 11 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libwscodecs1-2.2.11-40.14.5" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 11 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP4:libwscodecs1-2.2.11-40.14.5">libwscodecs1-2.2.11-40.14.5 as a component of SUSE Linux Enterprise Server 11 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libwsutil7-2.2.11-40.14.5" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 11 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP4:libwsutil7-2.2.11-40.14.5">libwsutil7-2.2.11-40.14.5 as a component of SUSE Linux Enterprise Server 11 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="portaudio-19-234.18.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 11 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP4:portaudio-19-234.18.1">portaudio-19-234.18.1 as a component of SUSE Linux Enterprise Server 11 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="wireshark-2.2.11-40.14.5" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 11 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP4:wireshark-2.2.11-40.14.5">wireshark-2.2.11-40.14.5 as a component of SUSE Linux Enterprise Server 11 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="wireshark-gtk-2.2.11-40.14.5" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server 11 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server 11 SP4:wireshark-gtk-2.2.11-40.14.5">wireshark-gtk-2.2.11-40.14.5 as a component of SUSE Linux Enterprise Server 11 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsmi-0.4.5-2.7.2.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 11 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 11 SP4:libsmi-0.4.5-2.7.2.1">libsmi-0.4.5-2.7.2.1 as a component of SUSE Linux Enterprise Server for SAP Applications 11 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libwireshark8-2.2.11-40.14.5" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 11 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 11 SP4:libwireshark8-2.2.11-40.14.5">libwireshark8-2.2.11-40.14.5 as a component of SUSE Linux Enterprise Server for SAP Applications 11 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libwiretap6-2.2.11-40.14.5" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 11 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 11 SP4:libwiretap6-2.2.11-40.14.5">libwiretap6-2.2.11-40.14.5 as a component of SUSE Linux Enterprise Server for SAP Applications 11 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libwscodecs1-2.2.11-40.14.5" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 11 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 11 SP4:libwscodecs1-2.2.11-40.14.5">libwscodecs1-2.2.11-40.14.5 as a component of SUSE Linux Enterprise Server for SAP Applications 11 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libwsutil7-2.2.11-40.14.5" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 11 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 11 SP4:libwsutil7-2.2.11-40.14.5">libwsutil7-2.2.11-40.14.5 as a component of SUSE Linux Enterprise Server for SAP Applications 11 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="portaudio-19-234.18.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 11 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 11 SP4:portaudio-19-234.18.1">portaudio-19-234.18.1 as a component of SUSE Linux Enterprise Server for SAP Applications 11 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="wireshark-2.2.11-40.14.5" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 11 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 11 SP4:wireshark-2.2.11-40.14.5">wireshark-2.2.11-40.14.5 as a component of SUSE Linux Enterprise Server for SAP Applications 11 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="wireshark-gtk-2.2.11-40.14.5" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Server for SAP Applications 11 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Server for SAP Applications 11 SP4:wireshark-gtk-2.2.11-40.14.5">wireshark-gtk-2.2.11-40.14.5 as a component of SUSE Linux Enterprise Server for SAP Applications 11 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libsmi-0.4.5-2.7.2.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Software Development Kit 11 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Software Development Kit 11 SP4:libsmi-0.4.5-2.7.2.1">libsmi-0.4.5-2.7.2.1 as a component of SUSE Linux Enterprise Software Development Kit 11 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libwireshark8-2.2.11-40.14.5" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Software Development Kit 11 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Software Development Kit 11 SP4:libwireshark8-2.2.11-40.14.5">libwireshark8-2.2.11-40.14.5 as a component of SUSE Linux Enterprise Software Development Kit 11 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libwiretap6-2.2.11-40.14.5" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Software Development Kit 11 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Software Development Kit 11 SP4:libwiretap6-2.2.11-40.14.5">libwiretap6-2.2.11-40.14.5 as a component of SUSE Linux Enterprise Software Development Kit 11 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libwscodecs1-2.2.11-40.14.5" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Software Development Kit 11 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Software Development Kit 11 SP4:libwscodecs1-2.2.11-40.14.5">libwscodecs1-2.2.11-40.14.5 as a component of SUSE Linux Enterprise Software Development Kit 11 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="libwsutil7-2.2.11-40.14.5" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Software Development Kit 11 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Software Development Kit 11 SP4:libwsutil7-2.2.11-40.14.5">libwsutil7-2.2.11-40.14.5 as a component of SUSE Linux Enterprise Software Development Kit 11 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="portaudio-19-234.18.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Software Development Kit 11 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Software Development Kit 11 SP4:portaudio-19-234.18.1">portaudio-19-234.18.1 as a component of SUSE Linux Enterprise Software Development Kit 11 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="portaudio-devel-19-234.18.1" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Software Development Kit 11 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Software Development Kit 11 SP4:portaudio-devel-19-234.18.1">portaudio-devel-19-234.18.1 as a component of SUSE Linux Enterprise Software Development Kit 11 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="wireshark-2.2.11-40.14.5" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Software Development Kit 11 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Software Development Kit 11 SP4:wireshark-2.2.11-40.14.5">wireshark-2.2.11-40.14.5 as a component of SUSE Linux Enterprise Software Development Kit 11 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="wireshark-devel-2.2.11-40.14.5" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Software Development Kit 11 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Software Development Kit 11 SP4:wireshark-devel-2.2.11-40.14.5">wireshark-devel-2.2.11-40.14.5 as a component of SUSE Linux Enterprise Software Development Kit 11 SP4</FullProductName>
    </Relationship>
    <Relationship ProductReference="wireshark-gtk-2.2.11-40.14.5" RelationType="Default Component Of" RelatesToProductReference="SUSE Linux Enterprise Software Development Kit 11 SP4">
      <FullProductName ProductID="SUSE Linux Enterprise Software Development Kit 11 SP4:wireshark-gtk-2.2.11-40.14.5">wireshark-gtk-2.2.11-40.14.5 as a component of SUSE Linux Enterprise Software Development Kit 11 SP4</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">In Wireshark 2.4.0, 2.2.0 to 2.2.8, and 2.0.0 to 2.0.14, the IrCOMM dissector has a buffer over-read and application crash. This was addressed in plugins/irda/packet-ircomm.c by adding length validation.</Note>
    </Notes>
    <CVE>CVE-2017-13765</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Server 11 SP4:libsmi-0.4.5-2.7.2.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:libwireshark8-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:libwiretap6-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:libwscodecs1-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:libwsutil7-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:portaudio-19-234.18.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:wireshark-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:wireshark-gtk-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:libsmi-0.4.5-2.7.2.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:libwireshark8-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:libwiretap6-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:libwscodecs1-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:libwsutil7-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:portaudio-19-234.18.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:wireshark-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:wireshark-gtk-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:libsmi-0.4.5-2.7.2.1</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:libwireshark8-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:libwiretap6-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:libwscodecs1-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:libwsutil7-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:portaudio-19-234.18.1</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:portaudio-devel-19-234.18.1</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:wireshark-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:wireshark-devel-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:wireshark-gtk-2.2.11-40.14.5</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>5</BaseScore>
        <Vector>AV:N/AC:L/Au:N/C:N/I:N/A:P</Vector>
      </ScoreSet>
    </CVSSScoreSets>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://www.suse.com/support/update/announcement/2018/suse-su-20180054-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2017-13765.html</URL>
        <Description>CVE-2017-13765</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1056251</URL>
        <Description>SUSE Bug 1056251</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">In Wireshark 2.4.0 and 2.2.0 to 2.2.8, the Profinet I/O dissector could crash with an out-of-bounds write. This was addressed in plugins/profinet/packet-dcerpc-pn-io.c by adding string validation.</Note>
    </Notes>
    <CVE>CVE-2017-13766</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Server 11 SP4:libsmi-0.4.5-2.7.2.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:libwireshark8-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:libwiretap6-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:libwscodecs1-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:libwsutil7-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:portaudio-19-234.18.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:wireshark-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:wireshark-gtk-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:libsmi-0.4.5-2.7.2.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:libwireshark8-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:libwiretap6-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:libwscodecs1-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:libwsutil7-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:portaudio-19-234.18.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:wireshark-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:wireshark-gtk-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:libsmi-0.4.5-2.7.2.1</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:libwireshark8-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:libwiretap6-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:libwscodecs1-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:libwsutil7-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:portaudio-19-234.18.1</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:portaudio-devel-19-234.18.1</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:wireshark-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:wireshark-devel-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:wireshark-gtk-2.2.11-40.14.5</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>5</BaseScore>
        <Vector>AV:N/AC:L/Au:N/C:N/I:N/A:P</Vector>
      </ScoreSet>
    </CVSSScoreSets>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://www.suse.com/support/update/announcement/2018/suse-su-20180054-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2017-13766.html</URL>
        <Description>CVE-2017-13766</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1056249</URL>
        <Description>SUSE Bug 1056249</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">In Wireshark 2.4.0, 2.2.0 to 2.2.8, and 2.0.0 to 2.0.14, the MSDP dissector could go into an infinite loop. This was addressed in epan/dissectors/packet-msdp.c by adding length validation.</Note>
    </Notes>
    <CVE>CVE-2017-13767</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Server 11 SP4:libsmi-0.4.5-2.7.2.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:libwireshark8-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:libwiretap6-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:libwscodecs1-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:libwsutil7-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:portaudio-19-234.18.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:wireshark-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:wireshark-gtk-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:libsmi-0.4.5-2.7.2.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:libwireshark8-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:libwiretap6-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:libwscodecs1-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:libwsutil7-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:portaudio-19-234.18.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:wireshark-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:wireshark-gtk-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:libsmi-0.4.5-2.7.2.1</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:libwireshark8-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:libwiretap6-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:libwscodecs1-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:libwsutil7-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:portaudio-19-234.18.1</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:portaudio-devel-19-234.18.1</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:wireshark-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:wireshark-devel-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:wireshark-gtk-2.2.11-40.14.5</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>7.8</BaseScore>
        <Vector>AV:N/AC:L/Au:N/C:N/I:N/A:C</Vector>
      </ScoreSet>
    </CVSSScoreSets>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://www.suse.com/support/update/announcement/2018/suse-su-20180054-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2017-13767.html</URL>
        <Description>CVE-2017-13767</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1056248</URL>
        <Description>SUSE Bug 1056248</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="4">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">In Wireshark 2.4.0 to 2.4.1, 2.2.0 to 2.2.9, and 2.0.0 to 2.0.15, the DMP dissector could crash. This was addressed in epan/dissectors/packet-dmp.c by validating a string length.</Note>
    </Notes>
    <CVE>CVE-2017-15191</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Server 11 SP4:libsmi-0.4.5-2.7.2.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:libwireshark8-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:libwiretap6-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:libwscodecs1-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:libwsutil7-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:portaudio-19-234.18.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:wireshark-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:wireshark-gtk-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:libsmi-0.4.5-2.7.2.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:libwireshark8-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:libwiretap6-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:libwscodecs1-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:libwsutil7-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:portaudio-19-234.18.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:wireshark-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:wireshark-gtk-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:libsmi-0.4.5-2.7.2.1</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:libwireshark8-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:libwiretap6-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:libwscodecs1-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:libwsutil7-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:portaudio-19-234.18.1</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:portaudio-devel-19-234.18.1</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:wireshark-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:wireshark-devel-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:wireshark-gtk-2.2.11-40.14.5</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>4.3</BaseScore>
        <Vector>AV:N/AC:M/Au:N/C:N/I:N/A:P</Vector>
      </ScoreSet>
      <ScoreSet>
        <BaseScore>5</BaseScore>
        <Vector>AV:N/AC:L/Au:N/C:N/I:N/A:P</Vector>
      </ScoreSet>
    </CVSSScoreSets>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://www.suse.com/support/update/announcement/2018/suse-su-20180054-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2017-15191.html</URL>
        <Description>CVE-2017-15191</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1062645</URL>
        <Description>SUSE Bug 1062645</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/983671</URL>
        <Description>SUSE Bug 983671</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">In Wireshark 2.4.0 to 2.4.1 and 2.2.0 to 2.2.9, the BT ATT dissector could crash. This was addressed in epan/dissectors/packet-btatt.c by considering a case where not all of the BTATT packets have the same encapsulation level.</Note>
    </Notes>
    <CVE>CVE-2017-15192</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Server 11 SP4:libsmi-0.4.5-2.7.2.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:libwireshark8-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:libwiretap6-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:libwscodecs1-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:libwsutil7-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:portaudio-19-234.18.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:wireshark-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:wireshark-gtk-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:libsmi-0.4.5-2.7.2.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:libwireshark8-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:libwiretap6-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:libwscodecs1-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:libwsutil7-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:portaudio-19-234.18.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:wireshark-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:wireshark-gtk-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:libsmi-0.4.5-2.7.2.1</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:libwireshark8-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:libwiretap6-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:libwscodecs1-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:libwsutil7-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:portaudio-19-234.18.1</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:portaudio-devel-19-234.18.1</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:wireshark-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:wireshark-devel-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:wireshark-gtk-2.2.11-40.14.5</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>4.3</BaseScore>
        <Vector>AV:N/AC:M/Au:N/C:N/I:N/A:P</Vector>
      </ScoreSet>
      <ScoreSet>
        <BaseScore>5</BaseScore>
        <Vector>AV:N/AC:L/Au:N/C:N/I:N/A:P</Vector>
      </ScoreSet>
    </CVSSScoreSets>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://www.suse.com/support/update/announcement/2018/suse-su-20180054-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2017-15192.html</URL>
        <Description>CVE-2017-15192</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1062645</URL>
        <Description>SUSE Bug 1062645</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/983671</URL>
        <Description>SUSE Bug 983671</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="6">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">In Wireshark 2.4.0 to 2.4.1 and 2.2.0 to 2.2.9, the MBIM dissector could crash or exhaust system memory. This was addressed in epan/dissectors/packet-mbim.c by changing the memory-allocation approach.</Note>
    </Notes>
    <CVE>CVE-2017-15193</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Server 11 SP4:libsmi-0.4.5-2.7.2.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:libwireshark8-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:libwiretap6-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:libwscodecs1-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:libwsutil7-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:portaudio-19-234.18.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:wireshark-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:wireshark-gtk-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:libsmi-0.4.5-2.7.2.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:libwireshark8-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:libwiretap6-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:libwscodecs1-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:libwsutil7-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:portaudio-19-234.18.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:wireshark-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:wireshark-gtk-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:libsmi-0.4.5-2.7.2.1</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:libwireshark8-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:libwiretap6-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:libwscodecs1-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:libwsutil7-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:portaudio-19-234.18.1</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:portaudio-devel-19-234.18.1</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:wireshark-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:wireshark-devel-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:wireshark-gtk-2.2.11-40.14.5</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>4.3</BaseScore>
        <Vector>AV:N/AC:M/Au:N/C:N/I:N/A:P</Vector>
      </ScoreSet>
      <ScoreSet>
        <BaseScore>7.8</BaseScore>
        <Vector>AV:N/AC:L/Au:N/C:N/I:N/A:C</Vector>
      </ScoreSet>
    </CVSSScoreSets>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://www.suse.com/support/update/announcement/2018/suse-su-20180054-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2017-15193.html</URL>
        <Description>CVE-2017-15193</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1062645</URL>
        <Description>SUSE Bug 1062645</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/983671</URL>
        <Description>SUSE Bug 983671</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">In Wireshark 2.4.0 to 2.4.2 and 2.2.0 to 2.2.10, the NetBIOS dissector could crash. This was addressed in epan/dissectors/packet-netbios.c by ensuring that write operations are bounded by the beginning of a buffer.</Note>
    </Notes>
    <CVE>CVE-2017-17083</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Server 11 SP4:libsmi-0.4.5-2.7.2.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:libwireshark8-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:libwiretap6-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:libwscodecs1-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:libwsutil7-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:portaudio-19-234.18.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:wireshark-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:wireshark-gtk-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:libsmi-0.4.5-2.7.2.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:libwireshark8-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:libwiretap6-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:libwscodecs1-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:libwsutil7-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:portaudio-19-234.18.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:wireshark-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:wireshark-gtk-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:libsmi-0.4.5-2.7.2.1</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:libwireshark8-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:libwiretap6-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:libwscodecs1-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:libwsutil7-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:portaudio-19-234.18.1</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:portaudio-devel-19-234.18.1</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:wireshark-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:wireshark-devel-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:wireshark-gtk-2.2.11-40.14.5</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>5</BaseScore>
        <Vector>AV:N/AC:L/Au:N/C:N/I:N/A:P</Vector>
      </ScoreSet>
      <ScoreSet>
        <BaseScore>5</BaseScore>
        <Vector>AV:N/AC:L/Au:N/C:N/I:N/A:P</Vector>
      </ScoreSet>
    </CVSSScoreSets>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://www.suse.com/support/update/announcement/2018/suse-su-20180054-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2017-17083.html</URL>
        <Description>CVE-2017-17083</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1070727</URL>
        <Description>SUSE Bug 1070727</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">In Wireshark 2.4.0 to 2.4.2 and 2.2.0 to 2.2.10, the IWARP_MPA dissector could crash. This was addressed in epan/dissectors/packet-iwarp-mpa.c by validating a ULPDU length.</Note>
    </Notes>
    <CVE>CVE-2017-17084</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Server 11 SP4:libsmi-0.4.5-2.7.2.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:libwireshark8-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:libwiretap6-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:libwscodecs1-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:libwsutil7-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:portaudio-19-234.18.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:wireshark-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:wireshark-gtk-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:libsmi-0.4.5-2.7.2.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:libwireshark8-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:libwiretap6-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:libwscodecs1-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:libwsutil7-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:portaudio-19-234.18.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:wireshark-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:wireshark-gtk-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:libsmi-0.4.5-2.7.2.1</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:libwireshark8-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:libwiretap6-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:libwscodecs1-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:libwsutil7-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:portaudio-19-234.18.1</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:portaudio-devel-19-234.18.1</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:wireshark-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:wireshark-devel-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:wireshark-gtk-2.2.11-40.14.5</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>5</BaseScore>
        <Vector>AV:N/AC:L/Au:N/C:N/I:N/A:P</Vector>
      </ScoreSet>
      <ScoreSet>
        <BaseScore>5</BaseScore>
        <Vector>AV:N/AC:L/Au:N/C:N/I:N/A:P</Vector>
      </ScoreSet>
    </CVSSScoreSets>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://www.suse.com/support/update/announcement/2018/suse-su-20180054-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2017-17084.html</URL>
        <Description>CVE-2017-17084</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1070727</URL>
        <Description>SUSE Bug 1070727</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">In Wireshark 2.4.0 to 2.4.2 and 2.2.0 to 2.2.10, the CIP Safety dissector could crash. This was addressed in epan/dissectors/packet-cipsafety.c by validating the packet length.</Note>
    </Notes>
    <CVE>CVE-2017-17085</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Server 11 SP4:libsmi-0.4.5-2.7.2.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:libwireshark8-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:libwiretap6-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:libwscodecs1-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:libwsutil7-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:portaudio-19-234.18.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:wireshark-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:wireshark-gtk-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:libsmi-0.4.5-2.7.2.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:libwireshark8-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:libwiretap6-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:libwscodecs1-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:libwsutil7-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:portaudio-19-234.18.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:wireshark-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:wireshark-gtk-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:libsmi-0.4.5-2.7.2.1</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:libwireshark8-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:libwiretap6-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:libwscodecs1-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:libwsutil7-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:portaudio-19-234.18.1</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:portaudio-devel-19-234.18.1</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:wireshark-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:wireshark-devel-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:wireshark-gtk-2.2.11-40.14.5</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>5</BaseScore>
        <Vector>AV:N/AC:L/Au:N/C:N/I:N/A:P</Vector>
      </ScoreSet>
      <ScoreSet>
        <BaseScore>5</BaseScore>
        <Vector>AV:N/AC:L/Au:N/C:N/I:N/A:P</Vector>
      </ScoreSet>
    </CVSSScoreSets>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://www.suse.com/support/update/announcement/2018/suse-su-20180054-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2017-17085.html</URL>
        <Description>CVE-2017-17085</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1070727</URL>
        <Description>SUSE Bug 1070727</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">In Wireshark 2.2.7, deeply nested DAAP data may cause stack exhaustion (uncontrolled recursion) in the dissect_daap_one_tag function in epan/dissectors/packet-daap.c in the DAAP dissector.</Note>
    </Notes>
    <CVE>CVE-2017-9617</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Server 11 SP4:libsmi-0.4.5-2.7.2.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:libwireshark8-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:libwiretap6-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:libwscodecs1-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:libwsutil7-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:portaudio-19-234.18.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:wireshark-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:wireshark-gtk-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:libsmi-0.4.5-2.7.2.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:libwireshark8-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:libwiretap6-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:libwscodecs1-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:libwsutil7-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:portaudio-19-234.18.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:wireshark-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:wireshark-gtk-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:libsmi-0.4.5-2.7.2.1</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:libwireshark8-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:libwiretap6-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:libwscodecs1-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:libwsutil7-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:portaudio-19-234.18.1</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:portaudio-devel-19-234.18.1</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:wireshark-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:wireshark-devel-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:wireshark-gtk-2.2.11-40.14.5</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>5</BaseScore>
        <Vector>AV:N/AC:L/Au:N/C:N/I:N/A:P</Vector>
      </ScoreSet>
      <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">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/2018/suse-su-20180054-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2017-9617.html</URL>
        <Description>CVE-2017-9617</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1044417</URL>
        <Description>SUSE Bug 1044417</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">In Wireshark 2.2.7, PROFINET IO data with a high recursion depth allows remote attackers to cause a denial of service (stack exhaustion) in the dissect_IODWriteReq function in plugins/profinet/packet-dcerpc-pn-io.c.</Note>
    </Notes>
    <CVE>CVE-2017-9766</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>SUSE Linux Enterprise Server 11 SP4:libsmi-0.4.5-2.7.2.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:libwireshark8-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:libwiretap6-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:libwscodecs1-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:libwsutil7-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:portaudio-19-234.18.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:wireshark-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server 11 SP4:wireshark-gtk-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:libsmi-0.4.5-2.7.2.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:libwireshark8-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:libwiretap6-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:libwscodecs1-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:libwsutil7-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:portaudio-19-234.18.1</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:wireshark-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Server for SAP Applications 11 SP4:wireshark-gtk-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:libsmi-0.4.5-2.7.2.1</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:libwireshark8-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:libwiretap6-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:libwscodecs1-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:libwsutil7-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:portaudio-19-234.18.1</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:portaudio-devel-19-234.18.1</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:wireshark-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:wireshark-devel-2.2.11-40.14.5</ProductID>
        <ProductID>SUSE Linux Enterprise Software Development Kit 11 SP4:wireshark-gtk-2.2.11-40.14.5</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>
      <ScoreSet>
        <BaseScore>5</BaseScore>
        <Vector>AV:N/AC:L/Au:N/C:N/I:N/A:P</Vector>
      </ScoreSet>
    </CVSSScoreSets>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://www.suse.com/support/update/announcement/2018/suse-su-20180054-1/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2017-9766.html</URL>
        <Description>CVE-2017-9766</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1045341</URL>
        <Description>SUSE Bug 1045341</Description>
      </Reference>
    </References>
  </Vulnerability>
</cvrfdoc>
