]> Pileus Git - ~andy/fetchmail/blob - fetchmail-SA-2006-01.txt
d929c6b5077fa5ffa7f16f24de850a999f8430e5
[~andy/fetchmail] / fetchmail-SA-2006-01.txt
1 fetchmail-SA-2006-01: crash when bouncing messages.
2
3 Topics:         #1 crash when bouncing a message
4                 #2 fetchmail 6.2.5.X end of life
5
6 Author:         Matthias Andree
7 Version:        XXX
8 Announced:      XXX
9 Type:           free() with bogus pointer
10 Impact:         fetchmail crashes
11 Danger:         low
12 Credits:        Nathaniel W. Turner (bug report)
13 CVE Name:       XXX
14 URL:            http://fetchmail.berlios.de/fetchmail-SA-2006-01.txt
15                 http://bugs.debian.org/348747
16 Project URL:    http://fetchmail.berlios.de/
17
18 Affects:        fetchmail version 6.3.0
19                 fetchmail version 6.3.1
20
21 Not affected:   fetchmail 6.3.2
22                 fetchmail 6.2.5.5
23                 other versions not mentioned here or in the previous
24                 sections have not been checked
25
26 Corrected:      XXX
27
28
29 0. Release history
30 ==================
31
32 2006-01-19      internal review draft
33
34
35 1. Background
36 =============
37
38 fetchmail is a software package to retrieve mail from remote POP2, POP3,
39 IMAP, ETRN or ODMR servers and forward it to local SMTP, LMTP servers or
40 message delivery agents.
41
42 fetchmail ships with a graphical, Python/Tkinter based configuration
43 utility named "fetchmailconf" to help the user create configuration (run
44 control) files for fetchmail.
45
46
47 2. Problem description and Impact
48 =================================
49
50 Fetchmail contains a bug that causes itself to crash when bouncing a
51 message to the originator or to the local postmaster. Fetchmail crashes
52 when trying to free the dynamic array of failed addresses, and calls the
53 free() function with an invalid pointer.
54
55 Note that such messages are not RFC-822 conformant, so if the server has
56 not been tampered with, the server software is faulty.
57
58
59 3. Workaround
60 =============
61
62 None known at this time.
63
64
65 4. Solution
66 ===========
67
68 Download and install fetchmail 6.3.2 or a newer stable release from
69 fetchmail's project site at
70 <http://developer.berlios.de/project/showfiles.php?group_id=1824>.
71
72
73 5. End of life announcement
74 ===========================
75
76 The aged fetchmail 6.2.5.X branch is discontinued effective immediately.
77 No further releases from the 6.2.5.X branch will be made.
78
79 The new 6.3.X stable branch has been available since 2005-11-30
80 and will not change except for bugfixes, documentation and translations.
81
82
83 A. Copyright, License and Warranty
84 ==================================
85
86 (C) Copyright 2006 by Matthias Andree, <matthias.andree@gmx.de>.
87 Some rights reserved.
88
89 This work is licensed under the Creative Commons
90 Attribution-NonCommercial-NoDerivs German License. To view a copy of
91 this license, visit http://creativecommons.org/licenses/by-nc-nd/2.0/de/
92 or send a letter to Creative Commons; 559 Nathan Abbott Way;
93 Stanford, California 94305; USA.
94
95 THIS WORK IS PROVIDED FREE OF CHARGE AND WITHOUT ANY WARRANTIES.
96 Use the information herein at your own risk.
97
98 END OF fetchmail-SA-2006-01.txt