Vulnerability Detail Report
Vulnerability Overview
- ZDID: ZD-2024-00773
- Vendor: 台灣司法心理學會
- Title: 台灣司法心理學會任意檔案刪除+任意檔案上傳
- Introduction: 任意檔案刪除+任意檔案上傳
處理狀態
目前狀態
公開
Last Update : 2024/08/31
-
新提交
-
已審核
-
已通報
-
未回報修補狀況
-
未複測
-
公開
處理歷程
- 2024/07/01 18:08:50 : 新提交 (由 簡伯承 更新此狀態)
- 2024/07/08 11:08:16 : 新提交 (由 簡伯承 更新此狀態)
- 2024/07/08 11:09:35 : 新提交 (由 簡伯承 更新此狀態)
- 2024/07/08 11:12:02 : 新提交 (由 簡伯承 更新此狀態)
- 2024/07/09 16:45:15 : 新提交 (由 簡伯承 更新此狀態)
- 2024/07/11 10:03:27 : 審核完成 (由 HITCON ZeroDay 服務團隊 更新此狀態)
- 2024/08/12 16:44:54 : 通報未回應 (由 HITCON ZeroDay 服務團隊 更新此狀態)
- 2024/08/12 16:44:54 : 審核完成 (由 HITCON ZeroDay 服務團隊 更新此狀態)
- 2024/08/12 16:44:54 : 通報未回應 (由 HITCON ZeroDay 服務團隊 更新此狀態)
- 2024/08/31 03:00:03 : 公開 (由 HITCON ZeroDay 平台自動更新)
詳細資料
- ZDID:ZD-2024-00773
- 通報者:ikun (簡伯承)
- 風險:嚴重
- 類型:任意檔案上傳 (Arbitrary File Upload)
參考資料
攻擊者可上傳任意檔案至該主機,有機會經由上傳之文件取得該主機系統權限。
漏洞說明: OWASP - Unrestricted File Upload
https://www.owasp.org/index.php/Unrestricted_File_Upload
漏洞說明: CWE-434: Unrestricted Upload of File with Dangerous Type
https://cwe.mitre.org/data/definitions/434.html
漏洞說明: OWASP - Unrestricted File Upload
https://www.owasp.org/index.php/Unrestricted_File_Upload
漏洞說明: CWE-434: Unrestricted Upload of File with Dangerous Type
https://cwe.mitre.org/data/definitions/434.html
(本欄位資訊由系統根據漏洞類別自動產生,做為漏洞參考資料。)
相關網址
http://www.twfpa.org.tw/appmodules/ItemFileUpload2.aspx
http://www.twfpa.org.tw/controls/imageupload3.aspx?FileDir=
http://www.twfpa.org.tw/controls/imageupload3.aspx?FileDir=
敘述
訪問http://www.twfpa.org.tw/appmodules/ItemFileUpload2.aspx
可以上傳任意檔案,如webshell,本人為做演示上傳了一個aspx的測試代碼:http://www.twfpa.org.tw/abb.aspx
<%@ Page Language="C#" %>
<!DOCTYPE html>
<html>
<head>
<title>Abb Page</title>
</head>
<body>
<form id="form1" runat="server">
<div>
<% Response.Write("test!! by zeroday.hitcon.org"); %>
</div>
</form>
</body>
</html>
訪問http://www.twfpa.org.tw/controls/imageupload3.aspx?FileDir=
可以刪除任意檔案,如果攻擊者將web.config刪除將直接癱瘓網站。
注:測試完畢已經刪除上傳的檔案
擷圖
留言討論
登入後留言
聯絡組織
發送私人訊息
您也可以透過私人訊息的方式與組織聯繫,討論有關於這個漏洞的相關資訊。