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-201502-06.xml
Date: Sat, 07 Feb 2015 20:31:00
Message-Id: 20150207203055.640541145D@oystercatcher.gentoo.org
1 k_f 15/02/07 20:30:55
2
3 Added: glsa-201502-06.xml
4 Log:
5 GLSA 201502-06
6
7 Revision Changes Path
8 1.1 xml/htdocs/security/en/glsa/glsa-201502-06.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/security/en/glsa/glsa-201502-06.xml?rev=1.1&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/security/en/glsa/glsa-201502-06.xml?rev=1.1&content-type=text/plain
12
13 Index: glsa-201502-06.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="201502-06">
20 <title>nginx: Information disclosure</title>
21 <synopsis>An SSL session fixation vulnerability in nginx may allow remote
22 attackers to obtain sensitive information.
23 </synopsis>
24 <product type="ebuild">nginx</product>
25 <announced>February 07, 2015</announced>
26 <revised>February 07, 2015: 1</revised>
27 <bug>522994</bug>
28 <access>remote</access>
29 <affected>
30 <package name="www-servers/nginx" auto="yes" arch="*">
31 <unaffected range="ge">1.7.6</unaffected>
32 <vulnerable range="lt">1.7.6</vulnerable>
33 </package>
34 </affected>
35 <background>
36 <p>nginx is a robust, small, and high performance HTTP and reverse proxy
37 server.
38 </p>
39 </background>
40 <description>
41 <p>An SSL session fixation vulnerability has been found in nginx when
42 multiple servers use the same shared ssl_session_cache or
43 ssl_session_ticket_key.
44 </p>
45 </description>
46 <impact type="normal">
47 <p>A remote attacker may be able to obtain sensitive information.</p>
48 </impact>
49 <workaround>
50 <p>There is no known workaround at this time.</p>
51 </workaround>
52 <resolution>
53 <p>All nginx users should upgrade to the latest version:</p>
54
55 <code>
56 # emerge --sync
57 # emerge --ask --oneshot --verbose "&gt;=www-servers/nginx-1.7.6"
58 </code>
59 </resolution>
60 <references>
61 <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2014-3616">CVE-2014-3616</uri>
62 </references>
63 <metadata tag="requester" timestamp="Mon, 05 Jan 2015 00:39:58 +0000">Zlogene</metadata>
64 <metadata tag="submitter" timestamp="Sat, 07 Feb 2015 20:30:19 +0000">ackle</metadata>
65 </glsa>