Ticket #3795 defect new
_ChunkedTransferDecoder may slow down quadratically and exhaust memory
| Reported by: | ivank | Owned by: | |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | web | Keywords: | security |
| Cc: | exarkun, jknight, ivank | Branch: | |
| Author: | Launchpad Bug: |
Description
twisted.web.http._ChunkedTransferDecoder trusts the input too much, allowing malicious or corrupted input to quadratically slow down the parser and exhaust memory. This can happen when the parser reads the chunk length, or the trailer.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

