vendor:
Apache HTTP Server
by:
Spabam
7.5
CVSS
HIGH
Command Injection
78
CWE
Product Name: Apache HTTP Server
Affected Version From: 2.0.x
Affected Version To: 2.0.x
Patch Exists: YES
Related CWE: CVE-2003-0190, CVE-2002-0392
CPE: a:apache:http_server:2.0.x
Metasploit:
https://www.rapid7.com/db/vulnerabilities/openbsd-openssh-cve-2004-2760/, https://www.rapid7.com/db/vulnerabilities/openbsd-openssh-cve-2003-1562/, https://www.rapid7.com/db/vulnerabilities/suse-cve-2003-0190/, https://www.rapid7.com/db/vulnerabilities/apache-httpd-cve-2002-0392/, https://www.rapid7.com/db/vulnerabilities/http-apache2-chunked-transfer-int-bof/, https://www.rapid7.com/db/vulnerabilities/apache-httpd-1_3_x-apache-chunked-encoding-vulnerability-cve-2002-0392/
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Windows
2003
Special characters (such as |) may not be filtered by the batch file handler when a web request is made for a batch file
Special characters (such as |) may not be filtered by the batch file handler when a web request is made for a batch file. As a result, a remote attacker may be able to execute arbitrary commands on the host running the vulnerable software. It should be noted that webservers on Windows operating systems normally run with SYSTEM privileges. The 2.0.x series of Apache for Microsoft Windows ships with a test batch file which may be exploited to execute arbitrary commands. Since this issue is in the batch file handler, any batch file which is accessible via the web is appropriate for the purposes of exploitation.
Mitigation:
Ensure that batch files are not accessible via the web and that special characters are filtered out of web requests.