Gentoo Archives: gentoo-commits

From: "Mikle Kolyada (zlogene)" <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/security/en/glsa: glsa-201406-30.xml
Date: Fri, 27 Jun 2014 08:32:08
Message-Id: 20140627083202.20C602004E@flycatcher.gentoo.org
1 zlogene 14/06/27 08:32:02
2
3 Added: glsa-201406-30.xml
4 Log:
5 GLSA 201406-30
6
7 Revision Changes Path
8 1.1 xml/htdocs/security/en/glsa/glsa-201406-30.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/security/en/glsa/glsa-201406-30.xml?rev=1.1&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/security/en/glsa/glsa-201406-30.xml?rev=1.1&content-type=text/plain
12
13 Index: glsa-201406-30.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="201406-30">
20 <title>sudo: Privilege escalation</title>
21 <synopsis>A vulnerability has been found in sudo allowing a local attacker to
22 gain elevated privileges.
23 </synopsis>
24 <product type="ebuild">sudo</product>
25 <announced>June 27, 2014</announced>
26 <revised>June 27, 2014: 1</revised>
27 <bug>503586</bug>
28 <access>local</access>
29 <affected>
30 <package name="app-admin/sudo" auto="yes" arch="*">
31 <unaffected range="ge">1.8.5</unaffected>
32 <unaffected range="lt">1.6.9</unaffected>
33 <vulnerable range="lt">1.8.5</vulnerable>
34 </package>
35 </affected>
36 <background>
37 <p>sudo allows a system administrator to give users the ability to run
38 commands as other users. Access to commands may also be granted on a
39 range to hosts.
40 </p>
41 </background>
42 <description>
43 <p>When the Sudo env_reset option is disabled (it is enabled by default),
44 certain environment variables are not blacklisted as expected.
45 </p>
46 </description>
47 <impact type="high">
48 <p>A local attacker, authorized to run commands using sudo, can use this
49 flaw to execute arbitrary code or escalate his privileges.
50 </p>
51 </impact>
52 <workaround>
53 <p>There is no known workaround at this time.</p>
54 </workaround>
55 <resolution>
56 <p>All sudo users should upgrade to the latest version:</p>
57
58 <code>
59 # emerge --sync
60 # emerge --ask --oneshot --verbose "&gt;=app-admin/sudo-1.8.5"
61 </code>
62 </resolution>
63 <references>
64 <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2014-0106">CVE-2014-0106</uri>
65 </references>
66 <metadata tag="requester" timestamp="Wed, 18 Jun 2014 23:56:18 +0000">
67 BlueKnight
68 </metadata>
69 <metadata tag="submitter" timestamp="Fri, 27 Jun 2014 08:30:38 +0000">K_F</metadata>
70 </glsa>