<?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 libressl</DocumentTitle>
  <DocumentType>SUSE Patch</DocumentType>
  <DocumentPublisher Type="Vendor">
    <ContactDetails>security@suse.de</ContactDetails>
    <IssuingAuthority>SUSE Security Team</IssuingAuthority>
  </DocumentPublisher>
  <DocumentTracking>
    <Identification>
      <ID>openSUSE-SU-2015:1277-1</ID>
    </Identification>
    <Status>Final</Status>
    <Version>1</Version>
    <RevisionHistory>
      <Revision>
        <Number>1</Number>
        <Date>2015-07-15T08:05:46Z</Date>
        <Description>current</Description>
      </Revision>
    </RevisionHistory>
    <InitialReleaseDate>2015-07-15T08:05:46Z</InitialReleaseDate>
    <CurrentReleaseDate>2015-07-15T08:05:46Z</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 libressl</Note>
    <Note Title="Details" Type="General" Ordinal="2" xml:lang="en">libressl was updated to version 2.2.1 to fix 16 security issues.

LibreSSL is a fork of OpenSSL. Because of that CVEs affecting OpenSSL often also affect LibreSSL.

These security issues were fixed:
- CVE-2014-3570: The BN_sqr implementation in OpenSSL before 0.9.8zd, 1.0.0 before 1.0.0p, and 1.0.1 before 1.0.1k did not properly calculate the square of a BIGNUM value, which might make it easier for remote attackers to defeat cryptographic protection mechanisms via unspecified vectors, related to crypto/bn/asm/mips.pl, crypto/bn/asm/x86_64-gcc.c, and crypto/bn/bn_asm.c (bsc#912296).
- CVE-2014-3572: The ssl3_get_key_exchange function in s3_clnt.c in OpenSSL before 0.9.8zd, 1.0.0 before 1.0.0p, and 1.0.1 before 1.0.1k allowed remote SSL servers to conduct ECDHE-to-ECDH downgrade attacks and trigger a loss of forward secrecy by omitting the ServerKeyExchange message (bsc#912015).
- CVE-2015-1792: The do_free_upto function in crypto/cms/cms_smime.c in OpenSSL before 0.9.8zg, 1.0.0 before 1.0.0s, 1.0.1 before 1.0.1n, and 1.0.2 before 1.0.2b allowed remote attackers to cause a denial of service (infinite loop) via vectors that trigger a NULL value of a BIO data structure, as demonstrated by an unrecognized X.660 OID for a hash function (bsc#934493).
- CVE-2014-8275: OpenSSL before 0.9.8zd, 1.0.0 before 1.0.0p, and 1.0.1 before 1.0.1k did not enforce certain constraints on certificate data, which allowed remote attackers to defeat a fingerprint-based certificate-blacklist protection mechanism by including crafted data within a certificate's unsigned portion, related to crypto/asn1/a_verify.c, crypto/dsa/dsa_asn1.c, crypto/ecdsa/ecs_vrf.c, and crypto/x509/x_all.c (bsc#912018).
- CVE-2015-0209: Use-after-free vulnerability in the d2i_ECPrivateKey function in crypto/ec/ec_asn1.c in OpenSSL before 0.9.8zf, 1.0.0 before 1.0.0r, 1.0.1 before 1.0.1m, and 1.0.2 before 1.0.2a might allowed remote attackers to cause a denial of service (memory corruption and application crash) or possibly have unspecified other impact via a malformed Elliptic Curve (EC) private-key file that is improperly handled during import (bsc#919648).
- CVE-2015-1789: The X509_cmp_time function in crypto/x509/x509_vfy.c in OpenSSL before 0.9.8zg, 1.0.0 before 1.0.0s, 1.0.1 before 1.0.1n, and 1.0.2 before 1.0.2b allowed remote attackers to cause a denial of service (out-of-bounds read and application crash) via a crafted length field in ASN1_TIME data, as demonstrated by an attack against a server that supports client authentication with a custom verification callback (bsc#934489).
- CVE-2015-1788: The BN_GF2m_mod_inv function in crypto/bn/bn_gf2m.c in OpenSSL before 0.9.8s, 1.0.0 before 1.0.0e, 1.0.1 before 1.0.1n, and 1.0.2 before 1.0.2b did not properly handle ECParameters structures in which the curve is over a malformed binary polynomial field, which allowed remote attackers to cause a denial of service (infinite loop) via a session that used an Elliptic Curve algorithm, as demonstrated by an attack against a server that supports client authentication (bsc#934487).
- CVE-2015-1790: The PKCS7_dataDecodefunction in crypto/pkcs7/pk7_doit.c in OpenSSL before 0.9.8zg, 1.0.0 before 1.0.0s, 1.0.1 before 1.0.1n, and 1.0.2 before 1.0.2b allowed remote attackers to cause a denial of service (NULL pointer dereference and application crash) via a PKCS#7 blob that used ASN.1 encoding and lacks inner EncryptedContent data (bsc#934491).
- CVE-2015-0287: The ASN1_item_ex_d2i function in crypto/asn1/tasn_dec.c in OpenSSL before 0.9.8zf, 1.0.0 before 1.0.0r, 1.0.1 before 1.0.1m, and 1.0.2 before 1.0.2a did not reinitialize CHOICE and ADB data structures, which might allowed attackers to cause a denial of service (invalid write operation and memory corruption) by leveraging an application that relies on ASN.1 structure reuse (bsc#922499).
- CVE-2015-0286: The ASN1_TYPE_cmp function in crypto/asn1/a_type.c in OpenSSL before 0.9.8zf, 1.0.0 before 1.0.0r, 1.0.1 before 1.0.1m, and 1.0.2 before 1.0.2a did not properly perform boolean-type comparisons, which allowed remote attackers to cause a denial of service (invalid read operation and application crash) via a crafted X.509 certificate to an endpoint that used the certificate-verification feature (bsc#922496).
- CVE-2015-0289: The PKCS#7 implementation in OpenSSL before 0.9.8zf, 1.0.0 before 1.0.0r, 1.0.1 before 1.0.1m, and 1.0.2 before 1.0.2a did not properly handle a lack of outer ContentInfo, which allowed attackers to cause a denial of service (NULL pointer dereference and application crash) by leveraging an application that processes arbitrary PKCS#7 data and providing malformed data with ASN.1 encoding, related to crypto/pkcs7/pk7_doit.c and crypto/pkcs7/pk7_lib.c (bsc#922500).
- CVE-2015-0288: The X509_to_X509_REQ function in crypto/x509/x509_req.c in OpenSSL before 0.9.8zf, 1.0.0 before 1.0.0r, 1.0.1 before 1.0.1m, and 1.0.2 before 1.0.2a might allowed attackers to cause a denial of service (NULL pointer dereference and application crash) via an invalid certificate key (bsc#920236).
- CVE-2014-8176: The dtls1_clear_queues function in ssl/d1_lib.c in OpenSSL before 0.9.8za, 1.0.0 before 1.0.0m, and 1.0.1 before 1.0.1h frees data structures without considering that application data can arrive between a ChangeCipherSpec message and a Finished message, which allowed remote DTLS peers to cause a denial of service (memory corruption and application crash) or possibly have unspecified other impact via unexpected application data (bsc#934494).
- CVE-2015-4000: The TLS protocol 1.2 and earlier, when a DHE_EXPORT ciphersuite is enabled on a server but not on a client, did not properly convey a DHE_EXPORT choice, which allowed man-in-the-middle attackers to conduct cipher-downgrade attacks by rewriting a ClientHello with DHE replaced by DHE_EXPORT and then rewriting a ServerHello with DHE_EXPORT replaced by DHE, aka the &amp;quot;Logjam&amp;quot; issue (bsc#931600).
- CVE-2015-0205: The ssl3_get_cert_verify function in s3_srvr.c in OpenSSL 1.0.0 before 1.0.0p and 1.0.1 before 1.0.1k accepts client authentication with a Diffie-Hellman (DH) certificate without requiring a CertificateVerify message, which allowed remote attackers to obtain access without knowledge of a private key via crafted TLS Handshake Protocol traffic to a server that recognizes a Certification Authority with DH support (bsc#912293).
- CVE-2015-0206: Memory leak in the dtls1_buffer_record function in d1_pkt.c in OpenSSL 1.0.0 before 1.0.0p and 1.0.1 before 1.0.1k allowed remote attackers to cause a denial of service (memory consumption) by sending many duplicate records for the next epoch, leading to failure of replay detection (bsc#912292).

  </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>http://lists.opensuse.org/opensuse-security-announce/2015-07/msg00037.html</URL>
      <Description>E-Mail link for openSUSE-SU-2015:1277-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 13.2">
      <Branch Type="Product Name" Name="openSUSE 13.2">
        <FullProductName ProductID="openSUSE 13.2">openSUSE 13.2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Version" Name="libcrypto34-2.2.1-2.3.1">
      <FullProductName ProductID="libcrypto34-2.2.1-2.3.1">libcrypto34-2.2.1-2.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libcrypto34-32bit-2.2.1-2.3.1">
      <FullProductName ProductID="libcrypto34-32bit-2.2.1-2.3.1">libcrypto34-32bit-2.2.1-2.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libcrypto34-debuginfo-2.2.1-2.3.1">
      <FullProductName ProductID="libcrypto34-debuginfo-2.2.1-2.3.1">libcrypto34-debuginfo-2.2.1-2.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libcrypto34-debuginfo-32bit-2.2.1-2.3.1">
      <FullProductName ProductID="libcrypto34-debuginfo-32bit-2.2.1-2.3.1">libcrypto34-debuginfo-32bit-2.2.1-2.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libressl-2.2.1-2.3.1">
      <FullProductName ProductID="libressl-2.2.1-2.3.1">libressl-2.2.1-2.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libressl-debuginfo-2.2.1-2.3.1">
      <FullProductName ProductID="libressl-debuginfo-2.2.1-2.3.1">libressl-debuginfo-2.2.1-2.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libressl-debugsource-2.2.1-2.3.1">
      <FullProductName ProductID="libressl-debugsource-2.2.1-2.3.1">libressl-debugsource-2.2.1-2.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libressl-devel-2.2.1-2.3.1">
      <FullProductName ProductID="libressl-devel-2.2.1-2.3.1">libressl-devel-2.2.1-2.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libressl-devel-32bit-2.2.1-2.3.1">
      <FullProductName ProductID="libressl-devel-32bit-2.2.1-2.3.1">libressl-devel-32bit-2.2.1-2.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libressl-devel-doc-2.2.1-2.3.1">
      <FullProductName ProductID="libressl-devel-doc-2.2.1-2.3.1">libressl-devel-doc-2.2.1-2.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libssl33-2.2.1-2.3.1">
      <FullProductName ProductID="libssl33-2.2.1-2.3.1">libssl33-2.2.1-2.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libssl33-32bit-2.2.1-2.3.1">
      <FullProductName ProductID="libssl33-32bit-2.2.1-2.3.1">libssl33-32bit-2.2.1-2.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libssl33-debuginfo-2.2.1-2.3.1">
      <FullProductName ProductID="libssl33-debuginfo-2.2.1-2.3.1">libssl33-debuginfo-2.2.1-2.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libssl33-debuginfo-32bit-2.2.1-2.3.1">
      <FullProductName ProductID="libssl33-debuginfo-32bit-2.2.1-2.3.1">libssl33-debuginfo-32bit-2.2.1-2.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libtls4-2.2.1-2.3.1">
      <FullProductName ProductID="libtls4-2.2.1-2.3.1">libtls4-2.2.1-2.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libtls4-32bit-2.2.1-2.3.1">
      <FullProductName ProductID="libtls4-32bit-2.2.1-2.3.1">libtls4-32bit-2.2.1-2.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libtls4-debuginfo-2.2.1-2.3.1">
      <FullProductName ProductID="libtls4-debuginfo-2.2.1-2.3.1">libtls4-debuginfo-2.2.1-2.3.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libtls4-debuginfo-32bit-2.2.1-2.3.1">
      <FullProductName ProductID="libtls4-debuginfo-32bit-2.2.1-2.3.1">libtls4-debuginfo-32bit-2.2.1-2.3.1</FullProductName>
    </Branch>
    <Relationship ProductReference="libcrypto34-2.2.1-2.3.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE 13.2">
      <FullProductName ProductID="openSUSE 13.2:libcrypto34-2.2.1-2.3.1">libcrypto34-2.2.1-2.3.1 as a component of openSUSE 13.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libcrypto34-32bit-2.2.1-2.3.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE 13.2">
      <FullProductName ProductID="openSUSE 13.2:libcrypto34-32bit-2.2.1-2.3.1">libcrypto34-32bit-2.2.1-2.3.1 as a component of openSUSE 13.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libcrypto34-debuginfo-2.2.1-2.3.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE 13.2">
      <FullProductName ProductID="openSUSE 13.2:libcrypto34-debuginfo-2.2.1-2.3.1">libcrypto34-debuginfo-2.2.1-2.3.1 as a component of openSUSE 13.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libcrypto34-debuginfo-32bit-2.2.1-2.3.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE 13.2">
      <FullProductName ProductID="openSUSE 13.2:libcrypto34-debuginfo-32bit-2.2.1-2.3.1">libcrypto34-debuginfo-32bit-2.2.1-2.3.1 as a component of openSUSE 13.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libressl-2.2.1-2.3.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE 13.2">
      <FullProductName ProductID="openSUSE 13.2:libressl-2.2.1-2.3.1">libressl-2.2.1-2.3.1 as a component of openSUSE 13.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libressl-debuginfo-2.2.1-2.3.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE 13.2">
      <FullProductName ProductID="openSUSE 13.2:libressl-debuginfo-2.2.1-2.3.1">libressl-debuginfo-2.2.1-2.3.1 as a component of openSUSE 13.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libressl-debugsource-2.2.1-2.3.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE 13.2">
      <FullProductName ProductID="openSUSE 13.2:libressl-debugsource-2.2.1-2.3.1">libressl-debugsource-2.2.1-2.3.1 as a component of openSUSE 13.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libressl-devel-2.2.1-2.3.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE 13.2">
      <FullProductName ProductID="openSUSE 13.2:libressl-devel-2.2.1-2.3.1">libressl-devel-2.2.1-2.3.1 as a component of openSUSE 13.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libressl-devel-32bit-2.2.1-2.3.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE 13.2">
      <FullProductName ProductID="openSUSE 13.2:libressl-devel-32bit-2.2.1-2.3.1">libressl-devel-32bit-2.2.1-2.3.1 as a component of openSUSE 13.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libressl-devel-doc-2.2.1-2.3.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE 13.2">
      <FullProductName ProductID="openSUSE 13.2:libressl-devel-doc-2.2.1-2.3.1">libressl-devel-doc-2.2.1-2.3.1 as a component of openSUSE 13.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libssl33-2.2.1-2.3.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE 13.2">
      <FullProductName ProductID="openSUSE 13.2:libssl33-2.2.1-2.3.1">libssl33-2.2.1-2.3.1 as a component of openSUSE 13.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libssl33-32bit-2.2.1-2.3.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE 13.2">
      <FullProductName ProductID="openSUSE 13.2:libssl33-32bit-2.2.1-2.3.1">libssl33-32bit-2.2.1-2.3.1 as a component of openSUSE 13.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libssl33-debuginfo-2.2.1-2.3.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE 13.2">
      <FullProductName ProductID="openSUSE 13.2:libssl33-debuginfo-2.2.1-2.3.1">libssl33-debuginfo-2.2.1-2.3.1 as a component of openSUSE 13.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libssl33-debuginfo-32bit-2.2.1-2.3.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE 13.2">
      <FullProductName ProductID="openSUSE 13.2:libssl33-debuginfo-32bit-2.2.1-2.3.1">libssl33-debuginfo-32bit-2.2.1-2.3.1 as a component of openSUSE 13.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libtls4-2.2.1-2.3.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE 13.2">
      <FullProductName ProductID="openSUSE 13.2:libtls4-2.2.1-2.3.1">libtls4-2.2.1-2.3.1 as a component of openSUSE 13.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libtls4-32bit-2.2.1-2.3.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE 13.2">
      <FullProductName ProductID="openSUSE 13.2:libtls4-32bit-2.2.1-2.3.1">libtls4-32bit-2.2.1-2.3.1 as a component of openSUSE 13.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libtls4-debuginfo-2.2.1-2.3.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE 13.2">
      <FullProductName ProductID="openSUSE 13.2:libtls4-debuginfo-2.2.1-2.3.1">libtls4-debuginfo-2.2.1-2.3.1 as a component of openSUSE 13.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libtls4-debuginfo-32bit-2.2.1-2.3.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE 13.2">
      <FullProductName ProductID="openSUSE 13.2:libtls4-debuginfo-32bit-2.2.1-2.3.1">libtls4-debuginfo-32bit-2.2.1-2.3.1 as a component of openSUSE 13.2</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">The BN_sqr implementation in OpenSSL before 0.9.8zd, 1.0.0 before 1.0.0p, and 1.0.1 before 1.0.1k does not properly calculate the square of a BIGNUM value, which might make it easier for remote attackers to defeat cryptographic protection mechanisms via unspecified vectors, related to crypto/bn/asm/mips.pl, crypto/bn/asm/x86_64-gcc.c, and crypto/bn/bn_asm.c.</Note>
    </Notes>
    <CVE>CVE-2014-3570</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>openSUSE 13.2:libcrypto34-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libcrypto34-32bit-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libcrypto34-debuginfo-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libcrypto34-debuginfo-32bit-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libressl-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libressl-debuginfo-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libressl-debugsource-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libressl-devel-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libressl-devel-32bit-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libressl-devel-doc-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libssl33-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libssl33-32bit-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libssl33-debuginfo-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libssl33-debuginfo-32bit-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libtls4-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libtls4-32bit-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libtls4-debuginfo-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libtls4-debuginfo-32bit-2.2.1-2.3.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">Please Install the update.</Description>
        <URL>http://lists.opensuse.org/opensuse-security-announce/2015-07/msg00037.html</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2014-3570.html</URL>
        <Description>CVE-2014-3570</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/912296</URL>
        <Description>SUSE Bug 912296</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/912316</URL>
        <Description>SUSE Bug 912316</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/920339</URL>
        <Description>SUSE Bug 920339</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/927623</URL>
        <Description>SUSE Bug 927623</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/937891</URL>
        <Description>SUSE Bug 937891</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/944456</URL>
        <Description>SUSE Bug 944456</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 ssl3_get_key_exchange function in s3_clnt.c in OpenSSL before 0.9.8zd, 1.0.0 before 1.0.0p, and 1.0.1 before 1.0.1k allows remote SSL servers to conduct ECDHE-to-ECDH downgrade attacks and trigger a loss of forward secrecy by omitting the ServerKeyExchange message.</Note>
    </Notes>
    <CVE>CVE-2014-3572</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>openSUSE 13.2:libcrypto34-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libcrypto34-32bit-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libcrypto34-debuginfo-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libcrypto34-debuginfo-32bit-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libressl-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libressl-debuginfo-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libressl-debugsource-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libressl-devel-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libressl-devel-32bit-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libressl-devel-doc-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libssl33-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libssl33-32bit-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libssl33-debuginfo-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libssl33-debuginfo-32bit-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libtls4-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libtls4-32bit-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libtls4-debuginfo-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libtls4-debuginfo-32bit-2.2.1-2.3.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">Please Install the update.</Description>
        <URL>http://lists.opensuse.org/opensuse-security-announce/2015-07/msg00037.html</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2014-3572.html</URL>
        <Description>CVE-2014-3572</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/912015</URL>
        <Description>SUSE Bug 912015</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/920339</URL>
        <Description>SUSE Bug 920339</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/927623</URL>
        <Description>SUSE Bug 927623</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/937891</URL>
        <Description>SUSE Bug 937891</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 dtls1_clear_queues function in ssl/d1_lib.c in OpenSSL before 0.9.8za, 1.0.0 before 1.0.0m, and 1.0.1 before 1.0.1h frees data structures without considering that application data can arrive between a ChangeCipherSpec message and a Finished message, which allows remote DTLS peers to cause a denial of service (memory corruption and application crash) or possibly have unspecified other impact via unexpected application data.</Note>
    </Notes>
    <CVE>CVE-2014-8176</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>openSUSE 13.2:libcrypto34-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libcrypto34-32bit-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libcrypto34-debuginfo-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libcrypto34-debuginfo-32bit-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libressl-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libressl-debuginfo-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libressl-debugsource-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libressl-devel-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libressl-devel-32bit-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libressl-devel-doc-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libssl33-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libssl33-32bit-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libssl33-debuginfo-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libssl33-debuginfo-32bit-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libtls4-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libtls4-32bit-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libtls4-debuginfo-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libtls4-debuginfo-32bit-2.2.1-2.3.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">Please Install the update.</Description>
        <URL>http://lists.opensuse.org/opensuse-security-announce/2015-07/msg00037.html</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2014-8176.html</URL>
        <Description>CVE-2014-8176</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/934494</URL>
        <Description>SUSE Bug 934494</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/986238</URL>
        <Description>SUSE Bug 986238</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">OpenSSL before 0.9.8zd, 1.0.0 before 1.0.0p, and 1.0.1 before 1.0.1k does not enforce certain constraints on certificate data, which allows remote attackers to defeat a fingerprint-based certificate-blacklist protection mechanism by including crafted data within a certificate's unsigned portion, related to crypto/asn1/a_verify.c, crypto/dsa/dsa_asn1.c, crypto/ecdsa/ecs_vrf.c, and crypto/x509/x_all.c.</Note>
    </Notes>
    <CVE>CVE-2014-8275</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>openSUSE 13.2:libcrypto34-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libcrypto34-32bit-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libcrypto34-debuginfo-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libcrypto34-debuginfo-32bit-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libressl-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libressl-debuginfo-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libressl-debugsource-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libressl-devel-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libressl-devel-32bit-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libressl-devel-doc-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libssl33-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libssl33-32bit-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libssl33-debuginfo-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libssl33-debuginfo-32bit-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libtls4-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libtls4-32bit-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libtls4-debuginfo-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libtls4-debuginfo-32bit-2.2.1-2.3.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">Please Install the update.</Description>
        <URL>http://lists.opensuse.org/opensuse-security-announce/2015-07/msg00037.html</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2014-8275.html</URL>
        <Description>CVE-2014-8275</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/911906</URL>
        <Description>SUSE Bug 911906</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/912018</URL>
        <Description>SUSE Bug 912018</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/920339</URL>
        <Description>SUSE Bug 920339</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/927623</URL>
        <Description>SUSE Bug 927623</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/937891</URL>
        <Description>SUSE Bug 937891</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">The ssl3_get_cert_verify function in s3_srvr.c in OpenSSL 1.0.0 before 1.0.0p and 1.0.1 before 1.0.1k accepts client authentication with a Diffie-Hellman (DH) certificate without requiring a CertificateVerify message, which allows remote attackers to obtain access without knowledge of a private key via crafted TLS Handshake Protocol traffic to a server that recognizes a Certification Authority with DH support.</Note>
    </Notes>
    <CVE>CVE-2015-0205</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>openSUSE 13.2:libcrypto34-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libcrypto34-32bit-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libcrypto34-debuginfo-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libcrypto34-debuginfo-32bit-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libressl-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libressl-debuginfo-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libressl-debugsource-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libressl-devel-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libressl-devel-32bit-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libressl-devel-doc-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libssl33-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libssl33-32bit-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libssl33-debuginfo-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libssl33-debuginfo-32bit-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libtls4-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libtls4-32bit-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libtls4-debuginfo-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libtls4-debuginfo-32bit-2.2.1-2.3.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">Please Install the update.</Description>
        <URL>http://lists.opensuse.org/opensuse-security-announce/2015-07/msg00037.html</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2015-0205.html</URL>
        <Description>CVE-2015-0205</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/912293</URL>
        <Description>SUSE Bug 912293</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/912316</URL>
        <Description>SUSE Bug 912316</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/920339</URL>
        <Description>SUSE Bug 920339</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/927623</URL>
        <Description>SUSE Bug 927623</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/937891</URL>
        <Description>SUSE Bug 937891</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">Memory leak in the dtls1_buffer_record function in d1_pkt.c in OpenSSL 1.0.0 before 1.0.0p and 1.0.1 before 1.0.1k allows remote attackers to cause a denial of service (memory consumption) by sending many duplicate records for the next epoch, leading to failure of replay detection.</Note>
    </Notes>
    <CVE>CVE-2015-0206</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>openSUSE 13.2:libcrypto34-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libcrypto34-32bit-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libcrypto34-debuginfo-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libcrypto34-debuginfo-32bit-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libressl-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libressl-debuginfo-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libressl-debugsource-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libressl-devel-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libressl-devel-32bit-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libressl-devel-doc-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libssl33-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libssl33-32bit-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libssl33-debuginfo-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libssl33-debuginfo-32bit-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libtls4-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libtls4-32bit-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libtls4-debuginfo-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libtls4-debuginfo-32bit-2.2.1-2.3.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">Please Install the update.</Description>
        <URL>http://lists.opensuse.org/opensuse-security-announce/2015-07/msg00037.html</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2015-0206.html</URL>
        <Description>CVE-2015-0206</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/912292</URL>
        <Description>SUSE Bug 912292</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/912316</URL>
        <Description>SUSE Bug 912316</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/920339</URL>
        <Description>SUSE Bug 920339</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/927623</URL>
        <Description>SUSE Bug 927623</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/937891</URL>
        <Description>SUSE Bug 937891</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">Use-after-free vulnerability in the d2i_ECPrivateKey function in crypto/ec/ec_asn1.c in OpenSSL before 0.9.8zf, 1.0.0 before 1.0.0r, 1.0.1 before 1.0.1m, and 1.0.2 before 1.0.2a might allow remote attackers to cause a denial of service (memory corruption and application crash) or possibly have unspecified other impact via a malformed Elliptic Curve (EC) private-key file that is improperly handled during import.</Note>
    </Notes>
    <CVE>CVE-2015-0209</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>openSUSE 13.2:libcrypto34-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libcrypto34-32bit-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libcrypto34-debuginfo-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libcrypto34-debuginfo-32bit-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libressl-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libressl-debuginfo-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libressl-debugsource-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libressl-devel-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libressl-devel-32bit-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libressl-devel-doc-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libssl33-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libssl33-32bit-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libssl33-debuginfo-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libssl33-debuginfo-32bit-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libtls4-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libtls4-32bit-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libtls4-debuginfo-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libtls4-debuginfo-32bit-2.2.1-2.3.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">Please Install the update.</Description>
        <URL>http://lists.opensuse.org/opensuse-security-announce/2015-07/msg00037.html</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2015-0209.html</URL>
        <Description>CVE-2015-0209</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/919648</URL>
        <Description>SUSE Bug 919648</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/936586</URL>
        <Description>SUSE Bug 936586</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/937891</URL>
        <Description>SUSE Bug 937891</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 ASN1_TYPE_cmp function in crypto/asn1/a_type.c in OpenSSL before 0.9.8zf, 1.0.0 before 1.0.0r, 1.0.1 before 1.0.1m, and 1.0.2 before 1.0.2a does not properly perform boolean-type comparisons, which allows remote attackers to cause a denial of service (invalid read operation and application crash) via a crafted X.509 certificate to an endpoint that uses the certificate-verification feature.</Note>
    </Notes>
    <CVE>CVE-2015-0286</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>openSUSE 13.2:libcrypto34-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libcrypto34-32bit-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libcrypto34-debuginfo-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libcrypto34-debuginfo-32bit-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libressl-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libressl-debuginfo-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libressl-debugsource-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libressl-devel-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libressl-devel-32bit-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libressl-devel-doc-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libssl33-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libssl33-32bit-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libssl33-debuginfo-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libssl33-debuginfo-32bit-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libtls4-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libtls4-32bit-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libtls4-debuginfo-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libtls4-debuginfo-32bit-2.2.1-2.3.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">Please Install the update.</Description>
        <URL>http://lists.opensuse.org/opensuse-security-announce/2015-07/msg00037.html</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2015-0286.html</URL>
        <Description>CVE-2015-0286</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/919648</URL>
        <Description>SUSE Bug 919648</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/922496</URL>
        <Description>SUSE Bug 922496</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/936586</URL>
        <Description>SUSE Bug 936586</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/937891</URL>
        <Description>SUSE Bug 937891</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/951391</URL>
        <Description>SUSE Bug 951391</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 ASN1_item_ex_d2i function in crypto/asn1/tasn_dec.c in OpenSSL before 0.9.8zf, 1.0.0 before 1.0.0r, 1.0.1 before 1.0.1m, and 1.0.2 before 1.0.2a does not reinitialize CHOICE and ADB data structures, which might allow attackers to cause a denial of service (invalid write operation and memory corruption) by leveraging an application that relies on ASN.1 structure reuse.</Note>
    </Notes>
    <CVE>CVE-2015-0287</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>openSUSE 13.2:libcrypto34-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libcrypto34-32bit-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libcrypto34-debuginfo-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libcrypto34-debuginfo-32bit-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libressl-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libressl-debuginfo-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libressl-debugsource-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libressl-devel-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libressl-devel-32bit-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libressl-devel-doc-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libssl33-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libssl33-32bit-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libssl33-debuginfo-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libssl33-debuginfo-32bit-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libtls4-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libtls4-32bit-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libtls4-debuginfo-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libtls4-debuginfo-32bit-2.2.1-2.3.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">Please Install the update.</Description>
        <URL>http://lists.opensuse.org/opensuse-security-announce/2015-07/msg00037.html</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2015-0287.html</URL>
        <Description>CVE-2015-0287</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/919648</URL>
        <Description>SUSE Bug 919648</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/922499</URL>
        <Description>SUSE Bug 922499</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/936586</URL>
        <Description>SUSE Bug 936586</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/937492</URL>
        <Description>SUSE Bug 937492</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/937891</URL>
        <Description>SUSE Bug 937891</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/940369</URL>
        <Description>SUSE Bug 940369</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/968888</URL>
        <Description>SUSE Bug 968888</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/991722</URL>
        <Description>SUSE Bug 991722</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 X509_to_X509_REQ function in crypto/x509/x509_req.c in OpenSSL before 0.9.8zf, 1.0.0 before 1.0.0r, 1.0.1 before 1.0.1m, and 1.0.2 before 1.0.2a might allow attackers to cause a denial of service (NULL pointer dereference and application crash) via an invalid certificate key.</Note>
    </Notes>
    <CVE>CVE-2015-0288</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>openSUSE 13.2:libcrypto34-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libcrypto34-32bit-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libcrypto34-debuginfo-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libcrypto34-debuginfo-32bit-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libressl-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libressl-debuginfo-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libressl-debugsource-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libressl-devel-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libressl-devel-32bit-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libressl-devel-doc-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libssl33-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libssl33-32bit-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libssl33-debuginfo-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libssl33-debuginfo-32bit-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libtls4-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libtls4-32bit-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libtls4-debuginfo-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libtls4-debuginfo-32bit-2.2.1-2.3.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">Please Install the update.</Description>
        <URL>http://lists.opensuse.org/opensuse-security-announce/2015-07/msg00037.html</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2015-0288.html</URL>
        <Description>CVE-2015-0288</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/919648</URL>
        <Description>SUSE Bug 919648</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/920236</URL>
        <Description>SUSE Bug 920236</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/936586</URL>
        <Description>SUSE Bug 936586</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/937891</URL>
        <Description>SUSE Bug 937891</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/951391</URL>
        <Description>SUSE Bug 951391</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">The PKCS#7 implementation in OpenSSL before 0.9.8zf, 1.0.0 before 1.0.0r, 1.0.1 before 1.0.1m, and 1.0.2 before 1.0.2a does not properly handle a lack of outer ContentInfo, which allows attackers to cause a denial of service (NULL pointer dereference and application crash) by leveraging an application that processes arbitrary PKCS#7 data and providing malformed data with ASN.1 encoding, related to crypto/pkcs7/pk7_doit.c and crypto/pkcs7/pk7_lib.c.</Note>
    </Notes>
    <CVE>CVE-2015-0289</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>openSUSE 13.2:libcrypto34-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libcrypto34-32bit-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libcrypto34-debuginfo-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libcrypto34-debuginfo-32bit-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libressl-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libressl-debuginfo-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libressl-debugsource-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libressl-devel-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libressl-devel-32bit-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libressl-devel-doc-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libssl33-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libssl33-32bit-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libssl33-debuginfo-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libssl33-debuginfo-32bit-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libtls4-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libtls4-32bit-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libtls4-debuginfo-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libtls4-debuginfo-32bit-2.2.1-2.3.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">Please Install the update.</Description>
        <URL>http://lists.opensuse.org/opensuse-security-announce/2015-07/msg00037.html</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2015-0289.html</URL>
        <Description>CVE-2015-0289</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/919648</URL>
        <Description>SUSE Bug 919648</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/922500</URL>
        <Description>SUSE Bug 922500</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/936586</URL>
        <Description>SUSE Bug 936586</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/937891</URL>
        <Description>SUSE Bug 937891</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 BN_GF2m_mod_inv function in crypto/bn/bn_gf2m.c in OpenSSL before 0.9.8s, 1.0.0 before 1.0.0e, 1.0.1 before 1.0.1n, and 1.0.2 before 1.0.2b does not properly handle ECParameters structures in which the curve is over a malformed binary polynomial field, which allows remote attackers to cause a denial of service (infinite loop) via a session that uses an Elliptic Curve algorithm, as demonstrated by an attack against a server that supports client authentication.</Note>
    </Notes>
    <CVE>CVE-2015-1788</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>openSUSE 13.2:libcrypto34-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libcrypto34-32bit-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libcrypto34-debuginfo-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libcrypto34-debuginfo-32bit-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libressl-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libressl-debuginfo-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libressl-debugsource-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libressl-devel-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libressl-devel-32bit-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libressl-devel-doc-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libssl33-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libssl33-32bit-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libssl33-debuginfo-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libssl33-debuginfo-32bit-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libtls4-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libtls4-32bit-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libtls4-debuginfo-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libtls4-debuginfo-32bit-2.2.1-2.3.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">Please Install the update.</Description>
        <URL>http://lists.opensuse.org/opensuse-security-announce/2015-07/msg00037.html</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2015-1788.html</URL>
        <Description>CVE-2015-1788</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/934487</URL>
        <Description>SUSE Bug 934487</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/936586</URL>
        <Description>SUSE Bug 936586</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/937891</URL>
        <Description>SUSE Bug 937891</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/938432</URL>
        <Description>SUSE Bug 938432</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 X509_cmp_time function in crypto/x509/x509_vfy.c in OpenSSL before 0.9.8zg, 1.0.0 before 1.0.0s, 1.0.1 before 1.0.1n, and 1.0.2 before 1.0.2b allows remote attackers to cause a denial of service (out-of-bounds read and application crash) via a crafted length field in ASN1_TIME data, as demonstrated by an attack against a server that supports client authentication with a custom verification callback.</Note>
    </Notes>
    <CVE>CVE-2015-1789</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>openSUSE 13.2:libcrypto34-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libcrypto34-32bit-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libcrypto34-debuginfo-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libcrypto34-debuginfo-32bit-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libressl-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libressl-debuginfo-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libressl-debugsource-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libressl-devel-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libressl-devel-32bit-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libressl-devel-doc-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libssl33-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libssl33-32bit-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libssl33-debuginfo-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libssl33-debuginfo-32bit-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libtls4-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libtls4-32bit-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libtls4-debuginfo-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libtls4-debuginfo-32bit-2.2.1-2.3.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">Please Install the update.</Description>
        <URL>http://lists.opensuse.org/opensuse-security-announce/2015-07/msg00037.html</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2015-1789.html</URL>
        <Description>CVE-2015-1789</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/934489</URL>
        <Description>SUSE Bug 934489</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/936586</URL>
        <Description>SUSE Bug 936586</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/937891</URL>
        <Description>SUSE Bug 937891</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/938432</URL>
        <Description>SUSE Bug 938432</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/951391</URL>
        <Description>SUSE Bug 951391</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">The PKCS7_dataDecodefunction in crypto/pkcs7/pk7_doit.c in OpenSSL before 0.9.8zg, 1.0.0 before 1.0.0s, 1.0.1 before 1.0.1n, and 1.0.2 before 1.0.2b allows remote attackers to cause a denial of service (NULL pointer dereference and application crash) via a PKCS#7 blob that uses ASN.1 encoding and lacks inner EncryptedContent data.</Note>
    </Notes>
    <CVE>CVE-2015-1790</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>openSUSE 13.2:libcrypto34-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libcrypto34-32bit-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libcrypto34-debuginfo-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libcrypto34-debuginfo-32bit-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libressl-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libressl-debuginfo-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libressl-debugsource-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libressl-devel-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libressl-devel-32bit-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libressl-devel-doc-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libssl33-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libssl33-32bit-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libssl33-debuginfo-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libssl33-debuginfo-32bit-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libtls4-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libtls4-32bit-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libtls4-debuginfo-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libtls4-debuginfo-32bit-2.2.1-2.3.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">Please Install the update.</Description>
        <URL>http://lists.opensuse.org/opensuse-security-announce/2015-07/msg00037.html</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2015-1790.html</URL>
        <Description>CVE-2015-1790</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/934491</URL>
        <Description>SUSE Bug 934491</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/936586</URL>
        <Description>SUSE Bug 936586</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/938432</URL>
        <Description>SUSE Bug 938432</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 do_free_upto function in crypto/cms/cms_smime.c in OpenSSL before 0.9.8zg, 1.0.0 before 1.0.0s, 1.0.1 before 1.0.1n, and 1.0.2 before 1.0.2b allows remote attackers to cause a denial of service (infinite loop) via vectors that trigger a NULL value of a BIO data structure, as demonstrated by an unrecognized X.660 OID for a hash function.</Note>
    </Notes>
    <CVE>CVE-2015-1792</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>openSUSE 13.2:libcrypto34-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libcrypto34-32bit-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libcrypto34-debuginfo-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libcrypto34-debuginfo-32bit-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libressl-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libressl-debuginfo-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libressl-debugsource-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libressl-devel-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libressl-devel-32bit-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libressl-devel-doc-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libssl33-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libssl33-32bit-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libssl33-debuginfo-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libssl33-debuginfo-32bit-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libtls4-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libtls4-32bit-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libtls4-debuginfo-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libtls4-debuginfo-32bit-2.2.1-2.3.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">Please Install the update.</Description>
        <URL>http://lists.opensuse.org/opensuse-security-announce/2015-07/msg00037.html</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2015-1792.html</URL>
        <Description>CVE-2015-1792</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/934493</URL>
        <Description>SUSE Bug 934493</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/937891</URL>
        <Description>SUSE Bug 937891</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/986238</URL>
        <Description>SUSE Bug 986238</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="16">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">The TLS protocol 1.2 and earlier, when a DHE_EXPORT ciphersuite is enabled on a server but not on a client, does not properly convey a DHE_EXPORT choice, which allows man-in-the-middle attackers to conduct cipher-downgrade attacks by rewriting a ClientHello with DHE replaced by DHE_EXPORT and then rewriting a ServerHello with DHE_EXPORT replaced by DHE, aka the "Logjam" issue.</Note>
    </Notes>
    <CVE>CVE-2015-4000</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>openSUSE 13.2:libcrypto34-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libcrypto34-32bit-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libcrypto34-debuginfo-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libcrypto34-debuginfo-32bit-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libressl-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libressl-debuginfo-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libressl-debugsource-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libressl-devel-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libressl-devel-32bit-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libressl-devel-doc-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libssl33-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libssl33-32bit-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libssl33-debuginfo-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libssl33-debuginfo-32bit-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libtls4-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libtls4-32bit-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libtls4-debuginfo-2.2.1-2.3.1</ProductID>
        <ProductID>openSUSE 13.2:libtls4-debuginfo-32bit-2.2.1-2.3.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>4.0</BaseScore>
        <Vector>AV:N/AC:H/Au:N/C:P/I:P/A:N</Vector>
      </ScoreSet>
    </CVSSScoreSets>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">Please Install the update.</Description>
        <URL>http://lists.opensuse.org/opensuse-security-announce/2015-07/msg00037.html</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2015-4000.html</URL>
        <Description>CVE-2015-4000</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/931600</URL>
        <Description>SUSE Bug 931600</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/931698</URL>
        <Description>SUSE Bug 931698</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/931723</URL>
        <Description>SUSE Bug 931723</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/931845</URL>
        <Description>SUSE Bug 931845</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/932026</URL>
        <Description>SUSE Bug 932026</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/932483</URL>
        <Description>SUSE Bug 932483</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/934789</URL>
        <Description>SUSE Bug 934789</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/935033</URL>
        <Description>SUSE Bug 935033</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/935540</URL>
        <Description>SUSE Bug 935540</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/935979</URL>
        <Description>SUSE Bug 935979</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/936168</URL>
        <Description>SUSE Bug 936168</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/937202</URL>
        <Description>SUSE Bug 937202</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/937724</URL>
        <Description>SUSE Bug 937724</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/937766</URL>
        <Description>SUSE Bug 937766</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/938248</URL>
        <Description>SUSE Bug 938248</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/938432</URL>
        <Description>SUSE Bug 938432</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/938895</URL>
        <Description>SUSE Bug 938895</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/938905</URL>
        <Description>SUSE Bug 938905</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/938906</URL>
        <Description>SUSE Bug 938906</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/938913</URL>
        <Description>SUSE Bug 938913</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/938945</URL>
        <Description>SUSE Bug 938945</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/941696</URL>
        <Description>SUSE Bug 941696</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/943664</URL>
        <Description>SUSE Bug 943664</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/944729</URL>
        <Description>SUSE Bug 944729</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/945582</URL>
        <Description>SUSE Bug 945582</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/955589</URL>
        <Description>SUSE Bug 955589</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/980406</URL>
        <Description>SUSE Bug 980406</Description>
      </Reference>
    </References>
  </Vulnerability>
</cvrfdoc>
