summaryrefslogtreecommitdiff
blob: c554c15d364c44d36a39f7554a1a83a69b18f868 (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
66
67
68
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200704-03">
  <title>OpenAFS: Privilege escalation</title>
  <synopsis>
    OpenAFS is subject to a design flaw that could allow privilege escalation
    on the client.
  </synopsis>
  <product type="ebuild">openafs</product>
  <announced>2007-04-03</announced>
  <revised count="01">2007-04-03</revised>
  <bug>171662</bug>
  <access>remote</access>
  <affected>
    <package name="net-fs/openafs" auto="yes" arch="*">
      <unaffected range="ge">1.4.4</unaffected>
      <vulnerable range="lt">1.4.4</vulnerable>
    </package>
  </affected>
  <background>
    <p>
    OpenAFS is a distributed network filesystem.
    </p>
  </background>
  <description>
    <p>
    Benjamin Bennett discovered that the OpenAFS client contains a design
    flaw where cache managers do not use authenticated server connections
    when performing actions not requested by a user.
    </p>
  </description>
  <impact type="high">
    <p>
    If setuid is enabled on the client cells, an attacker can supply a fake
    FetchStatus reply that sets setuid and root ownership of a file being
    executed. This could provide root access on the client. Remote attacks
    may be possible if an attacker can entice a user to execute a known
    file. Note that setuid is enabled by default in versions of OpenAFS
    prior to 1.4.4.
    </p>
  </impact>
  <workaround>
    <p>
    Disable the setuid functionality on all client cells. This is now the
    default configuration in OpenAFS.
    </p>
  </workaround>
  <resolution>
    <p>
    All OpenAFS users should upgrade to the latest version:
    </p>
    <code>
    # emerge --sync
    # emerge --ask --oneshot --verbose "&gt;=net-fs/openafs-1.4.4"</code>
  </resolution>
  <references>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-1507">CVE-2007-1507</uri>
  </references>
  <metadata tag="requester" timestamp="2007-03-25T06:35:01Z">
    jaervosz
  </metadata>
  <metadata tag="submitter" timestamp="2007-03-28T13:53:51Z">
    aetius
  </metadata>
  <metadata tag="bugReady" timestamp="2007-04-03T22:29:30Z">
    falco
  </metadata>
</glsa>