summaryrefslogtreecommitdiff
blob: 6dc31ff6a2f2193e4aeafeabc6ab801c811ce4c7 (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
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200706-07">
  <title>PHProjekt: Multiple vulnerabilities</title>
  <synopsis>
    Multiple vulnerabilities have been discovered in PHProjekt, allowing for
    the execution of arbitrary PHP and SQL code, and cross-site scripting
    attacks.
  </synopsis>
  <product type="ebuild">phprojekt</product>
  <announced>2007-06-19</announced>
  <revised count="01">2007-06-19</revised>
  <bug>170905</bug>
  <access>remote</access>
  <affected>
    <package name="www-apps/phprojekt" auto="yes" arch="*">
      <unaffected range="ge">5.2.1</unaffected>
      <vulnerable range="lt">5.2.1</vulnerable>
    </package>
  </affected>
  <background>
    <p>
    PHProjekt is a project management and coordination tool written in PHP.
    </p>
  </background>
  <description>
    <p>
    Alexios Fakos from n.runs AG has discovered multiple vulnerabilities in
    PHProjekt, including the execution of arbitrary SQL commands using
    unknown vectors (CVE-2007-1575), the execution of arbitrary PHP code
    using an unrestricted file upload (CVE-2007-1639), cross-site request
    forgeries using different modules (CVE-2007-1638), and a cross-site
    scripting attack using unkown vectors (CVE-2007-1576).
    </p>
  </description>
  <impact type="high">
    <p>
    An authenticated user could elevate their privileges by exploiting the
    vulnerabilities described above. Note that the magic_quotes_gpc PHP
    configuration setting must be set to "off" to exploit these
    vulnerabilities.
    </p>
  </impact>
  <workaround>
    <p>
    There is no known workaround at this time.
    </p>
  </workaround>
  <resolution>
    <p>
    All PHProjekt users should upgrade to the latest version:
    </p>
    <code>
    # emerge --sync
    # emerge --ask --oneshot --verbose "&gt;=www-apps/phprojekt-5.2.1"</code>
  </resolution>
  <references>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-1575">CVE-2007-1575</uri>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-1576">CVE-2007-1576</uri>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-1638">CVE-2007-1638</uri>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-1639">CVE-2007-1639</uri>
  </references>
  <metadata tag="requester" timestamp="2007-06-07T21:18:57Z">
    falco
  </metadata>
  <metadata tag="submitter" timestamp="2007-06-10T13:59:19Z">
    p-y
  </metadata>
  <metadata tag="bugReady" timestamp="2007-06-10T13:59:28Z">
    p-y
  </metadata>
</glsa>