金蝶协同办公系统 GETSHELL漏洞

- AV AC AU C I A
发布: 2025-04-13
修订: 2025-04-13

### 简要描述: ### 详细说明: 金蝶OA系统在web.xml中配置了一个servlet Connector,是基于旧版本的fckeditor,存在任意文件上传漏洞,配置如下: [<img src="https://images.seebug.org/upload/201507/271528549207f4369339710dc3e86cffcd5b8319.png" alt="1.png" width="600" onerror="javascript:errimg(this);">](https://images.seebug.org/upload/201507/271528549207f4369339710dc3e86cffcd5b8319.png) com.fredck.FCKeditor.connector.ConnectorServlet.class反编译出主要代码如下: ``` public void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { …… String commandStr = request.getParameter("Command"); String typeStr = request.getParameter("Type"); String currentFolderStr = request.getParameter("CurrentFolder"); String currentPath = baseDir + typeStr + currentFolderStr; String currentDirPath = getServletContext().getRealPath(currentPath); …… if (!commandStr.equals("FileUpload")) { retVal = "203"; } else { DiskFileUpload upload = new DiskFileUpload(); try { List items = upload.parseRequest(request); Map fields =...

0%
暂无可用Exp或PoC
当前有0条受影响产品信息