summaryrefslogtreecommitdiff
blob: d3061b25e3365f3888bfaeb688b16611d7ed0924 (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="200601-12">
  <title>Trac: Cross-site scripting vulnerability</title>
  <synopsis>
    Trac is vulnerable to a cross-site scripting attack that could allow
    arbitrary JavaScript code execution.
  </synopsis>
  <product type="ebuild">trac</product>
  <announced>2006-01-26</announced>
  <revised count="01">2006-01-26</revised>
  <bug>118302</bug>
  <access>remote</access>
  <affected>
    <package name="www-apps/trac" auto="yes" arch="*">
      <unaffected range="ge">0.9.3</unaffected>
      <vulnerable range="lt">0.9.3</vulnerable>
    </package>
  </affected>
  <background>
    <p>
    Trac is a minimalistic web-based project management, wiki and bug
    tracking system including a Subversion interface.
    </p>
  </background>
  <description>
    <p>
    Christophe Truc discovered that Trac fails to properly sanitize
    input passed in the URL.
    </p>
  </description>
  <impact type="low">
    <p>
    A remote attacker could exploit this to inject and execute
    malicious script code or to steal cookie-based authentication
    credentials, potentially compromising the victim's browser.
    </p>
  </impact>
  <workaround>
    <p>
    There is no known workaround at this time.
    </p>
  </workaround>
  <resolution>
    <p>
    All Trac users should upgrade to the latest available version:
    </p>
    <code>
    # emerge --sync
    # emerge --ask --oneshot --verbose "&gt;=www-apps/trac-0.9.3"</code>
    <p>
    Note: Users with the vhosts USE flag set should manually use
    webapp-config to finalize the update.
    </p>
  </resolution>
  <references>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-4305">CVE-2005-4305</uri>
    <uri link="http://projects.edgewall.com/trac/wiki/ChangeLog#a0.9.3">Trac Changelog</uri>
  </references>
  <metadata tag="requester" timestamp="2006-01-18T15:05:49Z">
    koon
  </metadata>
  <metadata tag="bugReady" timestamp="2006-01-18T15:05:57Z">
    koon
  </metadata>
  <metadata tag="submitter" timestamp="2006-01-22T19:44:58Z">
    DerCorny
  </metadata>
</glsa>