vendor:
Real Estate Portal
by:
Bikramaditya Guha
7,5
CVSS
HIGH
Arbitrary File Upload
434
CWE
Product Name: Real Estate Portal
Affected Version From: 4.1
Affected Version To: 4.1
Patch Exists: NO
Related CWE: N/A
CPE: a:netart_media:real_estate_portal
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: nginx/1.10.0, PHP/5.2.17, MySQL/5.1.66
2016
Real Estate Portal v4.1 Remote Code Execution Vulnerability
Real Estate Portal suffers from an arbitrary file upload vulnerability leading to an arbitrary PHP code execution. The vulnerability is caused due to the improper verification of uploaded files in '/upload.php' script thru the 'myfile' POST parameter. This can be exploited to execute arbitrary PHP code by uploading a malicious PHP script file with '.php' extension that will be stored in the '/uploads' directory.
Mitigation:
Ensure that the uploaded files are properly verified before being stored in the server.