Vulnerability Detail Report
Vulnerability Overview
- ZDID: ZD-2026-00097
- Vendor: 馬偕學校財團法人馬偕醫護管理專科學校
- Title: 馬偕醫護管理專科學校 簽到系統 IDOR 及敏感資訊洩漏漏洞
- Introduction: 簽到系統 download.aspx 存在 IDOR 漏洞可存取檔案,且洩漏伺服器路徑與原始碼片段
處理狀態
目前狀態
公開
Last Update : 2026/03/20
-
新提交
-
已審核
-
已通報
-
已修補
-
已複測
-
公開
處理歷程
- 2026/01/21 16:17:03 : 新提交 (由 肉 更新此狀態)
- 2026/01/27 12:48:43 : 審核完成 (由 HITCON ZeroDay 服務團隊 更新此狀態)
- 2026/01/27 18:22:51 : 修補中 (由 HITCON ZeroDay 服務團隊 更新此狀態)
- 2026/01/27 18:22:51 : 修補中 (由 HITCON ZeroDay 服務團隊 更新此狀態)
- 2026/03/16 08:19:50 : 複測申請中 (由 組織帳號 更新此狀態)
- 2026/03/16 17:01:58 : 確認已修補 (由 肉 更新此狀態)
- 2026/03/20 03:00:04 : 公開 (由 HITCON ZeroDay 平台自動更新)
詳細資料
- ZDID:ZD-2026-00097
- 通報者:kevin2758 (肉)
- 風險:中
- 類型:不安全的直接存取物件 (Insecure Direct Object References, IDOR)
參考資料
攻擊者可經由該漏洞取得系統中的其他使用者的資料或是系統檔案。
OWASP Top 10 - 2013 A4 - Insecure Direct Object References
https://www.owasp.org/index.php/Top_10_2013-A4-Insecure_Direct_Object_References
Insecure Direct Object Reference Prevention Cheat Sheet
https://github.com/OWASP/CheatSheetSeries/blob/master/cheatsheets/Insecure_Direct_Object_Reference_Prevention_Cheat_Sheet.md
OWASP Top 10 - 2017 A5 - Broken Access Control
https://www.owasp.org/index.php/Top_10-2017_A5-Broken_Access_Control
OWASP Top 10 - 2013 A4 - Insecure Direct Object References
https://www.owasp.org/index.php/Top_10_2013-A4-Insecure_Direct_Object_References
Insecure Direct Object Reference Prevention Cheat Sheet
https://github.com/OWASP/CheatSheetSeries/blob/master/cheatsheets/Insecure_Direct_Object_Reference_Prevention_Cheat_Sheet.md
OWASP Top 10 - 2017 A5 - Broken Access Control
https://www.owasp.org/index.php/Top_10-2017_A5-Broken_Access_Control
(本欄位資訊由系統根據漏洞類別自動產生,做為漏洞參考資料。)
相關網址
https://sign.mkc.edu.tw/web/download.aspx?ids=153491
敘述
該校系統 download.aspx 頁面存在 IDOR 漏洞,可透過修改 ids 參數存取任意檔案。此外,系統錯誤處理不當,洩漏大量敏感資訊。
漏洞一:IDOR
修改 ids 參數即可存取不同檔案,無任何權限驗證:
https://sign.mkc.edu.tw/web/download.aspx?ids=153488
https://sign.mkc.edu.tw/web/download.aspx?ids=153490
https://sign.mkc.edu.tw/web/download.aspx?ids=153491
https://sign.mkc.edu.tw/web/download.aspx?ids=153492
漏洞二:敏感資訊洩漏
輸入異常參數時,系統回傳完整錯誤訊息,洩漏以下資訊:
- 伺服器實體路徑:d:\馬偕護校\後台\App_Code\Class1.cs
- 原始碼檔案位置:d:\馬偕護校\後台\web\download.aspx.cs
- Web Server:Microsoft IIS 8.5
- 框架版本:ASP.NET 4.8.4676.0 / .NET Framework 4.0.30319
- 資料庫類型:Microsoft SQL Server
影響
- 任意存取其他使用者的檔案
- 伺服器架構完全曝光,有助於後續攻擊
- IIS 8.5 已於 2023/10/10 終止支援
修補建議
1. 修改 web.config,將 customErrors 設為 On:
<customErrors mode="On" defaultRedirect="error.aspx"/>
2. 考慮升級至仍受支援的 Windows Server 版本
擷圖
留言討論
登入後留言
聯絡組織
發送私人訊息
您也可以透過私人訊息的方式與組織聯繫,討論有關於這個漏洞的相關資訊。