summaryrefslogtreecommitdiff
blob: 6597d691f0ee11bbc6e9f5392a1e5dd94e85804e (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
69
70
71
72
73
74
75
76
77
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200508-14">
  <title>TikiWiki, eGroupWare: Arbitrary command execution through XML-RPC</title>
  <synopsis>
    TikiWiki and eGroupWare both include PHP XML-RPC code vulnerable to
    arbitrary command execution.
  </synopsis>
  <product type="ebuild">tikiwiki egroupware</product>
  <announced>2005-08-24</announced>
  <revised count="01">2005-08-24</revised>
  <bug>102374</bug>
  <bug>102377</bug>
  <access>remote</access>
  <affected>
    <package name="www-apps/tikiwiki" auto="yes" arch="*">
      <unaffected range="ge">1.8.5-r2</unaffected>
      <vulnerable range="lt">1.8.5-r2</vulnerable>
    </package>
    <package name="www-apps/egroupware" auto="yes" arch="*">
      <unaffected range="ge">1.0.0.009</unaffected>
      <vulnerable range="lt">1.0.0.009</vulnerable>
    </package>
  </affected>
  <background>
    <p>
    TikiWiki is a full featured Free Software Wiki, CMS and Groupware
    written in PHP. eGroupWare is a web-based collaboration software suite.
    Both TikiWiki and eGroupWare include a PHP library to handle XML-RPC
    requests.
    </p>
  </background>
  <description>
    <p>
    The XML-RPC library shipped in TikiWiki and eGroupWare improperly
    handles XML-RPC requests and responses with malformed nested tags.
    </p>
  </description>
  <impact type="high">
    <p>
    A remote attacker could exploit this vulnerability to inject
    arbitrary PHP script code into eval() statements by sending a specially
    crafted XML document to TikiWiki or eGroupWare.
    </p>
  </impact>
  <workaround>
    <p>
    There is no known workaround at this time.
    </p>
  </workaround>
  <resolution>
    <p>
    All TikiWiki users should upgrade to the latest version:
    </p>
    <code>
    # emerge --sync
    # emerge --ask --oneshot --verbose "&gt;=www-apps/tikiwiki-1.8.5-r2"</code>
    <p>
    All eGroupWare users should upgrade to the latest version:
    </p>
    <code>
    # emerge --sync
    # emerge --ask --oneshot --verbose "&gt;=www-apps/egroupware-1.0.0.009"</code>
  </resolution>
  <references>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-2498">CAN-2005-2498</uri>
  </references>
  <metadata tag="requester" timestamp="2005-08-22T20:59:23Z">
    DerCorny
  </metadata>
  <metadata tag="submitter" timestamp="2005-08-23T23:39:36Z">
    adir
  </metadata>
  <metadata tag="bugReady" timestamp="2005-08-24T19:23:08Z">
    koon
  </metadata>
</glsa>