vendor:
PHPKIT
by:
rgod
7.5
CVSS
HIGH
Remote Code Execution
78
CWE
Product Name: PHPKIT
Affected Version From: 1.6.1R2
Affected Version To: 1.6.1R2
Patch Exists: NO
Related CWE: N/A
CPE: a:phpscripts:phpkit
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Apache
2006
PHPKIT <= 1.6.1R2 remote commands execution exploit
This exploit allows an attacker to execute arbitrary commands on a vulnerable system. It works when allow_url_fopen is set to On and magic_quotes_gpc is set to Off. The attacker can also view any file on the target system by using null char injection.
Mitigation:
Ensure that allow_url_fopen is set to Off and magic_quotes_gpc is set to On.