Description
|
|
Some vulnerabilities have been reported in MYRE Real Estate Software, which can be exploited by malicious people to conduct cross-site scripting and SQL injection attacks.
1) Input passed via the URL to realestate/agent/ when viewing an agent is not properly sanitised before being used in SQL queries. This can be exploited to manipulate SQL queries by injecting arbitrary SQL code.
2) Input passed via the "country1", "state1", and "city1" parameters to realestate/findagent.php is not properly sanitised before being returned to the user. This can be exploited to execute arbitrary HTML and script code in a user's browser session in context of an affected site.
3) Input passed via the "page" parameter to realestate/findagent.php is not properly sanitised before being used in a SQL query. This can be exploited to manipulate SQL queries by injecting arbitrary SQL code.
4) Input passed via the "link_idd" parameter to 1_mobile/listings.php, the "userid" parameter to 1_mobile/agentprofil.php, and the "bedrooms1" parameter to 1_mobile/search.php is not properly sanitised before being used in SQL queries. This can be exploited to manipulate SQL queries by injecting arbitrary SQL code.
5) Input passed via the "price1" and "price2" parameters to 1_mobile/search.php is not properly sanitised before being returned to the user. This can be exploited to execute arbitrary HTML and script code in a user's browser session in context of an affected site.
|