vendor:
PHP
by:
SecurityFocus
7.5
CVSS
HIGH
Command Injection
78
CWE
Product Name: PHP
Affected Version From: 3
Affected Version To: 3
Patch Exists: YES
Related CWE: N/A
CPE: a:php:php:3.0
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2002
PHP Version 3.0 ‘popen’ System Call Vulnerability
Under certain versions of PHP, the popen() command fails to be applied to the EscapeShellCmd() command and as such users can possibly exploit PHP applications running in 'safe_mode' which make of use of the 'popen' system call.
Mitigation:
Ensure that the EscapeShellCmd() function is applied to the popen() command.