Scans for FCKEditor File Manager
FCKEditor (now known as CKEditor [1]) is a popular full featured GUI editor many web sites use. For example, you frequently find it with blog systems like WordPress or as part of commenting/forum systems. As an additional feature, a filemanager can be added to allow users to upload images or other files. Sadly, while a very nice and functional plugin, this features if frequently not well secured and can be used to upload malicious files. We have seen some scans probing specifically for this file manager plugin:
HEAD /js/fckeditor/editor/filemanager/connectors/test.html
HEAD /admin/FCKeditor/editor/filemanager/connectors/test.html
HEAD /admin/FCKeditor/editor/fckeditor.html
HEAD /include/fckeditor/_samples/default.html
HEAD /include/fckeditor/editor/filemanager/connectors/test.html
GET /editor/editor/filemanager/connectors/uploadtest.html HTTP/1.1
GET /editor/editor/filemanager/upload/test.html HTTP/1.1
GET /editor/editor/filemanager/browser/default/connectors/test.html HTTP/1.1
GET /editor/editor/filemanager/connectors/test.html HTTP/1.1
GET /admin/fckeditor/editor/filemanager/connectors/test.html HTTP/1.1
GET /FCKeditor/editor/filemanager/upload/test.html HTTP/1.1
GET /Fckeditor/editor/filemanager/browser/default/connectors/test.html HTTP/1.1
GET /admin/FCKeditor/editor/filemanager/connectors/uploadtest.html HTTP/1.1
GET /admin/FCKeditor/editor/filemanager/upload/test.html HTTP/1.1
GET /Fckeditor/editor/filemanager/connectors/test.html HTTP/1.1
GET /admin/fckeditor/editor/filemanager/browser/default/connectors/test.html HTTP/1.1
GET /FCKeditor/editor/filemanager/connectors/uploadtest.html HTTP/1.1
I am still looking for any samples of files these script attempt to upload. If you got any, please let use know.
[1] http://ckeditor.com
------
Johannes B. Ullrich, Ph.D.
SANS Technology Institute
Twitter
Comments
/fckeditor/editor/filemanager/upload/aspx/upload.aspx?Command=CreateFolder&Type=Media&CurrentFolder=ali.asp&NewFolderName=hack.asp
/fckeditor/editor/filemanager/upload/aspx/upload.aspx?Command=FileUpload&Type=File&CurrentFolder=%2F
/fckeditor/editor/filemanager/connectors/aspx/connector.aspx?Command=FileUpload&Type=File&CurrentFolder=%2F
Anonymous
Nov 26th 2014
1 decade ago
noticed some webshell attempt alerts on the IDS, i guess they auto try to upload some files via fskeditor or whatever, and in the same breath try to reach the asp webshell to see if it worked.
Anonymous
Mar 25th 2015
1 decade ago