diff options
author | 2015-06-22 14:35:35 +0200 | |
---|---|---|
committer | 2015-06-22 14:35:35 +0200 | |
commit | ae10c35703751ae69d094d655b901b15a55385b2 (patch) | |
tree | 2e48180e9d5c580707d1022341ff1e98754b39de /glsa-201506-02.xml | |
parent | GLSA 201506-01 (diff) | |
download | glsa-ae10c35703751ae69d094d655b901b15a55385b2.tar.gz glsa-ae10c35703751ae69d094d655b901b15a55385b2.tar.bz2 glsa-ae10c35703751ae69d094d655b901b15a55385b2.zip |
GLSA 201506-02
Diffstat (limited to 'glsa-201506-02.xml')
-rw-r--r-- | glsa-201506-02.xml | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/glsa-201506-02.xml b/glsa-201506-02.xml new file mode 100644 index 00000000..d0153661 --- /dev/null +++ b/glsa-201506-02.xml @@ -0,0 +1,66 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="201506-02"> + <title>OpenSSL: Multiple vulnerabilities</title> + <synopsis>Multiple vulnerabilities have been found in OpenSSL that can result + in either Denial of Service or information disclosure. + </synopsis> + <product type="ebuild">dos</product> + <announced>June 22, 2015</announced> + <revised>June 22, 2015: 1</revised> + <bug>551832</bug> + <access>remote</access> + <affected> + <package name="dev-libs/openssl" auto="yes" arch="*"> + <unaffected range="ge">1.0.1o</unaffected> + <unaffected range="ge">0.9.8z_p7</unaffected> + <vulnerable range="lt">1.0.1o</vulnerable> + </package> + </affected> + <background> + <p>OpenSSL is an Open Source toolkit implementing the Secure Sockets Layer + and Transport Layer Security as well as a general purpose cryptography + library. + </p> + </background> + <description> + <p>Multiple vulnerabilities have been found in OpenSSL. Please review the + CVE identifiers referenced below for details. + </p> + </description> + <impact type="normal"> + <p>A remote attacker can cause Denial of Service and information + disclosure. + </p> + </impact> + <workaround> + <p>There is no known workaround at this time.</p> + </workaround> + <resolution> + <p>All OpenSSL 1.0.1 users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=dev-libs/openssl-1.0.1o" + </code> + + <p>All OpenSSL 0.9.8 users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=dev-libs/openssl-0.9.8z_p7" + </code> + + </resolution> + <references> + <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2014-8176">CVE-2014-8176</uri> + <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2015-1788">CVE-2015-1788</uri> + <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2015-1789">CVE-2015-1789</uri> + <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2015-1790">CVE-2015-1790</uri> + <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2015-1791">CVE-2015-1791</uri> + <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2015-1792">CVE-2015-1792</uri> + <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2015-4000">CVE-2015-4000</uri> + </references> + <metadata tag="requester" timestamp="Sun, 21 Jun 2015 18:19:42 +0000">K_F</metadata> + <metadata tag="submitter" timestamp="Mon, 22 Jun 2015 12:35:08 +0000">K_F</metadata> +</glsa> |