CVE-2013-3724
Monkey 1.1.1 - Denial of Service via Null Byte in HTTP Request
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2013-3724. PoCs published by Doug Prostko.
AI-analyzed exploit summary This exploit demonstrates a denial of service vulnerability in Monkey HTTPD 1.1.1 by sending an HTTP request containing a null byte, which causes a segmentation fault in the server's threads. Repeated requests can crash all threads, rendering the server unavailable.
Description
The mk_request_header_process function in mk_request.c in Monkey 1.1.1 allows remote attackers to cause a denial of service (thread crash and service outage) via a '\0' character in an HTTP request.
Exploits (1)
This exploit demonstrates a denial of service vulnerability in Monkey HTTPD 1.1.1 by sending an HTTP request containing a null byte, which causes a segmentation fault in the server's threads. Repeated requests can crash all threads, rendering the server unavailable.