Message171244
This bug is similar to #16037 and a modified copy of #16038.
The poplib module doesn't limit the amount of read data in its call to readline(). An erroneous or malicious POP3 server can trick the poplib module to consume large amounts of memory.
Suggestion:
The poplib module should be modified to use limited readline() with _MAXLINE like the httplib module. |
|
Date |
User |
Action |
Args |
2012-09-25 10:39:23 | christian.heimes | set | recipients:
+ christian.heimes |
2012-09-25 10:39:23 | christian.heimes | set | messageid: <1348569563.2.0.69634867698.issue16041@psf.upfronthosting.co.za> |
2012-09-25 10:39:22 | christian.heimes | link | issue16041 messages |
2012-09-25 10:39:22 | christian.heimes | create | |
|