diff options
Diffstat (limited to 'metadata/glsa/glsa-201310-18.xml')
-rw-r--r-- | metadata/glsa/glsa-201310-18.xml | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-201310-18.xml b/metadata/glsa/glsa-201310-18.xml new file mode 100644 index 000000000000..bd2005bb1049 --- /dev/null +++ b/metadata/glsa/glsa-201310-18.xml @@ -0,0 +1,60 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="201310-18"> + <title>GnuTLS: Multiple vulnerabilities</title> + <synopsis>Multiple vulnerabilities have been discovered in GnuTLS, the worst + of which could lead to Denial of Service. + </synopsis> + <product type="ebuild">gnutls</product> + <announced>2013-10-28</announced> + <revised count="1">2013-10-28</revised> + <bug>455560</bug> + <bug>471788</bug> + <access>remote</access> + <affected> + <package name="net-libs/gnutls" auto="yes" arch="*"> + <unaffected range="ge">2.12.23-r1</unaffected> + <vulnerable range="lt">2.12.23-r1</vulnerable> + </package> + </affected> + <background> + <p>GnuTLS is an Open Source implementation of the TLS 1.2 and SSL 3.0 + protocols. + </p> + </background> + <description> + <p>Multiple vulnerabilities have been discovered in GnuTLS. Please review + the CVE identifiers and Lucky Thirteen research paper referenced below + for details. + </p> + </description> + <impact type="normal"> + <p>A remote attacker could sent a specially crafted packet to cause a + Denial of Service condition. Additionally, a remote attacker could + perform man-in-the-middle attacks to recover plaintext data. + </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-2.12.23-r1" + </code> + + </resolution> + <references> + <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2013-1619">CVE-2013-1619</uri> + <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2013-2116">CVE-2013-2116</uri> + <uri link="http://www.isg.rhul.ac.uk/tls/TLStiming.pdf">Lucky Thirteen: + Breaking the TLS and DTLS Record Protocols + </uri> + </references> + <metadata tag="requester" timestamp="2013-03-24T19:32:51Z"> + keytoaster + </metadata> + <metadata tag="submitter" timestamp="2013-10-28T11:33:22Z">ackle</metadata> +</glsa> |