vendor:
phpamx
by:
MP
7,5
CVSS
HIGH
Remote|Local File Include Vulnerability
98
CWE
Product Name: phpamx
Affected Version From: 0.90
Affected Version To: 0.90
Patch Exists: NO
Related CWE: N/A
CPE: a:phpamx:phpamx:0.90
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
2006
phpamx 0.90
phpamx 0.90 is vulnerable to remote and local file inclusion. The vulnerability exists due to insufficient sanitization of user-supplied input in the 'plug_path' parameter in 'php/plugins/main.php' script. An attacker can exploit this vulnerability to include arbitrary remote files and execute arbitrary code on the vulnerable system. The vulnerability requires 'register_globals' to be set to 'On' for the first vulnerability and 'magic_quotes_gpc' to be set to 'Off' for the second vulnerability.
Mitigation:
Disable 'register_globals' and 'magic_quotes_gpc' in php.ini configuration file.