blob: 780cab1e102480c44a247d39d10d88b8ba0140c7 (
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="200701-13">
<title>Fetchmail: Denial of Service and password disclosure</title>
<synopsis>
Fetchmail has been found to have numerous vulnerabilities allowing for
Denial of Service and password disclosure.
</synopsis>
<product type="ebuild">fetchmail</product>
<announced>2007-01-22</announced>
<revised count="01">2007-01-22</revised>
<bug>160463</bug>
<access>remote</access>
<affected>
<package name="net-mail/fetchmail" auto="yes" arch="*">
<unaffected range="ge">6.3.6</unaffected>
<vulnerable range="lt">6.3.6</vulnerable>
</package>
</affected>
<background>
<p>
Fetchmail is a remote mail retrieval and forwarding utility.
</p>
</background>
<description>
<p>
Neil Hoggarth has discovered that when delivering messages to a message
delivery agent by means of the "mda" option, Fetchmail passes a NULL
pointer to the ferror() and fflush() functions when refusing a message.
Isaac Wilcox has discovered numerous means of plain-text password
disclosure due to errors in secure connection establishment.
</p>
</description>
<impact type="normal">
<p>
An attacker could deliver a message via Fetchmail to a message delivery
agent configured to refuse the message, and crash the Fetchmail
process. SMTP and LMTP delivery modes are not affected by this
vulnerability. An attacker could also perform a Man-in-the-Middle
attack, and obtain plain-text authentication credentials of users
connecting to a Fetchmail process.
</p>
</impact>
<workaround>
<p>
There is no known workaround at this time.
</p>
</workaround>
<resolution>
<p>
All fetchmail users should upgrade to the latest version:
</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose ">=net-mail/fetchmail-6.3.6"</code>
</resolution>
<references>
<uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-5867">CVE-2006-5867</uri>
<uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-5974">CVE-2006-5974</uri>
</references>
<metadata tag="requester" timestamp="2007-01-15T23:33:39Z">
falco
</metadata>
<metadata tag="bugReady" timestamp="2007-01-16T17:08:58Z">
falco
</metadata>
<metadata tag="submitter" timestamp="2007-01-18T02:05:45Z">
shellsage
</metadata>
</glsa>
|