[issue16041] poplib: unlimited readline() from connection

Barry A. Warsaw report at bugs.python.org
Mon Sep 30 22:47:27 CEST 2013


Barry A. Warsaw added the comment:

On Sep 30, 2013, at 08:41 PM, Arfrever Frehtes Taifersar Arahesis wrote:

>
>Arfrever Frehtes Taifersar Arahesis added the comment:
>
>> New changeset 7214e3324a45 by Barry Warsaw in branch '2.6':
>> - Issue #16041: CVE-2013-1752: poplib: Limit maximum line lengths to 2048 to
>> http://hg.python.org/cpython/rev/7214e3324a45
>> ...
>> --- a/Misc/NEWS
>> +++ b/Misc/NEWS
>> ...
>> +- Issue #16041: CVE-2013-1752: poplib: Limit maximum line lengths to 2048 to
>> +  prevent readline() calls from consuming too much member.
>
>Maybe s/member/memory/ ?

Good catch, thanks.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16041>
_______________________________________


More information about the Python-bugs-list mailing list