网站地图    收藏   

主页 > 后端 > 网站安全 >

MYRE Real Estate Software多重缺陷及修复 - 网站安全

来源:自学PHP网    时间:2015-04-17 14:47 作者: 阅读:

[导读] 标题 : MYRE Real Estate Software Multiple XSS and SQL Injection Vulnerabilities作者: Sooraj K.S SecPod Technologies (www.2cto.com)概述:---------MYRE Real Estate Software is pr......

标题 : MYRE Real Estate Software Multiple XSS and SQL Injection Vulnerabilities 

作者: Sooraj K.S SecPod Technologies (www.2cto.com)  
 

概述: 

--------- 

MYRE Real Estate Software is prone to multiple cross-site scripting and SQL 

injection vulnerabilities. 

技术分析: 

---------------------- 

MYRE Real Estate Software is prone to multiple cross-site scripting and SQL 

injection vulnerabilities because it fails to properly sanitise user-supplied 

input. 

  

1) Input passed to the 'page' parameter in findagent.php 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 to the 'country1', 'state1', and 'city1' parameters in 

findagent.php is not properly verified before it is returned to the user. 

This can be exploited to execute arbitrary HTML and script code in a user's 

browser session in the context of a vulnerable site. This may allow the 

attacker to steal cookie-based authentication credentials and to launch 

other attacks. 

  

  

Impact: 

-------- 

Successful exploitation could allow an attacker to steal cookie-based 

authentication credentials, compromise the application, access or modify 

data, or exploit latent vulnerabilities in the underlying database. 

  

  

Affected Software: 

------------------ 

MYRE Real Estate Software 

  

  

Reference: 

--------- 

http://myrephp.com

http://secpod.org/blog/?p=346

http://secpod.org/advisories/SECPOD_MRS_SQL_XSS_Vuln.txt

  

  

Proof of Concept: 

----------------- 

1) SQL Injection 

  

   http://www.2cto.com /realestate/findagent.php?page=' 

  

2) XSS 

  

(a) http://www.2cto.com /realestate/findagent.php?country1=<script>alert(/XSS/)</script> 

(b) http://www.2cto.com /realestate/findagent.php?country1=&state1=<script>alert(/XSS/)</script> 

(c) http://www.2cto.com /realestate/findagent.php?country1=&state1=&city1=<script>alert(/XSS/)</script> 

  

  

Solution: 

---------- 

Fix not available 

  

  

Risk Factor: 

------------- 

    CVSS Score Report: 

        ACCESS_VECTOR          = NETWORK 

        ACCESS_COMPLEXITY      = LOW 

        AUTHENTICATION         = NONE 

        CONFIDENTIALITY_IMPACT = PARTIAL 

        INTEGRITY_IMPACT       = PARTIAL 

        AVAILABILITY_IMPACT    = PARTIAL 

        EXPLOITABILITY         = PROOF_OF_CONCEPT 

        REMEDIATION_LEVEL      = UNAVAILABLE 

        REPORT_CONFIDENCE      = CONFIRMED 

        CVSS Base Score        = 7.5 (HIGH) (AV:N/AC:L/Au:N/C:P/I:P/A:P) 

  

  

Credits: 

-------- 

Sooraj K.S of SecPod Technologies has been credited with the discovery of this 

vulnerability.

自学PHP网专注网站建设学习,PHP程序学习,平面设计学习,以及操作系统学习

京ICP备14009008号-1@版权所有www.zixuephp.com

网站声明:本站所有视频,教程都由网友上传,站长收集和分享给大家学习使用,如由牵扯版权问题请联系站长邮箱904561283@qq.com

添加评论