Wanhu OA smartUpload.jsp - Arbitrary File Upload
ID: wanhuoa-smartupload-file-upload
Severity: critical
Author: SleepingBag945
Tags: wanhu,oa,smartupload,file-upload
Description
Section titled “Description”Wanhu OA smartUpload.jsp file has a file upload interface and does not filter file types, resulting in arbitrary file upload vulnerabilities. Malicious JSP files can be uploaded directly.
YAML Source
Section titled “YAML Source”id: wanhuoa-smartupload-file-upload
info: name: Wanhu OA smartUpload.jsp - Arbitrary File Upload author: SleepingBag945 severity: critical description: | Wanhu OA smartUpload.jsp file has a file upload interface and does not filter file types, resulting in arbitrary file upload vulnerabilities. Malicious JSP files can be uploaded directly. reference: - https://github.com/PeiQi0/PeiQi-WIKI-Book/blob/90103c248a2c52bb0a060d0ee95d5a67e4579c3d/docs/wiki/oa/%E4%B8%87%E6%88%B7OA/%E4%B8%87%E6%88%B7OA%20smartUpload.jsp%20%E4%BB%BB%E6%84%8F%E6%96%87%E4%BB%B6%E4%B8%8A%E4%BC%A0%E6%BC%8F%E6%B4%9E.md?plain=1#L24 metadata: verified: true max-request: 1 fofa-query: app="万户网络-ezOFFICE" tags: wanhu,oa,smartupload,file-upload
http: - method: GET path: - "{{BaseURL}}/defaultroot/extension/smartUpload.jsp?path=information&fileName=infoPicName&saveName=infoPicSaveName&tableName=infoPicTable&fileMaxSize=0&fileMaxNum=0&fileType=gif,jpg,bmp,jsp,png&fileMinWidth=0&fileMinHeight=0&fileMaxWidth=0&fileMaxHeight=0"
matchers-condition: and matchers: - type: word words: - "请选择要上传的文件" - "<TITLE>上传附件</TITLE>" condition: and
- type: status status: - 200# digest: 4b0a00483046022100c6027522ee5aa9339795752e03561f67b08412a96840309910a454c6d09b24850221008a35bd88c965b2ac55df024221a9a12afa5a3ae559ee5c8b101e3cab0e8b4e67:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/vulnerabilities/wanhu/wanhuoa-smartupload-file-upload.yaml"