summaryrefslogtreecommitdiff
blob: 4bf80d2947c10bd4cbdc582fa07a960e94d9d8c7 (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
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200611-11">
  <title>TikiWiki: Multiple vulnerabilities</title>
  <synopsis>
    TikiWiki allows for the disclosure of MySQL database authentication
    credentials and for cross-site scripting attacks.
  </synopsis>
  <product type="ebuild">tikiwiki</product>
  <announced>2006-11-20</announced>
  <revised count="01">2006-11-20</revised>
  <bug>153820</bug>
  <access>remote</access>
  <affected>
    <package name="www-apps/tikiwiki" auto="yes" arch="*">
      <unaffected range="ge">1.9.6</unaffected>
      <vulnerable range="lt">1.9.6</vulnerable>
    </package>
  </affected>
  <background>
    <p>
    TikiWiki is an open source content management system written in PHP.
    </p>
  </background>
  <description>
    <p>
    In numerous files TikiWiki provides an empty sort_mode parameter,
    causing TikiWiki to display additional information, including database
    authentication credentials, in certain error messages. TikiWiki also
    improperly sanitizes the "url" request variable sent to
    tiki-featured_link.php.
    </p>
  </description>
  <impact type="normal">
    <p>
    An attacker could cause a database error in various pages of a TikiWiki
    instance by providing an empty sort_mode request variable, and gain
    unauthorized access to credentials of the MySQL databases used by
    TikiWiki. An attacker could also entice a user to browse to a specially
    crafted URL that could run scripts in the scope of the user's browser.
    </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.9.6"</code>
  </resolution>
  <references>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-5702">CVE-2006-5702</uri>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-5703">CVE-2006-5703</uri>
  </references>
  <metadata tag="requester" timestamp="2006-11-10T17:34:20Z">
    jaervosz
  </metadata>
  <metadata tag="submitter" timestamp="2006-11-10T18:20:06Z">
    shellsage
  </metadata>
  <metadata tag="bugReady" timestamp="2006-11-13T22:24:46Z">
    falco
  </metadata>
</glsa>