vendor:
Apache HTTP Server
by:
Kristian Hermansen
7.5
CVSS
HIGH
Local Command Execution
78
CWE
Product Name: Apache HTTP Server
Affected Version From: Apache 1.3.33
Affected Version To: Apache 1.3.34
Patch Exists: NO
Related CWE:
CPE: a:apache:http_server:1.3.33 cpe:/a:apache:http_server:1.3.34
Platforms Tested:
2007
Local Command Execution in Apache
Local attacker can influence Apache to direct commands into an open tty owned by user who started apache process, usually root. This results in arbitrary command execution.
Mitigation:
Disable CGI execution privileges or limit access to trusted users. Ensure that the Apache service is not started manually by root via shell. Remove or secure the .htaccess file to prevent unauthorized execution of CGI scripts.