summaryrefslogtreecommitdiff
blob: 939225a12e785c1a48ab4bd3a2b1bcded02c7056 (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
78
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200801-10">
  <title>TikiWiki: Multiple vulnerabilities</title>
  <synopsis>
    Multiple vulnerabilities have been discovered in TikiWiki, some of them
    having unknown impact.
  </synopsis>
  <product type="ebuild">tikiwiki</product>
  <announced>2008-01-23</announced>
  <revised count="01">2008-01-23</revised>
  <bug>203265</bug>
  <access>remote</access>
  <affected>
    <package name="www-apps/tikiwiki" auto="yes" arch="*">
      <unaffected range="ge">1.9.9</unaffected>
      <vulnerable range="lt">1.9.9</vulnerable>
    </package>
  </affected>
  <background>
    <p>
    TikiWiki is an open source content management system written in PHP.
    </p>
  </background>
  <description>
    <ul><li>Jesus Olmos Gonzalez from isecauditors reported insufficient
    sanitization of the "movies" parameter in file tiki-listmovies.php
    (CVE-2007-6528).</li>
    <li>Mesut Timur from H-Labs discovered that the
    input passed to the "area_name" parameter in file
    tiki-special_chars.php is not properly sanitised before being returned
    to the user (CVE-2007-6526).</li>
    <li>redflo reported multiple
    unspecified vulnerabilities in files tiki-edit_css.php,
    tiki-list_games.php, and tiki-g-admin_shared_source.php
    (CVE-2007-6529).</li>
    </ul>
  </description>
  <impact type="low">
    <p>
    A remote attacker can craft the "movies" parameter to run a directory
    traversal attack through a ".." sequence and read the first 1000 bytes
    of any arbitrary file, or conduct a cross-site scripting (XSS) attack
    through the "area_name" parameter. This attack can be exploited to
    execute arbitrary HTML and script code in a user's browser session,
    allowing for the theft of browser session data or cookies in the
    context of the affected web site. The impacts of the unspecified
    vulnerabilities are still unknown.
    </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.9"</code>
  </resolution>
  <references>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-6526">CVE-2007-6526</uri>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-6528">CVE-2007-6528</uri>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-6529">CVE-2007-6529</uri>
  </references>
  <metadata tag="requester" timestamp="2008-01-20T18:58:53Z">
    jaervosz
  </metadata>
  <metadata tag="submitter" timestamp="2008-01-20T21:50:20Z">
    falco
  </metadata>
  <metadata tag="bugReady" timestamp="2008-01-20T22:40:20Z">
    falco
  </metadata>
</glsa>