summaryrefslogtreecommitdiff
blob: a4db0e937a8a33147626a83078d402266e897bce (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
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200408-09">
  <title>Roundup: Filesystem access vulnerability</title>
  <synopsis>
    Roundup will make files owned by the user that it's running as accessable
    to a remote attacker.
  </synopsis>
  <product type="ebuild">Roundup</product>
  <announced>2004-08-11</announced>
  <revised>2006-05-22: 03</revised>
  <bug>53494</bug>
  <access>remote</access>
  <affected>
    <package name="www-apps/roundup" auto="yes" arch="*">
      <unaffected range="ge">0.7.6</unaffected>
      <vulnerable range="le">0.6.4</vulnerable>
    </package>
  </affected>
  <background>
    <p>
    Roundup is a simple to use issue-tracking system with command-line,
    web, and e-mail interfaces.
    </p>
  </background>
  <description>
    <p>
    Improper handling of a specially crafted URL allows access to the
    server's filesystem, which could contain sensitive information.
    </p>
  </description>
  <impact type="low">
    <p>
    An attacker could view files owned by the user running Roundup. This
    will never be root however, as Roundup will not run as root.
    </p>
  </impact>
  <workaround>
    <p>
    There is no known workaround at this time. All users are encouraged to
    upgrade to the latest available version of Roundup.
    </p>
  </workaround>
  <resolution>
    <p>
    All Roundup users should upgrade to the latest version:
    </p>
    <code>
    # emerge sync
    
    # emerge -pv "&gt;=www-apps/roundup-0.7.6"
    # emerge "&gt;=www-apps/roundup-0.7.6"</code>
  </resolution>
  <references>
    <uri link="https://secunia.com/advisories/11801/">Secunia Advisory SA11801</uri>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2004-1444">CVE-2004-1444</uri>
  </references>
  <metadata tag="submitter" timestamp="2004-08-09T18:49:24Z">
    chriswhite
  </metadata>
</glsa>