Gentoo Archives: gentoo-commits

From: "Kristian Fiskerstrand (k_f)" <k_f@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/security/en/glsa: glsa-201408-10.xml
Date: Fri, 29 Aug 2014 10:08:25
Message-Id: 20140829100820.3CC7B428B@oystercatcher.gentoo.org
1 k_f 14/08/29 10:08:20
2
3 Added: glsa-201408-10.xml
4 Log:
5 GLSA 201408-10
6
7 Revision Changes Path
8 1.1 xml/htdocs/security/en/glsa/glsa-201408-10.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/security/en/glsa/glsa-201408-10.xml?rev=1.1&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/security/en/glsa/glsa-201408-10.xml?rev=1.1&content-type=text/plain
12
13 Index: glsa-201408-10.xml
14 ===================================================================
15 <?xml version="1.0" encoding="UTF-8"?>
16 <?xml-stylesheet href="/xsl/glsa.xsl" type="text/xsl"?>
17 <?xml-stylesheet href="/xsl/guide.xsl" type="text/xsl"?>
18 <!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
19 <glsa id="201408-10">
20 <title>Libgcrypt: Side-channel attack</title>
21 <synopsis>A vulnerability in Libgcrypt could allow a remote attacker to
22 extract ElGamal private key information.
23 </synopsis>
24 <product type="ebuild">libgcrypt,side-channel,elgamal</product>
25 <announced>August 29, 2014</announced>
26 <revised>August 29, 2014: 1</revised>
27 <bug>519396</bug>
28 <access>remote</access>
29 <affected>
30 <package name="dev-libs/libgcrypt" auto="yes" arch="*">
31 <unaffected range="ge">1.5.4</unaffected>
32 <vulnerable range="lt">1.5.4</vulnerable>
33 </package>
34 </affected>
35 <background>
36 <p>Libgcrypt is a general purpose cryptographic library derived out of
37 GnuPG.
38 </p>
39 </background>
40 <description>
41 <p>A vulnerability in the implementation of ElGamal decryption procedures
42 of Libgcrypt leaks information to various side-channels.
43 </p>
44 </description>
45 <impact type="normal">
46 <p>A physical side-channel attack allows a remote attacker to fully extract
47 decryption keys during the decryption of a chosen ciphertext.
48 </p>
49 </impact>
50 <workaround>
51 <p>There is no known workaround at this time.</p>
52 </workaround>
53 <resolution>
54 <p>All Libgcrypt users should upgrade to the latest version:</p>
55
56 <code>
57 # emerge --sync
58 # emerge --ask --oneshot --verbose "&gt;=dev-libs/libgcrypt-1.5.4"
59 </code>
60
61 </resolution>
62 <references>
63 <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2014-5270">CVE-2014-5270</uri>
64 </references>
65 <metadata tag="requester" timestamp="Sun, 24 Aug 2014 09:53:40 +0000">K_F</metadata>
66 <metadata tag="submitter" timestamp="Fri, 29 Aug 2014 10:08:01 +0000">K_F</metadata>
67 </glsa>