blob: ed54002184d59301cb59ad0e6aeb83e1e323dbc7 (
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
|
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200506-17">
<title>SpamAssassin 3, Vipul's Razor: Denial of Service vulnerability</title>
<synopsis>
SpamAssassin and Vipul's Razor are vulnerable to a Denial of Service attack
when handling certain malformed messages.
</synopsis>
<product type="ebuild">SpamAssassin, Vipul's Razor</product>
<announced>2005-06-21</announced>
<revised count="03">2006-05-22</revised>
<bug>94722</bug>
<bug>95492</bug>
<bug>96776</bug>
<access>remote</access>
<affected>
<package name="mail-filter/spamassassin" auto="yes" arch="*">
<unaffected range="ge">3.0.4</unaffected>
<unaffected range="lt">3.0.1</unaffected>
<vulnerable range="lt">3.0.4</vulnerable>
</package>
<package name="mail-filter/razor" auto="yes" arch="*">
<unaffected range="ge">2.74</unaffected>
<vulnerable range="lt">2.74</vulnerable>
</package>
</affected>
<background>
<p>
SpamAssassin is an extensible email filter which is used to identify
junk email. Vipul's Razor is a client for a distributed, collaborative
spam detection and filtering network.
</p>
</background>
<description>
<p>
SpamAssassin and Vipul's Razor contain a Denial of Service
vulnerability when handling special misformatted long message headers.
</p>
</description>
<impact type="normal">
<p>
By sending a specially crafted message an attacker could cause a Denial
of Service attack against the SpamAssassin/Vipul's Razor server.
</p>
</impact>
<workaround>
<p>
There is no known workaround at this time.
</p>
</workaround>
<resolution>
<p>
All SpamAssassin users should upgrade to the latest version:
</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose ">=mail-filter/spamassassin-3.0.4"</code>
<p>
All Vipul's Razor users should upgrade to the latest version:
</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose ">=mail-filter/razor-2.74"</code>
</resolution>
<references>
<uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-1266">CAN-2005-1266</uri>
<uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-2024">CVE-2005-2024</uri>
<uri link="https://mail-archives.apache.org/mod_mbox/spamassassin-announce/200506.mbox/%3c17072.35054.586017.822288@proton.pathname.com%3e">SpamAssassin Announcement</uri>
<uri link="https://sourceforge.net/mailarchive/forum.php?thread_id=7520323&forum_id=4259">Vipul's Razor Announcement</uri>
</references>
<metadata tag="submitter" timestamp="2005-06-08T05:05:05Z">
jaervosz
</metadata>
<metadata tag="bugReady" timestamp="2005-06-20T04:49:42Z">
jaervosz
</metadata>
</glsa>
|