summaryrefslogtreecommitdiff
blob: 0547e3f58ade50e90a7ac5de761b720111c68a29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="201207-01">
  <title>sudo: Privilege escalation</title>
  <synopsis>A vulnerability has been found in sudo which may allow local users
    to gain escalated privileges.
  </synopsis>
  <product type="ebuild">sudo</product>
  <announced>2012-07-09</announced>
  <revised count="1">2012-07-09</revised>
  <bug>416281</bug>
  <access>local</access>
  <affected>
    <package name="app-admin/sudo" auto="yes" arch="*">
      <unaffected range="ge">1.8.5_p1</unaffected>
      <vulnerable range="lt">1.8.5_p1</vulnerable>
    </package>
  </affected>
  <background>
    <p>sudo allows a system administrator to give users the ability to run
      commands as other users. Access to commands may also be granted on a
      range to hosts.
    </p>
  </background>
  <description>
    <p>An error in sudo may allow unintended IPv4 hosts to be granted access to
      commands.
    </p>
  </description>
  <impact type="high">
    <p>A local attacker could gain escalated privileges.</p>
  </impact>
  <workaround>
    <p>There is no known workaround at this time.</p>
  </workaround>
  <resolution>
    <p>All sudo users should upgrade to the latest version:</p>
    
    <code>
      # emerge --sync
      # emerge --ask --oneshot --verbose "&gt;=app-admin/sudo-1.8.5_p1"
    </code>
    
  </resolution>
  <references>
    <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2012-2337">CVE-2012-2337</uri>
  </references>
  <metadata timestamp="2012-05-26T19:07:01Z" tag="requester">ackle</metadata>
  <metadata timestamp="2012-07-09T22:09:16Z" tag="submitter">ackle</metadata>
</glsa>