diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2007-07-29 09:48:20 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2007-07-29 09:48:20 +0000 |
commit | e76ae1ef1afb66f8be3f30725ce42d53c096cf79 (patch) | |
tree | 9ba26eb75497aee360f9b6a43ab07ae2af774d69 /NEWS | |
parent | 481e6bffbb7c3fd686464478b90a0373c807951c (diff) | |
download | fetchmail-e76ae1ef1afb66f8be3f30725ce42d53c096cf79.tar.gz fetchmail-e76ae1ef1afb66f8be3f30725ce42d53c096cf79.tar.bz2 fetchmail-e76ae1ef1afb66f8be3f30725ce42d53c096cf79.zip |
Add fetchmail-SA-2007-02.txt and promote Earl Chew's bug fix to security.
svn path=/branches/BRANCH_6-3/; revision=5120
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 16 |
1 files changed, 10 insertions, 6 deletions
@@ -44,13 +44,16 @@ be removed from a 6.4.0 or newer release.) fetchmail 6.3.9 (not yet released): -# CRITICAL BUG FIX: -* When fetchmail tries to inject a warning message it created itself, and the - message is refused by the SMTP listener, fetchmail dereferences a NULL - pointer and crashes. Report and fix by Earl Chew. +# SECURITY FIX: +* CVE-2007-XXXX: Denial of service: When fetchmail tries to inject a warning + message it created itself, and the message is refused by the SMTP listener, + fetchmail dereferences a NULL pointer and crashes. Report & fix by Earl Chew. + Note while this is theoretically a remote denial of service attack vector, + fetchmail by default talks SMTP to the localhost, so the overall risk is + rather low. This bug was apparently introduced on 1998-11-27 when the bouncemail facility - was modularized by ESR. The bug made then its appearance in fetchmail release - 4.6.8. + was modularized. The bug made then its appearance in fetchmail release 4.6.8. + See fetchmail-SA-2007-02.txt. # BUG FIXES: * The configure script will additionally check for 'dn_skipname', to fix build @@ -65,6 +68,7 @@ fetchmail 6.3.9 (not yet released): Thanks to Matthias Strauß for a configuration to reproduce the issue. # DOCUMENTATION: +* Add fetchmail-SA-2007-02.txt * Re-add two lines to the manual page that had accidentally become comments to nroff. One was part of the --sslproto documentation, and one in the "Awakening the background daemon" section. |