Slashdot Mirror


Attack On a Significant Flaw In Apache Released

Zerimar points out a significant flaw in Apache that can lead to a fairly trivial DoS attack is in the wild. Apache 1.x, 2.x, dhttpd, GoAhead WebServer, and Squid are confirmed vulnerable, while IIS6.0, IIS7.0, and lighttpd are confirmed not vulnerable. As of this writing, Apache Foundation does not have a patch available. From Rsnake's introduction to the attack tool: "In considering the ramifications of a slow denial of service attack against particular services, rather than flooding networks, a concept emerged that would allow a single machine to take down another machine's web server with minimal bandwidth and side effects on unrelated services and ports. The ideal situation for many denial of service attacks is where all other services remain intact but the webserver itself is completely inaccessible. Slowloris was born from this concept, and is therefore relatively very stealthy compared to most flooding tools."

1 of 203 comments (clear)

  1. Ideal Fix by physburn · · Score: 0, Redundant

    The ideal fix, would be to have a variable timeout on open connection, depending on how many open ones there are. A simple thing like auto timing out the oldest connection once the a near maximum number of connections are open should be enough. Apache should also be limit the number of connections from any one IP address, to a small number. Hope these go in Apache soon.