summaryrefslogtreecommitdiff
blob: fc8889f07fc883a49d4b27fc5a38492bef15bf8a (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
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200604-02">
  <title>Horde Application Framework: Remote code execution</title>
  <synopsis>
    The help viewer of the Horde Framework allows attackers to execute
    arbitrary remote code.
  </synopsis>
  <product type="ebuild">horde</product>
  <announced>2006-04-04</announced>
  <revised count="01">2006-04-04</revised>
  <bug>127889</bug>
  <bug>126435</bug>
  <access>remote</access>
  <affected>
    <package name="www-apps/horde" auto="yes" arch="*">
      <unaffected range="ge">3.1.1</unaffected>
      <vulnerable range="lt">3.1.1</vulnerable>
    </package>
  </affected>
  <background>
    <p>
    The Horde Application Framework is a general-purpose web
    application framework written in PHP, providing classes for handling
    preferences, compression, browser detection, connection tracking, MIME
    and more.
    </p>
  </background>
  <description>
    <p>
    Jan Schneider of the Horde team discovered a vulnerability in the
    help viewer of the Horde Application Framework that could allow remote
    code execution (CVE-2006-1491). Paul Craig reported that
    "services/go.php" fails to validate the passed URL parameter correctly
    (CVE-2006-1260).
    </p>
  </description>
  <impact type="high">
    <p>
    An attacker could exploit the vulnerability in the help viewer to
    execute arbitrary code with the privileges of the web server user. By
    embedding a NULL character in the URL parameter, an attacker could
    exploit the input validation issue in go.php to read arbitrary files.
    </p>
  </impact>
  <workaround>
    <p>
    There are no known workarounds at this time.
    </p>
  </workaround>
  <resolution>
    <p>
    All Horde Application Framework users should upgrade to the latest
    version:
    </p>
    <code>
    # emerge --sync
    # emerge --ask --oneshot --verbose "&gt;=www-apps/horde-3.1.1"</code>
  </resolution>
  <references>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1260">CVE-2006-1260</uri>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1491">CVE-2006-1491</uri>
    <uri link="https://lists.horde.org/archives/announce/2006/000271.html">Horde Announcement</uri>
  </references>
  <metadata tag="requester" timestamp="2006-03-31T23:07:49Z">
    vorlon078
  </metadata>
  <metadata tag="submitter" timestamp="2006-04-03T09:02:34Z">
    DerCorny
  </metadata>
  <metadata tag="bugReady" timestamp="2006-04-04T18:34:51Z">
    DerCorny
  </metadata>
</glsa>