blob: 9b3e8047bb1467c4c1ceeec7a2da16cff6a5e8fe (
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
|
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200411-25">
<title>SquirrelMail: Encoded text XSS vulnerability</title>
<synopsis>
Squirrelmail fails to properly sanitize user input, which could lead to a
compromise of webmail accounts.
</synopsis>
<product type="ebuild">SquirrelMail</product>
<announced>2004-11-17</announced>
<revised count="02">2006-05-22</revised>
<bug>70739</bug>
<access>remote</access>
<affected>
<package name="mail-client/squirrelmail" auto="yes" arch="*">
<unaffected range="ge">1.4.3a-r2</unaffected>
<vulnerable range="lt">1.4.3a-r2</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>
SquirrelMail fails to properly sanitize certain strings when decoding
specially-crafted headers.
</p>
</description>
<impact type="low">
<p>
By enticing a user to read a specially-crafted e-mail, an attacker can
execute arbitrary scripts running in the context of the victim's
browser. This could lead to a compromise of the user's webmail account,
cookie theft, etc.
</p>
</impact>
<workaround>
<p>
There is no known workaround at this time.
</p>
</workaround>
<resolution>
<p>
All SquirrelMail users should upgrade to the latest version:
</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose ">=mail-client/squirrelmail-1.4.3a-r2"</code>
<p>
Note: Users with the vhosts USE flag set should manually use
webapp-config to finalize the update.
</p>
</resolution>
<references>
<uri link="https://article.gmane.org/gmane.mail.squirrelmail.user/21169">SquirrelMail Advisory</uri>
<uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2004-1036">CVE-2004-1036</uri>
</references>
<metadata tag="requester" timestamp="2004-11-13T07:50:02Z">
jaervosz
</metadata>
<metadata tag="submitter" timestamp="2004-11-14T18:02:58Z">
jaervosz
</metadata>
<metadata tag="bugReady" timestamp="2004-11-14T18:40:00Z">
jaervosz
</metadata>
</glsa>
|