Re: a cheesy Apache / IIS DoS vuln (+a question)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



bugtraq wrote:
> 
> a quick fix for this can be available at least on bsd, there is accf_http 
> that can be modified not to pass the connection to apache until a full request
> is read (either get or post, full, not just the first get request header, 
> of course this can be even worst for a lot of post data).

For what it is worth, Apache 2.2.x and later introduce support for http accept()
filtering on platforms which support httpfilter.  Since Apache 2.0.x, AcceptEx
is supported on Win32 to pend accept() for at least the initial request payload.

Of course this is not without some resource utilization for the incomplete
request payloads, but at least it does offload the resources from the web
server itself to the kernel socket layer.

Bill

[Index of Archives]     [Linux Security]     [Netfilter]     [PHP]     [Yosemite News]     [Linux Kernel]

  Powered by Linux