vendor:
EasyPHP Devserver
by:
John Page aka hyp3rlinx
7,5
CVSS
HIGH
CSRF / Remote Command Execution
352
CWE
Product Name: EasyPHP Devserver
Affected Version From: EasyPHP Devserver v16.1.1
Affected Version To: EasyPHP Devserver v16.1.1
Patch Exists: NO
Related CWE: N/A
CPE: a:easyphp:easyphp_devserver
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Windows
2019
EasyPHP Devserver Remote Command Execution
EasyPHP Devserver dashboard runs on port 1111, the PHP code contains mulitple RCE vectors, which can allow arbitrary OS commands to be executed on the target system by remote attackers, if a user visits malicious webpage or link. The "index.php" and "explorer.php" files both contain vulnerable code that will happily process both GET / POST RCE requests. Possibility for RFI (remote file inclusion) if the "allow_url_include=0" setting is changed in "php.ini" configuration.
Mitigation:
Ensure that the "allow_url_include=0" setting is not changed in "php.ini" configuration.