Exploitation Summary
EIP tracks 1 public exploit for CVE-2007-6203. PoCs published by Adrian Pastor.
AI-analyzed exploit summary This script scans for Apache servers vulnerable to CVE-2007-6203 by sending a malformed HTTP request with duplicate Content-length headers and checking for a reflected response. It identifies hosts that echo back the injected string, indicating potential XSS vulnerability.
Description
Apache HTTP Server 2.0.x and 2.2.x does not sanitize the HTTP Method specifier header from an HTTP request when it is reflected back in a "413 Request Entity Too Large" error message, which might allow cross-site scripting (XSS) style attacks using web client components that can send arbitrary headers in requests, as demonstrated via an HTTP request containing an invalid Content-length value, a similar issue to CVE-2006-3918.
Exploits (1)
This script scans for Apache servers vulnerable to CVE-2007-6203 by sending a malformed HTTP request with duplicate Content-length headers and checking for a reflected response. It identifies hosts that echo back the injected string, indicating potential XSS vulnerability.