Vulnerability Detail Report
Vulnerability Overview
- ZDID: ZD-2024-01096
- Vendor: 中原大學
- Title: 中原大學 國際暨兩岸教育處 官網SQL Injection漏洞
- Introduction: 攻擊者可利用該漏洞取得後端資料庫權限及完整資料(包含大量使用者個資或敏感性資料),同時也有機會對資料進行破壞或修改。
- 感謝函
處理狀態
目前狀態
公開
Last Update : 2024/10/29
-
新提交
-
已審核
-
已通報
-
已修補
-
已複測
-
公開
處理歷程
- 2024/09/13 15:17:17 : 新提交 (由 shnien 更新此狀態)
- 2024/09/13 15:18:28 : 新提交 (由 shnien 更新此狀態)
- 2024/09/16 14:28:28 : 審核完成 (由 HITCON ZeroDay 服務團隊 更新此狀態)
- 2024/09/21 16:21:24 : 修補中 (由 HITCON ZeroDay 服務團隊 更新此狀態)
- 2024/09/21 16:21:24 : 修補中 (由 HITCON ZeroDay 服務團隊 更新此狀態)
- 2024/10/24 14:54:22 : 複測申請中 (由 組織帳號 更新此狀態)
- 2024/10/25 09:18:38 : 確認已修補 (由 shnien 更新此狀態)
- 2024/10/29 03:00:26 : 公開 (由 HITCON ZeroDay 平台自動更新)
詳細資料
- ZDID:ZD-2024-01096
- 通報者:s52492001 (shnien)
- 風險:高
- 類型:資料庫注入攻擊 (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://oia.cycu.edu.tw/page_info/tmp.php?pid=168
敘述
測試一般的頁面(https://oia.cycu.edu.tw/page_info/index.php?pid=168 ),發現有對特殊字元進行過濾。
嘗試將語言更改成英文
發現語言轉換的過程中,出現一個URL: https://oia.cycu.edu.tw/page_info/tmp.php?pid=168
在參數pid後方加上「' and '1'='1」測試恆真狀態下的伺服器反應。
在參數pid後方加上「' and '1'='2」測試恆假狀態下的伺服器反應。
兩狀態下的伺服器反應不同,判斷此處可能存在SQL Injection漏洞。
使用自動化工具sqlmap進行輔助測試。
確認漏洞存在。
其中存在員工、學生個資,如姓名、email、甚至密碼。
擷圖
留言討論
登入後留言
聯絡組織
發送私人訊息
您也可以透過私人訊息的方式與組織聯繫,討論有關於這個漏洞的相關資訊。