summaryrefslogtreecommitdiff
blob: 707d657c141dea5fc46cd738f6c2395799dd890e (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
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200904-01">
  <title>Openfire: Multiple vulnerabilities</title>
  <synopsis>
    Multiple vulnerabilities were discovered in Openfire, the worst of which
    may allow remote execution of arbitrary code.
  </synopsis>
  <product type="ebuild">openfire</product>
  <announced>2009-04-02</announced>
  <revised count="01">2009-04-02</revised>
  <bug>246008</bug>
  <bug>254309</bug>
  <access>remote</access>
  <affected>
    <package name="net-im/openfire" auto="yes" arch="*">
      <unaffected range="ge">3.6.3</unaffected>
      <vulnerable range="lt">3.6.3</vulnerable>
    </package>
  </affected>
  <background>
    <p>
    Ignite Realtime Openfire is a fast real-time collaboration server.
    </p>
  </background>
  <description>
    <p>
    Two vulnerabilities have been reported by Federico Muttis, from CORE
    IMPACT's Exploit Writing Team:
    </p>
    <ul>
    <li>
    Multiple missing or incomplete input validations in several .jsps
    (CVE-2009-0496).
    </li>
    <li>
    Incorrect input validation of the "log" parameter in log.jsp
    (CVE-2009-0497).
    </li>
    </ul> <p>
    Multiple vulnerabilities have been reported by Andreas Kurtz:
    </p>
    <ul>
    <li>
    Erroneous built-in exceptions to input validation in login.jsp
    (CVE-2008-6508).
    </li>
    <li>
    Unsanitized user input to the "type" parameter in
    sipark-log-summary.jsp used in SQL statement. (CVE-2008-6509)
    </li>
    <li>
    A Cross-Site-Scripting vulnerability due to unsanitized input to the
    "url" parameter. (CVE-2008-6510, CVE-2008-6511)
    </li>
    </ul>
  </description>
  <impact type="normal">
    <p>
    A remote attacker could execute arbitrary code on clients' systems by
    uploading a specially crafted plugin, bypassing authentication.
    Additionally, an attacker could read arbitrary files on the server or
    execute arbitrary SQL statements. Depending on the server's
    configuration the attacker might also execute code on the server via an
    SQL injection.
    </p>
  </impact>
  <workaround>
    <p>
    There is no known workaround at this time.
    </p>
  </workaround>
  <resolution>
    <p>
    All Openfire users should upgrade to the latest version:
    </p>
    <code>
    # emerge --sync
    # emerge --ask --oneshot --verbose "&gt;=net-im/openfire-3.6.3"</code>
  </resolution>
  <references>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-6508">CVE-2008-6508</uri>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-6509">CVE-2008-6509</uri>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-6510">CVE-2008-6510</uri>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-6511">CVE-2008-6511</uri>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-0496">CVE-2009-0496</uri>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-0497">CVE-2009-0497</uri>
  </references>
  <metadata tag="submitter" timestamp="2009-03-21T10:46:26Z">
    mabi
  </metadata>
  <metadata tag="bugReady" timestamp="2009-03-21T11:36:24Z">
    p-y
  </metadata>
</glsa>