summaryrefslogtreecommitdiff
blob: 1f4b433cfeab4cfb3f1e7b32ca6f8af038eaf3cd (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
79
80
81
82
83
84
85
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200812-07">
  <title>Mantis: Multiple vulnerabilities</title>
  <synopsis>
    Multiple vulnerabilities have been discovered in Mantis, the most severe of
    which leading to the remote execution of arbitrary code.
  </synopsis>
  <product type="ebuild">mantisbt</product>
  <announced>2008-12-02</announced>
  <revised count="01">2008-12-02</revised>
  <bug>238570</bug>
  <bug>241940</bug>
  <bug>242722</bug>
  <access>remote</access>
  <affected>
    <package name="www-apps/mantisbt" auto="yes" arch="*">
      <unaffected range="ge">1.1.4-r1</unaffected>
      <vulnerable range="lt">1.1.4-r1</vulnerable>
    </package>
  </affected>
  <background>
    <p>
    Mantis is a PHP/MySQL/Web based bugtracking system.
    </p>
  </background>
  <description>
    <p>
    Multiple issues have been reported in Mantis:
    </p>
    <ul>
    <li>
    EgiX reported that manage_proj_page.php does not correctly sanitize the
    sort parameter before passing it to create_function() in
    core/utility_api.php (CVE-2008-4687).
    </li>
    <li>
    Privileges of viewers are not sufficiently checked before composing a
    link with issue data in the source anchor (CVE-2008-4688).
    </li>
    <li>
    Mantis does not unset the session cookie during logout (CVE-2008-4689).
    </li>
    <li>
    Mantis does not set the secure flag for the session cookie in an HTTPS
    session (CVE-2008-3102).
    </li>
    </ul>
  </description>
  <impact type="high">
    <p>
    Remote unauthenticated attackers could exploit these vulnerabilities to
    execute arbitrary PHP commands, disclose sensitive issue data, or
    hijack a user's sessions.
    </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-1.1.4-r1"</code>
  </resolution>
  <references>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-3102">CVE-2008-3102</uri>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-4687">CVE-2008-4687</uri>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-4688">CVE-2008-4688</uri>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-4689">CVE-2008-4689</uri>
  </references>
  <metadata tag="requester" timestamp="2008-10-31T21:35:00Z">
    keytoaster
  </metadata>
  <metadata tag="submitter" timestamp="2008-11-26T19:39:16Z">
    rbu
  </metadata>
  <metadata tag="bugReady" timestamp="2008-11-26T19:39:31Z">
    rbu
  </metadata>
</glsa>