Bug 174166

Summary: CVE-2005-3573 Mailman Denial of Service
Product: [Fedora] Fedora Reporter: Mark J. Cox <mjc>
Component: mailmanAssignee: Harald Hoyer <harald>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 5Keywords: Security
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard: impact=moderate,public=20050912,reported=20051114,source=debian
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-02-06 09:52:26 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Mark J. Cox 2005-11-25 12:40:02 UTC
FC5test1 tracking bug, note that this issue is not fixed upstream in 2.1.6

+++ This bug was initially created as a clone of Bug #173140 +++

Mailman Denial of Service

A message with a malformed Content-Disposition: headers can crash
mailman and prevent a list from working.  The bad file will not affect
all lists hosted on the machine, only the list which receives the
malicious message.
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=327732


This issue also affects FC3

Comment 1 Mark J. Cox 2006-01-31 08:17:40 UTC
ping!  if fixed in rawhide please close this bug, otherwise please try to fix
this before FC5Test3 (Feb 6)

Comment 2 Mark J. Cox 2006-02-06 09:19:08 UTC
ping!  if fixed in rawhide please close this bug, otherwise please try to fix
this before FC5Test3 (Feb 13 freeze)

Comment 3 Harald Hoyer 2006-02-06 09:52:26 UTC
I believe this is fixed in mailman-2.1.7

Comment 4 Mark J. Cox 2006-02-06 10:06:13 UTC
agreed: 2.1.7 contains this code which looks like another way of fixing the issue

    # i18n file name is encoded                                                 
    lcset = Utils.GetCharSet(mlist.preferred_language)
    filename = Utils.oneline(msg.get_filename(''), lcset)
    fnext = os.path.splitext(filename)[1]