CVE-2008-7014
fhttpd 0.4.2 - Denial of Service via Malformed Authorization Header
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2008-7014. PoCs published by Jeremy Brown.
AI-analyzed exploit summary This exploit triggers a segmentation fault in fhttpd 0.4.2 by sending a malformed HTTP request with a crafted 'Authorization: Basic' header containing a pipe character. The vulnerability arises from improper handling of the input in the 'un64' function, leading to a crash.
Description
fhttpd 0.4.2 allows remote attackers to cause a denial of service (crash) via an Authorization HTTP header with an invalid character after the Basic value.
Exploits (1)
This exploit triggers a segmentation fault in fhttpd 0.4.2 by sending a malformed HTTP request with a crafted 'Authorization: Basic' header containing a pipe character. The vulnerability arises from improper handling of the input in the 'un64' function, leading to a crash.