]> Pileus Git - ~andy/fetchmail/blob - fetchmail-SA-2005-01.txt
Update.
[~andy/fetchmail] / fetchmail-SA-2005-01.txt
1 fetchmail-SA-2005-01: security announcement
2
3 Topic:          remote code injection vulnerability in fetchmail
4
5 Author:         Matthias Andree
6 Version:        1.02
7 Announced:      2005-07-21
8 Type:           buffer overrun/stack corruption/code injection
9 Impact:         account or system compromise possible through malicious
10                 or compromised POP3 servers
11 Danger:         high: in sensitive configurations, a full system
12                 compromise is possible
13                 (for 6.2.5.1: denial of service for the whole fetchmail
14                 system is possible)
15 CVE Name:       CAN-2005-2335
16 URL:            http://fetchmail.berlios.de/fetchmail-SA-2005-01.txt
17                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=212762
18                 http://www.vuxml.org/freebsd/3497d7be-2fef-45f4-8162-9063751b573a.html
19                 http://www.vuxml.org/freebsd/3f4ac724-fa8b-11d9-afcf-0060084a00e5.html
20                 http://www.freebsd.org/cgi/query-pr.cgi?pr=83805
21                 http://www.heise.de/security/news/meldung/62070
22 Thanks:         Edward J. Shornock (located the bug in UIDL code)
23                 Miloslav Trmac (pointed out 6.2.5.1 was faulty)
24                 Ludwig Nussel (provided minimal correct fix)
25
26 Affects:        fetchmail version 6.2.5.1 (denial of service)
27                 fetchmail version 6.2.5 (code injection)
28                 fetchmail version 6.2.0 (code injection)
29                 (other versions have not been checked)
30
31 Not affected:   fetchmail 6.2.5.2
32                 fetchmail 6.2.6-pre7
33                 fetchmail 6.3.0      (not released yet)
34
35                 Older versions may not have THIS bug, but had been found
36                 to contain other security-relevant bugs.
37
38 Corrected:      2005-07-22 01:37 UTC (SVN) - committed bugfix (r4157)
39                 2005-07-22                   fetchmail-patch-6.2.5.2 released
40                 2005-07-23                   fetchmail-6.2.5.2 tarball released
41
42 0. Release history
43
44 2005-07-20      1.00 - Initial announcement
45 2005-07-22      1.01 - Withdrew 6.2.5.1 and 6.2.6-pre5, the fix was buggy
46                        and susceptible to denial of service through
47                        single-byte read from 0 when either a Message-ID:
48                        header was empty (in violation of RFC-822/2822)
49                        or the UIDL response did not contain an UID (in
50                        violation of RFC-1939).
51                      - Add Credits.
52                      - Add 6.2.5.1 failure details to sections 2 and 3
53                      - Revise section 5 and B.
54 2005-07-26      1.02 - Revise section 0.
55                      - Add FreeBSD VuXML URL for 6.2.5.1.
56                      - Add heise security URL.
57                      - Mention release of 6.2.5.2 tarball.
58
59 1. Background
60
61 fetchmail is a software package to retrieve mail from remote POP2, POP3,
62 IMAP, ETRN or ODMR servers and forward it to local SMTP, LMTP servers or
63 message delivery agents.
64
65 2. Problem description
66
67 The POP3 code in fetchmail-6.2.5 and older that deals with UIDs (from
68 the UIDL) reads the responses returned by the POP3 server into
69 fixed-size buffers allocated on the stack, without limiting the input
70 length to the buffer size. A compromised or malicious POP3 server can
71 thus overrun fetchmail's stack.  This affects POP3 and all of its
72 variants, for instance but not limited to APOP.
73
74 In fetchmail-6.2.5.1, the attempted fix prevented code injection via
75 POP3 UIDL, but introduced two possible NULL dereferences that can be
76 exploited to mount a denial of service attack.
77
78 3. Impact
79
80 In fetchmail-6.2.5 and older, very long UIDs can cause fetchmail to
81 crash, or potentially make it execute code placed on the stack. In some
82 configurations, fetchmail is run by the root user to download mail for
83 multiple accounts.
84
85 In fetchmail-6.2.5.1, a server that responds with UID lines containing
86 only the article number but no UID (in violation of RFC-1939), or a
87 message without Message-ID when no UIDL support is available, can crash
88 fetchmail.
89
90 4. Workaround
91
92 No reasonable workaround can be offered at this time.
93
94 5. Solution
95
96 Upgrade your fetchmail package to version 6.2.5.2.
97
98 You can either download a complete tarball of fetchmail-6.2.5.2.tar.gz,
99 or you can download a patch against fetchmail-6.2.5 if you already have
100 the 6.2.5 tarball. Either is available from:
101
102 <http://developer.berlios.de/project/showfiles.php?group_id=1824>
103
104 To use the patch:
105
106   1. download fetchmail-6.2.5.tar.gz (or retrieve the version you already
107      had downloaded) and fetchmail-patch-6.2.5.2.tar.gz
108   2. unpack the tarball: gunzip -c fetchmail-6.2.5.tar.gz | tar xf -
109   3. unpack the patch: gunzip fetchmail-patch-6.2.5.2.gz
110   4. apply the patch: cd fetchmail-6.2.5 ; patch -p1 <../fetchmail-patch-6.2.5.2
111   5. now configure and build as usual - detailed instructions in the file
112      named "INSTALL".
113
114 A. References
115
116 fetchmail home page: <http://fetchmail.berlios.de/>
117
118 B. Copyright, License and Warranty
119
120 (C) Copyright 2005 by Matthias Andree, <matthias.andree@gmx.de>.
121 Some rights reserved.
122
123 This work is licensed under the Creative Commons
124 Attribution-NonCommercial-NoDerivs German License. To view a copy of
125 this license, visit http://creativecommons.org/licenses/by-nc-nd/2.0/de/
126 or send a letter to Creative Commons; 559 Nathan Abbott Way;
127 Stanford, California 94305; USA.
128
129 THIS WORK IS PROVIDED FREE OF CHARGE AND WITHOUT ANY WARRANTIES.
130 Use the information herein at your own risk.
131
132 END OF fetchmail-SA-2005-01.txt