This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author christian.heimes
Recipients christian.heimes
Date 2012-09-25.10:38:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1348569525.38.0.219080768405.issue16040@psf.upfronthosting.co.za>
In-reply-to
Content
This bug is similar to #16037 and a modified copy of #16038.

The nntplib module doesn't limit the amount of read data in its call to readline(). An erroneous or malicious news server can trick the nntplib module to consume large amounts of memory.

Suggestion:
The nntplib module should be modified to use limited readline() with _MAXLINE like the httplib module.
History
Date User Action Args
2012-09-25 10:38:45christian.heimessetrecipients: + christian.heimes
2012-09-25 10:38:45christian.heimessetmessageid: <1348569525.38.0.219080768405.issue16040@psf.upfronthosting.co.za>
2012-09-25 10:38:44christian.heimeslinkissue16040 messages
2012-09-25 10:38:44christian.heimescreate