summaryrefslogtreecommitdiff
blob: 7d9f2cba967f91e6cc9ae4cdfd239f7cd125978f (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
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200408-25">
  <title>MoinMoin: Group ACL bypass</title>
  <synopsis>
    MoinMoin contains a bug allowing anonymous users to bypass ACLs (Access
    Control Lists) and carry out operations that should be limited to
    authorized users.
  </synopsis>
  <product type="ebuild">MoinMoin</product>
  <announced>2004-08-26</announced>
  <revised count="02">2006-05-22</revised>
  <bug>57913</bug>
  <access>remote</access>
  <affected>
    <package name="www-apps/moinmoin" auto="yes" arch="*">
      <unaffected range="ge">1.2.3</unaffected>
      <vulnerable range="le">1.2.2</vulnerable>
    </package>
  </affected>
  <background>
    <p>
    MoinMoin is a Python clone of WikiWiki, based on PikiPiki.
    </p>
  </background>
  <description>
    <p>
    MoinMoin contains two unspecified bugs, one allowing anonymous users
    elevated access when not using ACLs, and the other in the ACL handling
    in the PageEditor.
    </p>
  </description>
  <impact type="normal">
    <p>
    Restrictions on anonymous users were not properly enforced. This could
    lead to unauthorized users gaining administrative access to functions
    such as "revert" and "delete". Sites are vulnerable whether or not they
    are using ACLs.
    </p>
  </impact>
  <workaround>
    <p>
    There is no known workaround.
    </p>
  </workaround>
  <resolution>
    <p>
    All users should upgrade to the latest available version of MoinMoin,
    as follows:
    </p>
    <code>
    # emerge sync
    
    # emerge -pv "&gt;=www-apps/moinmoin-1.2.3"
    # emerge "&gt;=www-apps/moinmoin-1.2.3"</code>
  </resolution>
  <references>
    <uri link="https://sourceforge.net/project/shownotes.php?group_id=8482&amp;release_id=254801">MoinMoin Announcement</uri>
    <uri link="http://www.osvdb.org/displayvuln.php?osvdb_id=8194">OSVDB Advisory 8194</uri>
    <uri link="http://www.osvdb.org/displayvuln.php?osvdb_id=8195">OSVDB Advisory 8195</uri>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2004-1462">CVE-2004-1462</uri>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2004-1463">CVE-2004-1463</uri>
  </references>
  <metadata tag="submitter" timestamp="2004-08-19T05:10:31Z">
    dmargoli
  </metadata>
</glsa>