summaryrefslogtreecommitdiff
blob: 7422ce6b886c5a5ca941e5a9d18a54078ec3e4b0 (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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200909-14">
  <title>Horde: Multiple vulnerabilities</title>
  <synopsis>
    Multiple vulnerabilities have been discovered in Horde and two modules,
    allowing for the execution of arbitrary code, information disclosure, or
    Cross-Site Scripting.
  </synopsis>
  <product type="ebuild">horde horde-imp horde-passwd</product>
  <announced>2009-09-12</announced>
  <revised>2009-09-12: 01</revised>
  <bug>256125</bug>
  <bug>262976</bug>
  <bug>262978</bug>
  <bug>277294</bug>
  <access>remote</access>
  <affected>
    <package name="www-apps/horde" auto="yes" arch="*">
      <unaffected range="ge">3.3.4</unaffected>
      <vulnerable range="lt">3.3.4</vulnerable>
    </package>
    <package name="www-apps/horde-imp" auto="yes" arch="*">
      <unaffected range="ge">4.3.4</unaffected>
      <vulnerable range="lt">4.3.4</vulnerable>
    </package>
    <package name="www-apps/horde-passwd" auto="yes" arch="*">
      <unaffected range="ge">3.1.1</unaffected>
      <vulnerable range="lt">3.1.1</vulnerable>
    </package>
  </affected>
  <background>
    <p>
    Horde is a web application framework written in PHP. Horde IMP, the
    "Internet Messaging Program", is a Webmail module and Horde Passwd is a
    password changing module for Horde.
    </p>
  </background>
  <description>
    <p>
    Multiple vulnerabilities have been discovered in Horde:
    </p>
    <ul>
    <li>Gunnar Wrobel reported an input sanitation and directory traversal
    flaw in framework/Image/Image.php, related to the "Horde_Image driver
    name" (CVE-2009-0932).</li>
    <li>Gunnar Wrobel reported that data sent
    to horde/services/portal/cloud_search.php is not properly sanitized
    before used in the output (CVE-2009-0931).</li>
    <li>It was reported
    that data sent to framework/Text_Filter/Filter/xss.php is not properly
    sanitized before used in the output (CVE-2008-5917).</li>
    </ul> <p>
    Horde Passwd: David Wharton reported that data sent via the "backend"
    parameter to passwd/main.php is not properly sanitized before used in
    the output (CVE-2009-2360).
    </p>
    <p>
    Horde IMP: Gunnar Wrobel reported that data sent to smime.php, pgp.php,
    and message.php is not properly sanitized before used in the output
    (CVE-2009-0930).
    </p>
  </description>
  <impact type="normal">
    <p>
    A remote authenticated attacker could exploit these vulnerabilities to
    execute arbitrary PHP files on the server, or disclose the content of
    arbitrary files, both only if the file is readable to the web server. A
    remote authenticated attacker could conduct Cross-Site Scripting
    attacks. NOTE: Some Cross-Site Scripting vectors are limited to the
    usage of Microsoft Internet Explorer.
    </p>
  </impact>
  <workaround>
    <p>
    There is no known workaround at this time.
    </p>
  </workaround>
  <resolution>
    <p>
    All Horde users should upgrade to the latest version:
    </p>
    <code>
    # emerge --sync
    # emerge --ask --oneshot --verbose "&gt;=www-apps/horde-3.3.4"</code>
    <p>
    All Horde IMP users should upgrade to the latest version:
    </p>
    <code>
    # emerge --sync
    # emerge --ask --oneshot --verbose "&gt;=www-apps/horde-imp-4.3.4"</code>
    <p>
    All Horde Passwd users should upgrade to the latest version:
    </p>
    <code>
    # emerge --sync
    # emerge --ask --oneshot --verbose "&gt;=www-apps/horde-passwd-3.1.1"</code>
  </resolution>
  <references>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-5917">CVE-2008-5917</uri>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-0930">CVE-2009-0930</uri>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-0931">CVE-2009-0931</uri>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-0932">CVE-2009-0932</uri>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-2360">CVE-2009-2360</uri>
  </references>
  <metadata tag="submitter" timestamp="2009-09-02T04:40:46Z">
    a3li
  </metadata>
  <metadata tag="bugReady" timestamp="2009-09-02T04:40:52Z">
    a3li
  </metadata>
</glsa>