diff options
author | Kristian Fiskerstrand <kf@sumptuouscapital.com> | 2015-06-22 23:38:05 +0200 |
---|---|---|
committer | Kristian Fiskerstrand <kf@sumptuouscapital.com> | 2015-06-22 23:38:05 +0200 |
commit | 5365d489ecf7856605bfa6ebcb2e3ff4a8e95827 (patch) | |
tree | fea4f64aaf37919a52d6b16df59ceadd9bc9e3bb | |
parent | GLSA 201506-02 (diff) | |
download | glsa-5365d489ecf7856605bfa6ebcb2e3ff4a8e95827.tar.gz glsa-5365d489ecf7856605bfa6ebcb2e3ff4a8e95827.tar.bz2 glsa-5365d489ecf7856605bfa6ebcb2e3ff4a8e95827.zip |
GLSA 201506-03
-rw-r--r-- | glsa-201506-03.xml | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/glsa-201506-03.xml b/glsa-201506-03.xml new file mode 100644 index 00000000..2419378b --- /dev/null +++ b/glsa-201506-03.xml @@ -0,0 +1,53 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="201506-03"> + <title>GnuTLS: Multiple vulnerabilities</title> + <synopsis>Multiple vulnerabilities have been fixed in GnuTLS, the worst of + which can cause Denial of Service + </synopsis> + <product type="ebuild">gnutls</product> + <announced>June 22, 2015</announced> + <revised>June 22, 2015: 1</revised> + <bug>546760</bug> + <bug>548636</bug> + <access>local, remote</access> + <affected> + <package name="net-libs/gnutls" auto="yes" arch="*"> + <unaffected range="ge">3.3.15</unaffected> + <vulnerable range="lt">3.3.15</vulnerable> + </package> + </affected> + <background> + <p>GnuTLS is an Open Source implementation of the TLS and SSL protocols. </p> + </background> + <description> + <p>Multiple vulnerabilities have been discovered in GnuTLS. Please review + the CVE identifiers and external references below for details. + </p> + </description> + <impact type="normal"> + <p>A context-dependent attacker can cause a denial of service condition.</p> + </impact> + <workaround> + <p>There is no known workaround at this time.</p> + </workaround> + <resolution> + <p>All GnuTLS users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=net-libs/gnutls-3.3.15" + </code> + + </resolution> + <references> + <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2015-3308">CVE-2015-3308</uri> + <uri link="http://www.gnutls.org/security.html#GNUTLS-SA-2015-2"> + GNUTLS-SA-2015-2 + </uri> + </references> + <metadata tag="requester" timestamp="Sun, 21 Jun 2015 03:15:45 +0000"> + BlueKnight + </metadata> + <metadata tag="submitter" timestamp="Mon, 22 Jun 2015 21:37:44 +0000">K_F</metadata> +</glsa> |