summaryrefslogtreecommitdiff
blob: 21b97c5be877b64f14badb8b67c4211256a83c4a (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
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200410-25">
  <title>Netatalk: Insecure tempfile handling in etc2ps.sh</title>
  <synopsis>
    The etc2ps.sh script, included in the Netatalk package, is vulnerable to
    symlink attacks, potentially allowing a local user to overwrite arbitrary
    files with the rights of the user running the utility.
  </synopsis>
  <product type="ebuild">Netatalk</product>
  <announced>2004-10-25</announced>
  <revised count="01">2004-10-25</revised>
  <bug>66370</bug>
  <access>local</access>
  <affected>
    <package name="net-fs/netatalk" auto="yes" arch="*">
      <unaffected range="ge">1.6.4-r1</unaffected>
      <vulnerable range="lt">1.6.4-r1</vulnerable>
    </package>
  </affected>
  <background>
    <p>
    Netatalk is a kernel level implementation of the AppleTalk Protocol Suite,
    which allows Unix hosts to act as file, print, and time servers for Apple
    computers. It includes several script utilities, including etc2ps.sh.
    </p>
  </background>
  <description>
    <p>
    The etc2ps.sh script creates temporary files in world-writeable directories
    with predictable names.
    </p>
  </description>
  <impact type="normal">
    <p>
    A local attacker could create symbolic links in the temporary files
    directory, pointing to a valid file somewhere on the filesystem. When
    etc2ps.sh is executed, this would result in the file being overwritten with
    the rights of the user running the utility, which could be the root user.
    </p>
  </impact>
  <workaround>
    <p>
    There is no known workaround at this time.
    </p>
  </workaround>
  <resolution>
    <p>
    All Netatalk users should upgrade to the latest version:
    </p>
    <code>
    # emerge sync

    # emerge -pv "&gt;=net-fs/netatalk-1.6.4-r1"
    # emerge "&gt;=net-fs/netatalk-1.6.4-r1"</code>
  </resolution>
  <references>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0974">CAN-2004-0974</uri>
  </references>
  <metadata tag="submitter" timestamp="2004-10-10T22:02:01Z">
    lewk
  </metadata>
  <metadata tag="bugReady" timestamp="2004-10-25T13:03:51Z">
    koon
  </metadata>
</glsa>