summaryrefslogtreecommitdiff
blob: e5ec620717fa6bb77eb203d39c4f8363c887f5cd (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
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200512-12">
  <title>Mantis: Multiple vulnerabilities</title>
  <synopsis>
    Mantis is affected by multiple vulnerabilities ranging from file upload and
    SQL injection to cross-site scripting and HTTP response splitting.
  </synopsis>
  <product type="ebuild">Mantis</product>
  <announced>2005-12-22</announced>
  <revised>2006-05-22: 02</revised>
  <bug>116036</bug>
  <access>remote</access>
  <affected>
    <package name="www-apps/mantisbt" auto="yes" arch="*">
      <unaffected range="ge">0.19.4</unaffected>
      <vulnerable range="lt">0.19.4</vulnerable>
    </package>
  </affected>
  <background>
    <p>
    Mantis is a web-based bugtracking system written in PHP.
    </p>
  </background>
  <description>
    <p>
    Tobias Klein discovered that Mantis contains several vulnerabilities,
    including:
    </p>
    <ul>
    <li>a file upload vulnerability.</li>
    <li>an injection vulnerability in filters.</li>
    <li>an SQL injection vulnerability in the user-management page.</li>
    <li>a port cross-site-scripting vulnerability in filters.</li>
    <li>an HTTP header CRLF injection vulnerability.</li>
    </ul>
  </description>
  <impact type="normal">
    <p>
    An attacker could possibly exploit the file upload vulnerability to
    execute arbitrary script code, and the SQL injection vulnerability to
    access or modify sensitive information from the Mantis database.
    Furthermore, the cross-site scripting and HTTP response splitting may
    allow an attacker 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.4"</code>
  </resolution>
  <references>
    <uri link="https://www.mantisbt.org/changelog.php">Mantis ChangeLog</uri>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-4518">CVE-2005-4518</uri>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-4519">CVE-2005-4519</uri>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-4520">CVE-2005-4520</uri>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-4521">CVE-2005-4521</uri>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-4522">CVE-2005-4522</uri>
  </references>
  <metadata tag="submitter" timestamp="2005-12-20T11:13:27Z">
    DerCorny
  </metadata>
  <metadata tag="bugReady" timestamp="2005-12-20T11:13:46Z">
    DerCorny
  </metadata>
</glsa>