summaryrefslogtreecommitdiff
blob: f8884c8284f88db57e95de126d954cf5ee1ac103 (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
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200509-16">
  <title>Mantis: XSS and SQL injection vulnerabilities</title>
  <synopsis>
    Mantis is affected by an SQL injection and several cross-site scripting
    (XSS) vulnerabilities.
  </synopsis>
  <product type="ebuild">Mantis</product>
  <announced>2005-09-24</announced>
  <revised count="01">2005-09-24</revised>
  <bug>103308</bug>
  <access>remote</access>
  <affected>
    <package name="www-apps/mantisbt" auto="yes" arch="*">
      <unaffected range="ge">0.19.2</unaffected>
      <vulnerable range="lt">0.19.2</vulnerable>
    </package>
  </affected>
  <background>
    <p>
    Mantis is a web-based bugtracking system written in PHP.
    </p>
  </background>
  <description>
    <p>
    Mantis fails to properly sanitize untrusted input before using it.
    This leads to an SQL injection and several cross-site scripting
    vulnerabilities.
    </p>
  </description>
  <impact type="normal">
    <p>
    An attacker could possibly use the SQL injection vulnerability to
    access or modify information from the Mantis database. Furthermore the
    cross-site scripting issues give an attacker the ability 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 Mantis users should upgrade to the latest version:
    </p>
    <code>
    # emerge --sync
    # emerge --ask --oneshot --verbose "&gt;=www-apps/mantisbt-0.19.2"</code>
  </resolution>
  <references>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-2556">CAN-2005-2556</uri>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-2557">CAN-2005-2557</uri>
    <uri link="https://secunia.com/advisories/16506/">Secunia Advisory SA16506</uri>
  </references>
  <metadata tag="submitter" timestamp="2005-09-23T12:20:33Z">
    koon
  </metadata>
  <metadata tag="bugReady" timestamp="2005-09-23T12:21:10Z">
    koon
  </metadata>
</glsa>