CVE-2012-5533
lighttpd < 1.4.32 - Denial of Service via Empty Token in Connection Header
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2012-5533. PoCs published by t4c.
AI-analyzed exploit summary This exploit sends a malformed HTTP request with an invalid 'Connection' header to trigger a denial-of-service (DoS) condition in lighttpd 1.4.31. The vulnerability arises from improper handling of the 'Connection' header, causing the server to crash.
Description
The http_request_split_value function in request.c in lighttpd before 1.4.32 allows remote attackers to cause a denial of service (infinite loop) via a request with a header containing an empty token, as demonstrated using the "Connection: TE,,Keep-Alive" header.
Exploits (1)
This exploit sends a malformed HTTP request with an invalid 'Connection' header to trigger a denial-of-service (DoS) condition in lighttpd 1.4.31. The vulnerability arises from improper handling of the 'Connection' header, causing the server to crash.