vendor:
PHP utility belt
by:
WICS
9,8
CVSS
HIGH
Remote Code Execution
78
CWE
Product Name: PHP utility belt
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: No
Related CWE: N/A
CPE: N/A
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
2015
PHP utility belt Remote Code Execution vulnerability
PHP utility belt is a set of tools for PHP developers. Install in a browser-accessible directory and have at it. ajax.php is accessible without any authentication. The vulnerable code allows an attacker to execute arbitrary code by sending a POST request with the code parameter set to the malicious code. This can be exploited to create a malicious PHP file, such as info.php, which can be used to display the PHP info page.
Mitigation:
Authentication should be implemented for ajax.php.