summaryrefslogtreecommitdiff
blob: 67507246b158e014ae49c52b90fe44de2bfa14a6 (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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="201006-09">
  <title>sudo: Privilege escalation</title>
  <synopsis>
    A flaw in sudo's -e option may allow local attackers to execute arbitrary
    commands.
  </synopsis>
  <product type="ebuild">sudo</product>
  <announced>2010-06-01</announced>
  <revised count="01">2010-06-01</revised>
  <bug>321697</bug>
  <access>local</access>
  <affected>
    <package name="app-admin/sudo" auto="yes" arch="*">
      <unaffected range="ge">1.7.2_p6</unaffected>
      <vulnerable range="lt">1.7.2_p6</vulnerable>
    </package>
  </affected>
  <background>
    <p>
    sudo allows a system administrator to give users the ability to run
    commands as other users.
    </p>
  </background>
  <description>
    <p>
    The command matching functionality does not properly handle when a file
    in the current working directory has the same name as a pseudo-command
    in the sudoers file and the PATH contains an entry for ".".
    </p>
  </description>
  <impact type="high">
    <p>
    A local attacker with the permission to run sudoedit could, under
    certain circumstances, execute arbitrary commands as whichever user he
    has permission to run sudoedit as, typically root.
    </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.7.2_p6"</code>
  </resolution>
  <references>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-1163">CVE-2010-1163</uri>
  </references>
  <metadata tag="requester" timestamp="2010-05-29T20:27:33Z">
    keytoaster
  </metadata>
  <metadata tag="submitter" timestamp="2010-05-30T14:58:46Z">
    keytoaster
  </metadata>
  <metadata tag="bugReady" timestamp="2010-05-30T18:08:55Z">
    vorlon
  </metadata>
</glsa>