summaryrefslogtreecommitdiff
blob: 6ddb603a1354212b37841ec664f2e7b9999b308b (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
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200405-16">
  <title>Multiple XSS Vulnerabilities in SquirrelMail</title>
  <synopsis>
    SquirrelMail is subject to several XSS and one SQL injection vulnerability.
  </synopsis>
  <product type="ebuild">SquirrelMail</product>
  <announced>2004-05-25</announced>
  <revised>2006-05-27: 04</revised>
  <bug>49675</bug>
  <access>remote</access>
  <affected>
    <package name="mail-client/squirrelmail" auto="yes" arch="*">
      <unaffected range="ge">1.4.3_rc1</unaffected>
      <vulnerable range="lt">1.4.3_rc1</vulnerable>
    </package>
  </affected>
  <background>
    <p>
    SquirrelMail is a webmail package written in PHP. It supports IMAP and
    SMTP, and can optionally be installed with SQL support.
    </p>
  </background>
  <description>
    <p>
    Several unspecified cross-site scripting (XSS) vulnerabilities and a
    well hidden SQL injection vulnerability were found. An XSS attack
    allows an attacker to insert malicious code into a web-based
    application. SquirrelMail does not check for code when parsing
    variables received via the URL query string.
    </p>
  </description>
  <impact type="normal">
    <p>
    One of the XSS vulnerabilities could be exploited by an attacker to
    steal cookie-based authentication credentials from the user's browser.
    The SQL injection issue could potentially be used by an attacker to run
    arbitrary SQL commands inside the SquirrelMail database with privileges
    of the SquirrelMail database user.
    </p>
  </impact>
  <workaround>
    <p>
    There is no known workaround at this time. All users are advised to
    upgrade to version 1.4.3_rc1 or higher of SquirrelMail.
    </p>
  </workaround>
  <resolution>
    <p>
    All SquirrelMail users should upgrade to the latest stable version:
    </p>
    <code>
    # emerge sync
    
    # emerge -pv "&gt;=mail-client/squirrelmail-1.4.3_rc1"
    # emerge "&gt;=mail-client/squirrelmail-1.4.3_rc1"</code>
  </resolution>
  <references>
    <uri link="https://sourceforge.net/mailarchive/forum.php?thread_id=4199060&amp;forum_id=1988">SquirrelMail 1.4.3_rc1 release annoucement</uri>
    <uri link="http://www.securityfocus.com/bid/10246/">Bugtraq security annoucement</uri>
    <uri link="https://www.cert.org/advisories/CA-2000-02.html">CERT description of XSS</uri>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2004-0519">CVE-2004-0519</uri>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2004-0521">CVE-2004-0521</uri>
  </references>
  <metadata tag="submitter">
    jaervosz
  </metadata>
</glsa>