diff options
Diffstat (limited to 'glsa-201506-03.xml')
-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> |