CVE-2007-3159
MiniWeb Http Server 0.8.x - Denial of Service via Negative Content-Length Header
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2007-3159. PoCs published by gbr.
AI-analyzed exploit summary This exploit targets a denial-of-service vulnerability in MiniWeb HTTP Server 0.8.x by sending a malformed 'Content-Length' header with a negative value, causing a memory allocation issue. The lack of sanity checks on the 'Content-Length' value leads to an exception, resulting in a server crash.
Description
http.c in MiniWeb Http Server 0.8.x allows remote attackers to cause a denial of service (application crash) via a negative value in the Content-Length HTTP header.
Exploits (1)
This exploit targets a denial-of-service vulnerability in MiniWeb HTTP Server 0.8.x by sending a malformed 'Content-Length' header with a negative value, causing a memory allocation issue. The lack of sanity checks on the 'Content-Length' value leads to an exception, resulting in a server crash.