summaryrefslogtreecommitdiff
blob: 3716c70255c4b498786449655ba2676d8466c650 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="201601-05">
  <title>OpenSSL: Multiple vulnerabilities</title>
  <synopsis>Multiple vulnerabilities have been found in OpenSSL, allowing
    remote attackers to disclose sensitive information and complete weak
    handshakes.
  </synopsis>
  <product type="ebuild">openssl</product>
  <announced>January 29, 2016</announced>
  <revised>February 04, 2016: 2</revised>
  <bug>572854</bug>
  <access>remote</access>
  <affected>
    <package name="dev-libs/openssl" auto="yes" arch="*">
      <unaffected range="ge">1.0.2f</unaffected>
      <unaffected range="rge">1.0.1r</unaffected>
      <unaffected range="rge">1.0.1s</unaffected>
      <unaffected range="rge">1.0.1t</unaffected>
      <vulnerable range="lt">1.0.2f</vulnerable>
    </package>
  </affected>
  <background>
    <p>OpenSSL is an Open Source toolkit implementing the Secure Sockets Layer
      (SSL v2/v3) and Transport Layer Security (TLS v1) as well as a general
      purpose cryptography library.
    </p>
  </background>
  <description>
    <p>Multiple vulnerabilities have been discovered in OpenSSL. Please review
      the upstream advisory and CVE identifiers referenced below for details.
    </p>
  </description>
  <impact type="normal">
    <p>A remote attacker could disclose a server’s private DH exponent, or
      complete SSLv2 handshakes using ciphers that have been disabled on the
      server.
    </p>
  </impact>
  <workaround>
    <p>There is no known workaround at this time.</p>
  </workaround>
  <resolution>
    <p>All OpenSSL users should upgrade to the latest version:</p>
    
    <code>
      # emerge --sync
      # emerge --ask --oneshot --verbose "&gt;=dev-libs/openssl-1.0.2f"
    </code>
    
  </resolution>
  <references>
    <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2015-3197">CVE-2015-3197</uri>
    <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2016-0701">CVE-2016-0701</uri>
    <uri link="http://openssl.org/news/secadv/20160128.txt">OpenSSL Security
      Advisory [28th Jan 2016]
    </uri>
  </references>
  <metadata tag="requester" timestamp="Fri, 29 Jan 2016 23:06:05 +0000">
    keytoaster
  </metadata>
  <metadata tag="submitter" timestamp="Thu, 04 Feb 2016 09:45:29 +0000">
    keytoaster
  </metadata>
</glsa>