<?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 libid3tag</DocumentTitle>
  <DocumentType>SUSE Patch</DocumentType>
  <DocumentPublisher Type="Vendor">
    <ContactDetails>security@suse.de</ContactDetails>
    <IssuingAuthority>SUSE Security Team</IssuingAuthority>
  </DocumentPublisher>
  <DocumentTracking>
    <Identification>
      <ID>openSUSE-SU-2018:0735-1</ID>
    </Identification>
    <Status>Final</Status>
    <Version>1</Version>
    <RevisionHistory>
      <Revision>
        <Number>1</Number>
        <Date>2018-03-18T10:26:53Z</Date>
        <Description>current</Description>
      </Revision>
    </RevisionHistory>
    <InitialReleaseDate>2018-03-18T10:26:53Z</InitialReleaseDate>
    <CurrentReleaseDate>2018-03-18T10:26:53Z</CurrentReleaseDate>
    <Generator>
      <Engine>cve-database/bin/generate-cvrf.pl</Engine>
      <Date>2017-02-24T01:00:00Z</Date>
    </Generator>
  </DocumentTracking>
  <DocumentNotes>
    <Note Title="Topic" Type="Summary" Ordinal="1" xml:lang="en">Security update for libid3tag</Note>
    <Note Title="Details" Type="General" Ordinal="2" xml:lang="en">This update for libid3tag fixes the following issues:

- CVE-2004-2779 CVE-2017-11551: Fixed id3_utf16_deserialize() in utf16.c,
  which previously misparsed ID3v2 tags encoded in UTF-16 with an odd
  number of bytes, triggering an endless loop allocating memory until
  OOM leading to DoS. (bsc#1081959 bsc#1081961)
- CVE-2017-11550 CVE-2008-2109: Fixed the handling of unknown
  encodings when parsing ID3 tags. (bsc#1081962 bsc#387731)

This update was imported from the SUSE:SLE-12:Update update project.
</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-updates/2018-03/msg00067.html</URL>
      <Description>E-Mail link for openSUSE-SU-2018:0735-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.3">
      <Branch Type="Product Name" Name="openSUSE Leap 42.3">
        <FullProductName ProductID="openSUSE Leap 42.3">openSUSE Leap 42.3</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Version" Name="libid3tag-0.15.1b-188.3.1">
      <FullProductName ProductID="libid3tag-0.15.1b-188.3.1">libid3tag-0.15.1b-188.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libid3tag-devel-0.15.1b-188.3.1">
      <FullProductName ProductID="libid3tag-devel-0.15.1b-188.3.1">libid3tag-devel-0.15.1b-188.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libid3tag0-0.15.1b-188.3.1">
      <FullProductName ProductID="libid3tag0-0.15.1b-188.3.1">libid3tag0-0.15.1b-188.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libid3tag0-32bit-0.15.1b-188.3.1">
      <FullProductName ProductID="libid3tag0-32bit-0.15.1b-188.3.1">libid3tag0-32bit-0.15.1b-188.3.1</FullProductName>
    </Branch>
    <Relationship ProductReference="libid3tag-0.15.1b-188.3.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 42.3">
      <FullProductName ProductID="openSUSE Leap 42.3:libid3tag-0.15.1b-188.3.1">libid3tag-0.15.1b-188.3.1 as a component of openSUSE Leap 42.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libid3tag-devel-0.15.1b-188.3.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 42.3">
      <FullProductName ProductID="openSUSE Leap 42.3:libid3tag-devel-0.15.1b-188.3.1">libid3tag-devel-0.15.1b-188.3.1 as a component of openSUSE Leap 42.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libid3tag0-0.15.1b-188.3.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 42.3">
      <FullProductName ProductID="openSUSE Leap 42.3:libid3tag0-0.15.1b-188.3.1">libid3tag0-0.15.1b-188.3.1 as a component of openSUSE Leap 42.3</FullProductName>
    </Relationship>
    <Relationship ProductReference="libid3tag0-32bit-0.15.1b-188.3.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 42.3">
      <FullProductName ProductID="openSUSE Leap 42.3:libid3tag0-32bit-0.15.1b-188.3.1">libid3tag0-32bit-0.15.1b-188.3.1 as a component of openSUSE Leap 42.3</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">id3_utf16_deserialize() in utf16.c in libid3tag through 0.15.1b misparses ID3v2 tags encoded in UTF-16 with an odd number of bytes, triggering an endless loop allocating memory until an OOM condition is reached, leading to denial-of-service (DoS).</Note>
    </Notes>
    <CVE>CVE-2004-2779</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>openSUSE Leap 42.3:libid3tag-0.15.1b-188.3.1</ProductID>
        <ProductID>openSUSE Leap 42.3:libid3tag-devel-0.15.1b-188.3.1</ProductID>
        <ProductID>openSUSE Leap 42.3:libid3tag0-0.15.1b-188.3.1</ProductID>
        <ProductID>openSUSE Leap 42.3:libid3tag0-32bit-0.15.1b-188.3.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-updates/2018-03/msg00067.html</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2004-2779.html</URL>
        <Description>CVE-2004-2779</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1081959</URL>
        <Description>SUSE Bug 1081959</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">field.c in the libid3tag 0.15.0b library allows context-dependent attackers to cause a denial of service (CPU consumption) via an ID3_FIELD_TYPE_STRINGLIST field that ends in '\0', which triggers an infinite loop.</Note>
    </Notes>
    <CVE>CVE-2008-2109</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>openSUSE Leap 42.3:libid3tag-0.15.1b-188.3.1</ProductID>
        <ProductID>openSUSE Leap 42.3:libid3tag-devel-0.15.1b-188.3.1</ProductID>
        <ProductID>openSUSE Leap 42.3:libid3tag0-0.15.1b-188.3.1</ProductID>
        <ProductID>openSUSE Leap 42.3:libid3tag0-32bit-0.15.1b-188.3.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-updates/2018-03/msg00067.html</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2008-2109.html</URL>
        <Description>CVE-2008-2109</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/387731</URL>
        <Description>SUSE Bug 387731</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 id3_ucs4_length function in ucs4.c in libid3tag 0.15.1b allows remote attackers to cause a denial of service (NULL Pointer Dereference and application crash) via a crafted mp3 file.</Note>
    </Notes>
    <CVE>CVE-2017-11550</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>openSUSE Leap 42.3:libid3tag-0.15.1b-188.3.1</ProductID>
        <ProductID>openSUSE Leap 42.3:libid3tag-devel-0.15.1b-188.3.1</ProductID>
        <ProductID>openSUSE Leap 42.3:libid3tag0-0.15.1b-188.3.1</ProductID>
        <ProductID>openSUSE Leap 42.3:libid3tag0-32bit-0.15.1b-188.3.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-updates/2018-03/msg00067.html</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2017-11550.html</URL>
        <Description>CVE-2017-11550</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1081962</URL>
        <Description>SUSE Bug 1081962</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 id3_field_parse function in field.c in libid3tag 0.15.1b allows remote attackers to cause a denial of service (OOM) via a crafted MP3 file.</Note>
    </Notes>
    <CVE>CVE-2017-11551</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>openSUSE Leap 42.3:libid3tag-0.15.1b-188.3.1</ProductID>
        <ProductID>openSUSE Leap 42.3:libid3tag-devel-0.15.1b-188.3.1</ProductID>
        <ProductID>openSUSE Leap 42.3:libid3tag0-0.15.1b-188.3.1</ProductID>
        <ProductID>openSUSE Leap 42.3:libid3tag0-32bit-0.15.1b-188.3.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-updates/2018-03/msg00067.html</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2017-11551.html</URL>
        <Description>CVE-2017-11551</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1081961</URL>
        <Description>SUSE Bug 1081961</Description>
      </Reference>
    </References>
  </Vulnerability>
</cvrfdoc>
