9 Nov 2001 23:41
RELEASE Mailman 2.0.7
Barry A. Warsaw <barry <at> zope.com>
2001-11-09 22:41:36 GMT
2001-11-09 22:41:36 GMT
Hi all, I'm releasing Mailman 2.0.7 which fixes two potential, though obscure security or denial-of-service attacks, along with a few other minor bug fixes. Details: - If you are running Python 1.5.2, it is possible for someone to carefully craft some cookie data, and then trick Mailman into accepting that data, that will crash your Python interpreter. If you are not running Python 1.5.2, you should be invulnerable to the crash, however it is still possible for someone to even more carefully craft some cookie data that could cause arbitrary class constructors to be executed on the server. While I believe it is difficult to exploit this, Mailman 2.0.7 closes this hole completely, by disabling the Cookie.py module's default unpickling of cookie data. - It is possible that Mailman's bounce handler could receive a bounce message that looked like a DSN report, but was incorrectly formatted. Under Mailman 2.0.6's bounce detector, you would get a traceback for a message that would never be removed from the queue, thus potentially wedging your qrunner until the offending message was manually deleted. Mailman 2.0.7 fixes the DSN.py bounce detector. There are a few other useful bug fixes in this release, described in the NEWS excerpt below. I recommend anybody running a version of(Continue reading)
RSS Feed