On Wed, 13 Jul 2005 09:49:13 +0100 Andrew Taylor
<ataylor(at)rentokil-initial.com> wrote:
[...]
Request smuggling can be achieved by using multiple Content-length
headers, but also by using Content-encoding, transfer modes and so on.
As things stand Pound will use the LAST Content-length header in order
to decide on the request size. See line 758 in http.c.
You can add a check for multiple headers there, but given that there are
other ways of smuggling a request this is not enough...[...]
|