Remote DOS in CRLF parsing ============================ Description ------------- If the connection aborts during parsing "\r\n\r\n" the server might get into a infinite loop and use 100% of the CPU time. lighttpd still responses to other requests. This can be repeated until either the server limit for concurrent connections or file descriptors is reached. The bug was reported and fixed by Robert Jakabosky. Affected versions ------------------- 1.4.12 and 1.4.13 Solutions or Workaround ------------------------- There is no known workaround. Please update to 1.4.14 or apply lighttpd-1.4.x_crlf_parsing_dos.patch This bug is tracked as CVE-2007-1869.