email.Utils.parsedate can return bogus date
Bug #558226 reported by
tkikuchi
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
GNU Mailman |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
While the CVE entry of CVE-2005-4153 (see
http://
vulnerable for mailman-2.1.7 and newer, we should fix
the date parsing bug in email package. In the meantime
of the package renewal, this patch may be used to
workaround the bug.
CVE References
To post a comment you must log in.
Logged In: YES
user_id=67709
Here is my revised patch. It looks like time.strftime() has
stricter value check.